SOTAVerified

Selective In-Context Data Augmentation for Intent Detection using Pointwise V-Information

2023-02-10Unverified0· sign in to hype

Yen-Ting Lin, Alexandros Papangelis, Seokhwan Kim, Sungjin Lee, Devamanyu Hazarika, Mahdi Namazifar, Di Jin, Yang Liu, Dilek Hakkani-Tur

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

This work focuses on in-context data augmentation for intent detection. Having found that augmentation via in-context prompting of large pre-trained language models (PLMs) alone does not improve performance, we introduce a novel approach based on PLMs and pointwise V-information (PVI), a metric that can measure the usefulness of a datapoint for training a model. Our method first fine-tunes a PLM on a small seed of training data and then synthesizes new datapoints - utterances that correspond to given intents. It then employs intent-aware filtering, based on PVI, to remove datapoints that are not helpful to the downstream intent classifier. Our method is thus able to leverage the expressive power of large language models to produce diverse training data. Empirical results demonstrate that our method can produce synthetic training data that achieve state-of-the-art performance on three challenging intent detection datasets under few-shot settings (1.28% absolute improvement in 5-shot and 1.18% absolute in 10-shot, on average) and perform on par with the state-of-the-art in full-shot settings (within 0.01% absolute, on average).

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BANKING77RoBERTa-Large + ICDAAccuracy (%)94.42Unverified
BANKING77 10-shotRoBERTa-Large + ICDAAccuracy (%)89.79Unverified
BANKING77 5-shotRoBERTa-Large + ICDAAccuracy (%)84.01Unverified
CLINC150RoBERTa-Large + ICDAAccuracy (%)97.12Unverified
CLINC150 10-shotRoBERTa-Large + ICDAAccuracy (%)94.84Unverified
CLINC150 5-shotRoBERTa-Large + ICDAAccuracy (%)92.62Unverified
HWU64RoBERTa-Large + ICDAAccuracy (%)92.57Unverified
HWU64 10-shotRoBERTa-Large + ICDAAccuracy (%)87.41Unverified
HWU64 5-shotRoBERTa-Large + ICDAAccuracy (%)82.45Unverified

Reproductions