paper-with-me

홈 › Papers

Hierarchy Response Learning for Neural Conversation Generation

2019-11-01 · IJCNLP 2019 11 · Bo Zhang, Xiao-Ming Zhang

The neural encoder-decoder models have shown great promise in neural conversation generation. However, they cannot perceive and express the intention effectively, and hence often generate dull and generic responses. Unlike past work that has focused on diversifying the output at word-level or discourse-level with a flat model to alleviate this problem, we propose a hierarchical generation model to capture the different levels of diversity using the conditional variational autoencoders. Specifically, a hierarchical response generation (HRG) framework is proposed to capture the conversation intention in a natural and coherent way. It has two modules, namely, an expression reconstruction model to capture the hierarchical correlation between expression and intention, and an expression attention model to effectively combine the expressions with contents. Finally, the training procedure of HRG is improved by introducing reconstruction loss. Experiment results show that our model can generate the responses with more appropriate content and expression.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDiversityResponse Generation

Similar Papers 제목 키워드 기반

Hierarchical Recurrent Attention Network for Response Generation

2017-01-25 · Chen Xing, Wei Wu, Yu Wu, Ming Zhou 외

We study multi-turn response generation in chatbots where a response is generated according to a conversation context. Existing work has modeled the hierarchy of the context, but does not pay enough attention to the fact…

Response Generation

HeterMPC: A Heterogeneous Graph Neural Network for Response Generation in Multi-Party Conversations

2022-03-16 · ACL 2022 5 · Jia-Chen Gu, Chao-Hong Tan, Chongyang Tao, Zhen-Hua Ling 외

Recently, various response generation models for two-party conversations have achieved impressive improvements, but less effort has been paid to multi-party conversations (MPCs) which are more practical and complicated. …

Graph Neural NetworkResponse Generation

Improv Chat: Second Response Generation for Chatbot

2018-05-10 · Furu Wei

Existing research on response generation for chatbot focuses on \textbf{First Response Generation} which aims to teach the chatbot to say the first response (e.g. a sentence) appropriate to the conversation context (e.g.…

ChatbotResponse GenerationRetrievalSentence

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

Adaptive Retrieval-Augmented Generation for Conversational Systems

2024-07-31 · Xi Wang, Procheta Sen, Ruizhe Li, Emine Yilmaz

Despite the success of integrating large language models into the development of conversational systems, many studies have shown the effectiveness of retrieving and augmenting external knowledge for informative responses…

RAGRetrievalRetrieval-augmented Generation