Mind's Eye of LLMs: Visualization-of-Thought Elicits Spatial Reasoning in Large Language Models
Wenshan Wu, Shaoguang Mao, Yadong Zhang, Yan Xia, Li Dong, Lei Cui, Furu Wei
TL;DR
This work introduces Visualization-of-Thought (VoT) prompting to elicit the mind's-eye like visual thinking of large language models for spatial reasoning. By interleaving reasoning steps with grounded visualizations, VoT provides a visuospatial sketchpad that guides subsequent steps and grounds internal states in 2D representations. Across natural-language navigation, visual navigation, and visual tiling, VoT demonstrates substantial gains over zero-shot CoT and w/o Viz baselines, and even surpasses some multimodal models in these tasks. The study analyzes visual-state tracking behavior, the impact of visualization accuracy on final answers, and the scaling of VoT across model sizes, highlighting both the promise and current limitations of grounding LLM reasoning in internal visual imagery. Overall, VoT offers a scalable, zero-shot approach to enhance spatial reasoning in LLMs with potential extensions to broader modalities and real-world grounding.
Abstract
Large language models (LLMs) have exhibited impressive performance in language comprehension and various reasoning tasks. However, their abilities in spatial reasoning, a crucial aspect of human cognition, remain relatively unexplored. Human possess a remarkable ability to create mental images of unseen objects and actions through a process known as the Mind's Eye, enabling the imagination of the unseen world. Inspired by this cognitive capacity, we propose Visualization-of-Thought (VoT) prompting. VoT aims to elicit spatial reasoning of LLMs by visualizing their reasoning traces, thereby guiding subsequent reasoning steps. We employed VoT for multi-hop spatial reasoning tasks, including natural language navigation, visual navigation, and visual tiling in 2D grid worlds. Experimental results demonstrated that VoT significantly enhances the spatial reasoning abilities of LLMs. Notably, VoT outperformed existing multimodal large language models (MLLMs) in these tasks. While VoT works surprisingly well on LLMs, the ability to generate mental images to facilitate spatial reasoning resembles the mind's eye process, suggesting its potential viability in MLLMs. Please find the dataset and codes at https://microsoft.github.io/visualization-of-thought
