Mechanistic Diagnostics of Spatial Lexical Bias in Multimodal Large Language Model Spatial Reasoning

2026-06-01Computation and Language

Computation and LanguageComputer Vision and Pattern Recognition
AI summary

The authors studied why multimodal large language models (MLLMs) struggle with spatial multiple-choice questions. They found that these models can be misled by certain spatial words added as new answer options, causing them to pick wrong answers even when they originally got simpler questions right. Their deeper analysis showed the problem is mostly in the language understanding part of the models, not the visual part. By fine-tuning the language model side with a small amount of synthetic data, the authors significantly improved the models' performance on complex spatial tasks.

Multimodal Large Language ModelsSpatial ReasoningLexical BiasVisual AttentionMechanistic InterpretabilityActivation PatchingDPO UpdateSynthetic DataResidual-Stream ProbesSpatial Multiple-Choice Questions
Authors
Chuang Ma, Qianying Liu, Tomoyuki Obuchi, Fei Cheng, Wang Yang, Sudong Cai, Shuyuan Zheng, Akiko Aizawa, Sadao Kurohashi
Abstract
Multimodal large language models (MLLMs) remain unreliable on spatial multiple-choice questions, and their failures are often attributed to poorly attended visual information. In this work, we identify a complementary failure mode, spatial lexical bias: adding a spatial relation word to the answer options can attract the model's decision and make the newly added option likely to be selected. Using nine open-weight MLLMs, we show that this phenomenon is widely observed. In particular, models can answer a binary spatial question correctly, yet consistently select an incorrect third spatial option once it is added to the answer set. We isolate such binary-stable but ternary-fragile cases as diagnostic examples and leverage mechanistic interpretability tools, revealing that a substantial part of the failure instead originates on the language side rather than the visual side: visual attention analyses and residual-stream probes show the correct spatial relation remains internally available on these failures, while irrelevant-option controls, activation patching, and sparse component interventions trace the bias to specific LLM-side channels and neurons. Based on this finding, we show that a lightweight LLM-only DPO update on tiny single-object-pair synthetic data mitigates the bias, lifting four-way robust accuracy by up to 100 points on synthetic data, and by 68.0, 32.6, and 20.1 points on broader evaluation datasets WhatsUp, SpatialMQA-Direct, and VSR.