paper-with-me

Papers

A Working Memory Model for Task-oriented Dialog Response Generation

2019-07-01 · ACL 2019 7 · Xiuyi Chen, Jiaming Xu, Bo Xu

Recently, to incorporate external Knowledge Base (KB) information, one form of world knowledge, several end-to-end task-oriented dialog systems have been proposed. These models, however, tend to confound the dialog history with KB tuples and simply store them into one memory. Inspired by the psychological studies on working memory, we propose a working memory model (WMM2Seq) for dialog response generation. Our WMM2Seq adopts a working memory to interact with two separated long-term memories, which are the episodic memory for memorizing dialog history and the semantic memory for storing KB tuples. The working memory consists of a central executive to attend to the aforementioned memories, and a short-term storage system to store the {``}activated{''} contents from the long-term memories. Furthermore, we introduce a context-sensitive perceptual process for the token representations of dialog history, and then feed them into the episodic memory. Extensive experiments on two task-oriented dialog datasets demonstrate that our WMM2Seq significantly outperforms the state-of-the-art results in several evaluation metrics.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Response GenerationWorld Knowledge

Similar Papers 제목 키워드 기반

Bridging the Long-Term Gap: A Memory-Active Policy for Multi-Session Task-Oriented Dialogue

2025-05-26 · Yiming Du, Bingbing Wang, Yang He, Bin Liang 외

Existing Task-Oriented Dialogue (TOD) systems primarily focus on single-session dialogues, limiting their effectiveness in long-term memory augmentation. To address this challenge, we introduce a MS-TOD dataset, the firs…

Roll Up Your Sleeves: Working with a Collaborative and Engaging Task-Oriented Dialogue System

2023-07-29 · Lingbo Mo, Shijie Chen, Ziru Chen, Xiang Deng 외

We introduce TacoBot, a user-centered task-oriented digital assistant designed to guide users through complex real-world tasks with multiple steps. Covering a wide range of cooking and how-to tasks, we aim to deliver a c…

Data AugmentationDialogue ManagementManagementResponse Generation+1

Retrieve & Memorize: Dialog Policy Learning with Multi-Action Memory

2021-06-04 · Findings (ACL) 2021 8 · Yunhao Li, Yunyi Yang, Xiaojun Quan, Jianxing Yu

Dialogue policy learning, a subtask that determines the content of system response generation and then the degree of task completion, is essential for task-oriented dialogue systems. However, the unbalanced distribution …

DecoderResponse GenerationRetrievalTask-Oriented Dialogue Systems

Global-to-local Memory Pointer Networks for Task-Oriented Dialogue

2019-01-15 · ICLR 2019 5 · Chien-Sheng Wu, Richard Socher, Caiming Xiong

End-to-end task-oriented dialogue is challenging since knowledge bases are usually large, dynamic and hard to incorporate into a learning framework. We propose the global-to-local memory pointer (GLMP) networks to addres…

DecoderTask-Oriented Dialogue Systems

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