SOTAVerified

InstructABSA: Instruction Learning for Aspect Based Sentiment Analysis

2023-02-16Code Available1· sign in to hype

Kevin Scaria, Himanshu Gupta, Siddharth Goyal, Saurabh Arjun Sawant, Swaroop Mishra, Chitta Baral

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce InstructABSA, an instruction learning paradigm for Aspect-Based Sentiment Analysis (ABSA) subtasks. Our method introduces positive, negative, and neutral examples to each training sample, and instruction tune the model (Tk-Instruct) for ABSA subtasks, yielding significant performance improvements. Experimental results on the Sem Eval 2014, 15, and 16 datasets demonstrate that InstructABSA outperforms the previous state-of-the-art (SOTA) approaches on Term Extraction (ATE), Sentiment Classification(ATSC) and Sentiment Pair Extraction (ASPE) subtasks. In particular, InstructABSA outperforms the previous state-of-the-art (SOTA) on the Rest14 ATE subtask by 5.69% points, the Rest15 ATSC subtask by 9.59% points, and the Lapt14 AOPE subtask by 3.37% points, surpassing 7x larger models. We also get competitive results on AOOE, AOPE, and AOSTE subtasks indicating strong generalization ability to all subtasks. Exploring sample efficiency reveals that just 50% train data is required to get competitive results with other instruction tuning approaches. Lastly, we assess the quality of instructions and observe that InstructABSA's performance experiences a decline of ~10% when adding misleading examples.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SemEval-2014 Task-4InstructABSAMean Acc (Restaurant + Laptop)81.5Unverified
SemEval 2014 Task 4 LaptopInstructABSAF179.34Unverified
SemEval 2014 Task 4 Sub Task 1InstructABSALaptop (F1)92.3Unverified

Reproductions