← Latest papers
💬 NLP

Models Know Models Best: Evaluation via Model-Preferred Formats

This paper proposes a dynamic format-alignment strategy that leverages a lightweight classifier trained on model-preferred signals to automatically select between symbol-based and cloze-style evaluation formats, thereby resolving performance discrepancies and significantly improving zero-shot accuracy across various LLM benchmarks.

Original authors: Joonhak Lee, Sungmok Jung, Jongyeon Park, Jaejin Lee

Published 2026-02-02
📖 4 min read☕ Coffee break read

Original authors: Joonhak Lee, Sungmok Jung, Jongyeon Park, Jaejin Lee

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 taking a test to prove how smart you are. Now, imagine the test comes in two different styles:

  1. The "Multiple Choice" Style: You read a question, and then you have to pick a letter (A, B, C, or D) that matches the answer.
  2. The "Fill-in-the-Blank" Style: You read a sentence that stops abruptly, and you have to complete the sentence with the right words.

For a long time, researchers thought these two styles were just different ways of asking the same question. But this paper, titled "Models Know Models Best," discovered something surprising: Large Language Models (LLMs) don't like both styles equally. In fact, the style you choose can make a model look like a genius or a complete failure, even if the question is exactly the same.

Here is the breakdown of what the authors found, using some simple analogies.

1. The "Wrong Tool for the Job" Problem

The researchers tested 22 different AI models on 8 different types of questions. They found a clear pattern:

  • The "Symbol" Style (Picking A, B, C, D): This works best for questions that require comparing options. Think of it like a menu where you have to look at a list of dishes and pick the one that fits your diet. The model has to look at all the options side-by-side to make a choice.
  • The "Cloze" Style (Fill-in-the-blank): This works best for questions that require continuing a story. Think of it like finishing a sentence in a novel. The model is trained to predict what word comes next in a natural flow.

The Problem: When researchers forced a "story-telling" model to pick a letter from a list (Symbol style) for a question that was really about finishing a sentence, the model's score crashed. It was like asking a marathon runner to solve a math equation; they are good at running, but the test format didn't match their strength.

2. Humans Can't Guess the Best Format

The authors first tried to fix this by asking humans to look at a question and decide, "Hey, this one looks like a story, so let's use the Fill-in-the-blank style."

The Result: It didn't work well. Humans are bad at guessing which format an AI will prefer. Sometimes a question looks like a story to a human, but the AI actually prefers the multiple-choice list. Relying on human intuition often made the AI perform worse.

3. The Solution: "Ask the Model What It Wants"

Since humans couldn't guess the right format, the authors asked the models themselves.

They built a tiny, lightweight "traffic cop" (a classifier). This traffic cop looks at a specific question and asks the AI: "If I give you this question as a multiple-choice list, how confident are you? If I give it to you as a fill-in-the-blank, how confident are you?"

Based on the AI's own internal confidence signals, the traffic cop decides which format to use for that specific question.

  • If the question is about comparing options: The traffic cop says, "Use the Multiple Choice (Symbol) format."
  • If the question is about finishing a sentence: The traffic cop says, "Use the Fill-in-the-blank (Cloze) format."

4. The Results: Unlocking Hidden Potential

When they used this "Model-Preferred" strategy, the results were dramatic.

  • For "Story" questions: The AI's performance jumped significantly. It was as if they finally gave the runner the right shoes.
  • For "Comparison" questions: The performance stayed high or improved slightly.
  • The Big Takeaway: The paper shows that many AI models are actually much smarter than we thought, but we were often testing them with the wrong "ruler." By switching the ruler to match the specific task, we can see their true capabilities.

Summary

The paper argues that we shouldn't just pick one test format and stick with it for everything. Instead, we should let the AI tell us which format it prefers for each specific problem. By doing this, we stop tripping the models up and start seeing how smart they really are.

In short: The paper proves that the way you ask a question matters just as much as the question itself, and the best way to figure out the right way to ask is to listen to the model's own preferences.

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 →