← Latest papers
💬 NLP

The Benchmark Illusion: Pruned LLMs Can Pass Multiple Choice but Fail to Answer

This paper reveals a "benchmark illusion" where pruned large language models appear competent on multiple-choice evaluations but fail in open-ended generation because pruning demotes correct answers rather than erasing them, suggesting that compressed models must be tested on their generative capabilities rather than just their recognition abilities.

Original authors: Rui Wen, Lu Sun, Jiayang Liu, Zesheng Xu, Tianshuo Cong, Zheng Li

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

Original authors: Rui Wen, Lu Sun, Jiayang Liu, Zesheng Xu, Tianshuo Cong, Zheng Li

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 brilliant, well-read librarian (a Large Language Model) who knows the answer to almost any question. To save money and space, you decide to "prune" the library. You remove a huge chunk of the books and shelves, keeping only the most essential ones.

The paper you're asking about investigates what happens when you test this shrunken library.

The "Multiple-Choice Illusion"

Here is the trick: When you ask the librarian a question, you can test them in two ways:

  1. The Open Question: You ask, "Who discovered the Azores?" and wait for them to speak the answer from memory.
  2. The Multiple-Choice Test: You ask, "Who discovered the Azores? A) 1427, B) 1500, C) 1600, D) 1700."

The paper found a surprising "illusion." After pruning, the librarian often fails the Open Question. They might say, "I think it was the 15th century," which is vague or wrong. But, if you give them the Multiple-Choice test, they ace it. They immediately point to "1427" and get it right.

Standard benchmarks (the tests used to rate AI) usually rely on the Multiple-Choice format. This creates a false sense of security. The test says, "Your library is still perfect!" but in reality, the librarian has lost the ability to recall the answer without help. They can still recognize the answer if you show it to them, but they can't produce it on their own.

The "Demotion" vs. "Erasure" Theory

The authors asked a critical question: Did pruning erase the knowledge (the librarian forgot the fact entirely), or did it just demote the knowledge (the librarian still knows it, but it's no longer their first guess)?

They discovered it's mostly demotion.

Think of the librarian's mind like a crowded room of ideas. Before pruning, the correct answer was standing right at the front door, waving at you. After pruning, the correct answer is still in the room, but it's been pushed back to the third or fourth row.

  • Greedy Decoding (The default setting): The librarian only looks at the person standing at the front door. Since the correct answer is now in row 3, the librarian picks the wrong person standing at the front.
  • Multiple Choice: You hand the librarian a list of people in the room. Even though the right person is in row 3, the librarian can still see them on the list and pick them.

How to Fix the "Demotion"

Because the knowledge wasn't erased, just pushed back, the paper shows you can often get the answer back with a little help:

  • Wider Search: Instead of just looking at the front door (greedy decoding), if you tell the librarian to look at the top 5 people in the room (Beam Search) or take a few guesses (Sampling), they will find the correct answer again.
  • A Tiny Hint: If you give the librarian one example of how to answer a similar question (one "in-context" example), it helps them push the correct answer back to the front of the line.

The Catch

This "demotion" effect happens a lot, especially with larger models and languages the model is good at. However, the paper notes that for smaller models or very difficult languages, the pruning sometimes actually erases the knowledge completely. In those cases, even if you show the librarian the list, they can't find the answer because it's gone.

The Bottom Line

The paper warns us not to trust "Multiple-Choice" scores too much when judging compressed AI models. A model might look perfect on a test where you give it the answers, but fail miserably when a real user asks a direct question. To know if a compressed model is truly useful, we need to test what it can produce on its own, not just what it can recognize when we hold the answer key up to it.

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 →