RRC: Unlocking Generative Reward Models in LLM Reinforcement Learning via Ranking-Based Reward Construction
Ranking
Overall
68
Content
80
Popularity
39
Observed public metrics from 1 member.
Merged summary
TL;DR - An arXiv preprint proposing Ranking-based Reward Construction (RRC), which converts generative reward models' comparative judgments into usable RL learning signals. It matters because generative reward models rank responses well but underperform in RL due to a mismatch with scalar-score-based RL algorithms.
- Diagnoses the core problem: generative reward models are inherently comparative, while existing RL algorithms consume scalar rewards — this mismatch limits their RL effectiveness.
- RRC derives rewards from relative preference rankings instead of absolute scores, via two complementary strategies.
- Self-competitive ranking compares among sampled responses; anchor-guided ranking scales reward construction using a small set of reference responses.
- Reported consistent gains over existing reward construction methods on open-ended chat and reasoning benchmarks; code released at github.com/wangclnlp/RRC.
Sources (1)
RRC: Unlocking Generative Reward Models in LLM Reinforcement Learning via Ranking-Based Reward Construction
Public signals
Semantic Scholar citations 0 · Semantic Scholar influential citations 0
TL;DR - An arXiv preprint proposing Ranking-based Reward Construction (RRC), which converts generative reward models' comparative judgments into usable RL learning signals. It matters because generative reward models rank responses well but underperform in RL due to a mismatch with scalar-score-based RL algorithms.
- Diagnoses the core problem: generative reward models are inherently comparative, while existing RL algorithms consume scalar rewards — this mismatch limits their RL effectiveness.
- RRC derives rewards from relative preference rankings instead of absolute scores, via two complementary strategies.
- Self-competitive ranking compares among sampled responses; anchor-guided ranking scales reward construction using a small set of reference responses.
- Reported consistent gains over existing reward construction methods on open-ended chat and reasoning benchmarks; code released at github.com/wangclnlp/RRC.