CLAILGApr 13, 2020

From Machine Reading Comprehension to Dialogue State Tracking: Bridging the Gap

arXiv:2004.05827v11016 citations
Originality Incremental advance
AI Analysis

This work addresses data scarcity for building accurate and robust task-oriented dialogue systems across domains, offering an incremental improvement by leveraging existing RC resources.

The paper tackles the problem of limited labeled data for dialogue state tracking (DST) by adapting machine reading comprehension (RC) models and datasets, achieving near state-of-the-art joint goal accuracy on MultiWOZ 2.1 with full data and outperforming existing methods in few-shot scenarios, with over 90% average slot accuracy in 12 out of 30 slots in zero-shot settings.

Dialogue state tracking (DST) is at the heart of task-oriented dialogue systems. However, the scarcity of labeled data is an obstacle to building accurate and robust state tracking systems that work across a variety of domains. Existing approaches generally require some dialogue data with state information and their ability to generalize to unknown domains is limited. In this paper, we propose using machine reading comprehension (RC) in state tracking from two perspectives: model architectures and datasets. We divide the slot types in dialogue state into categorical or extractive to borrow the advantages from both multiple-choice and span-based reading comprehension models. Our method achieves near the current state-of-the-art in joint goal accuracy on MultiWOZ 2.1 given full training data. More importantly, by leveraging machine reading comprehension datasets, our method outperforms the existing approaches by many a large margin in few-shot scenarios when the availability of in-domain data is limited. Lastly, even without any state tracking data, i.e., zero-shot scenario, our proposed approach achieves greater than 90% average slot accuracy in 12 out of 30 slots in MultiWOZ 2.1.

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