← Latest papers
📊 statistics

FUSE: Ensembling Verifiers with Zero Labeled Data

The paper introduces FUSE, a fully unsupervised method that improves LLM output verification by ensembling imperfect judges without ground truth labels, achieving performance that matches or exceeds semi-supervised alternatives across diverse benchmarks.

Original authors: Joonhyuk Lee, Virginia Ma, Sarah Zhao, Yash Nair, Asher Spector, Regev Cohen, Emmanuel J. Candès

Published 2026-04-21
📖 5 min read🧠 Deep dive

Original authors: Joonhyuk Lee, Virginia Ma, Sarah Zhao, Yash Nair, Asher Spector, Regev Cohen, Emmanuel J. Candès

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 a hiring manager trying to pick the best candidate from a pool of 100 job applicants. You don't have a resume database, and you can't afford to pay a headhunter to verify their claims. Instead, you have a panel of 30 different interviewers.

Here's the problem:

  • Some interviewers are brilliant but grumpy (they reject good people).
  • Some are nice but clueless (they hire bad people).
  • Some are biased toward certain types of answers.
  • Crucially: You have zero way of knowing who is actually telling the truth. You don't have an "answer key" to check the interviewers against.

This is the exact situation faced by developers of Large Language Models (LLMs). They generate many possible answers to a hard question (like a math problem or a coding challenge), but they don't have a human expert to check which one is right. They rely on "verifiers" (other AI models) to grade the answers, but these verifiers are often imperfect and sometimes agree with each other for the wrong reasons.

Enter FUSE (Fully Unsupervised Score Ensembling). Think of FUSE as a super-smart "jury foreman" that figures out how to combine the opinions of the 30 interviewers without ever seeing the correct answer key.

The Old Way: The "Average" Mistake

Usually, if you have 30 interviewers, you might just take the average of their scores.

  • The Flaw: If 15 interviewers are terrible and 15 are great, the average is just "mediocre." You end up picking a "C" candidate because the "A" candidate was unfairly penalized by the bad interviewers.
  • The "Majority Vote" Mistake: If you just count who voted for whom, the bad interviewers might gang up on a wrong answer, and you'll pick the wrong winner.

The FUSE Solution: The "Detective" Approach

FUSE acts like a detective who looks at the patterns of the interviewers to figure out who is trustworthy, even without knowing the truth.

Here is how it works, step-by-step, using our analogy:

1. The "Triplet" Detective Work (Step 1)

FUSE looks at the interviewers in groups of three. It asks: "If Interviewer A, B, and C all agree on a specific answer, is that agreement a coincidence, or does it mean they are actually smart?"

In the real world, AI verifiers often make the same mistakes together (they are "correlated"). FUSE realizes this. It performs a mathematical "dance" to adjust the scores. It essentially says: "Okay, Interviewer A and B always agree, so they are probably just echoing each other. I'm going to lower their weight. Interviewer C disagrees with them but agrees with D, so C might be onto something."

It finds a way to re-weight the interviewers so that their agreement actually means something, rather than just noise.

2. The "Ghost" Answer Key (Step 2)

Once FUSE has figured out which interviewers are likely reliable, it creates a "Ghost Answer Key."

  • It doesn't know the real truth.
  • But, based on the patterns it found, it guesses which answers are likely correct.
  • It treats these guesses as if they were real facts.

3. The "Coach" (Step 3)

Now that FUSE has a "Ghost Answer Key," it acts like a sports coach. It takes all the interviewers' scores and asks: "If we assume these 'Ghost' facts are true, which combination of interviewers would have predicted them best?"

It builds a custom formula (a "Coach's Strategy") that says: "Trust Interviewer X 80%, ignore Interviewer Y, and listen closely to Interviewer Z."

Finally, it applies this custom strategy to the original 100 applicants and picks the winner.

Why is this a Big Deal?

Usually, to get a system this smart, you need labeled data (a human telling you, "Yes, this answer is correct, and no, that one is wrong"). This is expensive and slow.

FUSE is magic because it needs zero human labels. It learns entirely from the chaos of the interviewers' own disagreements and agreements.

The Results: The "Olympics" Test

The authors tested FUSE on some of the hardest problems in the world:

  • Standard Tests: Like the MMLU (a general knowledge exam).
  • The "Humanity's Last Exam": A super-hard test designed to break current AI models.
  • IMO Shortlist: Extremely difficult math problems from the International Math Olympiad.

The Result: FUSE performed just as well as (and sometimes better than) methods that did have access to human answer keys. It beat the "naive average" method by a huge margin.

The Bottom Line

FUSE is a method that teaches a group of imperfect AI judges how to work together to find the truth, even when no one knows what the truth is. It turns a chaotic crowd of opinions into a reliable decision-making machine, saving us the cost and time of hiring human experts to check every single answer.

In short: It's the ultimate "jury foreman" that figures out who to trust just by watching how the jury argues, without ever needing to see the verdict beforehand.

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 →