JudgeLRM: Large Reasoning Models as a Judge
FreeLarge Reasoning Models as a Judge
About JudgeLRM: Large Reasoning Models as a Judge
JudgeLRM is a family of judgment-oriented large language models developed through reinforcement learning (RL) with judge-wise, outcome-driven rewards to activate reasoning capabilities for evaluation tasks. Targeting the limitations of supervised fine-tuning (SFT) in reasoning-intensive domains, JudgeLRM consistently outperforms SFT-tuned baselines of the same size and surpasses state-of-the-art reasoning models: JudgeLRM-3B/4B exceeds GPT-4, while JudgeLRM-7B/8B/14B outperforms DeepSeek-R1 by over 2% in F1 score, with particularly strong gains on reasoning-heavy tasks. The approach underscores the value of RL in unlocking reasoning-aligned LLM judges, enabling verification of evidence, error identification, and justification of decisions beyond surface-level scoring.
Key Features
Pros & Cons
- Consistently outperforms SFT-tuned baselines and larger reasoning models
- Small models (3B/4B) achieve performance exceeding GPT-4
- Reinforcement learning approach effectively unlocks reasoning in judges
- Open-source availability enables community experimentation and deployment
- Focused specifically on judgment and evaluation tasks, not general-purpose
- Still a research preprint; production readiness may require further validation
- Performance gains most pronounced on reasoning-heavy samples; may not benefit simpler evaluations
- Requires RL training infrastructure and expertise to reproduce or adapt