paper-with-me

Papers

A Span-level Bidirectional Network for Aspect Sentiment Triplet Extraction

2022-04-27 · Yuqi Chen, Keming Chen, Xian Sun, Zequn Zhang

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.

📄 PDF Abstract BibTeX arXiv:2204.12674

Code (1)

chen1310054465/SBN 공식 구현 pytorch

Tasks

Aspect Sentiment Triplet ExtractionDecoderSentiment AnalysisTriplet

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Improving Span-based Aspect Sentiment Triplet Extraction with Abundant Syntax Knowledge

2022-12-23 · journal 2022 12 · Lingcong Feng, Biqing Zeng, Lewei He, Mayi Xu 외

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 AnalysisTriplet

STAGE: Span Tagging and Greedy Inference Scheme for Aspect Sentiment Triplet Extraction

2022-11-28 · Shuo Liang, Wei Wei, Xian-Ling Mao, Yuanyuan Fu 외

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+1

Learning Span-Level Interactions for Aspect Sentiment Triplet Extraction

2021-07-26 · ACL 2021 5 · Lu Xu, Yew Ken Chia, Lidong Bing

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+1

A Robustly Optimized BMRC for Aspect Sentiment Triplet Extraction

2022-07-01 · NAACL 2022 7 · Shu Liu, Kaiwen Li, Zuhe Li

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+3

PASTE: A Tagging-Free Decoding Framework Using Pointer Networks for Aspect Sentiment Triplet Extraction

2021-10-10 · EMNLP 2021 11 · Rajdeep Mukherjee, Tapas Nayak, Yash Butala, Sourangshu Bhattacharya 외

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