paper-with-me

Papers

Multi-Stage Prompting for Knowledgeable Dialogue Generation

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

Existing knowledge-grounded dialogue systems typically use finetuned versions of a pretrained language model (LM) and large-scale knowledge bases. These models typically fail to generalize on topics outside of the knowledge base, and require maintaining separate potentially large checkpoints each time finetuning is needed. In this paper, we aim to address these limitations by leveraging the inherent knowledge stored in the pretrained LM as well as its powerful generation ability. We propose a multi-stage prompting approach to generate knowledgeable responses from a single pretrained LM. We first prompt the LM to generate knowledge based on the dialogue context. Then, we further prompt it to generate responses based on the dialogue context and the previously generated knowledge. Results show that our knowledge generator outperforms the state-of-the-art retrieval-based model by 5.8\% when combining knowledge relevance and correctness. In addition, our multi-stage prompting outperforms the finetuning-based dialogue model in terms of response knowledgeability and engagement by up to 10% and 5%, respectively. Furthermore, we scale our model up to 530 billion parameters and demonstrate that larger LMs improve the generation correctness score by up to 10%, and response relevance, knowledgeability and engagement by up to 10%.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationLanguage ModellingRetrieval

Similar Papers 제목 키워드 기반

Multi-Stage Prompting for Knowledgeable Dialogue Generation

2022-03-16 · Findings (ACL) 2022 5 · Zihan Liu, Mostofa Patwary, Ryan Prenger, Shrimai Prabhumoye 외

Existing knowledge-grounded dialogue systems typically use finetuned versions of a pretrained language model (LM) and large-scale knowledge bases. These models typically fail to generalize on topics outside of the knowle…

Dialogue GenerationLanguage ModellingRetrieval

Are Pre-trained Language Models Knowledgeable to Ground Open Domain Dialogues?

2020-11-19 · Yufan Zhao, Wei Wu, Can Xu

We study knowledge-grounded dialogue generation with pre-trained language models. Instead of pursuing new state-of-the-art on benchmarks, we try to understand if the knowledge stored in parameters of the pre-trained mode…

Dialogue Generation

Dynamically Retrieving Knowledge via Query Generation for Informative Dialogue Generation

2022-07-30 · Zhongtian Hu, Lifang Wang, Yangqi Chen, Yushuang Liu 외

Knowledge-driven dialog system has recently made remarkable breakthroughs. Compared with general dialog systems, superior knowledge-driven dialog systems can generate more informative and knowledgeable responses with pre…

Dialogue GenerationResponse Generation

KnowPrefix-Tuning: A Two-Stage Prefix-Tuning Framework for Knowledge-Grounded Dialogue Generation

2023-06-27 · Jiaqi Bai, Zhao Yan, Jian Yang, Xinnian Liang 외

Existing knowledge-grounded conversation systems generate responses typically in a retrieve-then-generate manner. They require a large knowledge base and a strong knowledge retrieval component, which is time- and resourc…

Dialogue GenerationResponse GenerationRetrieval

Attribute Controlled Dialogue Prompting

2023-07-11 · Runcheng Liu, Ahmad Rashid, Ivan Kobyzev, Mehdi Rezagholizadeh 외

Prompt-tuning has become an increasingly popular parameter-efficient method for adapting large pretrained language models to downstream tasks. However, both discrete prompting and continuous prompting assume fixed prompt…

AttributeDialogue Generation