paper-with-me

Papers

Guided Dialog Policy Learning without Adversarial Learning in the Loop

2020-04-07 · Ziming Li, Sungjin Lee, Baolin Peng, Jinchao Li, Julia Kiseleva, Maarten de Rijke, Shahin Shayandeh, Jianfeng Gao

Reinforcement Learning (RL) methods have emerged as a popular choice for training an efficient and effective dialogue policy. However, these methods suffer from sparse and unstable reward signals returned by a user simulator only when a dialogue finishes. Besides, the reward signal is manually designed by human experts, which requires domain knowledge. Recently, a number of adversarial learning methods have been proposed to learn the reward function together with the dialogue policy. However, to alternatively update the dialogue policy and the reward model on the fly, we are limited to policy-gradient-based algorithms, such as REINFORCE and PPO. Moreover, the alternating training of a dialogue agent and the reward model can easily get stuck in local optima or result in mode collapse. To overcome the listed issues, we propose to decompose the adversarial training into two steps. First, we train the discriminator with an auxiliary dialogue generator and then incorporate a derived reward model into a common RL method to guide the dialogue policy learning. This approach is applicable to both on-policy and off-policy RL methods. Based on our extensive experimentation, we can conclude the proposed method: (1) achieves a remarkable task success rate using both on-policy and off-policy RL methods; and (2) has the potential to transfer knowledge from existing domains to a new domain.

📄 PDF Abstract BibTeX arXiv:2004.03267

Code (1)

cszmli/dp-without-adv 공식 구현 pytorch

Tasks

Reinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…

Similar Papers 제목 키워드 기반

Guided Dialogue Policy Learning without Adversarial Learning in the Loop

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Ziming Li, Sungjin Lee, Baolin Peng, Jinchao Li 외

Reinforcement learning methods have emerged as a popular choice for training an efficient and effective dialogue policy. However, these methods suffer from sparse and unstable reward signals returned by a user simulator …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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)

From Attacks to Curricula: Learnability-Guided Adversarial Training for Safe Autonomous Driving

2026-06-12 · Yuewen Mei, Tong Nie, Jie Sun, Haotian Shi 외 arxiv

Closed-loop adversarial training improves autonomous driving safety by exposing policies to rare safety-critical scenarios. Standard pipelines first generate adversarial scenarios and then sample them for policy optimiza…

Autonomous Driving

Why Guided Dialog Policy Learning performs well? Understanding the role of adversarial learning and its alternative

2023-07-13 · Sho Shimoyama, Tetsuro Morimura, Kenshi Abe, Toda Takamichi 외

Dialog policies, which determine a system's action based on the current state at each dialog turn, are crucial to the success of the dialog. In recent years, reinforcement learning (RL) has emerged as a promising option …

Reinforcement Learning (RL)

Clipping Loops for Sample-Efficient Dialogue Policy Optimisation

2021-06-01 · NAACL 2021 4 · Yen-chen Wu, Carl Edward Rasmussen

Training dialogue agents requires a large number of interactions with users: agents have no idea about which responses are bad among a lengthy dialogue. In this paper, we propose loop-clipping policy optimisation (LCPO) …