paper-with-me

홈 › Papers

Efficient Dialogue State Tracking by Selectively Overwriting Memory

2019-11-10 · ACL 2020 6 · Sungdong Kim, Sohee Yang, Gyuwan Kim, Sang-Woo Lee

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 for Dialogue State Tracking) model achieves state-of-the-art joint goal accuracy with 51.72% in MultiWOZ 2.0 and 53.01% in MultiWOZ 2.1 in an open vocabulary-based DST setting. In addition, we analyze the accuracy gaps between the current and the ground truth-given situations and suggest that it is a promising direction to improve state operation prediction to boost the DST performance.

📄 PDF Abstract BibTeX arXiv:1911.03906

Code (3)

clovaai/som-dst 공식 구현 pytorch
bcaitech1/p3-dst-chatting-day pytorch
zengyan-97/Transformer-DST pytorch

Tasks

DecoderDialogue State TrackingMulti-domain Dialogue State Tracking

Methods 이 논문이 사용한 방법론

DST Dynamic sparse training methods train neural networks in a sparse manner, starting with an initial sparse mask, and periodically updating the mask based on some criteria.

Similar Papers 제목 키워드 기반

Aging Memories Generate More Fluent Dialogue Responses with Memory Augmented Neural Networks

2019-11-19 · Omar U. Florez, Erik Mueller

Memory Networks have emerged as effective models to incorporate Knowledge Bases (KB) into neural networks. By storing KB embeddings into a memory component, these models can learn meaningful representations that are grou…

Dialogue GenerationResponse Generation

Frames: A Corpus for Adding Memory to Goal-Oriented Dialogue Systems

2017-03-31 · WS 2017 8 · Layla El Asri, Hannes Schulz, Shikhar Sharma, Jeremie Zumer 외

This paper presents the Frames dataset (Frames is available at http://datasets.maluuba.com/Frames), a corpus of 1369 human-human dialogues with an average of 15 turns per dialogue. We developed this dataset to study the …

Dialogue ManagementGoal-Oriented Dialogue SystemsManagementText Generation

Naju: A Native Discrete State-Space Model with Independent Retention and Writing for Long-Sequence Memory

2026-07-23 · Hyuk Lim, Seunghyun Yoon arxiv

Long-sequence memory tracking places two opposing demands on a recurrent state: near-lossless retention of stored bindings over long horizons, and active overwriting of stale ones. In our diagnostic suite, the strongest …

Learning to Memorize in Neural Task-Oriented Dialogue Systems

2019-05-19 · Chien-Sheng Wu

In this thesis, we leverage the neural copy mechanism and memory-augmented neural networks (MANNs) to address existing challenge of neural task-oriented dialogue learning. We show the effectiveness of our strategy by ach…

Dialogue State TrackingMulti-domain Dialogue State TrackingRetrievalTask-Oriented Dialogue Systems

SGD-QA: Fast Schema-Guided Dialogue State Tracking for Unseen Services

2021-05-17 · Yang Zhang, Vahid Noroozi, Evelina Bakhturina, Boris Ginsburg

Dialogue state tracking is an essential part of goal-oriented dialogue systems, while most of these state tracking models often fail to handle unseen services. In this paper, we propose SGD-QA, a simple and extensible mo…

Dialogue State TrackingGoal-Oriented Dialogue SystemsQuestion Answering