๐ค AI Summary
This work addresses the limitations of traditional Chain-of-Thought (CoT) reasoningโnamely its verbosity, high computational cost, and lack of effective supervision over intermediate steps, which hinder interpretability. The authors propose the Render-of-Thought (RoT) framework, which, for the first time, renders CoT reasoning steps into images and leverages off-the-shelf visual language models (VLMs) by utilizing their visual encoders as semantic anchors to align textual and visual embeddings. This approach explicitly externalizes implicit reasoning, making it traceable and interpretable. Notably, RoT requires no additional pretraining and operates in a plug-and-play manner. Experiments demonstrate that RoT achieves 3โ4ร token compression and significant inference acceleration on mathematical and logical reasoning tasks while maintaining performance comparable to existing methods.
๐ Abstract
Chain-of-Thought (CoT) prompting has achieved remarkable success in unlocking the reasoning capabilities of Large Language Models (LLMs). Although CoT prompting enhances reasoning, its verbosity imposes substantial computational overhead. Recent works often focus exclusively on outcome alignment and lack supervision on the intermediate reasoning process. These deficiencies obscure the analyzability of the latent reasoning chain. To address these challenges, we introduce Render-of-Thought (RoT), the first framework to reify the reasoning chain by rendering textual steps into images, making the latent rationale explicit and traceable. Specifically, we leverage the vision encoders of existing Vision Language Models (VLMs) as semantic anchors to align the vision embeddings with the textual space. This design ensures plug-and-play implementation without incurring additional pre-training overhead. Extensive experiments on mathematical and logical reasoning benchmarks demonstrate that our method achieves 3-4x token compression and substantial inference acceleration compared to explicit CoT. Furthermore, it maintains competitive performance against other methods, validating the feasibility of this paradigm. Our code is available at https://github.com/TencentBAC/RoT