Rethinking ASTE: A Minimalist Tagging Scheme Alongside Contrastive Learning
Qiao Sun, Liujia Yang, Minghao Ma, Nanyang Ye, Qinying Gu
TL;DR
This work tackles Aspect Sentiment Triplet Extraction (ASTE) by critiquing traditional 2D tagging schemes and proposing a minimalist full-matrix tagging approach paired with token-level contrastive learning. The authors introduce a Contrastive-learning-enhanced PLM Encoder and a Minimalist Tagging Scheme that together yield improved representation distributions and simpler decoding, achieving state-of-the-art or competitive results on two SemEval-derived ASTE datasets while maintaining superior efficiency versus large language models. Empirical analyses (ablation and efficiency studies) demonstrate the synergy between tagging design and contrastive learning, and results extend to other ABSA subtasks. The framework offers a practical and scalable solution compatible with current LLM-era workflows and provides guidance for tagging-scheme design in fine-grained sentiment extraction.
Abstract
Aspect Sentiment Triplet Extraction (ASTE) is a burgeoning subtask of fine-grained sentiment analysis, aiming to extract structured sentiment triplets from unstructured textual data. Existing approaches to ASTE often complicate the task with additional structures or external data. In this research, we propose a novel tagging scheme and employ a contrastive learning approach to mitigate these challenges. The proposed approach demonstrates comparable or superior performance in comparison to state-of-the-art techniques, while featuring a more compact design and reduced computational overhead. Notably, even in the era of Large Language Models (LLMs), our method exhibits superior efficacy compared to GPT 3.5 and GPT 4 in a few-shot learning scenarios. This study also provides valuable insights for the advancement of ASTE techniques within the paradigm of large language models.
