Instruction Tuning with Retrieval-based Examples Ranking for Aspect-based Sentiment Analysis
Guangmin Zheng, Jin Wang, Liang-Chih Yu, Xuejie Zhang

TL;DR
This paper introduces a retrieval-based example ranking method for instruction tuning in aspect-based sentiment analysis, improving performance by selecting high-quality examples using a language model as a scorer.
Contribution
It proposes a novel retrieval and ranking approach for selecting training examples, enhancing instruction tuning for ABSA with an alternating training schema for retriever and LM.
Findings
Outperforms strong baseline models on three ABSA subtasks
Improves generation efficiency without extra computational costs
Effective example ranking enhances instruction tuning performance
Abstract
Aspect-based sentiment analysis (ABSA) identifies sentiment information related to specific aspects and provides deeper market insights to businesses and organizations. With the emergence of large language models (LMs), recent studies have proposed using fixed examples for instruction tuning to reformulate ABSA as a generation task. However, the performance is sensitive to the selection of in-context examples; several retrieval methods are based on surface similarity and are independent of the LM generative objective. This study proposes an instruction learning method with retrieval-based example ranking for ABSA tasks. For each target sample, an LM was applied as a scorer to estimate the likelihood of the output given the input and a candidate example as the prompt, and training examples were labeled as positive or negative by ranking the scores. An alternating training schema is…
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
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Advanced Text Analysis Techniques · Web Data Mining and Analysis
