CLAINov 24, 2019

Task-Oriented Dialog Systems that Consider Multiple Appropriate Responses under the Same Context

arXiv:1911.10484v2198 citations
Originality Incremental advance
AI Analysis

This addresses the need for more flexible and realistic dialog systems by considering multiple valid responses, though it is incremental as it builds on existing dialog generation approaches.

The paper tackles the problem of generating diverse appropriate responses in task-oriented dialogs by proposing a Multi-Action Data Augmentation (MADA) framework, which improves dialog policy diversity and achieves state-of-the-art results on MultiWOZ.

Conversations have an intrinsic one-to-many property, which means that multiple responses can be appropriate for the same dialog context. In task-oriented dialogs, this property leads to different valid dialog policies towards task completion. However, none of the existing task-oriented dialog generation approaches takes this property into account. We propose a Multi-Action Data Augmentation (MADA) framework to utilize the one-to-many property to generate diverse appropriate dialog responses. Specifically, we first use dialog states to summarize the dialog history, and then discover all possible mappings from every dialog state to its different valid system actions. During dialog system training, we enable the current dialog state to map to all valid system actions discovered in the previous process to create additional state-action pairs. By incorporating these additional pairs, the dialog policy learns a balanced action distribution, which further guides the dialog model to generate diverse responses. Experimental results show that the proposed framework consistently improves dialog policy diversity, and results in improved response diversity and appropriateness. Our model obtains state-of-the-art results on MultiWOZ.

Code Implementations6 repos
Foundations

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

Your Notes