Towards Detecting Inconsistencies in End-to-end Generated TODs

📅 2026-07-10
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of hallucinated content in end-to-end task-oriented dialogue systems, where large language models often generate responses inconsistent with domain-specific knowledge bases, leading to task failure. The paper formalizes dialogue consistency verification as a constraint satisfaction problem (CSP) by identifying dialogue variables and constructing constraints grounded in domain knowledge. A CSP solver is then employed to automatically validate dialogue consistency, precisely localize inconsistencies, and generate minimal corrective suggestions. Experimental results demonstrate that the proposed approach achieves high accuracy in detecting inconsistencies while providing interpretable error analyses and effective correction strategies.
📝 Abstract
Generative AI is profoundly transforming the core technologies behind conversational systems, shifting from component-based to end-to-end approaches. However, Large Language Models (LLMs) may still generate inconsistencies, a critical issue particularly in Task-Oriented Dialogues (TODs), where system responses must strictly adhere to information from a domain knowledge base (e.g., restaurants in a city). A single hallucination (e.g., suggesting a non-existent restaurant) can lead to severe task failures. We investigate a method for automatically detecting inconsistencies by conceptualizing TODs as a Constraint Satisfaction Problem (CSP), where variables represent dialogue segments referencing the conversational domain, and constraints among variables capture dialogue properties such as turn coherence and adherence to domain knowledge. We propose a pipeline that first identifies variables in a target dialogue and then applies a CSP solver to identify valid solutions. By comparing the target dialogue with valid variable assignments, we can detect inconsistencies and suggest minimal changes to ensure dialogue consistency. We demonstrate the high accuracy of the CSP-based approach in detecting inconsistencies, and provide a detailed analysis of our findings.
Problem

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

Task-Oriented Dialogues
Inconsistency Detection
Large Language Models
Hallucination
Domain Knowledge
Innovation

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

Constraint Satisfaction Problem
Task-Oriented Dialogue
Inconsistency Detection
Large Language Models
Hallucination Mitigation