rajdeep345/PASTE
Codes and Datasets for our EMNLP 2021 (main conference) Long Paper titled "PASTE: A Tagging-Free Decoding Framework Using Pointer Networks for Aspect Sentiment Triplet Extraction"
This project offers a sophisticated method for analyzing text to extract specific opinions. It takes raw text, such as customer reviews or social media posts, and identifies the exact aspects being discussed, the sentiment towards them, and the holder of that opinion. This is ideal for data scientists or NLP researchers who need to perform detailed sentiment analysis beyond simple positive/negative labels.
No commits in the last 6 months.
Use this if you need to precisely identify specific aspects, their associated sentiments, and the opinion holder from unstructured text data.
Not ideal if you're looking for a user-friendly, out-of-the-box sentiment analysis tool without needing to dive into model training and configuration.
Stars
15
Forks
2
Language
Python
License
—
Category
Last pushed
May 20, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/rajdeep345/PASTE"
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".