paper-with-me

홈 › Papers

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 use of a retrieval system to fetch relevant documents from a large index. The documents used to generate the responses are modeled as latent variables whose prior probabilities need to be estimated. Models such as RAG and REALM, marginalize the document probabilities over the documents retrieved from the index to define the log likelihood loss function which is optimized end-to-end. In this paper, we develop a variational approach to the above technique wherein, we instead maximize the Evidence Lower bound (ELBO). Using a collection of three publicly available open-conversation datasets, we demonstrate how the posterior distribution, that has information from the ground-truth response, allows for a better approximation of the objective function during training. To overcome the challenges associated with sampling over a large knowledge collection, we develop an efficient approach to approximate the ELBO. To the best of our knowledge we are the first to apply variational training for open-scale unsupervised knowledge grounded dialog systems.

📄 PDF Abstract BibTeX arXiv:2112.00653

Code (1)

mayank31398/VRAG 공식 구현 pytorch

Tasks

RAGRetrieval

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BART BART is a denoising autoencoder for pretraining sequence-to-sequence models. It is trained by (1) corrupting text…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

CookDial: A dataset for task-oriented dialogs grounded in procedural documents

2022-06-17 · Yiwei Jiang, Klim Zaporojets, Johannes Deleu, Thomas Demeester 외

This work presents a new dialog dataset, CookDial, that facilitates research on task-oriented dialog systems with procedural knowledge understanding. The corpus contains 260 human-to-human task-oriented dialogs in which …

Decision MakingResponse Generation

Discovering Dialog Structure Graph for Open-Domain Dialog Generation

2020-12-31 · Jun Xu, Zeyang Lei, Haifeng Wang, Zheng-Yu Niu 외

Learning interpretable dialog structure from human-human dialogs yields basic insights into the structure of conversation, and also provides background knowledge to facilitate dialog generation. In this paper, we conduct…

Graph Neural NetworkOpen-Domain Dialog

Discovering Dialog Structure Graph for Coherent Dialog Generation

2021-08-01 · ACL 2021 5 · Jun Xu, Zeyang Lei, Haifeng Wang, Zheng-Yu Niu 외

Learning discrete dialog structure graph from human-human dialogs yields basic insights into the structure of conversation, and also provides background knowledge to facilitate dialog generation. However, this problem is…

Graph Neural NetworkManagement

Unsupervised Dialog Structure Learning

2019-04-07 · NAACL 2019 6 · Weiyan Shi, Tiancheng Zhao, Zhou Yu

Learning a shared dialog structure from a set of task-oriented dialogs is an important challenge in computational linguistics. The learned dialog structure can shed light on how to analyze human dialogs, and more importa…

Reinforcement Learning

DialogStudio: Towards Richest and Most Diverse Unified Dataset Collection for Conversational AI

2023-07-19 · JianGuo Zhang, Kun Qian, Zhiwei Liu, Shelby Heinecke 외

Despite advancements in conversational AI, language models encounter challenges to handle diverse conversational tasks, and existing dialogue dataset collections often lack diversity and comprehensiveness. To tackle thes…

Conversational RecommendationDiversityFew-Shot LearningLanguage Modeling+2