Search papers, labs, and topics across Lattice.
The paper introduces LA-ABSA, a method for training lightweight Aspect-Based Sentiment Analysis (ABSA) models by using annotations generated by Large Language Models (LLMs). This approach addresses the challenge of expensive manual annotation by leveraging LLMs to create training data for tasks like Target Aspect Sentiment Detection (TASD) and Aspect Sentiment Quad Prediction (ASQP). Experiments on five datasets demonstrate that LA-ABSA outperforms previous augmentation strategies and achieves competitive performance with LLM-prompting in low-resource settings, while significantly reducing computational costs.
Forget expensive manual annotation: LLMs can bootstrap lightweight ABSA models to near state-of-the-art performance with just 50 labeled examples.
Training models for Aspect-Based Sentiment Analysis (ABSA) tasks requires manually annotated data, which is expensive and time-consuming to obtain. This paper introduces LA-ABSA, a novel approach that leverages Large Language Model (LLM)-generated annotations to fine-tune lightweight models for complex ABSA tasks. We evaluate our approach on five datasets for Target Aspect Sentiment Detection (TASD) and Aspect Sentiment Quad Prediction (ASQP). Our approach outperformed previously reported augmentation strategies and achieved competitive performance with LLM-prompting in low-resource scenarios, while providing substantial energy efficiency benefits. For example, using 50 annotated examples for in-context learning (ICL) to guide the annotation of unlabeled data, LA-ABSA achieved an F1 score of 49.85 for ASQP on the SemEval Rest16 dataset, closely matching the performance of ICL prompting with Gemma-3-27B (51.10), while requiring significantly lower computational resources.