RRC: Unlocking Generative Reward Models in LLM Reinforcement Learning via Ranking-Based Reward Construction
RRC converts a generative reward model’s relative rankings into RL rewards, aligning the training signal with what the evaluator naturally produces instead of forcing direct scalar scores.
**RRC** addresses a mismatch between comparative generative reward models and scalar RL rewards. It derives learning signals from relative rankings using **self-competitive ranking** and **anchor-guided ranking**.
For teams training reasoning or chat models, preserve pairwise or listwise preference structure when constructing rewards. Compare sampled responses against each other, or use a small reference set as ranking anchors.
**RRC** addresses a mismatch between comparative generative reward models and scalar RL rewards. It derives learning signals from relative rankings using **self-competitive ranking** and **anchor-guided ranking**. For teams training reasoning or chat models, preserve pairwise or listwise preference structure when constructing rewards. Compare sampled responses against each other, or use a small reference set as ranking anchors. The material reports consistent gains on open-ended chat and reasoning benchmarks but supplies no effect sizes, model names, or compute costs. Its relevance is primarily to model training rather than day-to-day coding-agent use.
RRC narrows the reward-design problem to preserving comparative information when a generative judge must supervise scalar-reward RL. Relative samples or anchors become the bridge instead of collapsing judgments independently. Against the supplied training candidates, this is a complementary reward-construction mechanism rather than another distillation recipe; the missing effect sizes, systems, and costs prevent judging it superior to those alternatives.