paper-with-me

홈 › Papers

Copy-Enhanced Heterogeneous Information Learning for Dialogue State Tracking

2019-08-21 · Qingbin Liu, Shizhu He, Kang Liu, Shengping Liu, Jun Zhao

Dialogue state tracking (DST) is an essential component in task-oriented dialogue systems, which estimates user goals at every dialogue turn. However, most previous approaches usually suffer from the following problems. Many discriminative models, especially end-to-end (E2E) models, are difficult to extract unknown values that are not in the candidate ontology; previous generative models, which can extract unknown values from utterances, degrade the performance due to ignoring the semantic information of pre-defined ontology. Besides, previous generative models usually need a hand-crafted list to normalize the generated values. How to integrate the semantic information of pre-defined ontology and dialogue text (heterogeneous texts) to generate unknown values and improve performance becomes a severe challenge. In this paper, we propose a Copy-Enhanced Heterogeneous Information Learning model with multiple encoder-decoder for DST (CEDST), which can effectively generate all possible values including unknown values by copying values from heterogeneous texts. Meanwhile, CEDST can effectively decompose the large state space into several small state spaces through multi-encoder, and employ multi-decoder to make full use of the reduced spaces to generate values. Multi-encoder-decoder architecture can significantly improve performance. Experiments show that CEDST can achieve state-of-the-art results on two datasets and our constructed datasets with many unknown values.

📄 PDF Abstract BibTeX arXiv:1908.07705

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDialogue State TrackingTask-Oriented Dialogue Systems

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

Information-Theoretic Text Hallucination Reduction for Video-grounded Dialogue

2022-12-12 · Sunjae Yoon, Eunseop Yoon, Hee Suk Yoon, Junyeong Kim 외

Video-grounded Dialogue (VGD) aims to decode an answer sentence to a question regarding a given video and dialogue context. Despite the recent success of multi-modal reasoning to generate answer sentences, existing dialo…

HallucinationSentence

Task-Oriented Conversation Generation Using Heterogeneous Memory Networks

2019-09-25 · IJCNLP 2019 11 · Zehao Lin, Xinjing Huang, Feng Ji, Haiqing Chen 외

How to incorporate external knowledge into a neural dialogue model is critically important for dialogue systems to behave like real humans. To handle this problem, memory networks are usually a great choice and a promisi…

Decoder

GCDST: A Graph-based and Copy-augmented Multi-domain Dialogue State Tracking

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Peng Wu, Bowei Zou, Ridong Jiang, AiTi Aw

As an essential component of task-oriented dialogue systems, Dialogue State Tracking (DST) takes charge of estimating user intentions and requests in dialogue contexts and extracting substantial goals (states) from user …

Dialogue State TrackingMulti-domain Dialogue State TrackingTask-Oriented Dialogue Systems

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

Learn to Focus: Hierarchical Dynamic Copy Network for Dialogue State Tracking

2021-07-25 · Linhao Zhang, Houfeng Wang

Recently, researchers have explored using the encoder-decoder framework to tackle dialogue state tracking (DST), which is a key component of task-oriented dialogue systems. However, they regard a multi-turn dialogue as a…

DecoderDialogue State TrackingTask-Oriented Dialogue Systems