← Latest papers
💬 NLP

Large Language Model Selection with Limited Annotations

The paper introduces SELECT-LLM, a novel framework that leverages expected information gain derived from pairwise model output similarities to actively select a minimal set of queries for annotation, thereby significantly reducing evaluation costs while effectively identifying the best Large Language Model for a given task without requiring access to model weights.

Original authors: Yavuz Durmazkeser, Patrik Okanovic, Andreas Kirsch, Torsten Hoefler, Nezihe Merve Gürel

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

Original authors: Yavuz Durmazkeser, Patrik Okanovic, Andreas Kirsch, Torsten Hoefler, Nezihe Merve Gürel

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 find the perfect employee for a very specific job. You have a massive pool of 156 candidates (these are the Large Language Models, or LLMs). You know they are all smart, but you don't know which one is actually the best at your specific task.

Usually, to figure this out, you would ask every single candidate to take a full, 100-question test, and then hire a team of expensive human experts to grade every single answer. This is slow, expensive, and exhausting.

The paper introduces a new method called SELECT-LLM. Think of it as a super-smart hiring assistant that can find the best candidate by asking them to take only a tiny fraction of the test—maybe just 5 or 10 questions instead of 100.

Here is how it works, using simple analogies:

The Problem: The "Blind Taste Test"

Imagine you have 156 different chefs (the AI models) and you want to find the one who makes the best pizza.

  • The Old Way: You ask every chef to cook 100 pizzas. You hire 100 food critics to taste every single pizza and write a report. This costs a fortune in time and money.
  • The Random Way: You ask the chefs to cook just 5 pizzas, but you pick those 5 questions randomly. Maybe all 5 chefs happen to be great at making cheese pizza but terrible at pepperoni. You might pick the wrong winner just by bad luck.

The Solution: SELECT-LLM (The "Smart Quiz")

SELECT-LLM is like a detective who knows exactly which questions will reveal the truth. It doesn't just pick random questions; it picks the most informative ones.

Here is the step-by-step process:

  1. The Setup: You have a "pool" of potential questions (the test bank) and a list of candidate models.
  2. The Guessing Game: The system looks at what all the models would say if they answered a question (without needing a human to grade it yet).
  3. The "Disagreement" Detector: The system asks: "If I ask this question, will the top candidates give very different answers?"
    • If all the top chefs give the exact same answer, the question isn't very useful for telling them apart.
    • If the best chefs give very different answers, that question is gold. It's the one that will help you figure out who is actually the best.
  4. The Selection: The system picks that "gold" question and asks a human expert (the "Oracle") to grade just that one answer.
  5. The Update: Based on that single grade, the system updates its ranking of the chefs. It might say, "Oh, Chef A got that right, but Chef B got it wrong. Chef A is now more likely to be the winner."
  6. Repeat: It repeats this process, always picking the next question that will cause the most "disagreement" among the remaining top contenders, until it is confident enough to pick a winner.

Why is this a big deal?

The paper tested this method on 23 different types of tasks (like math, summarizing news, translating languages, and answering science questions) and 156 different AI models.

  • The Result: SELECT-LLM found the best model using up to 84% fewer human grades than the next best method.
  • The Analogy: Instead of hiring 100 critics to taste 100 pizzas, this method might only need 15 critics to taste 15 pizzas to find the exact same winner.

Key Features

  • It's "Black-Box" Friendly: You don't need to know how the AI models are built inside (like their code or weights). You just need to see what they say. This works for both open-source models and expensive, closed commercial ones (like the ones you pay for via an API).
  • It's Model-Agnostic: It doesn't care if the models are big or small, or what language they speak. It just looks at the similarity of their answers.
  • It's Safe: Even if it doesn't pick the absolute #1 model, it almost always picks a model that is very close to the best one, so you don't end up with a terrible result.

In Summary

SELECT-LLM is a smart strategy to stop wasting money on unnecessary testing. Instead of asking every AI to take a full exam and having humans grade it all, it asks just the right few questions to quickly identify the superstar model. It turns a massive, expensive search into a quick, efficient hunt.

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 →