← Latest papers
📊 statistics

Efficient Evaluation of LLM Performance with Statistical Guarantees

The paper proposes Factorized Active Querying (FAQ), a method that leverages historical data and adaptive sampling to significantly reduce the number of queries needed for evaluating large language models while maintaining statistically valid confidence intervals.

Original authors: Skyler Wu, Yash Nair, Emmanuel J. Candès

Published 2026-05-12
📖 4 min read☕ Coffee break read

Original authors: Skyler Wu, Yash Nair, 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 figure out which of 2,000 job candidates is the best fit for a company. You have a massive test bank with 12,000 questions. Testing every single candidate on every single question would cost a fortune in time and money, and you'd never finish.

The paper introduces a smart, statistical method called FAQ (Factorized Active Querying) to solve this. Think of FAQ as a "super-intelligent interviewer" that knows exactly which questions to ask to get the most accurate picture of a candidate's skills, using far fewer questions than a standard interview.

Here is how it works, broken down into three simple parts:

1. The "Gossip" Factor (Using History)

Imagine you've hired hundreds of people before. You have a record of how they performed on various questions. Even if you don't have the full record for everyone (some data is missing), you can still spot patterns.

  • The Analogy: It's like knowing that "Candidate A" is great at coding but bad at math, and "Question 50" is a hard math problem. Even if you haven't tested a new candidate yet, you can guess they might struggle with Question 50 if they look similar to "Candidate A."
  • What FAQ does: It uses a "factor model" to read this historical gossip. It learns the "personality" of the questions (how hard they are) and the "skills" of the models (how good they are) to make educated guesses about how a new model will do on questions it hasn't seen yet.

2. The "Smart Interviewer" (Active Learning)

A standard interviewer might pick questions randomly or in a fixed order. FAQ is different; it's an active learner.

  • The Analogy: Imagine you are trying to guess the weight of a mystery box.
    • Random Sampling: You guess by weighing it against random objects.
    • FAQ: You look at your history, guess the box is heavy, and immediately pick a heavy object to weigh it against. If you're wrong, you quickly adjust your guess and pick a different object. You are constantly asking, "What is the one question that will teach me the most right now?"
  • What FAQ does: It dynamically picks the questions that will reduce the most uncertainty. If it thinks a model is "average," it asks a "medium" question to confirm. If it's unsure, it asks a tricky question to learn more.

3. The "Safety Net" (Statistical Guarantees)

This is the most important part. Many "smart" AI methods are great at guessing but terrible at admitting when they might be wrong. They might say, "I'm 99% sure this model is good," when they are actually just guessing.

  • The Analogy: Imagine a weather forecaster who says, "It will rain." A smart forecaster adds, "I am 95% confident it will rain, and here is the math to prove it."
  • What FAQ does: It uses a technique called Pro-Active Inference (PAI). Even though it uses "guesses" (the factor model) to pick questions, it wraps those guesses in a strict mathematical safety net. This ensures that when it says, "We are 95% confident this model's accuracy is between 80% and 85%," that statement is statistically true. It won't lie to you just to look smart.

The Results: Doing More with Less

The researchers tested this on two huge sets of questions (one with 12,000 questions, another with 9,500) and thousands of AI models.

  • The Big Win: FAQ achieved the same level of accuracy (the same width of the "confidence interval") as the old method of asking random questions, but it used 5 times fewer questions.
  • The "Missing Data" Problem: Even when the historical data was messy or mostly missing (like having a resume with only 10% of the pages filled out), FAQ still performed significantly better than other methods.
  • The "Cold Start" Problem: Even if you have no history for a new type of test, FAQ can borrow knowledge from a different test (like using math skills to guess coding skills) and still outperform random guessing.

Why This Matters

In the real world, testing AI models is expensive. It costs money to run the models, and it costs money to have humans check the answers.

  • Old Way: Test 100 models on 10,000 questions each. (Very expensive, slow).
  • FAQ Way: Test 100 models on just 2,000 questions each, but know the results are just as reliable. (5x cheaper, 5x faster).

The paper concludes that FAQ is a tool that lets organizations evaluate AI models rigorously without breaking the bank, ensuring they don't accidentally deploy a bad model because they didn't test it enough.

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 →