CLAILGSep 23, 2024

ASTE Transformer Modelling Dependencies in Aspect-Sentiment Triplet Extraction

arXiv:2409.15202v27 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the problem of extracting aspect-sentiment triples in sentiment analysis, offering an incremental improvement over existing methods by better handling dependencies.

The paper tackles the Aspect-Sentiment Triplet Extraction (ASTE) task by proposing a transformer-inspired approach that models dependencies between phrases and classifier decisions, achieving higher F1 performance on benchmarks and further improvement with pre-training.

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 paper, we propose a new ASTE approach consisting of three transformer-inspired layers, which enables the modelling of dependencies both between phrases and between the final classifier decisions. Experimental results show that the method achieves higher performance in terms of F1 measure than other methods studied on popular benchmarks. In addition, we show that a simple pre-training technique further improves the performance of the model.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes