CELEUS: Certifiable and Efficient LLM Evaluation via E-Processes
This paper introduces CELEUS, a framework that leverages E-processes to provide certifiable, anytime-valid confidence intervals for LLM evaluation while significantly reducing the number of required samples through uncertainty-guided sampling and surrogate-assisted approximations.
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 have a giant jar of 100,000 marbles. Some are red (representing a mistake the AI made), and some are blue (representing a correct answer). You want to know the exact percentage of red marbles in the whole jar to decide if the AI is good enough to use in the real world.
The problem? Checking every single marble is slow, expensive, and sometimes requires a human to look at it. If you just grab a handful and guess, you might get lucky or unlucky, and you won't know how close your guess is to the truth.
This paper introduces CELEUS, a smart, mathematically guaranteed way to figure out that percentage quickly and safely.
Here is how it works, using simple analogies:
1. The Problem: "Stop and Go" vs. "Keep Checking"
Traditionally, to be sure of your answer, you might check a fixed number of marbles (say, 1,000) and then stop. But what if the first 1,000 were all blue? You'd think the jar is perfect, but you might have just gotten lucky.
Some newer methods try to check marbles one by one and stop as soon as they are "sure enough." However, the paper argues these methods have a flaw: if you keep checking your progress and deciding to stop based on what you see right now, you might accidentally trick yourself into thinking you are more certain than you actually are. It's like a gambler who keeps changing their betting strategy based on the last few wins; eventually, they might think they have a "guaranteed" system, but they are actually just lucky.
CELEUS fixes this. It provides a "certifiable" guarantee. No matter when you decide to stop, the math promises that your answer is within a specific range of the truth (like saying, "We are 95% sure the red marble count is between 10% and 12%").
2. The Secret Sauce: The "Crystal Ball" (Surrogates)
Checking a marble is expensive (like asking a human to grade an essay). CELEUS uses a trick to save money.
Imagine you have a Crystal Ball (called a "surrogate model"). It's a smaller, cheaper AI that looks at a marble and guesses if it's red or blue.
- The Catch: The Crystal Ball isn't perfect. Sometimes it guesses wrong.
- The CELEUS Strategy: Instead of checking every marble with the expensive human, CELEUS asks the Crystal Ball to guess for all the marbles first.
- If the Crystal Ball is very confident and consistent, CELEUS trusts it and doesn't bother checking that marble with the human.
- If the Crystal Ball is confused or its guess seems risky, CELEUS says, "Hey, I need to check this one with the human to be sure."
This is called Surrogate-Assisted Approximation. It lets the system skip the expensive checks on the easy marbles and focus only on the tricky ones.
3. The "Uncertainty Detective" (Sampling)
CELEUS doesn't just pick marbles randomly. It acts like a detective looking for the most confusing clues.
It uses Uncertainty-Guided Sampling. If the Crystal Ball says a marble is "Red" but the math suggests it might actually be "Blue" (a big disagreement), CELEUS prioritizes checking that specific marble with the human. It ignores the marbles where everyone agrees. This is like a teacher grading a stack of tests: they spend the most time on the essays that are hard to grade, not the ones that are obviously perfect or obviously terrible.
4. The "Magic Ledger" (E-Processes)
How does CELEUS know it hasn't cheated by looking at the Crystal Ball's guesses?
It uses a mathematical tool called an E-Process. Think of this as a magic ledger or a "fairness meter."
- Every time CELEUS checks a marble, it updates the ledger.
- The ledger is designed so that if the system is lying or cheating (by stopping too early or using bad guesses), the "fairness meter" will blow a whistle and show a red flag.
- Because the ledger is built this way, the system can update its confidence interval continuously without ever breaking the rules. It's like a judge who can pause a trial at any moment, look at the evidence gathered so far, and say, "We have enough to be 95% sure," without the trial ever becoming unfair.
The Results: Faster and Cheaper
The paper tested this on real AI models (like Llama and DeepSeek) using standard benchmarks (like sentiment analysis and general knowledge questions).
- The Claim: CELEUS reached the same level of certainty as older methods but used 54% to 62% fewer human checks.
- The Analogy: If an old method needed to ask a human to grade 10,000 essays to be sure, CELEUS only needed to ask about 4,000, because it used the "Crystal Ball" to handle the rest.
- The Guarantee: Even though it checked fewer essays, the paper proves mathematically that the final score is still trustworthy and won't "break" just because they stopped early.
Summary
CELEUS is a new way to test AI that:
- Saves money by using a cheap "Crystal Ball" (surrogate) to guess answers for most items.
- Focuses effort by only asking humans to check the items where the Crystal Ball is confused.
- Guarantees safety by using a special mathematical "Ledger" (E-Process) that ensures the results are accurate no matter when you decide to stop checking.
It allows researchers to say, "We are statistically sure this AI is good," without having to waste time and money checking every single example.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.