paper-with-me

Papers

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 mostly solve this problem using pipeline approaches, which break the triplet extraction process into several stages. Our observation is that the three elements within a triplet are highly related to each other, and this motivates us to build a joint model to extract such triplets using a sequence tagging approach. However, how to effectively design a tagging approach to extract the triplets that can capture the rich interactions among the elements is a challenging research question. In this work, we propose the first end-to-end model with a novel position-aware tagging scheme that is capable of jointly extracting the triplets. Our experimental results on several existing datasets show that jointly capturing elements in the triplet using our approach leads to improved performance over the existing approaches. We also conducted extensive experiments to investigate the model effectiveness and robustness.

📄 PDF Abstract BibTeX arXiv:2010.02609

Code (4)

xuuuluuu/Position-Aware-Tagging-for-ASTE 공식 구현 pytorch
xuuuluuu/SemEval-Triplet-data 공식 구현
NJUNLP/GTS pytorch
l294265421/Position-Aware-Tagging-for-ASTE pytorch

Tasks

Aspect Sentiment Triplet ExtractionPositionTriplet

Similar Papers 제목 키워드 기반

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

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

A More Fine-Grained Aspect-Sentiment-Opinion Triplet Extraction Task

2021-03-29 · Yuncong Li, Fang Wang, Wenjun Zhang, Sheng-hua Zhong 외

Aspect Sentiment Triplet Extraction (ASTE) aims to extract aspect term, sentiment and opinion term triplets from sentences and tries to provide a complete solution for aspect-based sentiment analysis (ABSA). However, som…

Aspect-Based Sentiment AnalysisAspect-Sentiment-Opinion Triplet ExtractionPositionSentence+1

Pretrained Language Encoders are Natural Tagging Frameworks for Aspect Sentiment Triplet Extraction

2022-08-20 · Yanjie Gou, Yinjie Lei, Lingqiao Liu, Yong Dai 외

Aspect Sentiment Triplet Extraction (ASTE) aims to extract the spans of aspect, opinion, and their sentiment relations as sentiment triplets. Existing works usually formulate the span detection as a 1D token tagging prob…

Aspect Sentiment Triplet ExtractionInductive BiasTriplet

CONTRASTE: Supervised Contrastive Pre-training With Aspect-based Prompts For Aspect Sentiment Triplet Extraction

2023-10-24 · Rajdeep Mukherjee, Nithish Kannen, Saurabh Kumar Pandey, Pawan Goyal

Existing works on Aspect Sentiment Triplet Extraction (ASTE) explicitly focus on developing more efficient fine-tuning techniques for the task. Instead, our motivation is to come up with a generic approach that can impro…

Aspect Sentiment Triplet ExtractionAspect Term Extraction and Sentiment ClassificationContrastive LearningDecoder+2