Raghu150999/UnsupervisedABSA
A BERT based three-step mixed semi-supervised model, which jointly detects aspect and sentiment in a given review sentence.
This tool helps businesses automatically understand customer feedback from written reviews. You provide a collection of review sentences and a few example words for key topics and sentiments. It then identifies what specific aspects (like 'battery' or 'food') customers are talking about and their sentiment (positive or negative) towards each, giving you structured insights from unstructured text.
No commits in the last 6 months.
Use this if you need to quickly categorize and understand sentiment for specific product or service features mentioned in a large volume of customer reviews, without manually labeling extensive datasets.
Not ideal if you require highly nuanced sentiment analysis beyond positive/negative or need to analyze aspects not covered by your initial seed words.
Stars
9
Forks
3
Language
Python
License
—
Category
Last pushed
Feb 21, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Raghu150999/UnsupervisedABSA"
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实现。
chiayewken/Span-ASTE
Code Implementation of "Learning Span-Level Interactions for Aspect Sentiment Triplet Extraction".
jiangqn/Aspect-Based-Sentiment-Analysis
A paper list for aspect based sentiment analysis.