Reasoning Is Not Free: Robust Adaptive Cost-Efficient Routing for LLM-as-a-Judge (May 2026)
FreeICML 2026: controlled comparisons show reasoning judges substantially improve accuracy on structured-verification tasks (math, coding) but yield limited or *negative* gains on simpler evaluations while costing significantly more compute; proposes RACER, a distributionally-robust routing policy that
About Reasoning Is Not Free: Robust Adaptive Cost-Efficient Routing for LLM-as-a-Judge (May 2026)
This ICML 2026 paper investigates the cost-benefit trade-off of using reasoning-capable LLMs as automated judges (LLM-as-a-Judge). Through controlled comparisons, the authors show that explicit reasoning substantially improves judgment accuracy on tasks requiring structured verification (e.g., math and coding), but yields limited or even negative gains on simpler evaluations while incurring significantly higher computational cost. To address this, they propose Robust Adaptive Cost-Efficient Routing (RACER), a distributionally-robust routing policy that dynamically selects between reasoning and non-reasoning judges under a fixed budget. RACER formulates routing as a constrained distributionally robust optimization problem with a KL-divergence uncertainty set, admits an efficient primal–dual algorithm, and enjoys theoretical guarantees including uniqueness of the optimal policy and linear convergence. Extensive experiments demonstrate superior accuracy–cost trade-offs under distribution shift.
Key Features
Pros & Cons
- Improves judgment accuracy on complex structured tasks (math, coding)
- Selective use of reasoning reduces computational cost compared to universal reasoning
- Robust to distribution shift via distributionally robust optimization
- Theoretical guarantees for optimality and convergence
- Practical experimental validation of cost-accuracy trade-offs
- Reasoning can degrade accuracy on simple evaluation tasks
- Requires careful tuning of budget and uncertainty set parameters
- Assumes availability of both reasoning and non-reasoning judge variants
- Routing policy may add overhead in deployment