paper-with-me

홈 › Papers

More Informative Dialogue Generation via Multiple Knowledge Selection

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

Knowledge-grounded dialogue generation is a task of generating a fluent and informative response based on both dialogue context and a collection of external knowledge. There is a lot of noise in the knowledge pool, and appropriate knowledge selection plays an important role. Existing methods can only select one piece of knowledge to participate in the generation of the response, which inevitably loses some useful clues contained in the discarded candidates. In this work, we propose MSEL, a novel knowledge selector which could select multiple useful knowledge. MSEL takes the dialog context and knowledge pool as inputs and predicts a subset of knowledge pool in sequence-to-sequence manner. MSEL is easy to implement and can benefits from the generative pre-trained language models. Empirical results on the Wizard-of-Wikipedia dataset indicate that our model can significantly outperforms state-of-the-art approaches in both automatic and human evaluation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue Generation

Similar Papers 제목 키워드 기반

More is Better: Enhancing Open-Domain Dialogue Generation via Multi-Source Heterogeneous Knowledge

2021-11-01 · EMNLP 2021 11 · Sixing Wu, Ying Li, Minghui Wang, Dawei Zhang 외

Despite achieving remarkable performance, previous knowledge-enhanced works usually only use a single-source homogeneous knowledge base of limited knowledge coverage. Thus, they often degenerate into traditional methods …

Dialogue Generation

There Is No Standard Answer: Knowledge-Grounded Dialogue Generation with Adversarial Activated Multi-Reference Learning

2022-10-22 · Xueliang Zhao, Tingchen Fu, Chongyang Tao, Rui Yan

Knowledge-grounded conversation (KGC) shows excellent potential to deliver an engaging and informative response. However, existing approaches emphasize selecting one golden knowledge given a particular dialogue context, …

Dialogue GenerationDiversity

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

Think Before You Speak: Explicitly Generating Implicit Commonsense Knowledge for Response Generation

2021-10-16 · ACL 2022 5 · Pei Zhou, Karthik Gopalakrishnan, Behnam Hedayatnia, Seokhwan Kim 외

Implicit knowledge, such as common sense, is key to fluid human conversations. Current neural response generation (RG) models are trained to generate responses directly, omitting unstated implicit knowledge. In this pape…

Common Sense ReasoningExplainable ModelsResponse Generation

Large Language Models as Source Planner for Personalized Knowledge-grounded Dialogue

2023-10-13 · Hongru Wang, Minda Hu, Yang Deng, Rui Wang 외

Open-domain dialogue system usually requires different sources of knowledge to generate more informative and evidential responses. However, existing knowledge-grounded dialogue systems either focus on a single knowledge …

Response Generation