Dialog State Tracking: A Neural Reading Comprehension Approach
Shuyang Gao, Abhishek Sethi, Sanchit Agarwal, Tagyoung Chung, Dilek, Hakkani-Tur

TL;DR
This paper reformulates dialog state tracking as a reading comprehension task, using neural attention mechanisms to identify slot values in conversations, achieving state-of-the-art accuracy on a benchmark dataset.
Contribution
It introduces a neural reading comprehension approach to dialog state tracking, simplifying the process and improving accuracy over traditional methods.
Findings
Achieves 47.33% joint-goal accuracy on MultiWOZ-2.0 dataset.
Outperforms previous state-of-the-art by 11.75%.
Utilizes contextual embeddings and explicit slot carry-over modeling.
Abstract
Dialog state tracking is used to estimate the current belief state of a dialog given all the preceding conversation. Machine reading comprehension, on the other hand, focuses on building systems that read passages of text and answer questions that require some understanding of passages. We formulate dialog state tracking as a reading comprehension task to answer the question after reading conversational context. In contrast to traditional state tracking methods where the dialog state is often predicted as a distribution over a closed set of all the possible slot values within an ontology, our method uses a simple attention-based neural network to point to the slot values within the conversation. Experiments on MultiWOZ-2.0 cross-domain dialog dataset show that our simple system can obtain similar accuracies compared to the previous more…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
