Instruction Tuning for Few-Shot Aspect-Based Sentiment Analysis
Siddharth Varia, Shuai Wang, Kishaloy Halder, Robert Vacareanu, Miguel, Ballesteros, Yassine Benajiba, Neha Anna John, Rishita Anubhai, Smaranda, Muresan, Dan Roth

TL;DR
This paper introduces a unified, instruction-tuned T5 model framework for aspect-based sentiment analysis that significantly improves few-shot learning performance across multiple sub-tasks.
Contribution
It proposes a multi-task, instruction-based fine-tuning approach for ABSA, covering all sub-tasks and the full quadruple prediction, enhancing few-shot capabilities.
Findings
Achieves an 8.29 F1 score improvement in few-shot settings.
Outperforms existing methods on multiple benchmark datasets.
Demonstrates the effectiveness of instruction tuning for complex NLP tasks.
Abstract
Aspect-based Sentiment Analysis (ABSA) is a fine-grained sentiment analysis task which involves four elements from user-generated texts: aspect term, aspect category, opinion term, and sentiment polarity. Most computational approaches focus on some of the ABSA sub-tasks such as tuple (aspect term, sentiment polarity) or triplet (aspect term, opinion term, sentiment polarity) extraction using either pipeline or joint modeling approaches. Recently, generative approaches have been proposed to extract all four elements as (one or more) quadruplets from text as a single task. In this work, we take a step further and propose a unified framework for solving ABSA, and the associated sub-tasks to improve the performance in few-shot scenarios. To this end, we fine-tune a T5 model with instructional prompts in a multi-task learning fashion covering all the sub-tasks, as well as the entire…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Text and Document Classification Technologies · Advanced Text Analysis Techniques
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Multi-Head Attention · Attention Is All You Need · Linear Layer · Byte Pair Encoding · Residual Connection · Dropout · SentencePiece · Inverse Square Root Schedule · Dense Connections
