Reasoning Models Are Test Exploiters: Rethinking Multiple Choice
Abstract
Lay Summary
Many AI systems are tested using multiple-choice questions because they are easy to grade automatically. But multiple-choice tests may give AI systems clues that would not be available in a real open-ended task. In this paper, we study whether large language models appear better at reasoning simply because they can use the answer choices to work backward, eliminate unlikely options, or pick up on patterns in the choices themselves. We test 27 language models on 15 question-answering benchmarks, comparing cases where models see the answer options before reasoning with cases where they must answer without options. We find that today’s reasoning-focused models are especially good at using the options, sometimes producing much higher scores than they achieve on open-ended versions of the same questions. We also show that common fixes, such as making the wrong options harder, do not reliably remove this problem. Finally, we show that a model’s chosen wrong option often gives a misleading picture of what mistake it actually made. Our results suggest that multiple-choice scores should be interpreted carefully: high performance may reflect skill at taking the test, not just skill at solving the underlying problem. This matters because AI evaluations should measure the abilities we actually care about before these systems are trusted in real-world settings.