CLOct 29, 2021

Amendable Generation for Dialogue State Tracking

arXiv:2110.15659v1667 citations
Originality Incremental advance
AI Analysis

This addresses error propagation in task-oriented dialogue systems, offering an incremental improvement for more robust state tracking.

The paper tackles error propagation in dialogue state tracking by proposing a two-pass generation model that first generates a primitive state and then amends it, achieving new state-of-the-art results on MultiWOZ 2.2 and WOZ 2.0 datasets.

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 error propagation. Experimental results show that AG-DST significantly outperforms previous works in two active DST datasets (MultiWOZ 2.2 and WOZ 2.0), achieving new state-of-the-art performances.

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