BinLiang-NLP/TPDG
[WWW 2021] Target-adaptive Graph for Cross-target Stance Detection
This tool helps social media analysts and brand managers understand public opinion and sentiment towards specific topics or products. It takes text data, like social media posts or reviews, and identifies whether the author supports, opposes, or is neutral about a target topic. This is especially useful for analyzing opinions on new or emerging subjects not seen before.
No commits in the last 6 months.
Use this if you need to quickly gauge public sentiment on a new product, policy, or trending topic that you don't have pre-labeled data for.
Not ideal if you need a simple 'positive/negative' sentiment analysis without distinguishing the nuanced stance towards a particular target.
Stars
16
Forks
1
Language
Python
License
—
Category
Last pushed
Dec 15, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/BinLiang-NLP/TPDG"
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)