chiennv2000/LR-GCN
Label-Representative Graph Convolutional Network for Multi-Label Text Classification
This tool helps you automatically categorize documents into multiple relevant topics, even when those topics are complex or overlapping. You provide a collection of texts and a list of possible labels, and it outputs each document tagged with all its applicable labels. It's designed for data analysts, content managers, or researchers who need to efficiently organize and understand large document sets.
No commits in the last 6 months.
Use this if you need to assign multiple predefined categories to text documents, such as tagging news articles with all relevant subjects or classifying legal documents by different case types.
Not ideal if you need to classify documents into a single category only, or if you want to discover new, undefined topics within your text.
Stars
18
Forks
3
Language
Python
License
—
Category
Last pushed
Sep 20, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/chiennv2000/LR-GCN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kyzhouhzau/NLPGNN
1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and...
IndexFziQ/GNN4NLP-Papers
A list of recent papers about Graph Neural Network methods applied in NLP areas.
qipeng/gcn-over-pruned-trees
Graph Convolution over Pruned Dependency Trees Improves Relation Extraction (authors' PyTorch...
kenqgu/Text-GCN
A PyTorch implementation of "Graph Convolutional Networks for Text Classification." (AAAI 2019)
daiquocnguyen/Graph-Transformer
Universal Graph Transformer Self-Attention Networks (TheWebConf WWW 2022) (Pytorch and Tensorflow)