Selective In-Context Data Augmentation for Intent Detection using Pointwise V-Information
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).
Code (0)
등록된 구현이 없습니다.
Tasks
Data AugmentationIntent DetectionText ClassificationSimilar Papers 제목 키워드 기반
Generate then Refine: Data Augmentation for Zero-shot Intent Detection
In this short paper we propose a data augmentation method for intent detection in zero-resource domains. Existing data augmentation methods rely on few labelled examples for each intent category, which can be expensive i…
Data AugmentationDiversityIntent DetectionLanguage Modeling+2ChatGPT as Data Augmentation for Compositional Generalization: A Case Study in Open Intent Detection
Open intent detection, a crucial aspect of natural language understanding, involves the identification of previously unseen intents in user-generated text. Despite the progress made in this field, challenges persist in h…
Data AugmentationIntent DetectionNatural Language UnderstandingOpen Intent DetectionSDIF-DA: A Shallow-to-Deep Interaction Framework with Data Augmentation for Multi-modal Intent Detection
Multi-modal intent detection aims to utilize various modalities to understand the user's intentions, which is essential for the deployment of dialogue systems in real-world scenarios. The two core challenges for multi-mo…
Data AugmentationIntent DetectionLanguage ModelingLanguage Modelling+1How DDAIR you? Disambiguated Data Augmentation for Intent Recognition
Large Language Models (LLMs) are effective for data augmentation in classification tasks like intent detection. In some cases, they inadvertently produce examples that are ambiguous with regard to untargeted classes. We …
Intent RecognitionData AugmentationIntent DetectionDROID: Dual Representation for Out-of-Scope Intent Detection
Detecting out-of-scope (OOS) user utterances remains a key challenge in task-oriented dialogue systems and, more broadly, in open-set intent recognition. Existing approaches often depend on strong distributional assumpti…
Task-Oriented Dialogue SystemsIntent RecognitionIntent Detection