AICLJan 30, 2025

Learning to Plan & Reason for Evaluation with Thinking-LLM-as-a-Judge

arXiv:2501.18099v280 citationsh-index: 30ICML
Originality Incremental advance
AI Analysis

This work improves evaluation robustness for AI systems, though it is incremental in optimizing existing LLM-as-a-Judge frameworks.

The paper tackles the problem of improving LLM-as-a-Judge models by addressing the lack of human-annotated reasoning traces, proposing EvalPlanner, a preference optimization algorithm that separates planning from reasoning, which achieves a state-of-the-art score of 93.9 on RewardBench.

LLM-as-a-Judge models generate chain-of-thought (CoT) sequences intended to capture the step-bystep reasoning process that underlies the final evaluation of a response. However, due to the lack of human annotated CoTs for evaluation, the required components and structure of effective reasoning traces remain understudied. Consequently, previous approaches often (1) constrain reasoning traces to hand-designed components, such as a list of criteria, reference answers, or verification questions and (2) structure them such that planning is intertwined with the reasoning for evaluation. In this work, we propose EvalPlanner, a preference optimization algorithm for Thinking-LLM-as-a-Judge that first generates an unconstrained evaluation plan, followed by its execution, and then the final judgment. In a self-training loop, EvalPlanner iteratively optimizes over synthetically constructed evaluation plans and executions, leading to better final verdicts. Our method achieves a new state-of-the-art performance for generative reward models on RewardBench (with a score of 93.9), despite being trained on fewer amount of, and synthetically generated, preference pairs. Additional experiments on other benchmarks like RM-Bench, JudgeBench, and FollowBenchEval further highlight the utility of both planning and reasoning for building robust LLM-as-a-Judge reasoning models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes