Multiple-element joint detection for Aspect-Based Sentiment Analysis
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)RelationSentenceSentiment AnalysisSimilar Papers 제목 키워드 기반
Aspect Sentiment Quad Prediction as Paraphrase Generation
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+2Instruction Tuning for Few-Shot Aspect-Based Sentiment Analysis
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+2Aspect-based Sentiment Analysis with Opinion Tree Generation
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 AnalysisJointly Modeling Aspect and Sentiment with Dynamic Heterogeneous Graph Neural Networks
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 AnalysisPosition-Aware Tagging for Aspect Sentiment Triplet Extraction
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