alecokas/swahili-text-gcn
Graph Convolutional Network for Swahili News Classification: https://arxiv.org/abs/2103.09325
This project helps classify Swahili news articles into categories, even with limited labeled data. It takes raw Swahili news text and outputs categorized articles, making it easier for researchers and language technology developers to organize and analyze Swahili content efficiently.
No commits in the last 6 months.
Use this if you need to automatically categorize Swahili news articles and are working with a dataset where many articles are unlabeled.
Not ideal if you primarily work with highly-resourced languages or do not need to classify Swahili text.
Stars
8
Forks
4
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jun 02, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/alecokas/swahili-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)