English

Coherent Dialogue with Attention-based Language Models

Computation and Language 2016-11-22 v1 Artificial Intelligence

Abstract

We model coherent conversation continuation via RNN-based dialogue models equipped with a dynamic attention mechanism. Our attention-RNN language model dynamically increases the scope of attention on the history as the conversation continues, as opposed to standard attention (or alignment) models with a fixed input scope in a sequence-to-sequence model. This allows each generated word to be associated with the most relevant words in its corresponding conversation history. We evaluate the model on two popular dialogue datasets, the open-domain MovieTriples dataset and the closed-domain Ubuntu Troubleshoot dataset, and achieve significant improvements over the state-of-the-art and baselines on several metrics, including complementary diversity-based metrics, human evaluation, and qualitative visualizations. We also show that a vanilla RNN with dynamic attention outperforms more complex memory models (e.g., LSTM and GRU) by allowing for flexible, long-distance memory. We promote further coherence via topic modeling-based reranking.

Keywords

Cite

@article{arxiv.1611.06997,
  title  = {Coherent Dialogue with Attention-based Language Models},
  author = {Hongyuan Mei and Mohit Bansal and Matthew R. Walter},
  journal= {arXiv preprint arXiv:1611.06997},
  year   = {2016}
}

Comments

To appear at AAAI 2017

R2 v1 2026-06-22T16:59:47.277Z