Dual Learning for Dialogue State Tracking
Zhi Chen, Lu Chen, Yanbin Zhao, Su Zhu, Kai Yu

TL;DR
This paper introduces a dual-learning framework for dialogue state tracking that leverages unlabeled data, reformulating DST as a sequence generation task to improve performance especially with limited labeled data.
Contribution
It proposes a novel dual-learning approach with two agents for DST, reducing reliance on labeled data and addressing reward sparsity in dialogue state tracking.
Findings
Achieves comparable performance with fully labeled data using limited labels.
Effectively alleviates reward sparsity in dialogue state tracking.
Demonstrates strong results on MultiWOZ2.1 dataset.
Abstract
In task-oriented multi-turn dialogue systems, dialogue state refers to a compact representation of the user goal in the context of dialogue history. Dialogue state tracking (DST) is to estimate the dialogue state at each turn. Due to the dependency on complicated dialogue history contexts, DST data annotation is more expensive than single-sentence language understanding, which makes the task more challenging. In this work, we formulate DST as a sequence generation problem and propose a novel dual-learning framework to make full use of unlabeled data. In the dual-learning framework, there are two agents: the primal tracker agent (utterance-to-state generator) and the dual utterance generator agent (state-to-utterance genera-tor). Compared with traditional supervised learning framework, dual learning can iteratively update both agents through the reconstruction error and reward signal…
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
MethodsDynamic Sparse Training
