paper-with-me

홈 › Papers

Generating High-Quality and Informative Conversation Responses with Sequence-to-Sequence Models

2017-01-11 · EMNLP 2017 9 · Louis Shao, Stephan Gouws, Denny Britz, Anna Goldie, Brian Strope, Ray Kurzweil

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 proportion rated as acceptable and excellent as length increases, compared to baseline sequence-to-sequence models with explicit length-promotion. A back-off strategy produces better responses overall, in the full spectrum of lengths.

📄 PDF Abstract BibTeX arXiv:1701.03185

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDiversityRerankingResponse GenerationTranslation

Similar Papers 제목 키워드 기반

DiSCoL: Toward Engaging Dialogue Systems through Conversational Line Guided Response Generation

2021-02-03 · NAACL 2021 4 · Sarik Ghazarian, Zixi Liu, Tuhin Chakrabarty, Xuezhe Ma 외

Having engaging and informative conversations with users is the utmost goal for open-domain conversational systems. Recent advances in transformer-based language models and their applications to dialogue systems have suc…

Response Generation

Generating Multiple Diverse Responses for Short-Text Conversation

2018-11-14 · Jun Gao, Wei Bi, Xiaojiang Liu, Junhui Li 외

Neural generative models have become popular and achieved promising performance on short-text conversation tasks. They are generally trained to build a 1-to-1 mapping from the input post to its output response. However, …

DiversityInformativenessReinforcement LearningResponse Generation+1

Generating Informative and Diverse Conversational Responses via Adversarial Information Maximization

2018-09-16 · NeurIPS 2018 12 · Yizhe Zhang, Michel Galley, Jianfeng Gao, Zhe Gan 외

Responses generated by neural conversational models tend to lack informativeness and diversity. We present Adversarial Information Maximization (AIM), an adversarial learning strategy that addresses these two related but…

Conversational Response GenerationDiversityInformativeness

Persona Extraction Through Semantic Similarity for Emotional Support Conversation Generation

2024-03-07 · Seunghee Han, Se Jin Park, Chae Won Kim, Yong Man Ro

Providing emotional support through dialogue systems is becoming increasingly important in today's world, as it can support both mental health and social interactions in many conversation scenarios. Previous works have s…

Semantic SimilaritySemantic Textual Similarity

KECRS: Towards Knowledge-Enriched Conversational Recommendation System

2021-05-18 · Tong Zhang, Yong liu, Peixiang Zhong, Chen Zhang 외

The chit-chat-based conversational recommendation systems (CRS) provide item recommendations to users through natural language interactions. To better understand user's intentions, external knowledge graphs (KG) have bee…

Conversational RecommendationEntity EmbeddingsKnowledge GraphsRecommendation Systems+2