Efficient Dialogue State Tracking by Selectively Overwriting Memory
Sungdong Kim, Sohee Yang, Gyuwan Kim, Sang-Woo Lee

TL;DR
This paper introduces SOM-DST, a novel dialogue state tracking method that uses a selective overwriting mechanism to improve efficiency and accuracy in open vocabulary settings, outperforming previous models.
Contribution
It proposes a new selective overwriting mechanism for dialogue state tracking that decomposes the task and enhances training effectiveness and performance.
Findings
Achieves state-of-the-art joint goal accuracy on MultiWOZ datasets.
Reduces decoder burden by focusing on specific sub-tasks.
Analyzes accuracy gaps to suggest future improvements.
Abstract
Recent works in dialogue state tracking (DST) focus on an open vocabulary-based setting to resolve scalability and generalization issues of the predefined ontology-based approaches. However, they are inefficient in that they predict the dialogue state at every turn from scratch. Here, we consider dialogue state as an explicit fixed-sized memory and propose a selectively overwriting mechanism for more efficient DST. This mechanism consists of two steps: (1) predicting state operation on each of the memory slots, and (2) overwriting the memory with new values, of which only a few are generated according to the predicted state operations. Our method decomposes DST into two sub-tasks and guides the decoder to focus only on one of the tasks, thus reducing the burden of the decoder. This enhances the effectiveness of training and DST performance. Our SOM-DST (Selectively Overwriting Memory…
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
