Reasoning Model Is Superior LLM-Judge, Yet Suffers from Biases
Hui Huang, Xuanxin Wu, Muyun Yang, Yuki Arase
TL;DR
The paper investigates whether Large Reasoning Models (LRMs) are superior LLM-judges compared to non-reasoning LLMs by conducting a systematic, benchmark-based comparison across general accuracy, instruction-following, adversarial robustness, and biases. It finds that LRMs generally outperform non-reasoning LLMs in judgment quality and resilience to attacks, while remaining vulnerable to superficial quality biases. To address this bias, the authors introduce PlanJudge, a two-stage evaluation approach that plans an explicit evaluation strategy before execution, achieving substantial bias mitigation without additional training. The work provides practical guidance on deploying LRMs as judges and highlights planning-based evaluation as a scalable method to improve fairness and robustness in automated judgments.
Abstract
This paper presents the first systematic comparison investigating whether Large Reasoning Models (LRMs) are superior judge to non-reasoning LLMs. Our empirical analysis yields four key findings: 1) LRMs outperform non-reasoning LLMs in terms of judgment accuracy, particularly on reasoning-intensive tasks; 2) LRMs demonstrate superior instruction-following capabilities in evaluation contexts; 3) LRMs exhibit enhanced robustness against adversarial attacks targeting judgment tasks; 4) However, LRMs still exhibit strong biases in superficial quality. To improve the robustness against biases, we propose PlanJudge, an evaluation strategy that prompts the model to generate an explicit evaluation plan before execution. Despite its simplicity, our experiments demonstrate that PlanJudge significantly mitigates biases in both LRMs and standard LLMs.
