← Latest papers
📊 statistics

Calibrate, Don't Curate: Label-Efficient Estimation from Noisy LLM Judges

This paper demonstrates that in multi-judge LLM evaluation with labeled calibration data, retaining all judges and calibrating their outputs yields significantly lower error rates than curating a subset based solely on accuracy, because even weak or biased judges provide non-redundant signals that improve probabilistic calibration.

Original authors: Yanran Li

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

Original authors: Yanran Li

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

The Big Idea: Don't Fire the Weak Judges; Teach Them to Be Honest

Imagine you are trying to decide which of two AI chatbots is better at answering a question. You don't have a human expert to ask, so you ask a panel of 100 different AI models to vote.

The Old Way (Curating):
Traditionally, people look at the results and say, "Okay, these 5 AI judges are really smart and get the right answer most of the time. The other 95 are kind of dumb or confused. Let's fire the 95 and only listen to the top 5." This is called curation. It makes sense if you just want to know who won.

The New Way (Calibrating):
This paper argues that if you want to know how confident you should be in the answer, firing the "dumb" judges is a mistake. Instead, you should keep all 100 judges, but you need to calibrate them.

Think of calibration like teaching a group of weather forecasters.

  • The Expert: Always says "100% chance of rain" when it rains.
  • The Novice: Always says "100% chance of rain" even when it's sunny.
  • The Contrarian: Always says "0% chance of rain" when it rains.

If you only keep the Expert, you get a good answer, but you might miss the nuance. If you keep the Novice and the Contrarian, you can actually learn a lot! You can teach the Novice, "Hey, you're usually too optimistic," and tell the Contrarian, "Hey, you're usually wrong, so flip your answer."

The paper's main discovery is: A panel of 100 judges, once "taught" (calibrated) how to adjust their confidence, gives you a much more accurate picture of reality than a panel of just the top 5 "smart" judges.


The Experiment: The Four Arenas

The researchers tested this idea on four different "arenas" (datasets) where they knew the correct answers in advance (like a practice exam):

  1. JudgeBench: 350 questions with 32 judges.
  2. RewardBench: Nearly 3,000 comparisons with 100 judges.
  3. RewardBench 2: Harder questions with 174 judges.
  4. LLMBar: Instruction-following tests with 53 judges.

In every single arena, they compared two teams:

  • Team A (The Curators): Picked the top 3, 5, or 10 judges based on who got the most answers right, and threw the rest away.
  • Team B (The Inclusives): Kept every single judge, even the ones who were bad, and used a mathematical "teacher" (calibration) to adjust their votes.

The Result:
Team B (keeping everyone) almost always won.

  • On the hardest test (RewardBench 2), the "Keep All" team was twice as accurate at estimating confidence as the "Top 5" team.
  • Even when the researchers tried to be super smart about picking the best subset of judges, they couldn't beat the "Keep All" team.

Why Does This Work? (The Magic of "Noise")

You might ask: "If a judge is bad, why keep them?"

The paper explains that even a "bad" judge carries useful information, provided you know how to read them.

  • The "Anti-Expert": Imagine a judge who is wrong 70% of the time. That's actually very useful! If they say "Option A is better," you can confidently say "Option B is better." You just flip their vote.
  • The "Confused" Judge: Imagine a judge who is right 50% of the time (pure guessing). Their votes don't help, but they also don't hurt if you know they are guessing.
  • The "Signal" of Disagreement: When the smart judges and the dumb judges disagree, it tells you that the question is hard. If everyone agrees, the question is easy. By keeping the whole panel, you get a better sense of which questions are tricky.

The paper uses a mathematical concept called the "Calibrated Jury Theorem." It proves that as long as you have a way to learn from the judges (calibration), adding more judges—even weak ones—never makes your probability estimates worse. It's like adding more sensors to a car; even a slightly broken sensor can tell you something about the road if you know how to interpret its glitch.


The Recipe for Success

The paper suggests a simple recipe for anyone evaluating AI models:

  1. Don't Fire Anyone Yet: Gather all your judges (LLMs or reward models).
  2. Use a "Teacher" (Calibration): Use a small set of questions where you know the right answers (the calibration set).
  3. Teach the Judges: Run the math to learn how each judge tends to be biased.
    • "Judge A is too confident."
    • "Judge B always picks the first option."
    • "Judge C is actually an anti-expert; flip their vote."
  4. Aggregate: Combine all the adjusted votes.

When should you not do this?
The paper notes two rare exceptions where you might want to fire a judge:

  • The Broken Judge: If a judge's answers are so messy that the computer can't even read them (e.g., it outputs gibberish 50% of the time), throw them out.
  • The Redundant Room: If you already have 174 judges and they are all clones of each other, adding one more clone won't help. But usually, having a diverse group is better.

The Bottom Line

In the past, we thought the best way to get a good answer was to find the smartest people and ignore the rest. This paper says that's wrong.

If you want to know how sure you can be about an answer, you should keep the whole crowd, teach them how to be honest, and listen to the whole chorus. The "weak" voices often hold the key to understanding the uncertainty.

The slogan of the paper: Calibrate, Don't Curate.

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 →