Reasoning is a Modality
Zhiguang Liu, Yi Shang
TL;DR
This work argues that reasoning constitutes a distinct modality and introduces a role-separated transformer with a small global controller and a large local workspace to solve ARC tasks. By constraining global information flow and enabling iterative rule execution through a recurrent controller, the approach achieves state-of-the-art ARC-1 performance under the VARC protocol, surpassing average human accuracy and outperforming prior methods. The model also provides qualitative evidence of more structured rule application via attention patterns, aligning with the hypothesis that a readable internal state underpins human-like reasoning. The study highlights the importance of grounding AI reasoning in explicit internal controllers and demonstrates how test-time adaptation can bolster generalization on abstract visual reasoning tasks.
Abstract
The Abstraction and Reasoning Corpus (ARC) provides a compact laboratory for studying abstract reasoning, an ability central to human intelligence. Modern AI systems, including LLMs and ViTs, largely operate as sequence-of-behavior prediction machines: they match observable behaviors by modeling token statistics without a persistent, readable mental state. This creates a gap with human-like behavior: humans can explain an action by decoding internal state, while AI systems can produce fluent post-hoc rationalizations that are not grounded in such a state. We hypothesize that reasoning is a modality: reasoning should exist as a distinct channel separate from the low-level workspace on which rules are applied. To test this hypothesis, on solving ARC tasks as a visual reasoning problem, we designed a novel role-separated transformer block that splits global controller tokens from grid workspace tokens, enabling iterative rule execution. Trained and evaluated within the VARC vision-centric protocol, our method achieved 62.6% accuracy on ARC-1, surpassing average human performance (60.2%) and outperforming prior methods significantly. Qualitatively, our models exhibit more coherent rule-application structure than the dense ViT baseline, consistent with a shift away from plausible probability blobs toward controller-driven reasoning.
