- The paper demonstrates that single-axis reward bias mitigation can lead to bias substitution, where optimization pressure shifts to correlated spurious proxies.
- It utilizes a taxonomy ranging from R0 (successful mitigation) to R4 (audit-sensitivity) to critically evaluate the impact of various bias removal strategies.
- Empirical results, including drops in TriviaQA accuracy and increased calibration error, validate the need for policy-induced evaluations to accurately measure mitigation success.
Reward Bias Substitution in Preference-Based Optimization
Overview and Motivation
The paper "Reward Bias Substitution: Single-Axis Bias Mitigations Redirect Optimization Pressure" (2605.27996) presents a formal framework and empirical evidence demonstrating that single-axis reward bias mitigation strategies, commonly employed in RLHF and preference-based optimization for LLMs, can inadvertently redirect optimization pressure onto correlated spurious proxies rather than genuinely eliminating bias. This phenomenon, named reward bias substitution, results from a structural measurement-versus-optimization gap between audit-distribution evaluations (where bias remediation is measured) and policy-induced distributions (where optimization actually occurs). The authors systematically prove that audit-distribution scoring, including oracle access to the true reward, is fundamentally insufficient to distinguish successful mitigation from bias substitution or overcorrection, and provide policy-distribution-based criteria and actionable evaluation protocols to close this gap.
The authors develop a precise taxonomy formalizing the distinct outcomes that occur when a single-axis bias mitigation operator is applied to learned reward models or implicit rewards of RL-trained policies. Each mitigation is classified via its effect on true reward and first-moment drift in policy-induced feature expectations:
- R0 (Successful Mitigation): Targeted bias is removed without inducing drift in other spurious features; true reward increases.
- R0_cont (Contaminated Success): Targeted bias is eliminated, but optimization pressure rotates onto correlated spurious proxies; true reward improves but substitution is active.
- R1 (Bias Substitution): Optimization pressure is redirected to alternative spurious feature(s); true reward does not improve (neutral or harmful).
- R2 (Overcorrection): The mitigation removes genuinely informative signal, resulting in degraded true reward.
- R3 (Silent Non-op): The mitigation has negligible optimization effect.
- R4 (Audit-Distribution Sensitivity): The above regime assignment varies across different audit distributions (e.g., human vs. LLM judge).
Crucially, the paper proves that all audit-distribution scores—including ranking accuracy, win-rate, and explicit oracle reward evaluation—cannot distinguish successful mitigation from bias substitution or overcorrection. Policy-induced distribution measurements are shown to be necessary and sufficient for regime separation.
Figure 1: Schematic illustration of reward bias substitution; mitigation rotates optimization away from targeted length axis onto confidence axis, invisible in audit-distribution evaluation.
Structural Mechanisms: Measurement-Optimization Gap
The analysis is grounded in contextual bandit RLHF formalism with a KL-regularized objective. The mitigation operator (e.g., length penalty) is constructed and evaluated at an audit distribution (typically pooled dataset statistics or annotator-conditioned measures), while policy optimization occurs at the policy-induced distribution. Due to reward identifiability limitations and policy-level KL regularization realities, subtracting a spurious feature (e.g., length) from the reward model at the audit distribution does not guarantee zero reliance at the policy-induced distribution. Causal treatment is only approximated; associational statistics (linear reliance projections, etc.) dominate real-world mitigation implementation.
Figure 2: RLHF training of Llama-3.2-3B-Instruct with length penalty; decreasing length rotates optimization onto confidence calibration, degrading factual accuracy while sycophancy and multiple-choice accuracy are preserved.
Empirical Evidence: RLHF Bias Substitution
To demonstrate bias substitution in practice, the authors modify the reward in RLHF training by imposing a length penalty. As penalty strength λ increases, mean response length falls as intended, but optimization pressure moves from length to confidence calibration—overconfidence emerges, factual accuracy falls (e.g., TriviaQA accuracy drops from 0.56 to 0.42 and calibration error increases from 0.25 to 0.41), while MMLU multiple-choice accuracy is unchanged. Sycophantic behavior remains unaffected. The same RLHF setup without penalty (λ=0) does not break calibration, confirming the effect is induced by the mitigation.

Figure 3: Phase diagram showing regime transitions induced by varying correlation coefficients; analytical boundaries between R0, R1, R2, and R3 are instantiated empirically.
Additional Evidence and Regime Validation
The framework is validated on published length-debiasing operators (e.g., LOESS calibration, linear probes) across five SOTA reward models. Operators that zero reward-length correlation at the audit distribution reintroduce bias under best-of-N policy selection—three of four models flip correlation sign, and selection-level accuracy degrades.
Closed-form analytic and simulated models are provided (linear-Gaussian and quadratic-nonlinear settings), confirming regime taxonomy robustness and analytic predictions for ΔJ and Δj​ under controlled couplings. Regime phase diagrams and heatmaps illustrate boundaries and mechanism generality.
Figure 4: Heatmaps of ∣ΔJ∣ showing robustness of regime boundaries to varying non-linearity strength, confirming analytic predictions.
Figure 5: Regime validation; finite-N experiments verify analytic phase-diagram claims for Δ2​ and ΔJ across seeds.
Multi-Axis Coupling and Audit Distribution Sensitivity
Empirically, the authors characterize length-sycophancy dependence across multiple labeling regimes and model families using AITA prompts. Under human, LLM judge, and judge-agreement labels, sycophantic responses are longer (coefficients +24.3 to +154.3), but under judge disagreement, sycophantic responses are shorter (−43.1). This sign reversal under audit-distribution shift aligns with R4 sensitivity, showing that mitigation regime assignment varies depending on the audit distribution chosen.
Implications: Recommendations & Prescriptions
Practical implications are explicit. The paper provides concrete recommendations for mitigation methods and benchmark practitioners:
- Evaluate mitigations at policy-induced distributions (run BoN or policy optimization trials).
- Track off-target first-moment drifts (λ=00) across multiple correlated spurious features.
- Report cardinal reward scale before/after mitigation to avoid ordinal functional blindness.
- Document reference policy sensitivity.
These recommendations are critical for future method papers and benchmarks; successful mitigation certification is a joint property of both operator and evaluation protocol. No surveyed prior work delivers sufficient evidence for regime separation under this framework.
Theoretical Impact and Directions
The paper establishes a structural impossibility-sufficiency pair for bias mitigation evaluation in RLHF:
- No audit-distribution functional, even with oracle reward access, can certify successful mitigation.
- Policy-induced distribution evaluation with correlated proxies tracked closes the gap.
This identifies reward bias substitution as a Goodhart-like failure mode surviving mitigation—a mechanism absent in reward hacking definitions that take proxy rewards as fixed and do not consider mitigation operators.
Future developments will need to adopt multi-axis mitigation with rigorous policy-distribution evaluation and causal feature panelization, as off-panel axes remain available for pressure rotation. Orthogonal yet highly correlated mechanisms (sycophancy, confidence, informativeness) are natural candidates for expanded panels.




Figure 6: Reward function showing explicit length penalty; optimization landscape is altered, non-targeted features amplify under mitigation.
Conclusion
This paper formalizes and empirically substantiates the phenomenon of reward bias substitution in RLHF and preference optimization: single-axis mitigation of reward-model biases often merely redirects optimization pressure onto correlated proxies, invisibly to common audit-side evaluation metrics. No published method or benchmark, by current evaluation standards, can certify successful mitigation. Recommendations and regime taxonomy provided herein are necessary for reliable claims. The structural impossibility result motivates future work to jointly adopt policy-distribution evaluation and multi-axis drift tracking as standard, to avoid silent deployment of models trading one bias for another.