ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Multiple-choice benchmarks are widely used to evaluate large language models, but MCQ scores conflate knowledge with sensitivity to option order, which makes them unreliable measures of model knowledge. In this paper, we test whether preventing a model from seeing option labels while committing to an answer removes positional influence and, in turn, improves performance. We evaluate two different strategies for mitigating bias. The first uses a generation-then-matching approach, and the second scores options in isolation, which is positionally unbiased by construction. Neither reliably improves accuracy. A complete decomposition shows that the bottleneck is withholding options, not the matching step. The only configuration that consistently matches the baseline is the one that shows the model all options paired with an LLM matcher. However, eliminating positional influence entirely still does not reliably yield accuracy gains, while cyclic permutation often improves them. For two-stage prompting, an aggregate measure of recall imbalance and a direct per-question measure of order sensitivity both fail to show reliable debiasing.
Multiple-choice benchmarks are ubiquitous in LLM evaluation, but they conflate knowledge with sensitivity to option order. This paper tackles a critical question: can we design label-free strategies that eliminate positional bias and thus yield more accurate measures of model knowledge? The findings are surprising and important: removing positional influence does not reliably improve accuracy, and in fact, cyclic permutation often helps. This challenges the prevailing assumption that positional bias is a major source of error in MCQ evaluations.
The paper's decomposition of the pipeline—separating the effect of withholding options from the matching step—provides a clear diagnosis. The bottleneck is not the matching algorithm but the act of withholding options, which likely forces the model to generate answers without the benefit of option-specific cues. This insight is valuable for researchers designing evaluation protocols, as it suggests that simply hiding option labels is not a panacea.
The paper reports that neither label-free strategy reliably improves accuracy over the baseline. The only configuration that consistently matches the baseline is one that shows the model all options paired with an LLM matcher. Eliminating positional influence entirely does not yield reliable accuracy gains, while cyclic permutation often improves them. The decomposition shows that the bottleneck is withholding options, not the matching step. Additionally, both aggregate recall imbalance and per-question order sensitivity fail to show reliable debiasing in two-stage prompting.
This paper has significant implications for LLM evaluation. It cautions against assuming that removing positional bias will automatically improve benchmark validity. The finding that cyclic permutation often helps suggests that option order can sometimes provide useful cues, and that label-free strategies may inadvertently remove those cues. The decomposition methodology offers a template for future studies to isolate sources of bias in evaluation pipelines. Ultimately, this work pushes the field toward more nuanced evaluation designs that account for the complex interplay between knowledge, bias, and prompting strategies.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba