Pretrained Language Encoders are Natural Tagging Frameworks for Aspect Sentiment Triplet Extraction
Yanjie Gou, Yinjie Lei, Lingqiao Liu, Yong Dai, Chunxu Shen, Yongqi, Tong

TL;DR
This paper demonstrates that pretrained language encoders inherently contain sufficient features for aspect sentiment triplet extraction, enabling simple tagging approaches to achieve state-of-the-art results without complex modules.
Contribution
The authors reveal that pretrained language encoders can serve as effective natural tagging frameworks for ASTE, simplifying the process and improving performance.
Findings
Achieved new state-of-the-art results on ASTE benchmarks.
Showed that PLEs' attention matrices encode multi-level linguistic knowledge.
Simple transformations of PLE features suffice for effective span and triplet extraction.
Abstract
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 problem, and model the sentiment recognition with a 2D tagging matrix of token pairs. Moreover, by leveraging the token representation of Pretrained Language Encoders (PLEs) like BERT, they can achieve better performance. However, they simply leverage PLEs as feature extractors to build their modules but never have a deep look at what specific knowledge does PLEs contain. In this paper, we argue that instead of further designing modules to capture the inductive bias of ASTE, PLEs themselves contain "enough" features for 1D and 2D tagging: (1) The token representation contains the contextualized meaning of token itself, so this level feature carries necessary information for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Advanced Text Analysis Techniques · Topic Modeling
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Refunds@Expedia|||How do I get a full refund from Expedia? · Residual Connection · WordPiece · Linear Warmup With Linear Decay · Attention Dropout · Dropout · Softmax
