A Span-level Bidirectional Network for Aspect Sentiment Triplet Extraction
Aspect Sentiment Triplet Extraction (ASTE) is a new fine-grained sentiment analysis task that aims to extract triplets of aspect terms, sentiments, and opinion terms from review sentences. Recently, span-level models achieve gratifying results on ASTE task by taking advantage of the predictions of all possible spans. Since all possible spans significantly increases the number of potential aspect and opinion candidates, it is crucial and challenging to efficiently extract the triplet elements among them. In this paper, we present a span-level bidirectional network which utilizes all possible spans as input and extracts triplets from spans bidirectionally. Specifically, we devise both the aspect decoder and opinion decoder to decode the span representations and extract triples from aspect-to-opinion and opinion-to-aspect directions. With these two decoders complementing with each other, the whole network can extract triplets from spans more comprehensively. Moreover, considering that mutual exclusion cannot be guaranteed between the spans, we design a similar span separation loss to facilitate the downstream task of distinguishing the correct span by expanding the KL divergence of similar spans during the training process; in the inference process, we adopt an inference strategy to remove conflicting triplets from the results base on their confidence scores. Experimental results show that our framework not only significantly outperforms state-of-the-art methods, but achieves better performance in predicting triplets with multi-token entities and extracting triplets in sentences contain multi-triplets.
Code (1)
Tasks
Aspect Sentiment Triplet ExtractionDecoderSentiment AnalysisTripletMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Improving Span-based Aspect Sentiment Triplet Extraction with Abundant Syntax Knowledge
Aspect sentiment triplet extraction is a subtask of aspect based sentiment analysis, which has attracted considerable attention in recent years. It aims to obtain the aspect term, the associated opinion term and sentimen…
Aspect-Based Sentiment AnalysisAspect Sentiment Triplet ExtractionSentiment AnalysisTripletSTAGE: Span Tagging and Greedy Inference Scheme for Aspect Sentiment Triplet Extraction
Aspect Sentiment Triplet Extraction (ASTE) has become an emerging task in sentiment analysis research, aiming to extract triplets of the aspect term, its corresponding opinion term, and its associated sentiment polarity …
Aspect Sentiment Triplet ExtractionSentenceSentiment AnalysisTAG+1Learning Span-Level Interactions for Aspect Sentiment Triplet Extraction
Aspect Sentiment Triplet Extraction (ASTE) is the most recent subtask of ABSA which outputs triplets of an aspect target, its associated sentiment, and the corresponding opinion term. Recent models perform the triplet ex…
Aspect-Based Sentiment Analysis (ABSA)Aspect Sentiment Triplet ExtractionComputational EfficiencyTerm Extraction+1A Robustly Optimized BMRC for Aspect Sentiment Triplet Extraction
Aspect sentiment triplet extraction (ASTE) is a challenging subtask in aspect-based sentiment analysis. It aims to explore the triplets of aspects, opinions and sentiments with complex correspondence from the context. Th…
Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Aspect Sentiment Triplet ExtractionMachine Reading Comprehension+3PASTE: A Tagging-Free Decoding Framework Using Pointer Networks for Aspect Sentiment Triplet Extraction
Aspect Sentiment Triplet Extraction (ASTE) deals with extracting opinion triplets, consisting of an opinion target or aspect, its associated sentiment, and the corresponding opinion term/span explaining the rationale beh…
Aspect Sentiment Triplet ExtractionDecoderSentenceTriplet