paper-with-me

Papers

Pretraining the Noisy Channel Model for Task-Oriented Dialogue

2021-03-18 · Qi Liu, Lei Yu, Laura Rimell, Phil Blunsom

Direct decoding for task-oriented dialogue is known to suffer from the explaining-away effect, manifested in models that prefer short and generic responses. Here we argue for the use of Bayes' theorem to factorize the dialogue task into two models, the distribution of the context given the response, and the prior for the response itself. This approach, an instantiation of the noisy channel model, both mitigates the explaining-away effect and allows the principled incorporation of large pretrained models for the response prior. We present extensive experiments showing that a noisy channel model decodes better responses compared to direct decoding and that a two stage pretraining strategy, employing both open-domain and task-oriented dialogue data, improves over randomly initialized models.

📄 PDF Abstract BibTeX arXiv:2103.10518

Code (0)

등록된 구현이 없습니다.

Tasks

End-To-End Dialogue Modelling

Similar Papers 제목 키워드 기반

Unsupervised End-to-End Task-Oriented Dialogue with LLMs: The Power of the Noisy Channel

2024-04-23 · Brendan King, Jeffrey Flanigan

Training task-oriented dialogue systems typically requires turn-level annotations for interacting with their APIs: e.g. a dialogue state and the system actions taken at each step. These annotations can be costly to produ…

Task-Oriented Dialogue Systems

OPAL: Ontology-Aware Pretrained Language Model for End-to-End Task-Oriented Dialogue

2022-09-10 · Zhi Chen, Yuncong Liu, Lu Chen, Su Zhu 외

This paper presents an ontology-aware pretrained language model (OPAL) for end-to-end task-oriented dialogue (TOD). Unlike chit-chat dialogue models, task-oriented dialogue models fulfill at least two task-specific modul…

Language ModelingLanguage ModellingText Generation

Training Neural Response Selection for Task-Oriented Dialogue Systems

2019-06-04 · ACL 2019 7 · Matthew Henderson, Ivan Vulić, Daniela Gerz, Iñigo Casanueva 외

Despite their popularity in the chatbot literature, retrieval-based models have had modest impact on task-oriented dialogue systems, with the main obstacle to their application being the low-data regime of most task-orie…

ChatbotLanguage ModellingRetrievalTask-Oriented Dialogue Systems

Multi-Task Learning of System Dialogue Act Selection for Supervised Pretraining of Goal-Oriented Dialogue Policies

2019-09-01 · WS 2019 9 · Sarah McLeod, Ivana Kruijff-Korbayova, Bernd Kiefer

This paper describes the use of Multi-Task Neural Networks (NNs) for system dialogue act selection. These models leverage the representations learned by the Natural Language Understanding (NLU) unit to enable robust init…

Multi-Task LearningNatural Language Understanding

Adapting Document-Grounded Dialog Systems to Spoken Conversations using Data Augmentation and a Noisy Channel Model

2021-12-16 · David Thulke, Nico Daheim, Christian Dugast, Hermann Ney

This paper summarizes our submission to Task 2 of the second track of the 10th Dialog System Technology Challenge (DSTC10) "Knowledge-grounded Task-oriented Dialogue Modeling on Spoken Conversations". Similar to the prev…

Data AugmentationTask 2