paper-with-me

홈 › Papers

Generating Informative and Diverse Conversational Responses via Adversarial Information Maximization

2018-09-16 · NeurIPS 2018 12 · Yizhe Zhang, Michel Galley, Jianfeng Gao, Zhe Gan, Xiujun Li, Chris Brockett, Bill Dolan

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 distinct problems. To foster response diversity, we leverage adversarial training that allows distributional matching of synthetic and real responses. To improve informativeness, our framework explicitly optimizes a variational lower bound on pairwise mutual information between query and response. Empirical results from automatic and human evaluations demonstrate that our methods significantly boost informativeness and diversity.

📄 PDF Abstract BibTeX arXiv:1809.05972

Code (4)

GraphGrailAi/DialoGPT pytorch
dreasysnail/converse_GAN tf
souvikdgp16/dialo_gpt_daily_dialog pytorch
sseol11/DialoGPT pytorch

Tasks

Conversational Response GenerationDiversityInformativeness

Similar Papers 제목 키워드 기반

Learning from Perturbations: Diverse and Informative Dialogue Generation with Inverse Adversarial Training

2021-05-31 · ACL 2021 5 · Wangchunshu Zhou, Qifei Li, Chenle Li

In this paper, we propose Inverse Adversarial Training (IAT) algorithm for training neural dialogue systems to avoid generic responses and model dialogue history better. In contrast to standard adversarial training algor…

Dialogue GenerationDiversityResponse Generation

Knowledge-Grounded Response Generation with Deep Attentional Latent-Variable Model

2019-03-23 · Hao-Tong Ye, Kai-Ling Lo, Shang-Yu Su, Yun-Nung Chen

End-to-end dialogue generation has achieved promising results without using handcrafted features and attributes specific for each task and corpus. However, one of the fatal drawbacks in such approaches is that they are u…

Dialogue GenerationResponse Generation

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

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

Posterior-GAN: Towards Informative and Coherent Response Generation with Posterior Generative Adversarial Network

2020-03-04 · Shaoxiong Feng, Hongshen Chen, Kan Li, Dawei Yin

Neural conversational models learn to generate responses by taking into account the dialog history. These models are typically optimized over the query-response pairs with a maximum likelihood estimation objective. Howev…

DecoderGenerative Adversarial NetworkInformativenessResponse Generation