CLAISep 25, 2019

Task-Oriented Conversation Generation Using Heterogeneous Memory Networks

arXiv:1909.11287v11012 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of making dialogue systems more human-like by better handling diverse information sources, though it appears incremental as it builds on existing memory network approaches.

The paper tackled the problem of incorporating heterogeneous external knowledge into neural dialogue models by proposing Heterogeneous Memory Networks (HMNs), which simultaneously utilize user utterances, dialogue history, and background knowledge tuples, resulting in significant performance improvements over state-of-the-art models on multiple real-world datasets.

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 promising way. However, existing memory networks do not perform well when leveraging heterogeneous information from different sources. In this paper, we propose a novel and versatile external memory networks called Heterogeneous Memory Networks (HMNs), to simultaneously utilize user utterances, dialogue history and background knowledge tuples. In our method, historical sequential dialogues are encoded and stored into the context-aware memory enhanced by gating mechanism while grounding knowledge tuples are encoded and stored into the context-free memory. During decoding, the decoder augmented with HMNs recurrently selects each word in one response utterance from these two memories and a general vocabulary. Experimental results on multiple real-world datasets show that HMNs significantly outperform the state-of-the-art data-driven task-oriented dialogue models in most domains.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes