CLSep 7, 2021

GOLD: Improving Out-of-Scope Detection in Dialogues using Data Augmentation

arXiv:2109.03079v1666 citations
Originality Incremental advance
AI Analysis

This improves robustness for practical dialogue systems by enhancing out-of-scope detection in low-data settings, representing an incremental advance over existing methods.

The paper tackled the problem of limited labeled data for out-of-scope detection in dialogues by introducing GOLD, a data augmentation technique that generates and filters pseudo-labeled candidates, resulting in relative performance gains of 52.4%, 48.9%, and 50.3% over median baselines across three benchmarks.

Practical dialogue systems require robust methods of detecting out-of-scope (OOS) utterances to avoid conversational breakdowns and related failure modes. Directly training a model with labeled OOS examples yields reasonable performance, but obtaining such data is a resource-intensive process. To tackle this limited-data problem, previous methods focus on better modeling the distribution of in-scope (INS) examples. We introduce GOLD as an orthogonal technique that augments existing data to train better OOS detectors operating in low-data regimes. GOLD generates pseudo-labeled candidates using samples from an auxiliary dataset and keeps only the most beneficial candidates for training through a novel filtering mechanism. In experiments across three target benchmarks, the top GOLD model outperforms all existing methods on all key metrics, achieving relative gains of 52.4%, 48.9% and 50.3% against median baseline performance. We also analyze the unique properties of OOS data to identify key factors for optimally applying our proposed method.

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