CLJul 2, 2025

Efficient Out-of-Scope Detection in Dialogue Systems via Uncertainty-Driven LLM Routing

arXiv:2507.01541v12 citationsh-index: 1ACL
Originality Incremental advance
AI Analysis

This addresses robustness to unseen queries in deployed dialogue systems, but it is incremental as it hybridizes existing methods.

The paper tackles out-of-scope intent detection in task-oriented dialogue systems by proposing a modular framework that combines uncertainty modeling with fine-tuned large language models, achieving state-of-the-art results on benchmarks including real-world data.

Out-of-scope (OOS) intent detection is a critical challenge in task-oriented dialogue systems (TODS), as it ensures robustness to unseen and ambiguous queries. In this work, we propose a novel but simple modular framework that combines uncertainty modeling with fine-tuned large language models (LLMs) for efficient and accurate OOS detection. The first step applies uncertainty estimation to the output of an in-scope intent detection classifier, which is currently deployed in a real-world TODS handling tens of thousands of user interactions daily. The second step then leverages an emerging LLM-based approach, where a fine-tuned LLM is triggered to make a final decision on instances with high uncertainty. Unlike prior approaches, our method effectively balances computational efficiency and performance, combining traditional approaches with LLMs and yielding state-of-the-art results on key OOS detection benchmarks, including real-world OOS data acquired from a deployed TODS.

Foundations

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

Your Notes