Artifacts or Abduction: How Do LLMs Answer Multiple-Choice Questions Without the Question?
Nishant Balepur, Abhilasha Ravichander, Rachel Rudinger
TL;DR
This work questions whether MCQA accuracy for large language models truly reflects reasoning or merely exploits dataset artifacts. It introduces choices-only prompting as a robust probing method and evaluates four open-source LLMs across ARC, MMLU, and HellaSwag, exposing significant choices-only performance in most cases. By testing memorization, choice dynamics, and abductive question inference, the paper demonstrates that memorization cannot fully explain high accuracy, priors are insufficient alone, and abductive inference accounts for some but not all variance. The authors advocate stronger baselines and robust dataset designs to ensure MCQA benchmarks measure genuine capabilities rather than artifacts, and they provide a transparent analysis suite to advance trustworthy LLM evaluation.
Abstract
Multiple-choice question answering (MCQA) is often used to evaluate large language models (LLMs). To see if MCQA assesses LLMs as intended, we probe if LLMs can perform MCQA with choices-only prompts, where models must select the correct answer only from the choices. In three MCQA datasets and four LLMs, this prompt bests a majority baseline in 11/12 cases, with up to 0.33 accuracy gain. To help explain this behavior, we conduct an in-depth, black-box analysis on memorization, choice dynamics, and question inference. Our key findings are threefold. First, we find no evidence that the choices-only accuracy stems from memorization alone. Second, priors over individual choices do not fully explain choices-only accuracy, hinting that LLMs use the group dynamics of choices. Third, LLMs have some ability to infer a relevant question from choices, and surprisingly can sometimes even match the original question. Inferring the original question is an impressive reasoning strategy, but it cannot fully explain the high choices-only accuracy of LLMs in MCQA. Thus, while LLMs are not fully incapable of reasoning in MCQA, we still advocate for the use of stronger baselines in MCQA benchmarks, the design of robust MCQA datasets for fair evaluations, and further efforts to explain LLM decision-making.
