paper-with-me

Papers

A Task-oriented Dialog Model with Task-progressive and Policy-aware Pre-training

2023-10-01 · Lucen Zhong, Hengtong Lu, Caixia Yuan, Xiaojie Wang, Jiashen Sun, Ke Zeng, Guanglu Wan

Pre-trained conversation models (PCMs) have achieved promising progress in recent years. However, existing PCMs for Task-oriented dialog (TOD) are insufficient for capturing the sequential nature of the TOD-related tasks, as well as for learning dialog policy information. To alleviate these problems, this paper proposes a task-progressive PCM with two policy-aware pre-training tasks. The model is pre-trained through three stages where TOD-related tasks are progressively employed according to the task logic of the TOD system. A global policy consistency task is designed to capture the multi-turn dialog policy sequential relation, and an act-based contrastive learning task is designed to capture similarities among samples with the same dialog policy. Our model achieves better results on both MultiWOZ and In-Car end-to-end dialog modeling benchmarks with only 18\% parameters and 25\% pre-training data compared to the previous state-of-the-art PCM, GALAXY.

📄 PDF Abstract BibTeX arXiv:2310.00597

Code (1)

lucenzhong/tpld 공식 구현

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Curriculum Learning Based on Reward Sparseness for Deep Reinforcement Learning of Task Completion Dialogue Management

2018-10-01 · WS 2018 10 · Atsushi Saito

Learning from sparse and delayed reward is a central issue in reinforcement learning. In this paper, to tackle reward sparseness problem of task oriented dialogue management, we propose a curriculum based approach on the…

Deep Reinforcement LearningDialogue ManagementInformation RetrievalManagement+5

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 poli…

General ClassificationTask-Oriented Dialogue Systems

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)

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

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