paper-with-me

Papers

MM-Verify: Enhancing Multimodal Reasoning with Chain-of-Thought Verification

2025-02-19 · Linzhuang Sun, Hao Liang, Jingxuan Wei, Bihui Yu, Tianpeng Li, Fan Yang, Zenan Zhou, Wentao Zhang

According to the Test-Time Scaling, the integration of External Slow-Thinking with the Verify mechanism has been demonstrated to enhance multi-round reasoning in large language models (LLMs). However, in the multimodal (MM) domain, there is still a lack of a strong MM-Verifier. In this paper, we introduce MM-Verifier and MM-Reasoner to enhance multimodal reasoning through longer inference and more robust verification. First, we propose a two-step MM verification data synthesis method, which combines a simulation-based tree search with verification and uses rejection sampling to generate high-quality Chain-of-Thought (COT) data. This data is then used to fine-tune the verification model, MM-Verifier. Additionally, we present a more efficient method for synthesizing MMCOT data, bridging the gap between text-based and multimodal reasoning. The synthesized data is used to fine-tune MM-Reasoner. Our MM-Verifier outperforms all larger models on the MathCheck, MathVista, and MathVerse benchmarks. Moreover, MM-Reasoner demonstrates strong effectiveness and scalability, with performance improving as data size increases. Finally, our approach achieves strong performance when combining MM-Reasoner and MM-Verifier, reaching an accuracy of 65.3 on MathVista, surpassing GPT-4o (63.8) with 12 rollouts.

📄 PDF Abstract BibTeX arXiv:2502.13383

Code (1)

aurora-slz/mm-verify 공식 구현

Tasks

Multimodal Reasoning

Similar Papers 제목 키워드 기반

UniT: Unified Multimodal Chain-of-Thought Test-time Scaling

2026-02-12 · Leon Liangyu Chen, Haoyu Ma, Zhipeng Fan, Ziqi Huang 외 arxiv

Unified models can handle both multimodal understanding and generation within a single architecture, yet they typically operate in a single pass without iteratively refining their outputs. Many multimodal tasks, especial…

Visual Reasoning

Skywork R1V: Pioneering Multimodal Reasoning with Chain-of-Thought

2025-04-08 · Yi Peng, Chris, Xiaokun Wang, Yichen Wei 외

We introduce Skywork R1V, a multimodal reasoning model extending the an R1-series Large language models (LLM) to visual modalities via an efficient multimodal transfer method. Leveraging a lightweight visual projector, S…

Language ModelingLanguage ModellingMultimodal Reasoning

Multimodal Chain-of-Thought Reasoning in Language Models

2023-02-02 · Zhuosheng Zhang, Aston Zhang, Mu Li, Hai Zhao 외

Large language models (LLMs) have shown impressive performance on complex reasoning by leveraging chain-of-thought (CoT) prompting to generate intermediate reasoning chains as the rationale to infer the answer. However, …

HallucinationLanguage ModellingScience Question Answering

From Perception to Reasoning: Deep Thinking Empowers Multimodal Large Language Models

2025-11-17 · Wenxin Zhu, Andong Chen, Yuchen Song, Kehai Chen 외 arxiv

With the remarkable success of Multimodal Large Language Models (MLLMs) in perception tasks, enhancing their complex reasoning capabilities has emerged as a critical research focus. Existing models still suffer from chal…

Visual Thoughts: A Unified Perspective of Understanding Multimodal Chain-of-Thought

2025-05-21 · Zihui Cheng, Qiguang Chen, Xiao Xu, Jiaqi Wang 외

Large Vision-Language Models (LVLMs) have achieved significant success in multimodal tasks, with multimodal chain-of-thought (MCoT) further enhancing performance and interpretability. Recent MCoT methods fall into two ca…