paper-with-me

홈 › Papers

Multiple-element joint detection for Aspect-Based Sentiment Analysis

2020-10-22 · Knowledge Based Systems 2020 10 · Chao Wu, Qingyu Xiong, Hualing Yi, Yang Yu, Qiwu Zhu, Min Gao, Jie Chen

Aspect-Based Sentiment Analysis (ABSA) is a fine-grained sentiment analysis task, which aims to detect target-aspect-sentiment elements in a sentence. Most of the existing research work distinguished the sentiment for aspects or targets independently, ignoring the corresponding relation between the targets and the aspects. However, such a corresponding relation is significant for the accurate prediction of fine-grained sentiment polarity. In this paper, we propose a novel end-to-end multiple-element joint detection model (MEJD), which effectively extracts all (target, aspect, sentiment) triples from a sentence. Our model utilizes BERT to obtain the initial embedding vector from the aspect–sentence joint input and applies bidirectional long short-term memory to model aspect and sentence representations. We then employ a graph convolutional network with attention mechanisms to capture the dependency relationship between aspect and sentence. We evaluate our approach on two restaurant datasets of SemEval 2015 Task 12 and SemEval 2016 Task 5. Experiment results show that our model achieves state-of-the-art performance in extracting (target, aspect, sentiment) triples. Moreover, the model also has good performance on multiple subtasks of target-aspect-sentiment detection.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

Aspect Sentiment Quad Prediction as Paraphrase Generation

2021-10-02 · EMNLP 2021 11 · Wenxuan Zhang, Yang Deng, Xin Li, Yifei Yuan 외

Aspect-based sentiment analysis (ABSA) has been extensively studied in recent years, which typically involves four fundamental sentiment elements, including the aspect category, aspect term, opinion term, and sentiment p…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Paraphrase GenerationPrediction+2

Instruction Tuning for Few-Shot Aspect-Based Sentiment Analysis

2022-10-12 · Siddharth Varia, Shuai Wang, Kishaloy Halder, Robert Vacareanu 외

Aspect-based Sentiment Analysis (ABSA) is a fine-grained sentiment analysis task which involves four elements from user-generated texts: aspect term, aspect category, opinion term, and sentiment polarity. Most computatio…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Few-Shot LearningMulti-Task Learning+2

Aspect-based Sentiment Analysis with Opinion Tree Generation

2022-05-01 · IJCAI 2022 5 · Xiaoyi Bao, Wang Zhongqing, Xiaotong Jiang, Rong Xiao 외

Existing studies usually extract these sentiment elements by decomposing the complex structure prediction task into multiple subtasks. Despite their effectiveness, these methods ignore the semantic structure in ABSA prob…

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

Jointly Modeling Aspect and Sentiment with Dynamic Heterogeneous Graph Neural Networks

2020-04-14 · Shu Liu, Wei Li, Yunfang Wu, Qi Su 외

Target-Based Sentiment Analysis aims to detect the opinion aspects (aspect extraction) and the sentiment polarities (sentiment detection) towards them. Both the previous pipeline and integrated methods fail to precisely …

Aspect ExtractionSentiment Analysis

Position-Aware Tagging for Aspect Sentiment Triplet Extraction

2020-10-06 · EMNLP 2020 11 · Lu Xu, Hao Li, Wei Lu, Lidong Bing

Aspect Sentiment Triplet Extraction (ASTE) is the task of extracting the triplets of target entities, their associated sentiment, and opinion spans explaining the reason for the sentiment. Existing research efforts mostl…

Aspect Sentiment Triplet ExtractionPositionTriplet