All Projects → huggingface → rasa_hmtl

huggingface / rasa_hmtl

Licence: other
RASA wrapper for HMTL: Hierarchical Multi-Task Learning

Programming Languages

python
139335 projects - #7 most used programming language

RASA wrapper for HMTL (Hierarchical Multi-Task Learning)

🌊 A State-of-the-Art neural network model for several NLP tasks based on PyTorch and AllenNLP


@article{sanh2018hmtl,
  title={A Hierarchical Multi-task Approach for Learning Embeddings from Semantic Tasks},
  author={Sanh, Victor and Wolf, Thomas and Ruder, Sebastian},
  journal={arXiv preprint arXiv:1811.06031},
  year={2018}
}

Work in progress, this has not been thoroughly tested.

Main repo: https://github.com/huggingface/hmtl Demo: https://huggingface.co/hmtl/

This code sample demonstrates how to use rasa_nlu's Component mechanism to integrate the tasks results from HMTL:

  • Named Entity Recoginition
  • Entity Mention Detection
  • Relation Extraction
  • Coreference Resolution
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].