#711 · Primary category: Education & Research
hmtl
🌊HMTL: Hierarchical Multi-Task Learning - A State-of-the-Art neural network model for several NLP tasks based on PyTorch and AllenNLP
Project last updated:08/01/23
GitHub Stars
1.2K
Forks
146
Contributors
6
License
MIT
Why we included this project
This repository ships the reference implementation behind an AAAI 2019 paper on hierarchical multi-task learning, where one shared architecture handles several NLP tasks instead of a separate model per job. The trick is the layering: simpler semantic tasks like named entity recognition and entity mention detection sit at the bottom and feed into harder ones such as relation extraction and coreference resolution, with the authors reporting state-of-the-art results on three of those four. For NLP researchers and graduate students, the main value is as a compact, readable template rather than a ready-to-deploy product. Training, fine-tuning, and evaluation code is all present, alongside pre-trained weights and an online demo, and because it is built directly on PyTorch and AllenNLP, anyone comfortable with those libraries can adapt the architecture to their own task combinations.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI