paper-with-me

홈 › Papers

It is Simple Sometimes: A Study On Improving Aspect-Based Sentiment Analysis Performance

2024-05-31 · Laura Cabello, Uchenna Akujuobi

Aspect-Based Sentiment Analysis (ABSA) involves extracting opinions from textual data about specific entities and their corresponding aspects through various complementary subtasks. Several prior research has focused on developing ad hoc designs of varying complexities for these subtasks. In this paper, we present a generative framework extensible to any ABSA subtask. We build upon the instruction tuned model proposed by Scaria et al. (2023), who present an instruction-based model with task descriptions followed by in-context examples on ABSA subtasks. We propose PFInstruct, an extension to this instruction learning paradigm by appending an NLP-related task prefix to the task description. This simple approach leads to improved performance across all tested SemEval subtasks, surpassing previous state-of-the-art (SOTA) on the ATE subtask (Rest14) by +3.28 F1-score, and on the AOOE subtask by an average of +5.43 F1-score across SemEval datasets. Furthermore, we explore the impact of the prefix-enhanced prompt quality on the ABSA subtasks and find that even a noisy prefix enhances model performance compared to the baseline. Our method also achieves competitive results on a biomedical domain dataset (ERSA).

📄 PDF Abstract BibTeX arXiv:2405.20703

Code (1)

lautel/PFInstruct 공식 구현

Tasks

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment Analysis

Methods 이 논문이 사용한 방법론

HOC 설명 없음

Similar Papers 제목 키워드 기반

Aspect Based Sentiment Analysis with Self-Attention and Gated Convolutional Networks

2020-11-04 · Jian Yang, Juan Yang

Aspect based sentiment analysis (ABSA) is a fine-grained sentiment analysis task, whose main goal is to identify the sentiment polarity of an aspect in a sentence. A sentence may contain many different aspects, each of w…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Aspect Category Sentiment AnalysisSentence+1

Aspect-Based Sentiment Analysis Techniques: A Comparative Study

2024-07-03 · Dineth Jayakody, Koshila Isuranda, A V A Malkith, Nisansa de Silva 외

Since the dawn of the digitalisation era, customer feedback and online reviews are unequivocally major sources of insights for businesses. Consequently, conducting comparative analyses of such sources has become the de f…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment Analysis

Attention Transfer Network for Aspect-level Sentiment Classification

2020-10-23 · COLING 2020 8 · Fei Zhao, Zhen Wu, Xinyu Dai

Aspect-level sentiment classification (ASC) aims to detect the sentiment polarity of a given opinion target in a sentence. In neural network-based methods for ASC, most works employ the attention mechanism to capture the…

ClassificationGeneral ClassificationSentenceSentiment Analysis+1

A Challenge Dataset and Effective Models for Aspect-Based Sentiment Analysis

2019-11-01 · IJCNLP 2019 11 · Qingnan Jiang, Lei Chen, Ruifeng Xu, Xiang Ao 외

Aspect-based sentiment analysis (ABSA) has attracted increasing attention recently due to its broad applications. In existing ABSA datasets, most sentences contain only one aspect or multiple aspects with the same sentim…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)SentenceSentiment Analysis

CAN: Constrained Attention Networks for Multi-Aspect Sentiment Analysis

2018-12-27 · IJCNLP 2019 11 · Mengting Hu, Shiwan Zhao, Li Zhang, Keke Cai 외

Aspect level sentiment classification is a fine-grained sentiment analysis task. To detect the sentiment towards a particular aspect in a sentence, previous studies have developed various attention-based methods for gene…

General ClassificationSentenceSentiment AnalysisSentiment Classification