STAR: Stepwise Task Augmentation and Relation Learning for Aspect Sentiment Quad Prediction
Wenna Lai, Haoran Xie, Guandong Xu, Qing Li
TL;DR
ASQP is challenged by data scarcity and the need to jointly predict aspect terms, categories, opinions, and sentiment. The STAR framework addresses this by stepwise task augmentation that adds quad, pairwise, and overall relation tasks, coupled with a balanced contribution loss to learn higher-order relationships from data without extra annotations. Empirical results on four benchmarks show STAR achieves superior quad prediction by effectively modeling relationships among sentiment elements, with benefits amplified by larger model sizes and careful top-$k$ order selection. The approach enhances generalization and interpretability in ABSA, offering a practical path toward robust, data-efficient ASQP systems.
Abstract
Aspect-based sentiment analysis (ABSA) aims to identify four sentiment elements, including aspect term, aspect category, opinion term, and sentiment polarity. These elements construct the complete picture of sentiments. The most challenging task, aspect sentiment quad prediction (ASQP), predicts these elements simultaneously, hindered by difficulties in accurately coupling different sentiment elements. A key challenge is insufficient annotated data that limits the capability of models in semantic understanding and reasoning about quad prediction. To address this, we propose stepwise task augmentation and relation learning (STAR), a strategy inspired by human reasoning. STAR constructs auxiliary data to learn quadruple relationships incrementally by augmenting with pairwise and overall relation tasks derived from training data. By encouraging the model to infer causal relationships among sentiment elements without requiring additional annotations, STAR effectively enhances quad prediction. Extensive experiments demonstrate the proposed STAR exhibits superior performance on four benchmark datasets.
