paper-with-me

홈 › Papers

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

2025-01-30 · Swarnadeep Saha, Xian Li, Marjan Ghazvininejad, Jason Weston, Tianlu Wang

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.

📄 PDF Abstract BibTeX arXiv:2501.18099

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Explicit Reasoning Makes Better Judges: A Systematic Study on Accuracy, Efficiency, and Robustness

2025-09-09 · Pratik Jayarao, Himanshu Gupta, Neeraj Varshney, Chaitanya Dwivedi arxiv

As Large Language Models (LLMs) are increasingly adopted as automated judges in benchmarking and reward modeling, ensuring their reliability, efficiency, and robustness has become critical. In this work, we present a sys…

Computational EfficiencyFew-Shot Learning

Weak-eval-Strong: Evaluating and Eliciting Lateral Thinking of LLMs with Situation Puzzles

2024-10-09 · Qi Chen, BoWen Zhang, Gang Wang, Qi Wu

While advancements in NLP have significantly improved the performance of Large Language Models (LLMs) on tasks requiring vertical thinking, their lateral thinking capabilities remain under-explored and challenging to mea…

Question Answering

SurgGoal: Rethinking Surgical Planning Evaluation via Goal-Satisfiability

2026-01-15 · Ruochen Li, Kun Yuan, Yufei Xia, Yue Zhou 외 arxiv

Surgical planning integrates visual perception, long-horizon reasoning, and procedural knowledge, yet it remains unclear whether current evaluation protocols reliably assess vision-language models (VLMs) in safety-critic…

Reasoning Model Is Superior LLM-Judge, Yet Suffers from Biases

2026-01-07 · Hui Huang, Xuanxin Wu, Muyun Yang, Yuki Arase arxiv

This paper presents the first systematic comparison investigating whether Large Reasoning Models (LRMs) are superior judges to non-reasoning LLMs. Our empirical analysis yields four key findings: 1) LRMs outperform non-r…

MCTS-Judge: Test-Time Scaling in LLM-as-a-Judge for Code Correctness Evaluation

2025-02-18 · Yutong Wang, Pengliang Ji, Chaoqun Yang, Kaixin Li 외

The LLM-as-a-Judge paradigm shows promise for evaluating generative content but lacks reliability in reasoning-intensive scenarios, such as programming. Inspired by recent advances in reasoning models and shifts in scali…

global-optimizationLarge Language Model