paper-with-me

홈 › Papers

Approximation of Response Knowledge Retrieval in Knowledge-grounded Dialogue Generation

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Wen Zheng, Natasa Milic-Frayling, Ke Zhou

This paper is concerned with improving dialogue generation models through injection of knowledge, e.g., content relevant to the post that can increase the quality of responses. Past research extends the training of the generative models by incorporating statistical properties of posts, responses and related knowledge, without explicitly assessing the knowledge quality. In our work, we demonstrate the importance of knowledge relevance and adopt a two-phase approach. We first apply a novel method, Transformer {\&} Post based Posterior Approximation (TPPA) to select knowledge, and then use the Transformer with Expanded Decoder (TED) model to generate responses from both the post and the knowledge. TPPA method processes posts, post related knowledge, and response related knowledge at both word and sentence level. Our experiments with the TED generative model demonstrate the effectiveness of TPPA as it outperforms a set of strong baseline models. Our TPPA method is extendable and supports further optimization of knowledge retrieval and injection.

📄 PDF Abstract BibTeX

Code (1)

tonywenuon/emnlp2020_tppa 공식 구현

Tasks

DecoderDialogue GenerationRetrievalSentence

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention 설명 없음
Adam 설명 없음

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

Variational Learning for Unsupervised Knowledge Grounded Dialogs

2021-11-23 · Mayank Mishra, Dhiraj Madan, Gaurav Pandey, Danish Contractor

Recent methods for knowledge grounded dialogs generate responses by incorporating information from an external textual document. These methods do not require the exact document to be known during training and rely on the…

RAGRetrieval

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

Retrieval-Free Knowledge-Grounded Dialogue Response Generation with Adapters

2021-05-13 · dialdoc (ACL) 2022 5 · Yan Xu, Etsuko Ishii, Samuel Cahyawijaya, Zihan Liu 외

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 …

Response GenerationRetrieval