paper-with-me

Papers

MUST: A Framework for Training Task-oriented Dialogue Systems with Multiple User SimulaTors

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Recent works try to optimize a Task-oriented Dialogue System with reinforcement learning (RL) by building user simulators. However, most of them only focus on training the dialogue system using a single user simulator. In this paper, we propose a framework called MUST to improve the dialogue agent by utilizing multiple user simulators simultaneously shown in Figure 1. Two core research problems of the proposed MUST are: (1) how to specify these different simulators effectively in the RL training? and (2) what model architecture should we use to learn a user simulator with better generalization capability? To tackle the first problem, we formulate the simulator selection task to train the system agent as a Multi-armed bandit (MAB) problem and modify one Upper Confidence Bound (UCB) algorithms called UCB1 to guide this selection process. To deal with the second problem, we present a new user simulator model called U-GPT based on the Generative Pre-trained Transformer (GPT). Extensive empirical results demonstrate that the dialogue system trained by the proposed MUST achieves a better performance than those trained by a single user simulator and our modified UCB1 algorithm can accelerate the MUST training. Furthermore, we reveal that our GPT-based user simulator outperforms previous learning-based simulators through direct and indirect evaluations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)Task-Oriented Dialogue Systems

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

UniConv: A Unified Conversational Neural Architecture for Multi-domain Task-oriented Dialogues

2020-04-29 · EMNLP 2020 11 · Hung Le, Doyen Sahoo, Chenghao Liu, Nancy F. Chen 외

Building an end-to-end conversational agent for multi-domain task-oriented dialogues has been an open challenge for two main reasons. First, tracking dialogue states of multiple domains is non-trivial as the dialogue age…

Dialogue State Tracking

BootTOD: Bootstrap Task-oriented Dialogue Representations by Aligning Diverse Responses

2024-03-02 · Weihao Zeng, Keqing He, Yejie Wang, Dayuan Fu 외

Pre-trained language models have been successful in many scenarios. However, their usefulness in task-oriented dialogues is limited due to the intrinsic linguistic differences between general text and task-oriented dialo…

Diversity

Decision-Oriented Dialogue for Human-AI Collaboration

2023-05-31 · Jessy Lin, Nicholas Tomlin, Jacob Andreas, Jason Eisner

We describe a class of tasks called decision-oriented dialogues, in which AI assistants such as large language models (LMs) must collaborate with one or more humans via natural language to help them make complex decision…

Graph Neural Network Policies and Imitation Learning for Multi-Domain Task-Oriented Dialogues

2022-10-11 · SIGDIAL (ACL) 2022 9 · Thibault Cordier, Tanguy Urvoy, Fabrice Lefèvre, Lina M. Rojas-Barahona

Task-oriented dialogue systems are designed to achieve specific goals while conversing with humans. In practice, they may have to handle simultaneously several domains and tasks. The dialogue manager must therefore be ab…

Graph Neural NetworkImitation LearningTask-Oriented Dialogue Systems

Hello, It's GPT-2 - How Can I Help You? Towards the Use of Pretrained Language Models for Task-Oriented Dialogue Systems

2019-11-01 · WS 2019 11 · Pawe{\l} Budzianowski, Ivan Vuli{\'c}

Data scarcity is a long-standing and crucial challenge that hinders quick development of task-oriented dialogue systems across multiple domains: task-oriented dialogue models are expected to learn grammar, syntax, dialog…

Decision MakingLanguage ModelingLanguage ModellingTask-Oriented Dialogue Systems+2