paper-with-me

Papers

Retrieval-Free Knowledge-Grounded Dialogue Response Generation with Adapters

2021-05-13 · dialdoc (ACL) 2022 5 · Yan Xu, Etsuko Ishii, Samuel Cahyawijaya, Zihan Liu, Genta Indra Winata, Andrea Madotto, Dan Su, Pascale Fung

To diversify and enrich generated dialogue responses, knowledge-grounded dialogue has been investigated in recent years. The existing methods tackle the knowledge grounding challenge by retrieving the relevant sentences over a large corpus and augmenting the dialogues with explicit extra information. Despite their success, however, the existing works have drawbacks in inference efficiency. This paper proposes KnowExpert, a framework to bypass the explicit retrieval process and inject knowledge into the pre-trained language models with lightweight adapters and adapt to the knowledge-grounded dialogue task. To the best of our knowledge, this is the first attempt to tackle this challenge without retrieval in this task under an open-domain chit-chat scenario. The experimental results show that Knowexpert performs comparably with some retrieval-based baselines while being time-efficient in inference, demonstrating the effectiveness of our proposed method.

📄 PDF Abstract BibTeX arXiv:2105.06232

Code (1)

hltchkust/knowexpert 공식 구현 pytorch

Tasks

Response GenerationRetrieval

Similar Papers 제목 키워드 기반

Enhancing Knowledge Retrieval with Topic Modeling for Knowledge-Grounded Dialogue

2024-05-07 · Nhat Tran, Diane Litman

Knowledge retrieval is one of the major challenges in building a knowledge-grounded dialogue system. A common method is to use a neural retriever with a distributed approximate nearest-neighbor database to quickly find t…

Language ModelingLanguage ModellingLarge Language ModelResponse Generation+1

Reciprocal Learning of Knowledge Retriever and Response Ranker for Knowledge-Grounded Conversations

2022-10-01 · COLING 2022 10 · Jiazhan Feng, Chongyang Tao, Zhen Li, Chang Liu 외

Grounding dialogue agents with knowledge documents has sparked increased attention in both academia and industry. Recently, a growing body of work is trying to build retrieval-based knowledge-grounded dialogue systems. W…

Retrieval

A Pre-training Strategy for Zero-Resource Response Selection in Knowledge-Grounded Conversations

2021-08-01 · ACL 2021 5 · Chongyang Tao, Changyu Chen, Jiazhan Feng, Ji-Rong Wen 외

Recently, many studies are emerging towards building a retrieval-based dialogue system that is able to effectively leverage background knowledge (e.g., documents) when conversing with humans. However, it is non-trivial t…

Language ModellingRetrievalTask 2

Getting Better Dialogue Context for Knowledge Identification by Leveraging Document-level Topic Shift

2022-09-01 · SIGDIAL (ACL) 2022 9 · Nhat Tran, Diane Litman

To build a goal-oriented dialogue system that can generate responses given a knowledge base, identifying the relevant pieces of information to be grounded in is vital. When the number of documents in the knowledge base i…

Retrieval

PK-ICR: Persona-Knowledge Interactive Context Retrieval for Grounded Dialogue

2023-02-13 · Minsik Oh, Joosung Lee, Jiwei Li, Guoyin Wang

Identifying relevant persona or knowledge for conversational systems is critical to grounded dialogue response generation. However, each grounding has been mostly researched in isolation with more practical multi-context…

Data AugmentationResponse GenerationRetrieval