Rectifying Shortcut Behaviors in Preference-based Reward Learning
Wenqian Ye, Guangtao Zheng, Aidong Zhang
TL;DR
This work addresses reward hacking in preference-based RLHF by reframing shortcuts (e.g., verbosity, tone, sycophancy) as group actions and proposing PRISM, a unified framework that enforces shortcut invariance via group-invariant kernels. Shortcuts are modeled as group actions on responses and approximated with random feature maps, yielding a practical objective that combines a BT-margin with an invariant-kernel penalty and a decorrelation regularizer. Theoretical guarantees are provided through a generalization bound, and empirical results show PRISM improves out-of-distribution reward accuracy and reduces shortcut dependence, leading to more robust downstream policy alignment. The approach offers a flexible, annotation-free way to mitigate multiple biases in RLHF and has potential for broader impact in safety-critical AI alignment tasks.
Abstract
In reinforcement learning from human feedback, preference-based reward models play a central role in aligning large language models to human-aligned behavior. However, recent studies show that these models are prone to reward hacking and often fail to generalize well due to over-optimization. They achieve high reward scores by exploiting shortcuts, that is, exploiting spurious features (e.g., response verbosity, agreeable tone, or sycophancy) that correlate with human preference labels in the training data rather than genuinely reflecting the intended objectives. In this paper, instead of probing these issues one at a time, we take a broader view of the reward hacking problem as shortcut behaviors and introduce a principled yet flexible approach to mitigate shortcut behaviors in preference-based reward learning. Inspired by the invariant theory in the kernel perspective, we propose Preference-based Reward Invariance for Shortcut Mitigation (PRISM), which learns group-invariant kernels with feature maps in a closed-form learning objective. Experimental results in several benchmarks show that our method consistently improves the accuracy of the reward model on diverse out-of-distribution tasks and reduces the dependency on shortcuts in downstream policy models, establishing a robust framework for preference-based alignment.
