ASTE Transformer Modelling Dependencies in Aspect-Sentiment Triplet Extraction
Iwo Naglik, Mateusz Lango

TL;DR
This paper introduces a transformer-based model for aspect-sentiment triplet extraction that models dependencies between phrases and classifier decisions, outperforming previous methods on benchmark datasets.
Contribution
The paper proposes a novel transformer-inspired architecture for ASTE that captures dependencies between phrases and classifier outputs, enhancing extraction performance.
Findings
Achieves higher F1 scores than existing methods on benchmark datasets.
Pre-training further improves model performance.
Models dependencies between phrases and classifier decisions effectively.
Abstract
Aspect-Sentiment Triplet Extraction (ASTE) is a recently proposed task of aspect-based sentiment analysis that consists in extracting (aspect phrase, opinion phrase, sentiment polarity) triples from a given sentence. Recent state-of-the-art methods approach this task by first extracting all possible text spans from a given text, then filtering the potential aspect and opinion phrases with a classifier, and finally considering all their pairs with another classifier that additionally assigns sentiment polarity to them. Although several variations of the above scheme have been proposed, the common feature is that the final result is constructed by a sequence of independent classifier decisions. This hinders the exploitation of dependencies between extracted phrases and prevents the use of knowledge about the interrelationships between classifier predictions to improve performance. In this…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Computational and Text Analysis Methods · Topic Modeling
