CLAILGAug 31, 2021

Effective Sequence-to-Sequence Dialogue State Tracking

arXiv:2108.13990v2668 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in dialogue systems for researchers and practitioners, but it is incremental as it builds on existing sequence-to-sequence methods.

The paper tackles the problem of effectively applying sequence-to-sequence models to dialogue state tracking by investigating pre-training objectives and context representations, finding that masked span prediction outperforms auto-regressive language modeling and that pre-training for summarization tasks works well, with consistent results across multiple datasets.

Sequence-to-sequence models have been applied to a wide variety of NLP tasks, but how to properly use them for dialogue state tracking has not been systematically investigated. In this paper, we study this problem from the perspectives of pre-training objectives as well as the formats of context representations. We demonstrate that the choice of pre-training objective makes a significant difference to the state tracking quality. In particular, we find that masked span prediction is more effective than auto-regressive language modeling. We also explore using Pegasus, a span prediction-based pre-training objective for text summarization, for the state tracking model. We found that pre-training for the seemingly distant summarization task works surprisingly well for dialogue state tracking. In addition, we found that while recurrent state context representation works also reasonably well, the model may have a hard time recovering from earlier mistakes. We conducted experiments on the MultiWOZ 2.1-2.4, WOZ 2.0, and DSTC2 datasets with consistent observations.

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