Long Grounded Thoughts: Distilling Compositional Visual Reasoning Chains at Scale
David Acuna, Chao-Han Huck Yang, Yuntian Deng, Jaehun Jung, Ximing Lu, Prithviraj Ammanabrolu, Hyunwoo Kim, Yuan-Hong Liao, Yejin Choi
TL;DR
This work presents Long Grounded Thoughts, a scalable two-stage data synthesis framework for vision-centric reasoning that generates over 1M grounded, compositional QA pairs by grounding questions to specific image regions and then composing them into harder problems. By distilling simple CoTs from VLMs and expanding them with reasoning LLMs, the approach yields rich, non-linear reasoning traces while staying in-distribution for the target model. Finetuning Qwen2.5-VL-7B on this data achieves state-of-the-art open-data performance on vision benchmarks and transfers to text-only and audio reasoning, with offline RL (DPO) nearly matching online RL (GRPO) in effectiveness and offering lower compute. The findings also reveal critical insights into post-training dynamics, such as the necessity of skill teaching before online RL, the scalability advantages of staged offline training, and the cross-modality transfer enabled by high-quality reasoning data, underscoring the practical impact of scalable, grounded reasoning datasets for multimodal AI.
Abstract
Recent progress in multimodal reasoning has been driven largely by undisclosed datasets and proprietary data synthesis recipes, leaving open questions about how to systematically build large-scale, vision-centric reasoning datasets, particularly for tasks that go beyond visual math. In this work, we introduce a new reasoning data generation framework spanning diverse skills and levels of complexity with over 1M high-quality synthetic vision-centric questions. The dataset also includes preference data and instruction prompts supporting both offline and online RL. Our synthesis framework proceeds in two stages: (1) scale; and (2) complexity. Reasoning traces are then synthesized through a two-stage process that leverages VLMs and reasoning LLMs, producing CoT traces for VLMs that capture the richness and diverse cognitive behaviors found in frontier reasoning models. Remarkably, we show that finetuning Qwen2.5-VL-7B on our data outperforms all open-data baselines across all evaluated vision-centric benchmarks, and even surpasses strong closed-data models such as MiMo-VL-7B-RL on V* Bench, CV-Bench and MMStar-V. Perhaps most surprising, despite being entirely vision-centric, our data transfers positively to text-only reasoning (MMLU-Pro) and audio reasoning (MMAU), demonstrating its effectiveness. Similarly, despite not containing videos or embodied visual data, we observe notable gains when evaluating on a single-evidence embodied QA benchmark (NiEH). Finally, we use our data to analyze the entire VLM post-training pipeline. Our empirical analysis highlights that (i) SFT on high-quality data with non-linear reasoning traces is essential for effective online RL, (ii) staged offline RL matches online RL's performance while reducing compute demands, and (iii) careful SFT on high quality data can substantially improve out-of-domain, cross-modality transfer.
