Aspect Category Sentiment Analysis

9 papers with code • 1 benchmarks • 1 datasets

Involves both detecting aspect-based categories and classifying the polarities of these categories. Therefore it combines the tasks of Aspect Category Detection (ACD) and Aspect Category Sentiment Classification (ACSC).

Datasets


Most implemented papers

Aspect Based Sentiment Analysis with Gated Convolutional Networks

wxue004cs/GCAE ACL 2018

Aspect based sentiment analysis (ABSA) can provide more detailed information than general sentiment analysis, because it aims to predict the sentiment polarities of the given aspects or entities in text.

Sentence Constituent-Aware Aspect-Category Sentiment Analysis with Graph Attention Networks

l294265421/SCAN 4 Oct 2020

Aspect category sentiment analysis (ACSA) aims to predict the sentiment polarities of the aspect categories discussed in sentences.

A Multi-Task Incremental Learning Framework with Category Name Embedding for Aspect-Category Sentiment Analysis

flak300S/emnlp2020_CNE-net EMNLP 2020

In this paper, to make multi-task learning feasible for incremental learning, we proposed Category Name Embedding network (CNE-net).

Multi-Instance Multi-Label Learning Networks for Aspect-Category Sentiment Analysis

l294265421/AC-MIMLLN EMNLP 2020

Given a sentence and the aspect categories mentioned in the sentence, AC-MIMLLN first predicts the sentiments of the instances, then finds the key instances for the aspect categories, finally obtains the sentiments of the sentence toward the aspect categories by aggregating the key instance sentiments.

ASAP: A Chinese Review Dataset Towards Aspect Category Sentiment Analysis and Rating Prediction

Meituan-Dianping/asap NAACL 2021

Aspect category sentiment analysis (ACSA) and review rating prediction (RP) are two essential tasks to detect the fine-to-coarse sentiment polarities.

Solving Aspect Category Sentiment Analysis as a Text Generation Task

lgw863/acsa-generation EMNLP 2021

Aspect category sentiment analysis has attracted increasing research attention.

AX-MABSA: A Framework for Extremely Weakly Supervised Multi-label Aspect Based Sentiment Analysis

sabyasachi-kamila/ax-mabsa 7 Nov 2022

Aspect Based Sentiment Analysis is a dominant research area with potential applications in social media analytics, business, finance, and health.

FABSA: An aspect-based sentiment analysis dataset of user reviews

jordiclive/FABSA Neurocomputing 2023

The majority of available ABSA systems heavily rely on manually annotated datasets to train supervised machine learning models.