Intent Recognition and Out-of-Scope Detection using LLMs in Multi-party Conversations

📅 2025-07-29
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Intent classification and out-of-scope (OOS) detection in task-oriented dialogue systems heavily rely on large-scale annotated data, posing a critical bottleneck in low-resource settings. Method: This paper proposes a hybrid framework synergizing BERT and large language models (LLMs). Under zero-shot and few-shot settings, BERT efficiently extracts semantic features, which are structured and injected as prompt-enhanced inputs to the LLM, enabling cross-model information fusion and reasoning optimization. Contribution/Results: A lightweight feature-sharing mechanism is introduced—improving LLM generalization without increasing its parameter count. Experiments on multi-turn, multi-party dialogue datasets demonstrate that, using only 5% labeled data, our method achieves absolute accuracy gains of +12.3% for intent classification and +15.7% for OOS detection over strong baselines. The approach effectively alleviates annotation scarcity and establishes a new paradigm for robust dialogue understanding under data-constrained conditions.

Technology Category

Application Category

📝 Abstract
Intent recognition is a fundamental component in task-oriented dialogue systems (TODS). Determining user intents and detecting whether an intent is Out-of-Scope (OOS) is crucial for TODS to provide reliable responses. However, traditional TODS require large amount of annotated data. In this work we propose a hybrid approach to combine BERT and LLMs in zero and few-shot settings to recognize intents and detect OOS utterances. Our approach leverages LLMs generalization power and BERT's computational efficiency in such scenarios. We evaluate our method on multi-party conversation corpora and observe that sharing information from BERT outputs to LLMs leads to system performance improvement.
Problem

Research questions and friction points this paper is trying to address.

Recognize user intents in multi-party conversations
Detect Out-of-Scope (OOS) utterances effectively
Reduce reliance on large annotated datasets
Innovation

Methods, ideas, or system contributions that make the work stand out.

Hybrid BERT and LLMs for intent recognition
Zero and few-shot learning settings
Information sharing boosts performance
🔎 Similar Papers
No similar papers found.