← Latest papers
📊 statistics

Instance-Optimal Estimation with Multiple LLM Judges on a Budget

This paper addresses the problem of cost-effective LLM evaluation by formulating budgeted heteroskedastic multi-judge estimation, proposing an adaptive algorithm (EST-IVWE) that achieves instance-optimal score estimation by leveraging optimistically biased variance estimates, and establishing a matching local minimax lower bound to prove its theoretical optimality.

Original authors: Junghyun Lee, Sanghwa Kim, Yassir Jedra, Alexandre Proutière, Se-Young Yun

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

Original authors: Junghyun Lee, Sanghwa Kim, Yassir Jedra, Alexandre Proutière, Se-Young Yun

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 manager trying to grade the performance of 1,000 different employees (the "prompts" or questions). You have a limited budget of money to spend on getting these grades.

To do this, you hire a team of 10 different "judges" (these are Large Language Models, or LLMs). Here is the catch:

  1. They cost different amounts: Some judges are cheap (like a junior intern), while others are expensive (like a senior expert).
  2. They are unreliable in different ways: Some judges are very consistent but slow/expensive. Others are fast/cheap but make wild, inconsistent guesses.
  3. The questions are different: Some questions are easy to answer (low variance), while others are tricky and confusing (high variance).

The big question the paper asks is: How do you spend your money to get the most accurate overall grades?

The Old Way: The "Fair Share" Mistake

Most people would just say, "Let's be fair." They would ask every judge to grade the same number of questions.

  • The Problem: This is wasteful. You might be paying a $100 expert to grade a question that a $1 intern could have graded perfectly. Or, you might be asking a cheap, unreliable judge to grade a super-hard question, wasting your money on bad data.

The Paper's Solution: "Smart Shopping"

The authors propose a smart strategy called EST-IVWE. Think of it as a two-step shopping trip to get the best value for your money.

Step 1: The "Taste Test" (Exploration)

Before you spend your whole budget, you spend a tiny bit of money to "test drive" every judge on every type of question.

  • You ask the cheap intern and the expensive expert to grade a few of the same questions.
  • The Goal: You aren't trying to get the final grade yet. You are just trying to figure out: Who is actually good at this specific type of question?
  • The Trick: The paper introduces a clever mathematical "safety net." If a judge seems too perfect (zero variance) during the test, the algorithm assumes they might just be lucky and adds a tiny bit of "doubt" to their score. This prevents the system from getting confused by lucky streaks.

Step 2: The "Strategic Spend" (Exploitation)

Now that you know who is good at what, you spend the rest of your budget intelligently.

  • The Rule: For each specific question, you only hire the one judge who offers the best "price-to-quality" ratio.
  • The Analogy: Imagine you need to buy a specific tool. You wouldn't buy 50 cheap hammers and 50 expensive screwdrivers. You would figure out which tool does the job best for the lowest price, and then buy only that tool.
  • The algorithm calculates exactly how many times to ask that specific "best judge" to grade that specific question to get the most accurate result.

Why This Matters (The "Instance-Optimal" Claim)

The paper claims this method is "Instance-Optimal."

  • What that means: It doesn't just work well on average; it works perfectly for your specific situation. If your judges have weird quirks or your questions are unusually hard, this method adapts to that exact scenario to get the best possible score.
  • The Proof: The authors didn't just guess this was good. They used advanced math (like a "local minimax lower bound") to prove that you literally cannot do better than this method. It's the theoretical limit of efficiency.

The "Fano vs. Assouad" Analogy

The paper mentions a technical debate about how to prove this is the best method.

  • The "Fano" approach is like trying to find a needle in a haystack by looking at the whole haystack at once. It's too blurry and misses the fine details of which specific judge is best for which specific question.
  • The "Assouad" approach (which the authors used) is like looking at the haystack one tiny square inch at a time. It preserves the local details, allowing them to prove exactly how the budget should be split down to the penny.

The Results

The authors tested this on fake data and real-world data (using actual LLMs to grade each other).

  • The Result: Their "Smart Shopping" method (EST-IVWE) consistently beat the "Fair Share" method (Uniform Allocation).
  • The Takeaway: As you get more budget, their method gets closer and closer to the performance of a "Magic Oracle" (a hypothetical god who already knows exactly which judge is best for every question without having to test them first).

Summary

In a world where evaluating AI is expensive and messy, this paper provides a recipe to stop wasting money. Instead of treating all judges and all questions the same, it says: Test a little bit, figure out the best deal for each specific task, and then spend your money only on that best deal. This gets you the most accurate results for the least amount of cash.

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 →