paper-with-me

Papers

Countering Reward Over-optimization in LLM with Demonstration-Guided Reinforcement Learning

2024-04-30 · Mathieu Rita, Florian Strub, Rahma Chaabouni, Paul Michel, Emmanuel Dupoux, Olivier Pietquin

While Reinforcement Learning (RL) has been proven essential for tuning large language models (LLMs), it can lead to reward over-optimization (ROO). Existing approaches address ROO by adding KL regularization, requiring computationally expensive hyperparameter tuning. Additionally, KL regularization focuses solely on regularizing the language policy, neglecting a potential source of regularization: the reward function itself. Inspired by demonstration-guided RL, we here introduce the Reward Calibration from Demonstration (RCfD), which leverages human demonstrations and a reward model to recalibrate the reward objective. Formally, given a prompt, the RCfD objective minimizes the distance between the demonstrations' and LLM's rewards rather than directly maximizing the reward function. This objective shift avoids incentivizing the LLM to exploit the reward model and promotes more natural and diverse language generation. We show the effectiveness of RCfD on three language tasks, which achieves comparable performance to carefully tuned baselines while mitigating ROO.

📄 PDF Abstract BibTeX arXiv:2404.19409

Code (1)

mathieurita/llm_demonstration_guided_rl 공식 구현

Tasks

Reinforcement Learning (RL)Text Generation

Similar Papers 제목 키워드 기반

Sample Efficient Imitation Learning via Reward Function Trained in Advance

2021-11-23 · Lihua Zhang

Imitation learning (IL) is a framework that learns to imitate expert behavior from demonstrations. Recently, IL shows promising results on high dimensional and control tasks. However, IL typically suffers from sample ine…

Imitation Learning

Reduced-Order Model-Guided Reinforcement Learning for Demonstration-Free Humanoid Locomotion

2025-09-23 · Shuai Liu, Meng Cheng Lau arxiv

We introduce Reduced-Order Model-Guided Reinforcement Learning (ROM-GRL), a two-stage reinforcement learning framework for humanoid walking that requires no motion capture data or elaborate reward shaping. In the first s…

Reinforcement Learning

Inverse Reinforcement Learning in Contextual MDPs

2019-05-23 · Stav Belogolovsky, Philip Korsunsky, Shie Mannor, Chen Tessler 외

We consider the task of Inverse Reinforcement Learning in Contextual Markov Decision Processes (MDPs). In this setting, contexts, which define the reward and transition kernel, are sampled from a distribution. In additio…

Autonomous Drivingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Guided Exploration with Proximal Policy Optimization using a Single Demonstration

2020-07-07 · Gabriele Libardi, Gianni de Fabritiis

Solving sparse reward tasks through exploration is one of the major challenges in deep reinforcement learning, especially in three-dimensional, partially-observable environments. Critically, the algorithm proposed in thi…

Deep Reinforcement Learning

SQIL: Imitation Learning via Reinforcement Learning with Sparse Rewards

2019-05-27 · ICLR 2020 1 · Siddharth Reddy, Anca D. Dragan, Sergey Levine

Learning to imitate expert behavior from demonstrations can be challenging, especially in environments with high-dimensional, continuous observations and unknown dynamics. Supervised learning methods based on behavioral …

Imitation LearningMuJoCoQ-Learningreinforcement-learning+2