← Latest papers
💬 NLP

Scaling Evaluation-time Compute with Reasoning Models as Evaluators

This paper demonstrates that employing reasoning models as evaluators with increased test-time compute—specifically through step-by-step process evaluation—significantly improves evaluation accuracy and can enhance an LM's problem-solving capabilities through reranking, mirroring the benefits of scaling compute during generation.

Original authors: Seungone Kim, Ian Wu, Jinu Lee, Xiang Yue, Seongyun Lee, Mingyeong Moon, Carolin Lawrence, Kiril Gashteovski, Julia Hockenmaier, Graham Neubig, Sean Welleck

Published 2026-05-20
📖 4 min read☕ Coffee break read

Original authors: Seungone Kim, Ian Wu, Jinu Lee, Xiang Yue, Seongyun Lee, Mingyeong Moon, Carolin Lawrence, Kiril Gashteovski, Julia Hockenmaier, Graham Neubig, Sean Welleck

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are taking a difficult math test. Usually, to get a better score, you might try to think harder or write out more steps to solve the problem. This paper asks a fascinating question: What if, instead of just thinking harder about the answer, you thought harder about grading the answer?

Here is the core idea of the paper, broken down with simple analogies:

1. The Old Way: The "Fast Grader"

Traditionally, when we use AI to check if another AI's answer is right, we use a "Direct Evaluator." Think of this like a fast-food cashier. You hand them a receipt (the answer), and they instantly say, "That looks good" or "That looks bad." They don't stop to think about why it's good or bad; they just give a quick score based on patterns they've seen before.

2. The New Idea: The "Reasoning Grader"

The researchers tried something different. They used a special type of AI called a Reasoning Model to do the grading. Think of this like a tenured professor who refuses to just glance at the answer.

Instead of giving a quick score, this "professor" forces itself to write out a long, detailed essay (a "Chain of Thought") explaining its reasoning. It might say:

  • "Wait, let me check step 3 again..."
  • "Hmm, this logic seems shaky."
  • "Let me backtrack and see if there's a better way."
  • "Okay, I've verified the whole thing, and I'm confident."

The paper calls this "Scaling Evaluation-Time Compute." In plain English: Spending more time and brainpower to grade the test, rather than spending more time trying to solve the test.

3. The Two Ways They Graded

The researchers tested two ways for this "professor" to grade:

  • Outcome Evaluation: Looking at the final answer and asking, "Is the result correct?" (Like checking the final score on a test).
  • Process Evaluation: Looking at every single step of the solution and asking, "Is this specific step logical?" (Like checking the work shown on the test paper).

The Big Discovery: The "professor" (Reasoning Evaluator) got much better at grading the more it was forced to "think" and write out its reasoning steps. Just like a student gets better at solving math problems by thinking longer, the grader gets better at finding mistakes by thinking longer.

4. The "Best-of-N" Game: Quality vs. Quantity

To test if this better grading actually helps, they played a game called Best-of-N.

  • The Setup: Imagine a generator AI creates 64 different answers to a hard problem.
  • The Old Strategy: Use a "Fast Grader" to quickly check all 64 answers and pick the best one.
  • The New Strategy: Use the "Reasoning Grader" (the professor) to deeply analyze only 8 answers, but analyze them very carefully.

The Result: The "Reasoning Grader" picking the best of just 8 answers performed better than the "Fast Grader" picking the best of 64 answers.

The Analogy: It's like hiring one expert detective to investigate 8 clues very thoroughly, rather than hiring 100 interns to glance at 64 clues. The deep investigation found the truth more often than the wide, shallow search.

5. Why Does This Work?

The paper found that the "Reasoning Grader" is especially good at spotting hidden errors.

  • Sometimes an AI gets the right final answer but used a wrong method to get there (like guessing the right number on a math test).
  • The "Fast Grader" might say, "Great job!" because the answer is right.
  • The "Reasoning Grader" looks at the steps, sees the mistake, and says, "Wait, the answer is right, but the logic is flawed," and rejects it.

Summary

The paper proves that spending more computing power to evaluate an answer is just as effective as spending more power to generate the answer.

By forcing the AI grader to "think out loud" and check every step carefully, we can get better results with fewer attempts. It's a shift from "trying harder to get the right answer" to "thinking harder to find the right answer."

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →