MMFineReason: Closing the Multimodal Reasoning Gap via Open Data-Centric Methods
Honglin Lin, Zheng Liu, Yun Zhu, Chonghan Qin, Juekai Lin, Xiaoran Shang, Conghui He, Wentao Zhang, Lijun Wu
TL;DR
MMFineReason presents an open, data-centric approach to closing the multimodal reasoning gap by constructing a large, high-quality reasoning dataset (MMFineReason) with 1.77–1.8 million samples and 5.1–8.8 billion tokens. The authors implement a three-stage pipeline—data collection/processing, reasoning Distillation via a strong teacher (Qwen3-VL-235B-A22B-Thinking), and rigorous data selection with difficulty-aware filtering—yielding both a rich full dataset (MMFineReason-1.8M) and compact, challenging subsets (MMFineReason-123K and MMFineReason-586K). Fine-tuning Qwen3-VL-Instruct on MMFineReason yields model families (2B/4B/8B) that achieve state-of-the-art results for their sizes, with notable parameter efficiency (e.g., MMFineReason-4B beating 8B-Thinking; MMFineReason-8B approaching 32B-Thinking). The work demonstrates a synergistic effect where reasoning-focused data improves general capabilities and shows extreme data efficiency—a small, high-quality subset can match full-dataset performance—while releasing data and models to spur reproducible, data-centric progress in open-source multimodal reasoning.
Abstract
Recent advances in Vision Language Models (VLMs) have driven significant progress in visual reasoning. However, open-source VLMs still lag behind proprietary systems, largely due to the lack of high-quality reasoning data. Existing datasets offer limited coverage of challenging domains such as STEM diagrams and visual puzzles, and lack consistent, long-form Chain-of-Thought (CoT) annotations essential for eliciting strong reasoning capabilities. To bridge this gap, we introduce MMFineReason, a large-scale multimodal reasoning dataset comprising 1.8M samples and 5.1B solution tokens, featuring high-quality reasoning annotations distilled from Qwen3-VL-235B-A22B-Thinking. The dataset is established via a systematic three-stage pipeline: (1) large-scale data collection and standardization, (2) CoT rationale generation, and (3) comprehensive selection based on reasoning quality and difficulty awareness. The resulting dataset spans STEM problems, visual puzzles, games, and complex diagrams, with each sample annotated with visually grounded reasoning traces. We fine-tune Qwen3-VL-Instruct on MMFineReason to develop MMFineReason-2B/4B/8B versions. Our models establish new state-of-the-art results for their size class. Notably, MMFineReason-4B succesfully surpasses Qwen3-VL-8B-Thinking, and MMFineReason-8B even outperforms Qwen3-VL-30B-A3B-Thinking while approaching Qwen3-VL-32B-Thinking, demonstrating remarkable parameter efficiency. Crucially, we uncover a "less is more" phenomenon via our difficulty-aware filtering strategy: a subset of just 7\% (123K samples) achieves performance comparable to the full dataset. Notably, we reveal a synergistic effect where reasoning-oriented data composition simultaneously boosts general capabilities.
