paper-with-me

Papers

A Probabilistic End-To-End Task-Oriented Dialog Model with Latent Belief States towards Semi-Supervised Learning

2020-09-17 · EMNLP 2020 11 · Yichi Zhang, Zhijian Ou, Huixin Wang, Junlan Feng

Structured belief states are crucial for user goal tracking and database query in task-oriented dialog systems. However, training belief trackers often requires expensive turn-level annotations of every user utterance. In this paper we aim at alleviating the reliance on belief state labels in building end-to-end dialog systems, by leveraging unlabeled dialog data towards semi-supervised learning. We propose a probabilistic dialog model, called the LAtent BElief State (LABES) model, where belief states are represented as discrete latent variables and jointly modeled with system responses given user inputs. Such latent variable modeling enables us to develop semi-supervised learning under the principled variational learning framework. Furthermore, we introduce LABES-S2S, which is a copy-augmented Seq2Seq model instantiation of LABES. In supervised experiments, LABES-S2S obtains strong results on three benchmark datasets of different scales. In utilizing unlabeled dialog data, semi-supervised LABES-S2S significantly outperforms both supervised-only and semi-supervised baselines. Remarkably, we can reduce the annotation demands to 50% without performance loss on MultiWOZ.

📄 PDF Abstract BibTeX arXiv:2009.08115

Code (1)

thu-spmi/LABES 공식 구현 pytorch

Tasks

End-To-End Dialogue Modelling

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Mars: Modeling Context & State Representations with Contrastive Learning for End-to-End Task-Oriented Dialog

2022-10-17 · Haipeng Sun, Junwei Bao, Youzheng Wu, Xiaodong He

Traditional end-to-end task-oriented dialog systems first convert dialog context into belief state and action state before generating the system response. The system response performance is significantly affected by the …

Contrastive Learning

A Copy-Augmented Sequence-to-Sequence Architecture Gives Good Performance on Task-Oriented Dialogue

2017-01-15 · EACL 2017 4 · Mihail Eric, Christopher D. Manning

Task-oriented dialogue focuses on conversational agents that participate in user-initiated dialogues on domain-specific topics. In contrast to chatbots, which simply seek to sustain open-ended meaningful discourse, exist…

Response Generation

An End-to-End Trainable Neural Network Model with Belief Tracking for Task-Oriented Dialog

2017-08-20 · Bing Liu, Ian Lane

We present a novel end-to-end trainable neural network model for task-oriented dialog systems. The model is able to track dialog state, issue API calls to knowledge base (KB), and incorporate structured KB query results …

dialog state tracking

TRACER: Early Failure Detection for Task-Oriented Dialogue

2026-07-04 · Erfan Nourbakhsh, Rocky Slavin, Ke Yang, Anthony Rios arxiv

Task-oriented dialogue systems often fail before the final breakdown is obvious, but most evaluation only measures failure after the conversation has already gone wrong. We present TRACER, a method for early failure dete…

Task-Oriented Dialogue Systems

UBAR: Towards Fully End-to-End Task-Oriented Dialog Systems with GPT-2

2020-12-07 · Yunyi Yang, Yunhao Li, Xiaojun Quan

This paper presents our task-oriented dialog system UBAR which models task-oriented dialogs on a dialog session level. Specifically, UBAR is acquired by fine-tuning the large pre-trained unidirectional language model GPT…

Language ModellingResponse Generation