← Latest papers
🤖 AI

MINCE: Shrinking LLM Evaluation Datasets via Few-Model Monte Carlo Calibration

The paper introduces MINCE, a Monte Carlo-based method that efficiently shrinks LLM evaluation datasets by determining minimum subset sizes from a small calibration pool to bound accuracy drift, achieving significant speedups and lower drift compared to existing techniques without requiring learned prediction layers.

Original authors: Devleena Das, Rajeev Patwari, Vikram Kumar Bukka, Nithin Kumar Guggilla, Elliott Delaye, Ashish Sirasao

Published 2026-06-23
📖 4 min read☕ Coffee break read

Original authors: Devleena Das, Rajeev Patwari, Vikram Kumar Bukka, Nithin Kumar Guggilla, Elliott Delaye, Ashish Sirasao

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 chef who has developed a new recipe. Before you serve it to the public, you need to taste it to make sure it's good. Now, imagine you have to test hundreds of different versions of this recipe (some with less salt, some with different spices, some cooked on a tiny stove instead of a giant industrial oven).

If you taste every single dish from every single version, it would take you weeks. You'd be so tired you couldn't cook anything new.

This is the problem computer scientists face with Large Language Models (LLMs). They create thousands of slightly different versions of AI models. To check if they work well, they run them through massive "tests" (benchmarks) that contain thousands of questions. Running these tests on small, energy-efficient chips (like those in phones or laptops) can take tens of hours per model.

The paper introduces a solution called MINCE. Here is how it works, explained simply:

The Core Idea: "How Many, Not Which"

Most previous methods tried to be smart detectives. They asked: "Which specific 100 questions are the most important? Let's pick those and ignore the rest." To do this, they needed a massive library of past test results (a "calibration pool") and complex math to figure out the perfect mix.

MINCE changes the question. It asks: "How many questions do we actually need to get a reliable score?"

It assumes that if you have enough questions, it doesn't really matter which specific ones you pick. A random handful of questions will give you almost the same score as the whole test, as long as the handful is big enough.

The Recipe: How MINCE Works

The authors used a method called Monte Carlo Simulation. Think of this like a "virtual taste test."

  1. The Small Group: They took results from just 7 different AI models (the "calibration models") that had already taken the full, long tests.
  2. The Simulation: They ran a computer simulation that randomly picked different numbers of questions (e.g., 100 questions, then 200, then 300...) and checked how much the score changed compared to the full test.
  3. Finding the Sweet Spot: They looked for the point where adding more questions stopped making a big difference.
    • Analogy: Imagine filling a bucket with water. The first cup fills it up a lot. The second cup adds a bit. By the tenth cup, the water level barely rises. MINCE finds the exact moment where the "extra water" isn't worth the effort.
  4. The Result: They found a "magic number" (a subset size). For example, instead of testing 14,000 questions (MMLU), they only needed 1,500. Instead of 1,300 questions (GSM8K), they only needed 400.

The Payoff: Speed and Accuracy

Once they found this "magic number," they just picked that many questions at random. They didn't need a super-computer to figure out which ones were "special."

Here is what they achieved:

  • Huge Time Savings: They reduced the test size by 54% to 89%.
  • Speed: On standard computer chips (GPUs), the tests ran 2.7 to 8 times faster. On small, edge chips (NPUs), they ran 1.7 to 2 times faster.
  • Accuracy: The scores didn't change much. The "drift" (the difference between the short test and the long test) was tiny—less than 2.6 percentage points.

Why It's Better Than Old Methods

The paper compares MINCE to a popular method called tinyBenchmarks.

  • tinyBenchmarks is like a master chef who needs to taste 395 different dishes to figure out which 100 questions to keep. It's very precise but requires a huge amount of data to start.
  • MINCE is like a smart estimator who only needs to taste 7 dishes to know exactly how many questions to ask. It works even if you don't have a massive history of past tests.

The Bottom Line

MINCE is a practical tool for engineers. It says, "You don't need to run the whole marathon to know if you're in good shape; you just need to run a specific distance that we calculated using a few practice runs."

It allows companies to test their AI models much faster and cheaper, especially on the small chips found in everyday devices, without needing complex AI systems to help them pick the questions. It works reliably even if you only have a small group of models to test against.

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 →