Retrieve, then locate
The answer can be derived before inspecting the candidates.
“What is the capital of Italy?”
Large context windows can hold thousands of alternatives. That does not mean models can reliably compare them.
University of Bologna, Italy
Code and analysis notebooks are public; MMLU-XT will be released with the paper.
Which city is the capital of Italy?
Accuracy reaches its minimum at late-middle positions—and often fails to recover at the end.
Existing multiple-choice evaluations use small option sets and can conflate distinct sources of failure as candidate spaces grow. We decompose large-choice degradation across comparison dependency, cardinality, spatial layout, and gold-answer position. Across six reasoning LLMs, comparative questions and dispersed candidates degrade most sharply, while accuracy often collapses at late-middle and terminal positions instead of recovering in the classic U-shape. A ToolBench replication and a reasoning-trace audit show that the pattern extends beyond the synthetic benchmark and reshapes how models approach selection.
Existing multiple-choice evaluations use small option sets and can blur together different sources of failure. We separate them.
The answer can be derived before inspecting the candidates.
“What is the capital of Italy?”
The correct answer emerges only through comparative analysis.
“Which algorithm is most efficient?”
For four of six models, 1,000 localized options on an Option-Independent question are less damaging than the native 10-option version of an Option-Dependent question.
Rather than another single scaling curve, we vary the factors independently to reveal how they interact.
Option-Independent vs. Option-Dependent questions.
Candidate sets with 10, 100, 500, or 1,000 options.
Original candidates remain local or are dispersed.
The gold answer moves across five normalized windows.
The ten original MMLU-Pro options are embedded in a fixed pool of random in-domain distractors.
Why random distractors? Their deliberately weak, exchangeable distribution holds semantic hardness approximately fixed, isolating structural effects rather than hard-negative composition.
Accuracy is shaped jointly by task dependency, scale, spatial layout, and target position.
Option-Dependent questions degrade substantially more than retrieval-driven questions.
Sparse placement consistently hurts more than keeping the original candidates together.
Accuracy generally does not recover when the answer reaches the end of the list.
We repeat the positional test on real solved tool-use trajectories, retaining ten task-relevant tools and defining the first recorded tool call as the target.
Both models reach their minimum at window 0.75, matching MMLU-XT’s hardest position. The controlled expansion tests transfer of the structural effect, not its prevalence in deployed systems.
An audit of generated traces reveals recurring strategies—and a sharp difference between retrieval and comparison.
Solve first, then search the list for the internally derived answer.
Evaluate candidates linearly, one option at a time.
Discard implausible candidates to reduce the active set.
Match hypotheses against promising items in the list.
Report performance by target rank, preserve locality among mutually relevant candidates, and do not assume that robust lookup implies robust comparison.
Copy the camera-ready BibTeX entry below; page numbers can be added once the proceedings metadata is final.
@inproceedings{DBLP:conf/emnlp/CocchieriRTM26,
author = {Alessio Cocchieri and
Luca Ragazzi and
Giuseppe Tagliavini and
Gianluca Moro},
title = {Lost in Choice: Evaluating LLMs Under Extreme Multiple-Choice Scaling},
booktitle = {Findings of the Association for Computational Linguistics: {EMNLP}
2026, Budapest, Hungary, October 24-29, 2026},
publisher = {Association for Computational Linguistics},
year = {2026},
}