paper-with-me

홈 › Papers

Promoting Open-domain Dialogue Generation through Learning Pattern Information between Contexts and Responses

2023-09-06 · Mengjuan Liu, Chenyang Liu, Yunfan Yang, Jiang Liu, Mohan Jing

Recently, utilizing deep neural networks to build the opendomain dialogue models has become a hot topic. However, the responses generated by these models suffer from many problems such as responses not being contextualized and tend to generate generic responses that lack information content, damaging the user's experience seriously. Therefore, many studies try introducing more information into the dialogue models to make the generated responses more vivid and informative. Unlike them, this paper improves the quality of generated responses by learning the implicit pattern information between contexts and responses in the training samples. In this paper, we first build an open-domain dialogue model based on the pre-trained language model (i.e., GPT-2). And then, an improved scheduled sampling method is proposed for pre-trained models, by which the responses can be used to guide the response generation in the training phase while avoiding the exposure bias problem. More importantly, we design a response-aware mechanism for mining the implicit pattern information between contexts and responses so that the generated replies are more diverse and approximate to human replies. Finally, we evaluate the proposed model (RAD) on the Persona-Chat and DailyDialog datasets; and the experimental results show that our model outperforms the baselines on most automatic and manual metrics.

📄 PDF Abstract BibTeX arXiv:2309.02823

Code (1)

russellliu0/rad 공식 구현 pytorch

Tasks

Dialogue GenerationLanguage ModellingResponse Generation

Similar Papers 제목 키워드 기반

Towards Interpretable Chit-chat: Open Domain Dialogue Generation with Dialogue Acts

2018-01-01 · ICLR 2018 1 · Wei Wu, Can Xu, Yu Wu, Zhoujun Li

Conventional methods model open domain dialogue generation as a black box through end-to-end learning from large scale conversation data. In this work, we make the first step to open the black box by introducing dialogue…

Dialogue GenerationResponse Generation

A Static and Dynamic Attention Framework for Multi Turn Dialogue Generation

2024-10-28 · Wei-Nan Zhang, Yiming Cui, Kaiyan Zhang, Yifa Wang 외

Recently, research on open domain dialogue systems have attracted extensive interests of academic and industrial researchers. The goal of an open domain dialogue system is to imitate humans in conversations. Previous wor…

Dialogue Generation

CTRLStruct: Dialogue Structure Learning for Open-Domain Response Generation

2023-03-02 · Congchi Yin, Piji Li, Zhaochun Ren

Dialogue structure discovery is essential in dialogue generation. Well-structured topic flow can leverage background information and predict future topics to help generate controllable and explainable responses. However,…

Contrastive LearningDialogue GenerationResponse GenerationSentence+2

Manual-Guided Dialogue for Flexible Conversational Agents

2022-08-16 · Ryuichi Takanobu, Hao Zhou, Yankai Lin, Peng Li 외

How to build and use dialogue data efficiently, and how to deploy models in different domains at scale can be two critical issues in building a task-oriented dialogue system. In this paper, we propose a novel manual-guid…

Response Generation

OpenViDial 2.0: A Larger-Scale, Open-Domain Dialogue Generation Dataset with Visual Contexts

2021-09-27 · Shuhe Wang, Yuxian Meng, Xiaoya Li, Xiaofei Sun 외

In order to better simulate the real human conversation process, models need to generate dialogue utterances based on not only preceding textual contexts but also visual contexts. However, with the development of multi-m…

Dialogue GenerationMulti-modal Dialogue Generation