← Latest papers
🤖 machine learning

Compute as Teacher: Turning Inference Compute Into Reference-Free Supervision

The paper introduces "Compute as Teacher" (CaT), a framework that transforms inference-time parallel rollouts into reference-free supervision via pseudo-reference aggregation and self-proposed rubrics, enabling models to achieve significant performance gains in both verifiable and non-verifiable domains without relying on human labels.

Original authors: Dulhan Jayalath, Shashwat Goel, Thomas Foster, Parag Jain, Suchin Gururangan, Cheng Zhang, Anirudh Goyal, Alan Schelten

Published 2026-05-12
📖 5 min read🧠 Deep dive

Original authors: Dulhan Jayalath, Shashwat Goel, Thomas Foster, Parag Jain, Suchin Gururangan, Cheng Zhang, Anirudh Goyal, Alan Schelten

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 trying to teach a student (an AI) how to write a perfect medical advice letter or solve a tricky math problem. Usually, you need a teacher with the "correct answer key" to grade them. But what if you are in a situation where no one knows the correct answer? Maybe it's a complex medical case where even real doctors disagree, or a creative writing task where there is no single "right" ending.

This paper introduces a new method called Compute as Teacher (CaT). It's a clever way to let the AI teach itself without needing a human teacher or an answer key.

Here is how it works, using a simple analogy:

The Problem: The "Silent Classroom"

Normally, to improve, a student needs feedback.

  • In Math/Code: The teacher can run a program to check if the answer is right or wrong. This is easy.
  • In Healthcare/Creative Writing: There is no program to check the answer. If you ask an AI, "How should I treat this rare symptom?", there might be five different valid ways to answer. How do you know which one is best? Usually, you'd need a human expert to grade it, but that's slow and expensive.

The Solution: The "Group Study Session"

The authors realized that if you ask the AI the same question eight times (generating eight different "rollouts" or attempts), the AI will stumble in different places.

  • Attempt #1 might have the right diagnosis but the wrong dosage.
  • Attempt #2 might have the right dosage but miss a warning about allergies.
  • Attempt #3 might be perfect on tone but miss a key symptom.

Individually, they are flawed. But together, they contain all the pieces of the puzzle.

The Two-Step Magic Trick

The CaT framework turns this group study session into a lesson plan using two steps:

1. The "Synthesis" (The Smart Editor)

Instead of just picking the "best" of the eight attempts (which might still be flawed), the AI acts as a Smart Editor. It looks at all eight attempts and writes a new, perfect "Pseudo-Reference" answer.

  • Analogy: Imagine a group of eight students writing essays. A super-smart editor reads all eight, takes the best paragraph from one, the best data from another, and the best conclusion from a third, and stitches them together into one "Master Essay."
  • This "Master Essay" becomes the target the AI is trying to learn from.

2. The "Rubric" (The Checklist)

Now, how do we grade the original eight attempts against this new "Master Essay"?

  • For Math: It's easy. Did the numbers match? Yes/No.
  • For Healthcare (The Hard Part): You can't just say "Yes/No" to a whole essay. So, the AI generates a Checklist (Rubric) based on the Master Essay.
    • Example: Instead of asking "Is this advice good?", the AI creates a checklist: "1. Did it mention seeing a doctor? 2. Did it suggest diet changes? 3. Did it avoid giving a specific diagnosis?"
    • An independent AI "Judge" then checks each of the eight original attempts against this checklist. If an attempt gets 4 out of 5 checklist items right, it gets a score of 0.8.

The Result: Learning Without a Teacher

The AI uses these scores to update its own brain (Reinforcement Learning). It learns: "Ah, next time I should make sure I include the checklist items I missed."

Why is this a big deal?

  1. No Human Needed: It works in fields like healthcare where no "answer key" exists and human experts are too busy to grade every answer.
  2. Cheaper in the Long Run: Usually, to get a good answer, you have to run the AI 8 times and pick the best one every time you ask a question. That's slow and expensive.
    • With CaT, the AI learns from the 8 attempts once during training.
    • After training, the AI is so good that it can give a great answer in just one try.
    • The Paper's Claim: They found that the trained AI performed just as well as the "8-attempts" method but used 9 times less computing power when actually answering questions.

Summary

Compute as Teacher is like taking a group of confused students, having them argue and debate, letting a smart editor create a "perfect" summary from their arguments, and then grading the students based on how well they matched that summary. The students learn from their own collective mistakes and eventually become so good they don't need the group anymore.

The paper tested this on HealthBench (medical advice) and MATH-500 (math problems).

  • On math, it worked as well as existing methods.
  • On medical advice (where no answer key exists), it improved the AI's performance by up to 30% compared to its starting point, matching the quality of answers written by expert doctors, all without a single human label.

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 →