CLAISep 24, 2024

A Zero-Shot Open-Vocabulary Pipeline for Dialogue Understanding

arXiv:2409.15861v311 citationsh-index: 2
Originality Highly original
AI Analysis

This addresses the challenge of adapting DST to new slot values without predefined ontologies, offering a more practical solution for task-oriented dialogue systems.

The paper tackles the problem of dialogue state tracking (DST) by proposing a zero-shot, open-vocabulary pipeline that integrates domain classification and DST, achieving up to 20% better Joint Goal Accuracy and 90% fewer LLM API requests compared to previous methods.

Dialogue State Tracking (DST) is crucial for understanding user needs and executing appropriate system actions in task-oriented dialogues. Majority of existing DST methods are designed to work within predefined ontologies and assume the availability of gold domain labels, struggling with adapting to new slots values. While Large Language Models (LLMs)-based systems show promising zero-shot DST performance, they either require extensive computational resources or they underperform existing fully-trained systems, limiting their practicality. To address these limitations, we propose a zero-shot, open-vocabulary system that integrates domain classification and DST in a single pipeline. Our approach includes reformulating DST as a question-answering task for less capable models and employing self-refining prompts for more adaptable ones. Our system does not rely on fixed slot values defined in the ontology allowing the system to adapt dynamically. We compare our approach with existing SOTA, and show that it provides up to 20% better Joint Goal Accuracy (JGA) over previous methods on datasets like Multi-WOZ 2.1, with up to 90% fewer requests to the LLM API.

Code Implementations1 repo
Foundations

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

Your Notes