paper-with-me

홈 › 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 systematic comparison of "thinking" and "non-thinking" LLMs in the LLM-as-a-judge paradigm using open-source Qwen 3 models of relatively small sizes (0.6B, 1.7B, and 4B parameters). We evaluate both accuracy and computational efficiency (FLOPs) on RewardBench tasks, and further examine augmentation strategies for non-thinking models, including in-context learning, rubric-guided judging, reference-based evaluation, and n-best aggregation. Our results show that despite these enhancements, non-thinking models generally fall short of their thinking counterparts. Our results show that thinking models achieve approximately 10% points higher accuracy with little overhead (under 2x), in contrast to augmentation strategies like few-shot learning, which deliver modest gains at a higher cost (>8x). Bias and robustness analyses further demonstrate that thinking models maintain significantly greater consistency under a variety of bias conditions such as positional, bandwagon, identity, diversity, and random biases (6% higher on average). We further extend our experiments to the multilingual setting and our results confirm that explicit reasoning extends its benefits beyond English. Overall, our work results in several important findings that provide systematic evidence that explicit reasoning offers clear advantages in the LLM-as-a-judge paradigm not only in accuracy and efficiency but also in robustness.

📄 PDF Abstract BibTeX arXiv:2509.13332

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyFew-Shot Learning

Similar Papers 제목 키워드 기반

Examining Reasoning LLMs-as-Judges in Non-Verifiable LLM Post-Training

2026-03-12 · Yixin Liu, Yue Yu, DiJia Su, Sid Wang 외 arxiv

Reasoning LLMs-as-Judges, which can benefit from inference-time scaling, provide a promising path for extending the success of reasoning models to non-verifiable domains where the output correctness/quality cannot be dir…

C2-Faith: Benchmarking LLM Judges for Causal and Coverage Faithfulness in Chain-of-Thought Reasoning

2026-03-05 · Avni Mittal, Rauno Arike arxiv

Large language models (LLMs) are increasingly used as judges of chain-of-thought (CoT) reasoning, yet it remains unclear whether they can reliably assess process faithfulness rather than merely answer plausibility. We in…

How Long Reasoning Chains Influence LLMs' Judgment of Answer Factuality

2026-04-08 · Minzhu Tu, Shiyu Ni, Keping Bi arxiv

Large language models (LLMs) has been widely adopted as a scalable surrogate for human evaluation, yet such judges remain imperfect and susceptible to surface-level biases. One possible reason is that these judges lack s…

Mathematical ReasoningQuestion Answering

Grounding the Score: Explicit Visual Premise Verification for Reliable Vision-Language Process Reward Models

2026-03-17 · Junxin Wang, Dai Guan, Weijie Qiu, Zhihang Li 외 arxiv

Vision-language process reward models (VL-PRMs) are increasingly used to score intermediate reasoning steps and rerank candidates under test-time scaling. However, they often function as black-box judges: a low step scor…

Multimodal Reasoning

Reasoning Is Not Free: Robust Adaptive Cost-Efficient Routing for LLM-as-a-Judge

2026-05-11 · Wenbo Zhang, Lijinghua Zhang, Liner Xiang, Hengrui Cai arxiv

Reasoning-capable large language models (LLMs) have recently been adopted as automated judges, but their benefits and costs in LLM-as-a-Judge settings remain unclear. Through controlled comparisons between reasoning and …