paper-with-me

홈 › Papers

Skeleton-to-Response: Dialogue Generation Guided by Retrieval Memory

2018-09-14 · NAACL 2019 6 · Deng Cai, Yan Wang, Victoria Bi, Zhaopeng Tu, Xiaojiang Liu, Wai Lam, Shuming Shi

For dialogue response generation, traditional generative models generate responses solely from input queries. Such models rely on insufficient information for generating a specific response since a certain query could be answered in multiple ways. Consequentially, those models tend to output generic and dull responses, impeding the generation of informative utterances. Recently, researchers have attempted to fill the information gap by exploiting information retrieval techniques. When generating a response for a current query, similar dialogues retrieved from the entire training data are considered as an additional knowledge source. While this may harvest massive information, the generative models could be overwhelmed, leading to undesirable performance. In this paper, we propose a new framework which exploits retrieval results via a skeleton-then-response paradigm. At first, a skeleton is generated by revising the retrieved responses. Then, a novel generative model uses both the generated skeleton and the original query for response generation. Experimental results show that our approaches significantly improve the diversity and informativeness of the generated responses.

📄 PDF Abstract BibTeX arXiv:1809.05296

Code (1)

jcyk/skeleton-to-response 공식 구현 pytorch

Tasks

Dialogue GenerationDiversityInformation RetrievalInformativenessResponse GenerationRetrieval

Similar Papers 제목 키워드 기반

Retrieval-guided Dialogue Response Generation via a Matching-to-Generation Framework

2019-11-01 · IJCNLP 2019 11 · Deng Cai, Yan Wang, Wei Bi, Zhaopeng Tu 외

End-to-end sequence generation is a popular technique for developing open domain dialogue systems, though they suffer from the \textit{safe response problem}. Researchers have attempted to tackle this problem by incorpor…

Response GenerationRetrieval

Hexa: Self-Improving for Knowledge-Grounded Dialogue System

2023-10-10 · DaeJin Jo, Daniel Wontae Nam, Gunsoo Han, Kyoung-Woon On 외

A common practice in knowledge-grounded dialogue generation is to explicitly utilize intermediate steps (e.g., web-search, memory retrieval) with modular approaches. However, data for such steps are often inaccessible co…

Dialogue GenerationDiversityRetrieval

Target-Guided Dialogue Response Generation Using Commonsense and Data Augmentation

2022-05-19 · Findings (NAACL) 2022 7 · Prakhar Gupta, Harsh Jhamtani, Jeffrey P. Bigham

Target-guided response generation enables dialogue systems to smoothly transition a conversation from a dialogue context toward a target sentence. Such control is useful for designing dialogue systems that direct a conve…

Data AugmentationResponse GenerationSentence

Target-Guided Dialogue Response Generation Using Commonsense and Data Augmentation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Targeted-guided response generation enables dialogue systems to smoothly guide a conversation from a dialogue context toward a target sentence. Such control is useful for designing dialogue systems that direct a conversa…

Data AugmentationResponse GenerationSentence

ConsistentChat: Building Skeleton-Guided Consistent Dialogues for Large Language Models from Scratch

2025-06-04 · Jiawei Chen, Xinyan Guan, Qianhao Yuan, Guozhao Mo 외

Current instruction data synthesis methods primarily focus on single-turn instructions and often neglect cross-turn coherence, resulting in context drift and reduced task completion rates in extended conversations. To ad…

Dialogue Generation