BinLiang-NLP/AAGCN-ACSA
[EMNLP 2021] Beta Distribution Guided Aspect-aware Graph for Aspect Category Sentiment Analysis with Affective Knowledge
This project helps sentiment analysis researchers or data scientists to automatically determine the sentiment (positive, negative, neutral) towards specific categories or aspects mentioned in text. It takes raw text reviews or comments as input and outputs the sentiment score for each identified aspect category. This is useful for anyone analyzing opinions about different features of products, services, or topics.
No commits in the last 6 months.
Use this if you need to precisely understand public opinion towards specific aspects within a larger text, such as determining customer sentiment for a 'battery life' vs. 'camera quality' of a phone.
Not ideal if you only need a general sentiment for an entire document or sentence, without breaking it down by specific categories.
Stars
49
Forks
3
Language
Python
License
—
Category
Last pushed
Apr 28, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/BinLiang-NLP/AAGCN-ACSA"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
wayfair-incubator/extra-model
Code to run the ExtRA algorithm for unsupervised topic/aspect extraction on English texts.
KennethEnevoldsen/asent
Asent is a python library for performing efficient and transparent sentiment analysis using spaCy.
songyouwei/ABSA-PyTorch
Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
jiangqn/Aspect-Based-Sentiment-Analysis
A paper list for aspect based sentiment analysis.
chiayewken/Span-ASTE
Code Implementation of "Learning Span-Level Interactions for Aspect Sentiment Triplet Extraction".