paper-with-me

Papers

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

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

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).

📄 PDF Abstract BibTeX arXiv:2302.05096

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationIntent DetectionText Classification

Similar Papers 제목 키워드 기반

Generate then Refine: Data Augmentation for Zero-shot Intent Detection

2024-10-02 · I-Fan Lin, Faegheh Hasibi, Suzan Verberne

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+2

ChatGPT as Data Augmentation for Compositional Generalization: A Case Study in Open Intent Detection

2023-08-25 · Yihao Fang, Xianzhi Li, Stephen W. Thomas, Xiaodan Zhu

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 Detection

SDIF-DA: A Shallow-to-Deep Interaction Framework with Data Augmentation for Multi-modal Intent Detection

2023-12-31 · Shijue Huang, Libo Qin, Bingbing Wang, Geng Tu 외

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+1

How DDAIR you? Disambiguated Data Augmentation for Intent Recognition

2026-01-16 · Galo Castillo-López, Alexis Lombard, Nasredine Semmar, Gaël de Chalendar arxiv

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 Detection

DROID: Dual Representation for Out-of-Scope Intent Detection

2025-10-15 · Wael Rashwan, Hossam M. Zawbaa, Sourav Dutta, Haytham Assem arxiv

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