Countering Reward Over-optimization in LLM with Demonstration-Guided Reinforcement Learning
Mathieu Rita, Florian Strub, Rahma Chaabouni, Paul Michel, Emmanuel Dupoux, Olivier Pietquin
TL;DR
The paper tackles reward over-optimization (ROO) in reinforcement learning fine-tuning of LLMs by shifting the objective from maximizing a reward to calibrating it against human demonstrations. The proposed Reward Calibration from Demonstration (RCfD) uses demonstrations and a reward model to align the LM’s rewards with demonstrated scores, reducing reward-model gaming and promoting natural, diverse outputs. Through three use cases—sequence-level log-likelihood calibration, single-reward ROO mitigation, and multi-reward calibration—RCfD achieves performance comparable to tuned baselines while offering improved stability and predictability. The approach hinges on demonstration data to guide the reward distribution, with limitations including data requirements and potential biases, but it shows strong promise for robust, multi-reward RL in complex language tasks.
Abstract
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.
