Stabilizing RLHF through Advantage Model and Selective Rehearsal
Baolin Peng, Linfeng Song, Ye Tian, Lifeng Jin, Haitao Mi, Dong Yu
TL;DR
This work tackles RLHF instability in LLM alignment by introducing two innovations: Advantage Model (AM) to balance reward score distributions and reduce reward hacking, and Selective Rehearsal to prevent catastrophic forgetting by curating PPO training data and rehearsing SFT knowledge. AM directly models the advantage of a response over expected rewards and enforces calibrated, bounded scores, leading to improved calibration and stable training. Selective Rehearsal uses representative clustering (via SimCSE) and AM-guided ranking to select high-skill data for rehearsal, boosting performance while maintaining expert-aligned capabilities. Experiments on English and Chinese data, including public HH-RLHF and proprietary datasets, show AM improves stability and rewards; adding selective rehearsal further increases win rates and mitigates forgetting, demonstrating practical efficacy for robust RLHF in diverse settings.
Abstract
Large Language Models (LLMs) have revolutionized natural language processing, yet aligning these models with human values and preferences using RLHF remains a significant challenge. This challenge is characterized by various instabilities, such as reward hacking and catastrophic forgetting. In this technical report, we propose two innovations to stabilize RLHF training: 1) Advantage Model, which directly models advantage score i.e., extra reward compared to the expected rewards and regulates score distributions across tasks to prevent reward hacking. 2) Selective Rehearsal, which mitigates catastrophic forgetting by strategically selecting data for PPO training and knowledge rehearsing. Our experimental analysis on public and proprietary datasets reveals that the proposed methods not only increase stability in RLHF training but also achieve higher reward scores and win rates.
