CLAug 27, 2018

An Auto-Encoder Matching Model for Learning Utterance-Level Semantic Dependency in Dialogue Generation

arXiv:1808.08795v11101 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of improving dialogue coherence for AI systems, but it appears incremental as it builds on existing auto-encoder and mapping techniques.

The paper tackles the challenge of generating semantically coherent responses in dialogue generation by proposing an Auto-Encoder Matching model to learn utterance-level semantic dependency, and experimental results show it generates responses with higher coherence and fluency compared to baselines.

Generating semantically coherent responses is still a major challenge in dialogue generation. Different from conventional text generation tasks, the mapping between inputs and responses in conversations is more complicated, which highly demands the understanding of utterance-level semantic dependency, a relation between the whole meanings of inputs and outputs. To address this problem, we propose an Auto-Encoder Matching (AEM) model to learn such dependency. The model contains two auto-encoders and one mapping module. The auto-encoders learn the semantic representations of inputs and responses, and the mapping module learns to connect the utterance-level representations. Experimental results from automatic and human evaluations demonstrate that our model is capable of generating responses of high coherence and fluency compared to baseline models. The code is available at https://github.com/lancopku/AMM

Code Implementations1 repo
Foundations

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

Your Notes