Amendable Generation for Dialogue State Tracking
Xin Tian, Liankai Huang, Yingzhan Lin, Siqi Bao, Huang He, Yunyi Yang,, Hua Wu, Fan Wang, Shuqi Sun

TL;DR
This paper introduces AG-DST, a two-pass dialogue state tracking model that reduces error propagation by generating and then amending the dialogue state, leading to improved accuracy in task-oriented dialogue systems.
Contribution
The paper proposes a novel two-pass amendable generation approach for dialogue state tracking that enhances robustness and reduces error propagation.
Findings
AG-DST outperforms previous models on MultiWOZ 2.2 and WOZ 2.0 datasets.
Achieves new state-of-the-art performance in active dialogue state tracking.
Demonstrates effectiveness of the two-pass amendment process.
Abstract
In task-oriented dialogue systems, recent dialogue state tracking methods tend to perform one-pass generation of the dialogue state based on the previous dialogue state. The mistakes of these models made at the current turn are prone to be carried over to the next turn, causing error propagation. In this paper, we propose a novel Amendable Generation for Dialogue State Tracking (AG-DST), which contains a two-pass generation process: (1) generating a primitive dialogue state based on the dialogue of the current turn and the previous dialogue state, and (2) amending the primitive dialogue state from the first pass. With the additional amending generation pass, our model is tasked to learn more robust dialogue state tracking by amending the errors that still exist in the primitive dialogue state, which plays the role of reviser in the double-checking process and alleviates unnecessary…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Speech and dialogue systems · Natural Language Processing Techniques
MethodsDynamic Sparse Training · Linear Layer · Cosine Annealing · Residual Connection · Attention Dropout · Linear Warmup With Cosine Annealing · Dropout · Discriminative Fine-Tuning · Weight Decay · Byte Pair Encoding
