paper-with-me

홈 › Papers

BBQ-Networks: Efficient Exploration in Deep Reinforcement Learning for Task-Oriented Dialogue Systems

2016-08-17 · Zachary C. Lipton, Xiujun Li, Jianfeng Gao, Lihong Li, Faisal Ahmed, Li Deng

We present a new algorithm that significantly improves the efficiency of exploration for deep Q-learning agents in dialogue systems. Our agents explore via Thompson sampling, drawing Monte Carlo samples from a Bayes-by-Backprop neural network. Our algorithm learns much faster than common exploration strategies such as $\epsilon$-greedy, Boltzmann, bootstrapping, and intrinsic-reward-based ones. Additionally, we show that spiking the replay buffer with experiences from just a few successful episodes can make Q-learning feasible when it might otherwise fail.

📄 PDF Abstract BibTeX arXiv:1608.05081

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningEfficient ExplorationQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Task-Oriented Dialogue SystemsThompson Sampling

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

An Efficient Task-Oriented Dialogue Policy: Evolutionary Reinforcement Learning Injected by Elite Individuals

2025-06-04 · Yangyang Zhao, Ben Niu, Libo Qin, Shihan Wang

Deep Reinforcement Learning (DRL) is widely used in task-oriented dialogue systems to optimize dialogue policy, but it struggles to balance exploration and exploitation due to the high dimensionality of state and action …

Deep Reinforcement LearningEvolutionary AlgorithmsTask-Oriented Dialogue Systems

BBQ-Networks: Efficient Exploration in Deep Reinforcement Learning for Task-Oriented Dialogue Systems

2017-11-15 · Zachary Lipton, Xiujun Li, Jianfeng Gao, Lihong Li 외

We present a new algorithm that significantly improves the efficiency of exploration for deep Q-learning agents in dialogue systems. Our agents explore via Thompson sampling, drawing Monte Carlo samples from a Bayes-by-B…

Deep Reinforcement LearningEfficient ExplorationQ-Learningreinforcement-learning+4

Dialogue Learning with Human Teaching and Feedback in End-to-End Trainable Task-Oriented Dialogue Systems

2018-04-18 · NAACL 2018 6 · Bing Liu, Gokhan Tur, Dilek Hakkani-Tur, Pararth Shah 외

In this work, we present a hybrid learning method for training task-oriented dialogue systems through online user interactions. Popular methods for learning task-oriented dialogues include applying reinforcement learning…

Dialogue State TrackingImitation Learningreinforcement-learningReinforcement Learning+2

Rethinking Supervised Learning and Reinforcement Learning in Task-Oriented Dialogue Systems

2020-09-21 · Findings of the Association for Computational Linguistics 2020 · Ziming Li, Julia Kiseleva, Maarten de Rijke

Dialogue policy learning for task-oriented dialogue systems has enjoyed great progress recently mostly through employing reinforcement learning methods. However, these approaches have become very sophisticated. It is tim…

DecoderMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONreinforcement-learning+3

Post-processing Networks: Method for Optimizing Pipeline Task-oriented Dialogue Systems using Reinforcement Learning

2022-07-25 · SIGDIAL (ACL) 2022 9 · Atsumoto Ohashi, Ryuichiro Higashinaka

Many studies have proposed methods for optimizing the dialogue performance of an entire pipeline task-oriented dialogue system by jointly training modules in the system using reinforcement learning. However, these method…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Task-Oriented Dialogue Systems