paper-with-me

홈 › Papers

Dialogue State Tracking with Multi-Level Fusion of Predicted Dialogue States and Conversations

2021-07-12 · SIGDIAL (ACL) 2021 7 · Jingyao Zhou, Haipang Wu, Zehao Lin, Guodun Li, Yin Zhang

Most recently proposed approaches in dialogue state tracking (DST) leverage the context and the last dialogue states to track current dialogue states, which are often slot-value pairs. Although the context contains the complete dialogue information, the information is usually indirect and even requires reasoning to obtain. The information in the lastly predicted dialogue states is direct, but when there is a prediction error, the dialogue information from this source will be incomplete or erroneous. In this paper, we propose the Dialogue State Tracking with Multi-Level Fusion of Predicted Dialogue States and Conversations network (FPDSC). This model extracts information of each dialogue turn by modeling interactions among each turn utterance, the corresponding last dialogue states, and dialogue slots. Then the representation of each dialogue turn is aggregated by a hierarchical structure to form the passage information, which is utilized in the current turn of DST. Experimental results validate the effectiveness of the fusion network with 55.03% and 59.07% joint accuracy on MultiWOZ 2.0 and MultiWOZ 2.1 datasets, which reaches the state-of-the-art performance. Furthermore, we conduct the deleted-value and related-slot experiments on MultiWOZ 2.1 to evaluate our model.

📄 PDF Abstract BibTeX arXiv:2107.05168

Code (1)

helloacl/DST-DCPDS 공식 구현 pytorch

Tasks

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 제목 키워드 기반

Dynamic Knowledge Fusion for Multi-Domain Dialogue State Tracking

2026-03-11 · Haoxiang Su, Ruiyu Fang, Liting Jiang, Xiaomeng Huang 외 arxiv

The performance of task-oriented dialogue models is strongly tied to how well they track dialogue states, which records and updates user information across multi-turn interactions. However, current multi-domain DST encou…

Dialogue State TrackingContrastive Learning

Efficient Context and Schema Fusion Networks for Multi-Domain Dialogue State Tracking

2020-04-07 · Findings of the Association for Computational Linguistics 2020 · Su Zhu, Jieyu Li, Lu Chen, Kai Yu

Dialogue state tracking (DST) aims at estimating the current dialogue state given all the preceding conversation. For multi-domain DST, the data sparsity problem is a major obstacle due to increased numbers of state cand…

Dialogue State TrackingMulti-domain Dialogue State Tracking

Multimodal Dialogue State Tracking

2022-06-16 · NAACL 2022 7 · Hung Le, Nancy F. Chen, Steven C. H. Hoi

Designed for tracking user goals in dialogues, a dialogue state tracker is an essential component in a dialogue system. However, the research of dialogue state tracking has largely been limited to unimodality, in which s…

Dialogue State TrackingVideo Understanding

Modeling ASR Ambiguity for Dialogue State Tracking Using Word Confusion Networks

2020-02-03 · Vaishali Pal, Fabien Guillot, Manish Shrivastava, Jean-Michel Renders 외

Spoken dialogue systems typically use a list of top-N ASR hypotheses for inferring the semantic meaning and tracking the state of the dialogue. However ASR graphs, such as confusion networks (confnets), provide a compact…

Dialogue State TrackingSpoken Dialogue Systems

Choice Fusion as Knowledge for Zero-Shot Dialogue State Tracking

2023-02-25 · Ruolin Su, Jingfeng Yang, Ting-Wei Wu, Biing-Hwang Juang

With the demanding need for deploying dialogue systems in new domains with less cost, zero-shot dialogue state tracking (DST), which tracks user's requirements in task-oriented dialogues without training on desired domai…

DecoderDialogue State TrackingLanguage ModelingLanguage Modelling+2