CLLGSep 13, 2021

Few-Shot Intent Detection via Contrastive Pre-Training and Fine-Tuning

arXiv:2109.06349v1664 citations
Originality Incremental advance
AI Analysis

This addresses the problem of detecting intents with limited labeled data for natural language processing applications, representing an incremental improvement over existing methods.

The paper tackles the challenge of few-shot intent detection with fine-grained, semantically similar intents by proposing a method using contrastive pre-training and fine-tuning, achieving state-of-the-art performance on three datasets under 5-shot and 10-shot settings.

In this work, we focus on a more challenging few-shot intent detection scenario where many intents are fine-grained and semantically similar. We present a simple yet effective few-shot intent detection schema via contrastive pre-training and fine-tuning. Specifically, we first conduct self-supervised contrastive pre-training on collected intent datasets, which implicitly learns to discriminate semantically similar utterances without using any labels. We then perform few-shot intent detection together with supervised contrastive learning, which explicitly pulls utterances from the same intent closer and pushes utterances across different intents farther. Experimental results show that our proposed method achieves state-of-the-art performance on three challenging intent detection datasets under 5-shot and 10-shot settings.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes