DAMO-NLP-SG/BGCA
[ACL 2023] Code and Data for "Bidirectional Generative Framework for Cross-domain Aspect-based Sentiment Analysis"
This project helps sentiment analysis researchers develop models that can accurately identify opinions on specific aspects of products or services, even when working with data from new domains. It takes raw text reviews or feedback and outputs extracted sentiment elements (aspects, opinions, and their sentiment). Researchers and data scientists focused on natural language processing and sentiment analysis would use this.
No commits in the last 6 months.
Use this if you need to train robust sentiment analysis models that can generalize well across different data sources or product categories, especially when labeled data is scarce in new domains.
Not ideal if you are looking for a pre-trained, ready-to-use sentiment analysis tool for immediate application without model training or fine-tuning.
Stars
39
Forks
4
Language
Python
License
MIT
Category
Last pushed
Aug 02, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/DAMO-NLP-SG/BGCA"
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.