paper-with-me

홈 › Papers

Retrieval-Generation Alignment for End-to-End Task-Oriented Dialogue System

2023-10-13 · Weizhou Shen, Yingqi Gao, Canbin Huang, Fanqi Wan, Xiaojun Quan, Wei Bi

Developing an efficient retriever to retrieve knowledge from a large-scale knowledge base (KB) is critical for task-oriented dialogue systems to effectively handle localized and specialized tasks. However, widely used generative models such as T5 and ChatGPT often struggle to differentiate subtle differences among the retrieved KB records when generating responses, resulting in suboptimal quality of generated responses. In this paper, we propose the application of maximal marginal likelihood to train a perceptive retriever by utilizing signals from response generation for supervision. In addition, our approach goes beyond considering solely retrieved entities and incorporates various meta knowledge to guide the generator, thus improving the utilization of knowledge. We evaluate our approach on three task-oriented dialogue datasets using T5 and ChatGPT as the backbone models. The results demonstrate that when combined with meta knowledge, the response generator can effectively leverage high-quality knowledge records from the retriever and enhance the quality of generated responses. The codes and models of this paper are available at https://github.com/shenwzh3/MK-TOD.

📄 PDF Abstract BibTeX arXiv:2310.08877

Code (1)

shenwzh3/mk-tod 공식 구현

Tasks

Response GenerationRetrievalTask-Oriented Dialogue Systems

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Multi-Head Attention 설명 없음
Attention 설명 없음
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…
SentencePiece 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adafactor Adafactor is a stochastic optimization method based on Adam that reduces memory usage while retaining the empirical benefits of…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Retrieval-based Goal-Oriented Dialogue Generation

2019-09-30 · Ana Valeria Gonzalez, Isabelle Augenstein, Anders Søgaard

Most research on dialogue has focused either on dialogue generation for openended chit chat or on state tracking for goal-directed dialogue. In this work, we explore a hybrid approach to goal-oriented dialogue generation…

DecoderDialogue GenerationRetrieval

Entity-Consistent End-to-end Task-Oriented Dialogue System with KB Retriever

2019-09-15 · IJCNLP 2019 11 · Libo Qin, Yijia Liu, Wanxiang Che, Haoyang Wen 외

Querying the knowledge base (KB) has long been a challenge in the end-to-end task-oriented dialogue system. Previous sequence-to-sequence (Seq2Seq) dialogue generation work treats the KB query as an attention over the en…

Dialogue GenerationResponse GenerationRetrievalTask-Oriented Dialogue Systems

Q-TOD: A Query-driven Task-oriented Dialogue System

2022-10-14 · Xin Tian, Yingzhan Lin, Mengfei Song, Siqi Bao 외

Existing pipelined task-oriented dialogue systems usually have difficulties adapting to unseen domains, whereas end-to-end systems are plagued by large-scale knowledge bases in practice. In this paper, we introduce a nov…

Domain AdaptationResponse GenerationRetrievalTask-Oriented Dialogue Systems

Dual-Feedback Knowledge Retrieval for Task-Oriented Dialogue Systems

2023-10-23 · Tianyuan Shi, Liangzhi Li, Zijian Lin, Tao Yang 외

Efficient knowledge retrieval plays a pivotal role in ensuring the success of end-to-end task-oriented dialogue systems by facilitating the selection of relevant information necessary to fulfill user requests. However, c…

Open-Domain Question AnsweringQuestion AnsweringResponse GenerationRetrieval+1

Learning to Memorize in Neural Task-Oriented Dialogue Systems

2019-05-19 · Chien-Sheng Wu

In this thesis, we leverage the neural copy mechanism and memory-augmented neural networks (MANNs) to address existing challenge of neural task-oriented dialogue learning. We show the effectiveness of our strategy by ach…

Dialogue State TrackingMulti-domain Dialogue State TrackingRetrievalTask-Oriented Dialogue Systems