English

Reasoning is a Modality

Artificial Intelligence 2026-01-21 v1 Computer Vision and Pattern Recognition Machine Learning

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.

Keywords

Cite

@article{arxiv.2601.13562,
  title  = {Reasoning is a Modality},
  author = {Zhiguang Liu and Yi Shang},
  journal= {arXiv preprint arXiv:2601.13562},
  year   = {2026}
}

Comments

Code access: https://github.com/lz7fd/Reasoning_is_a_Modality

R2 v1 2026-07-01T09:11:46.264Z