tata1661/SHINE-EMNLP21
Codes for SHINE published in EMNLP 2021.
This project helps quickly categorize short pieces of text, like social media posts, search queries, or product reviews, even when they lack detailed context or many pre-labeled examples. You provide your collection of short texts, and it outputs labels or categories for each one. This is ideal for data analysts, marketers, or researchers who need to efficiently organize and understand large volumes of brief textual data.
No commits in the last 6 months.
Use this if you need to automatically classify short texts into categories and struggle with insufficient context or limited labeled data.
Not ideal if your primary need is analyzing long documents, processing highly structured data, or if you prefer a system with a ready-to-use graphical interface.
Stars
41
Forks
5
Language
Python
License
—
Category
Last pushed
Jul 01, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tata1661/SHINE-EMNLP21"
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)