Why is Your Language Model a Poor Implicit Reward Model?
Noam Razin, Yong Lin, Jiarui Yao, Sanjeev Arora
TL;DR
This work analyzes why implicit reward models (IM-RMs) underperform explicit reward models (EX-RMs) in generalization, despite sharing training data and losses. The authors combine theory and extensive experiments to show that IM-RMs rely more on superficial token-level cues, making them vulnerable to token-level distribution shifts and sometimes in-distribution accuracy drops, while EX-RMs leverage structured hidden representations to generalize. They also demonstrate that the common generation–verification gap hypothesis is insufficient to explain the gap, by proving that verification does not imply generation and by validating this with a Hamiltonian-cycle task. Empirically, IM-RMs exhibit weaker token-level generalization but comparable or stronger performance under domain shifts, and EX-RMs consistently yield higher reward margins, highlighting how small design choices profoundly influence robustness and RLHF outcomes. The findings guide more robust reward-model design and motivate further study of implicit biases across reward-model families.
Abstract
Reward models are key to language model post-training and inference pipelines. Conveniently, recent work showed that every language model defines an implicit reward model (IM-RM), without requiring any architectural changes. However, such IM-RMs tend to generalize worse, especially out-of-distribution, compared to explicit reward models (EX-RMs) that apply a dedicated linear head over the hidden representations of a language model. The existence of a generalization gap is puzzling, as EX-RMs and IM-RMs are nearly identical. They can be trained using the same data, loss function, and language model, and differ only in how the reward is computed. Toward a fundamental understanding of the implicit biases underlying different reward model types, we investigate the root cause of this gap. Our main finding, backed by theory and experiments, is that IM-RMs rely more heavily on superficial token-level cues. Consequently, they often generalize worse than EX-RMs under token-level distribution shifts, as well as in-distribution. Furthermore, we provide evidence against alternative hypotheses for the generalization gap. Most notably, we challenge the intuitive claim that IM-RMs struggle in tasks where generation is harder than verification because they can operate both as a verifier and a generator. Taken together, our results highlight that seemingly minor design choices can substantially impact the generalization behavior of reward models.
