paper-with-me

Papers

Memory-augmented Dialogue Management for Task-oriented Dialogue Systems

2018-05-01 · Zheng Zhang, Minlie Huang, Zhongzhou Zhao, Feng Ji, Haiqing Chen, Xiaoyan Zhu

Dialogue management (DM) decides the next action of a dialogue system according to the current dialogue state, and thus plays a central role in task-oriented dialogue systems. Since dialogue management requires to have access to not only local utterances, but also the global semantics of the entire dialogue session, modeling the long-range history information is a critical issue. To this end, we propose a novel Memory-Augmented Dialogue management model (MAD) which employs a memory controller and two additional memory structures, i.e., a slot-value memory and an external memory. The slot-value memory tracks the dialogue state by memorizing and updating the values of semantic slots (for instance, cuisine, price, and location), and the external memory augments the representation of hidden states of traditional recurrent neural networks through storing more context information. To update the dialogue state efficiently, we also propose slot-level attention on user utterances to extract specific semantic information for each slot. Experiments show that our model can obtain state-of-the-art performance and outperforms existing baselines.

📄 PDF Abstract BibTeX arXiv:1805.00150

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue ManagementManagementTask-Oriented Dialogue Systems

Similar Papers 제목 키워드 기반

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

A Copy-Augmented Sequence-to-Sequence Architecture Gives Good Performance on Task-Oriented Dialogue

2017-01-15 · EACL 2017 4 · Mihail Eric, Christopher D. Manning

Task-oriented dialogue focuses on conversational agents that participate in user-initiated dialogues on domain-specific topics. In contrast to chatbots, which simply seek to sustain open-ended meaningful discourse, exist…

Response Generation

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

RealMem: Benchmarking LLMs in Real-World Memory-Driven Interaction

2026-01-11 · Haonan Bian, Zhiyuan Yao, Sen Hu, Zishan Xu 외 arxiv

As Large Language Models (LLMs) evolve from static dialogue interfaces to autonomous general agents, effective memory is paramount to ensuring long-term consistency. However, existing benchmarks primarily focus on casual…

Dialogue Generation

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