CLSDASJul 27, 2021

Energy-based Unknown Intent Detection with Data Manipulation

arXiv:2107.12542v1714 citations
Originality Incremental advance
AI Analysis

This addresses the problem of detecting unknown intents in dialogue systems, which is incremental as it builds on existing energy-based methods by improving data availability.

The paper tackles unknown intent detection by using energy scores to identify out-of-distribution utterances, and proposes a data manipulation framework called GOT to generate high-quality OOD data for training, achieving state-of-the-art results on two benchmark datasets.

Unknown intent detection aims to identify the out-of-distribution (OOD) utterance whose intent has never appeared in the training set. In this paper, we propose using energy scores for this task as the energy score is theoretically aligned with the density of the input and can be derived from any classifier. However, high-quality OOD utterances are required during the training stage in order to shape the energy gap between OOD and in-distribution (IND), and these utterances are difficult to collect in practice. To tackle this problem, we propose a data manipulation framework to Generate high-quality OOD utterances with importance weighTs (GOT). Experimental results show that the energy-based detector fine-tuned by GOT can achieve state-of-the-art results on two benchmark datasets.

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