Uncertainty-Penalized Reinforcement Learning from Human Feedback with Diverse Reward LoRA Ensembles
Yuanzhao Zhai, Han Zhang, Yu Lei, Yue Yu, Kele Xu, Dawei Feng, Bo Ding, Huaimin Wang
TL;DR
This work tackles overoptimization in RLHF by adding uncertainty-aware regularization to the RL fine-tuning stage and by building a diverse, parameter-efficient ensemble of reward models via LoRA with nuclear-norm diversification. By calibrating reward uncertainty through diverse LoRA ensembles, the method yields better out-of-distribution detection and uncertainty quantification, enabling more robust policy optimization. The UP-RLHF framework demonstrates improved gold-reward performance across summarization and QA tasks, while highlighting a trade-off between exploration and conservatism when applying uncertainty penalties. Overall, the approach advances RLHF alignment by explicitly modeling reward uncertainty and decoupling KL regularization from the actor objective, with practical gains and scalable parameter efficiency.
Abstract
Reinforcement learning from human feedback (RLHF) emerges as a promising paradigm for aligning large language models (LLMs). However, a notable challenge in RLHF is overoptimization, where beyond a certain threshold, the pursuit of higher rewards leads to a decline in human preferences. In this paper, we observe the weakness of KL regularization which is commonly employed in existing RLHF methods to address overoptimization. To mitigate this limitation, we scrutinize the RLHF objective in the offline dataset and propose uncertainty-penalized RLHF (UP-RLHF), which incorporates uncertainty regularization during RL-finetuning. To enhance the uncertainty quantification abilities for reward models, we first propose a diverse low-rank adaptation (LoRA) ensemble by maximizing the nuclear norm of LoRA matrix concatenations. Then we optimize policy models utilizing penalized rewards, determined by both rewards and uncertainties provided by the diverse reward LoRA ensembles. Our experimental results, based on two real human preference datasets, showcase the effectiveness of diverse reward LoRA ensembles in quantifying reward uncertainty. Additionally, uncertainty regularization in UP-RLHF proves to be pivotal in mitigating overoptimization, thereby contributing to the overall performance.
