Naming the Failure Mode When Reward Climbs but Quality Drops
During an RLHF run, the reward model's score on generated responses climbs steadily over training, but human reviewers rate the policy's actual output quality as flat or declining over the same period — the model has started padding answers with reward-model-pleasing phrases that don't reflect genuine quality. What is the standard name for this failure mode, and what is it fundamentally caused by?
A. Reward hacking (reward overoptimization): the policy exploits imperfections in the learned reward model rather than improving on the true objective the reward model was meant to approximate. B. Catastrophic forgetting: the policy is losing its pretrained general capabilities as RL training proceeds. C. Mode collapse: the policy has converged to producing the same output regardless of prompt, which the reward model rates highly. D. Distributional shift: the reward model was trained on a different prompt distribution than the one seen during RL rollouts.
Share this question