paper-with-me

Papers

Task-Completion Dialogue Policy Learning via Monte Carlo Tree Search with Dueling Network

2020-11-01 · EMNLP 2020 11 · Sihan Wang, Kaijie Zhou, Kunfeng Lai, Jianping Shen

We introduce a framework of Monte Carlo Tree Search with Double-q Dueling network (MCTS-DDU) for task-completion dialogue policy learning. Different from the previous deep model-based reinforcement learning methods, which uses background planning and may suffer from low-quality simulated experiences, MCTS-DDU performs decision-time planning based on dialogue state search trees built by Monte Carlo simulations and is robust to the simulation errors. Such idea arises naturally in human behaviors, e.g. predicting others{'} responses and then deciding our own actions. In the simulated movie-ticket booking task, our method outperforms the background planning approaches significantly. We demonstrate the effectiveness of MCTS and the dueling network in detailed ablation studies, and also compare the performance upper bounds of these two planning methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Model-based Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Task-Completion Dialogue Policy Learning

Similar Papers 제목 키워드 기반

Prompt-Based Monte-Carlo Tree Search for Goal-Oriented Dialogue Policy Planning

2023-05-23 · Xiao Yu, Maximillian Chen, Zhou Yu

Planning for goal-oriented dialogue often requires simulating future dialogue interactions and estimating task progress. Many approaches thus consider training neural networks to perform look-ahead search algorithms such…

Language ModelingLanguage ModellingLarge Language Model

A General Highly Accurate Online Planning Method Integrating Large Language Models into Nested Rollout Policy Adaptation for Dialogue Tasks

2025-11-17 · Hui Wang, Fafa Zhang, Xiaoyu Zhang, Chaoxu Mu arxiv

In goal-oriented dialogue tasks, the main challenge is to steer the interaction towards a given goal within a limited number of turns. Existing approaches either rely on elaborate prompt engineering, whose effectiveness …

Prompt Engineering

Policy Learning and Evaluation with Randomized Quasi-Monte Carlo

2022-02-16 · Sebastien M. R. Arnold, Pierre L'Ecuyer, Liyu Chen, Yi-fan Chen 외

Reinforcement learning constantly deals with hard integrals, for example when computing expectations in policy evaluation and policy iteration. These integrals are rarely analytically solvable and typically estimated wit…

continuous-controlContinuous ControlPolicy Gradient MethodsReinforcement Learning (RL)

Monte Carlo Rollout Policy for Recommendation Systems with Dynamic User Behavior

2021-02-08 · Rahul Meshram, Kesav Kaza

We model online recommendation systems using the hidden Markov multi-state restless multi-armed bandit problem. To solve this we present Monte Carlo rollout policy. We illustrate numerically that Monte Carlo rollout poli…

Recommendation Systems

Planning Like Human: A Dual-process Framework for Dialogue Planning

2024-06-08 · Tao He, Lizi Liao, Yixin Cao, Yuanxing Liu 외

In proactive dialogue, the challenge lies not just in generating responses but in steering conversations toward predetermined goals, a task where Large Language Models (LLMs) typically struggle due to their reactive natu…

Prompt Engineering