RandolphVI/Hierarchical-Multi-Label-Text-Classification
The code of CIKM'19 paper《Hierarchical Multi-label Text Classification: An Attention-based Recurrent Network Approach》
This helps classify documents into multiple categories that are organized in a hierarchy, like an organization chart or a nested folder structure. You provide text documents (e.g., patents, web pages, emails) and a predefined hierarchical list of categories. The tool then assigns the most relevant categories to each document, even across different levels of the hierarchy. It's ideal for information architects, content managers, or librarians who need to organize large collections of documents precisely.
331 stars. No commits in the last 6 months.
Use this if you need to automatically assign complex, nested classification labels to documents where categories have parent-child relationships.
Not ideal if your classification needs are simple, involving only a single label per document or non-hierarchical multiple labels.
Stars
331
Forks
71
Language
Python
License
Apache-2.0
Category
Last pushed
May 27, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/RandolphVI/Hierarchical-Multi-Label-Text-Classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kk7nc/HDLTex
HDLTex: Hierarchical Deep Learning for Text Classification
richliao/textClassifier
Text classifier for Hierarchical Attention Networks for Document Classification
yumeng5/LOTClass
[EMNLP 2020] Text Classification Using Label Names Only: A Language Model Self-Training Approach
sgrvinod/a-PyTorch-Tutorial-to-Text-Classification
Hierarchical Attention Networks | a PyTorch Tutorial to Text Classification
Alibaba-NLP/HiAGM
Hierarchy-Aware Global Model for Hierarchical Text Classification