AIMay 27, 2020

Rethinking Dialogue State Tracking with Reasoning

arXiv:2005.13129v24 citations
AI Analysis

This addresses the bottleneck in dialogue management for better interpreting user goals, with incremental improvements in a specific domain.

The paper tackles the problem of dialogue state tracking by proposing a gradual reasoning approach over dialogue turns using back-end data, achieving a 38.6% improvement in joint belief accuracy on the MultiWOZ 2.1 dataset compared to state-of-the-art methods.

Tracking dialogue states to better interpret user goals and feed downstream policy learning is a bottleneck in dialogue management. Common practice has been to treat it as a problem of classifying dialogue content into a set of pre-defined slot-value pairs, or generating values for different slots given the dialogue history. Both have limitations on considering dependencies that occur on dialogues, and are lacking of reasoning capabilities. This paper proposes to track dialogue states gradually with reasoning over dialogue turns with the help of the back-end data. Empirical results demonstrate that our method significantly outperforms the state-of-the-art methods by 38.6% in terms of joint belief accuracy for MultiWOZ 2.1, a large-scale human-human dialogue dataset across multiple domains.

Foundations

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

Your Notes