paper-with-me

홈 › Papers

Imperfect also Deserves Reward: Multi-Level and Sequential Reward Modeling for Better Dialog Management

2021-04-10 · NAACL 2021 4 · Zhengxu Hou, Bang Liu, Ruihui Zhao, Zijing Ou, Yafei Liu, Xi Chen, Yefeng Zheng

For task-oriented dialog systems, training a Reinforcement Learning (RL) based Dialog Management module suffers from low sample efficiency and slow convergence speed due to the sparse rewards in RL.To solve this problem, many strategies have been proposed to give proper rewards when training RL, but their rewards lack interpretability and cannot accurately estimate the distribution of state-action pairs in real dialogs. In this paper, we propose a multi-level reward modeling approach that factorizes a reward into a three-level hierarchy: domain, act, and slot. Based on inverse adversarial reinforcement learning, our designed reward model can provide more accurate and explainable reward signals for state-action pairs.Extensive evaluations show that our approach can be applied to a wide range of reinforcement learning-based dialog systems and significantly improves both the performance and the speed of convergence.

📄 PDF Abstract BibTeX arXiv:2104.04748

Code (1)

sherlock1987/SeqReward 공식 구현 pytorch

Tasks

Managementreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Mind the Gap: Offline Policy Optimization for Imperfect Rewards

2023-02-03 · Jianxiong Li, Xiao Hu, Haoran Xu, Jingjing Liu 외

Reward function is essential in reinforcement learning (RL), serving as the guiding signal to incentivize agents to solve given tasks, however, is also notoriously difficult to design. In many cases, only imperfect rewar…

Reinforcement Learning (RL)

Hierarchical Apprenticeship Learning from Imperfect Demonstrations with Evolving Rewards

2026-03-31 · Md Mirajul Islam, Rajesh Debnath, Adittya Soukarjya Saha, Min Chi arxiv

While apprenticeship learning has shown promise for inducing effective pedagogical policies directly from student interactions in e-learning environments, most existing approaches rely on optimal or near-optimal expert d…

RATE: Causal Explainability of Reward Models with Imperfect Counterfactuals

2024-10-15 · David Reber, Sean Richardson, Todd Nief, Cristina Garbacea 외

Reward models are widely used as proxies for human preferences when aligning or evaluating LLMs. However, reward models are black boxes, and it is often unclear what, exactly, they are actually rewarding. In this paper w…

AttributeLanguage ModelingLanguage ModellingSensitivity

On Lai's Upper Confidence Bound in Multi-Armed Bandits

2024-10-03 · Huachen Ren, Cun-Hui Zhang

In this memorial paper, we honor Tze Leung Lai's seminal contributions to the topic of multi-armed bandits, with a specific focus on his pioneering work on the upper confidence bound. We establish sharp non-asymptotic re…

Multi-Armed Bandits

Reinforcement Learning From Imperfect Corrective Actions And Proxy Rewards

2024-10-08 · Zhaohui Jiang, Xuening Feng, Paul Weng, Yifei Zhu 외

In practice, reinforcement learning (RL) agents are often trained with a possibly imperfect proxy reward function, which may lead to a human-agent alignment issue (i.e., the learned policy either converges to non-optimal…

Atari GamesAutonomous Drivingreinforcement-learningReinforcement Learning+1