Generating High-Quality and Informative Conversation Responses with Sequence-to-Sequence Models
Louis Shao, Stephan Gouws, Denny Britz, Anna Goldie, Brian Strope, Ray, Kurzweil

TL;DR
This paper enhances sequence-to-sequence models for conversation response generation by introducing self-attention, a scalable model, and a diversity-promoting decoding algorithm, resulting in longer, more acceptable, and higher-quality responses.
Contribution
It proposes the glimpse-model with self-attention and a stochastic beam-search with reranking, improving response quality and diversity in large-scale conversational datasets.
Findings
Longer responses with higher acceptability and excellence ratings.
The back-off strategy improves overall response quality.
Model scales effectively to large datasets of over 2.3 billion messages.
Abstract
Sequence-to-sequence models have been applied to the conversation response generation problem where the source sequence is the conversation history and the target sequence is the response. Unlike translation, conversation responding is inherently creative. The generation of long, informative, coherent, and diverse responses remains a hard task. In this work, we focus on the single turn setting. We add self-attention to the decoder to maintain coherence in longer responses, and we propose a practical approach, called the glimpse-model, for scaling to large datasets. We introduce a stochastic beam-search algorithm with segment-by-segment reranking which lets us inject diversity earlier in the generation process. We trained on a combined data set of over 2.3B conversation messages mined from the web. In human evaluation studies, our method produces longer responses overall, with a higher…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
