paper-with-me

Papers

Generative Dialog Policy for Task-oriented Dialog Systems

2019-09-17 · Tian Lan, Xian-Ling Mao, He-Yan Huang

There is an increasing demand for task-oriented dialogue systems which can assist users in various activities such as booking tickets and restaurant reservations. In order to complete dialogues effectively, dialogue policy plays a key role in task-oriented dialogue systems. As far as we know, the existing task-oriented dialogue systems obtain the dialogue policy through classification, which can assign either a dialogue act and its corresponding parameters or multiple dialogue acts without their corresponding parameters for a dialogue action. In fact, a good dialogue policy should construct multiple dialogue acts and their corresponding parameters at the same time. However, it's hard for existing classification-based methods to achieve this goal. Thus, to address the issue above, we propose a novel generative dialogue policy learning method. Specifically, the proposed method uses attention mechanism to find relevant segments of given dialogue context and input utterance and then constructs the dialogue policy by a seq2seq way for task-oriented dialogue systems. Extensive experiments on two benchmark datasets show that the proposed model significantly outperforms the state-of-the-art baselines. In addition, we have publicly released our codes.

📄 PDF Abstract BibTeX arXiv:1909.09484

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationTask-Oriented Dialogue Systems

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 제목 키워드 기반

GALAXY: A Generative Pre-trained Model for Task-Oriented Dialog with Semi-Supervised Learning and Explicit Policy Injection

2021-11-29 · Wanwei He, Yinpei Dai, Yinhe Zheng, Yuchuan Wu 외

Pre-trained models have proved to be powerful in enhancing task-oriented dialog systems. However, current pre-training methods mainly focus on enhancing dialog understanding and generation tasks while neglecting the expl…

End-To-End Dialogue Modelling

Guided Dialog Policy Learning: Reward Estimation for Multi-Domain Task-Oriented Dialog

2019-08-28 · IJCNLP 2019 11 · Ryuichi Takanobu, Hanlin Zhu, Minlie Huang

Dialog policy decides what and how a task-oriented dialog system will respond, and plays a vital role in delivering effective conversations. Many studies apply Reinforcement Learning to learn a dialog policy with the rew…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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

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

2019-07-12 · Paweł Budzianowski, Ivan Vulić

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

DORA: Toward Policy Optimization for Task-oriented Dialogue System with Efficient Context

2021-07-07 · Hyunmin Jeon, Gary Geunbae Lee

Recently, reinforcement learning (RL) has been applied to task-oriented dialogue systems by using latent actions to solve shortcomings of supervised learning (SL). In this paper, we propose a multi-domain task-oriented d…

Reinforcement Learning (RL)Task-Oriented Dialogue Systems