English

Answer, Assemble, Ace: Understanding How LMs Answer Multiple Choice Questions

Computation and Language 2025-03-11 v2 Artificial Intelligence

Abstract

Multiple-choice question answering (MCQA) is a key competence of performant transformer language models that is tested by mainstream benchmarks. However, recent evidence shows that models can have quite a range of performance, particularly when the task format is diversified slightly (such as by shuffling answer choice order). In this work we ask: how do successful models perform formatted MCQA? We employ vocabulary projection and activation patching methods to localize key hidden states that encode relevant information for predicting the correct answer. We find that the prediction of a specific answer symbol is causally attributed to a few middle layers, and specifically their multi-head self-attention mechanisms. We show that subsequent layers increase the probability of the predicted answer symbol in vocabulary space, and that this probability increase is associated with a sparse set of attention heads with unique roles. We additionally uncover differences in how different models adjust to alternative symbols. Finally, we demonstrate that a synthetic task can disentangle sources of model error to pinpoint when a model has learned formatted MCQA, and show that logit differences between answer choice tokens continue to grow over the course of training.

Keywords

Cite

@article{arxiv.2407.15018,
  title  = {Answer, Assemble, Ace: Understanding How LMs Answer Multiple Choice Questions},
  author = {Sarah Wiegreffe and Oyvind Tafjord and Yonatan Belinkov and Hannaneh Hajishirzi and Ashish Sabharwal},
  journal= {arXiv preprint arXiv:2407.15018},
  year   = {2025}
}

Comments

ICLR 2025 (spotlight). Substantially updated from previous preprint to contain experiments on 4-way multiple-choice with various answer choice symbols, 3 open model families, and extensive activation patching results, including on individual attention heads

R2 v1 2026-06-28T17:48:31.478Z