CLAIJan 21, 2022

Description-Driven Task-Oriented Dialog Modeling

arXiv:2201.08904v172 citations
AI Analysis

This addresses a key bottleneck in task-oriented dialogue systems for developers and users by enhancing generalization and reducing reliance on arbitrary patterns.

The paper tackles the problem of non-uniform naming conventions in task-oriented dialogue schemata by replacing slot and intent names with natural language descriptions, resulting in improved state tracking performance, data efficiency, and zero-shot transfer to unseen tasks as demonstrated on benchmarks like MultiWOZ, SGD, and SGD-X.

Task-oriented dialogue (TOD) systems are required to identify key information from conversations for the completion of given tasks. Such information is conventionally specified in terms of intents and slots contained in task-specific ontology or schemata. Since these schemata are designed by system developers, the naming convention for slots and intents is not uniform across tasks, and may not convey their semantics effectively. This can lead to models memorizing arbitrary patterns in data, resulting in suboptimal performance and generalization. In this paper, we propose that schemata should be modified by replacing names or notations entirely with natural language descriptions. We show that a language description-driven system exhibits better understanding of task specifications, higher performance on state tracking, improved data efficiency, and effective zero-shot transfer to unseen tasks. Following this paradigm, we present a simple yet effective Description-Driven Dialog State Tracking (D3ST) model, which relies purely on schema descriptions and an "index-picking" mechanism. We demonstrate the superiority in quality, data efficiency and robustness of our approach as measured on the MultiWOZ (Budzianowski et al.,2018), SGD (Rastogi et al., 2020), and the recent SGD-X (Lee et al., 2021) benchmarks.

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