🤖 AI Summary
High-quality, long-chain-of-thought (CoT) data for multimodal large language models (MLLMs) is scarce; existing approaches suffer from shallow reasoning depth, cross-modal inconsistency, and rigid generation pipelines. Method: We propose SynSelect, a three-stage framework: (1) collaborative generation of diverse CoTs using heterogeneous multimodal reasoning models; (2) joint instance- and batch-level filtering to dynamically select high-quality, diverse samples across granularities; and (3) hybrid optimization via supervised fine-tuning (SFT) and reinforcement learning (RL). Contribution/Results: SynSelect introduces the first “synthesis–selection” co-design paradigm, overcoming limitations of single-model generation and static pipelines. On multiple multimodal benchmarks, SFT alone achieves state-of-the-art (SOTA) performance; further RL integration yields consistent gains. Empirical results demonstrate that the synthesized long-CoT data substantially enhances deep reasoning capabilities and cross-modal alignment in MLLMs.
📝 Abstract
Large Reasoning Models (LRMs) have demonstrated remarkable performance on complex reasoning tasks through long Chain-of-Thought (CoT) reasoning. Extending these successes to multimodal reasoning remains challenging due to the increased complexity of integrating diverse input modalities and the scarcity of high-quality long CoT training data. Existing multimodal datasets and CoT synthesis methods still suffer from limited reasoning depth, modality conversion errors, and rigid generation pipelines, hindering model performance and stability. To this end, in this paper, we propose SynSelect, a novel three-stage Synthesis-Selection framework for generating high-quality long CoT data tailored to multimodal reasoning tasks. Specifically, SynSelect first leverages multiple heterogeneous multimodal LRMs to produce diverse candidate CoTs, and then applies both instance and batch level selection to filter high-quality CoTs that can effectively enhance the model's reasoning capabilities. Extensive experiments on multiple multimodal benchmarks demonstrate that models supervised fine-tuned on SynSelect-generated data significantly outperform baselines and achieve further improvements after reinforcement learning post-training. Our results validate SynSelect as an effective approach for advancing multimodal LRMs reasoning capabilities.