Reward Models Inherit Value Biases from Pretraining
Brian Christian, Jessica A. F. Thompson, Elle Michelle Yang, Vincent Adam, Hannah Rose Kirk, Christopher Summerfield, Tsvetomira Dumbalska
TL;DR
The paper demonstrates that reward models implicitly inherit value biases from their pretraining base models, with Llama-based RMs showing agency bias and Gemma-based RMs showing communion bias across multiple value axes. By combining exhaustive token search with psycholinguistic corpora (Big Two and MFD2) and introducing implicit reward scores via log-probability differences, the authors link downstream RM behavior to base-model log probabilities and to an explicit implicit reward framework MWLR: $MWLR = \tfrac{1}{2}(p_1 + p_2) \cdot (\log p_2 - \log p_1)$. They further show that these biases originate in pretraining and persist through RM training across data sources and scales, though increasing preference data modestly mitigates the gap. The results highlight that alignment efforts must consider pretraining choices and base-model families, as safety and value alignment are deeply shaped at the pretraining stage and not fully washable via fine-tuning alone.
Abstract
Reward models (RMs) are central to aligning large language models (LLMs) with human values but have received less attention than pre-trained and post-trained LLMs themselves. Because RMs are initialized from LLMs, they inherit representations that shape their behavior, but the nature and extent of this influence remain understudied. In a comprehensive study of 10 leading open-weight RMs using validated psycholinguistic corpora, we show that RMs exhibit significant differences along multiple dimensions of human value as a function of their base model. Using the "Big Two" psychological axes, we show a robust preference of Llama RMs for "agency" and a corresponding robust preference of Gemma RMs for "communion." This phenomenon holds even when the preference data and finetuning process are identical, and we trace it back to the logits of the respective instruction-tuned and pre-trained models. These log-probability differences themselves can be formulated as an implicit RM; we derive usable implicit reward scores and show that they exhibit the very same agency/communion difference. We run experiments training RMs with ablations for preference data source and quantity, which demonstrate that this effect is not only repeatable but surprisingly durable. Despite RMs being designed to represent human preferences, our evidence shows that their outputs are influenced by the pretrained LLMs on which they are based. This work underscores the importance of safety and alignment efforts at the pretraining stage, and makes clear that open-source developers' choice of base model is as much a consideration of values as of performance.
