R-Align: Enhancing Generative Reward Models through Rationale-Centric Meta-Judging
Yanlin Lai, Mitt Huang, Hangyu Guo, Xiangfeng Wang, Haodong Li, Shaoxiong Zhan, Liang Zhao, Chengyuan Yao, Yinmin Zhang, Qi Han, Chun Yuan, Zheng Ge, Xiangyu Zhang, Daxin Jiang
TL;DR
The paper identifies Spurious Correctness as a core failure mode where GenRMs justify correct preferences with flawed reasoning, showing that label accuracy alone poorly predicts downstream RLHF performance. It introduces a rationale-aware benchmarking framework with a MetaRM and defines metrics like S-Corr and F-Score to quantify reasoning misalignment. To address this, it proposes Rationale-Centric Alignment (R-Align), which uses Meta-Judging to reward not just correct labels but correct, aligned reasoning, and demonstrates reductions in S-Corr and improved RLHF outcomes. Across diverse domains, R-Align yields more robust actor performance and stronger correlations between reasoning fidelity and downstream success, highlighting the practical importance of aligning reasoning processes in GenRMs for reliable RLHF.
Abstract
Reinforcement Learning from Human Feedback (RLHF) remains indispensable for aligning large language models (LLMs) in subjective domains. To enhance robustness, recent work shifts toward Generative Reward Models (GenRMs) that generate rationales before predicting preferences. Yet in GenRM training and evaluation, practice remains outcome-label-only, leaving reasoning quality unchecked. We show that reasoning fidelity-the consistency between a GenRM's preference decision and reference decision rationales-is highly predictive of downstream RLHF outcomes, beyond standard label accuracy. Specifically, we repurpose existing reward-model benchmarks to compute Spurious Correctness (S-Corr)-the fraction of label-correct decisions with rationales misaligned with golden judgments. Our empirical evaluation reveals substantial S-Corr even for competitive GenRMs, and higher S-Corr is associated with policy degeneration under optimization. To improve fidelity, we propose Rationale-Centric Alignment, R-Align, which augments training with gold judgments and explicitly supervises rationale alignment. R-Align reduces S-Corr on RM benchmarks and yields consistent gains in actor performance across STEM, coding, instruction following, and general tasks.
