paper-with-me

홈 › Papers

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 candidates and dialogue lengths. To encode the dialogue context efficiently, we utilize the previous dialogue state (predicted) and the current dialogue utterance as the input for DST. To consider relations among different domain-slots, the schema graph involving prior knowledge is exploited. In this paper, a novel context and schema fusion network is proposed to encode the dialogue context and schema graph by using internal and external attention mechanisms. Experiment results show that our approach can obtain new state-of-the-art performance of the open-vocabulary DST on both MultiWOZ 2.0 and MultiWOZ 2.1 benchmarks.

📄 PDF Abstract BibTeX arXiv:2004.03386

Code (0)

등록된 구현이 없습니다.

Tasks

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

Dynamic Schema Graph Fusion Network for Multi-Domain Dialogue State Tracking

2022-04-14 · ACL 2022 5 · Yue Feng, Aldo Lipani, Fanghua Ye, Qiang Zhang 외

Dialogue State Tracking (DST) aims to keep track of users' intentions during the course of a conversation. In DST, modelling the relations among domains and slots is still an under-studied problem. Existing approaches th…

DecoderDialogue State TrackingMulti-domain Dialogue State TrackingTransfer Learning

Dynamic Schema Graph Fusion Network for Multi-Domain Dialogue State Tracking

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Dialogue State Tracking (DST) aims to keep track of users' intentions during the course of a conversation. In DST, modelling the relations among domains and slots is still an under-studied problem. Existing approaches th…

DecoderDialogue State TrackingMulti-domain Dialogue State TrackingTransfer Learning

Schema Graph-Guided Prompt for Multi-Domain Dialogue State Tracking

2023-11-10 · Ruolin Su, Ting-Wei Wu, Biing-Hwang Juang

Tracking dialogue states is an essential topic in task-oriented dialogue systems, which involve filling in the necessary information in pre-defined slots corresponding to a schema. While general pre-trained language mode…

Dialogue State TrackingGraph Neural NetworkLanguage ModelingLanguage Modelling+4

Schema Encoding for Transferable Dialogue State Tracking

2022-10-05 · COLING 2022 10 · Hyunmin Jeon, Gary Geunbae Lee

Dialogue state tracking (DST) is an essential sub-task for task-oriented dialogue systems. Recent work has focused on deep neural models for DST. However, the neural models require a large dataset for training. Furthermo…

Dialogue State TrackingTask-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