English

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

Computation and Language 2021-09-08 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2109.03079,
  title  = {GOLD: Improving Out-of-Scope Detection in Dialogues using Data Augmentation},
  author = {Derek Chen and Zhou Yu},
  journal= {arXiv preprint arXiv:2109.03079},
  year   = {2021}
}

Comments

14 pages, 5 figures. Accepted at EMNLP 2021

R2 v1 2026-06-24T05:45:21.085Z