paper-with-me

홈 › Papers

Generating Relevant and Coherent Dialogue Responses using Self-separated Conditional Variational AutoEncoders

2021-06-07 · ACL 2021 5 · Bin Sun, Shaoxiong Feng, Yiwei Li, Jiamou Liu, Kan Li

Conditional Variational AutoEncoder (CVAE) effectively increases the diversity and informativeness of responses in open-ended dialogue generation tasks through enriching the context vector with sampled latent variables. However, due to the inherent one-to-many and many-to-one phenomena in human dialogues, the sampled latent variables may not correctly reflect the contexts' semantics, leading to irrelevant and incoherent generated responses. To resolve this problem, we propose Self-separated Conditional Variational AutoEncoder (abbreviated as SepaCVAE) that introduces group information to regularize the latent variables, which enhances CVAE by improving the responses' relevance and coherence while maintaining their diversity and informativeness. SepaCVAE actively divides the input data into groups, and then widens the absolute difference between data pairs from distinct groups, while narrowing the relative distance between data pairs in the same group. Empirical results from automatic evaluation and detailed analysis demonstrate that SepaCVAE can significantly boost responses in well-established open-domain dialogue datasets.

📄 PDF Abstract BibTeX arXiv:2106.03410

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationDiversityInformativeness

Methods 이 논문이 사용한 방법론

cVAE 설명 없음

Similar Papers 제목 키워드 기반

Partner Personas Generation for Dialogue Response Generation

2022-07-01 · NAACL 2022 7 · Hongyuan Lu, Wai Lam, Hong Cheng, Helen Meng

Incorporating personas information allows diverse and engaging responses in dialogue response generation. Unfortunately, prior works have primarily focused on self personas and have overlooked the value of partner person…

reinforcement-learningReinforcement Learning (RL)Response Generation

Stylized Dialogue Response Generation Using Stylized Unpaired Texts

2020-09-27 · Yinhe Zheng, Zikai Chen, Rongsheng Zhang, Shilei Huang 외

Generating stylized responses is essential to build intelligent and engaging dialogue systems. However, this task is far from well-explored due to the difficulties of rendering a particular style in coherent responses, e…

DecoderDialogue GenerationResponse Generation

Controlling Dialogue Generation with Semantic Exemplars

2020-08-20 · NAACL 2021 4 · Prakhar Gupta, Jeffrey P. Bigham, Yulia Tsvetkov, Amy Pavel

Dialogue systems pretrained with large language models generate locally coherent responses, but lack the fine-grained control over responses necessary to achieve specific goals. A promising method to control response gen…

Dialogue GenerationResponse Generation

Partner Personas Generation for Diverse Dialogue Generation

2021-11-27 · Hongyuan Lu, Wai Lam, Hong Cheng, Helen M. Meng

Incorporating personas information allows diverse and engaging responses in dialogue response generation. Unfortunately, prior works have primarily focused on self personas and have overlooked the value of partner person…

Dialogue GenerationResponse Generation

Generating Informative Dialogue Responses with Keywords-Guided Networks

2020-07-03 · Heng-Da Xu, Xian-Ling Mao, Zewen Chi, Jing-Jing Zhu 외

Recently, open-domain dialogue systems have attracted growing attention. Most of them use the sequence-to-sequence (Seq2Seq) architecture to generate responses. However, traditional Seq2Seq-based open-domain dialogue mod…

Decoder