yao8839836/fast_text_gcn
FastGCN for inductive text classification
This tool helps researchers and analysts classify text documents into predefined categories, even for new documents or categories not seen during initial training. You provide your collection of documents and their established relationships, and it outputs organized, categorized text. This is designed for anyone needing to efficiently sort large volumes of text, such as scientific articles or legal documents.
No commits in the last 6 months.
Use this if you need to classify text documents efficiently, especially when dealing with new information that wasn't part of your original training set.
Not ideal if you don't have existing text graph files or are not working with document collections that have clear relational structures.
Stars
86
Forks
23
Language
Python
License
—
Category
Last pushed
Jul 23, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yao8839836/fast_text_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)