AIApr 16

Learning to Draw ASCII Improves Spatial Reasoning in Language Models

MIT
arXiv:2604.1464175.5h-index: 8
AI Analysis

For researchers and practitioners using LLMs for spatial reasoning tasks, this work demonstrates that learning to construct explicit visual layouts (ASCII) can instill generalizable spatial understanding, addressing a key limitation in current models.

LLMs exhibit a 'Read-Write Asymmetry' where they interpret ASCII layouts well but struggle to produce them from text, leading to downstream reasoning errors. Training models to construct ASCII layouts from text significantly improves spatial reasoning, with gains transferring to three external benchmarks.

When faced with complex spatial problems, humans naturally sketch layouts to organize their thinking, and the act of drawing further sharpens their understanding. In this work, we ask whether a similar principle holds for Large Language Models (LLMs): can learning to construct explicit visual layouts from spatial descriptions instill genuine spatial understanding? We introduce Text2Space, a dataset that pairs natural language descriptions with ground-truth ASCII grid layouts and spatial QA pairs, enabling us to separate failures in constructing spatial representations from failures in reasoning over them. We adopt ASCII because it is human-readable, operates entirely within the token space of language models, and encodes spatial relations in a structurally verifiable form. Our evaluation reveals a pronounced "Read-Write Asymmetry": LLMs interpret ASCII representations effectively but struggle to produce them from text, and these construction errors propagate to incorrect answers downstream. To address this limitation, we train models on layout construction (Text$\rightarrow$ASCII) and find that it significantly improves spatial reasoning from text alone, even without producing any ASCII at inference time. Combining construction with comprehension training further amplifies these gains. Crucially, these improvements transfer to three external spatial reasoning benchmarks, demonstrating that, much as sketching sharpens human spatial thinking, learning to construct explicit layouts instills spatial understanding that generalizes beyond the training format.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes