paper-with-me

홈 › Papers

MM-PRM: Enhancing Multimodal Mathematical Reasoning with Scalable Step-Level Supervision

2025-05-19 · Lingxiao Du, Fanqing Meng, Zongkai Liu, Zhixiang Zhou, Ping Luo, Qiaosheng Zhang, Wenqi Shao

While Multimodal Large Language Models (MLLMs) have achieved impressive progress in vision-language understanding, they still struggle with complex multi-step reasoning, often producing logically inconsistent or partially correct solutions. A key limitation lies in the lack of fine-grained supervision over intermediate reasoning steps. To address this, we propose MM-PRM, a process reward model trained within a fully automated, scalable framework. We first build MM-Policy, a strong multimodal model trained on diverse mathematical reasoning data. Then, we construct MM-K12, a curated dataset of 10,000 multimodal math problems with verifiable answers, which serves as seed data. Leveraging a Monte Carlo Tree Search (MCTS)-based pipeline, we generate over 700k step-level annotations without human labeling. The resulting PRM is used to score candidate reasoning paths in the Best-of-N inference setup and achieves significant improvements across both in-domain (MM-K12 test set) and out-of-domain (OlympiadBench, MathVista, etc.) benchmarks. Further analysis confirms the effectiveness of soft labels, smaller learning rates, and path diversity in optimizing PRM performance. MM-PRM demonstrates that process supervision is a powerful tool for enhancing the logical robustness of multimodal reasoning systems. We release all our codes and data at https://github.com/ModalMinds/MM-PRM.

📄 PDF Abstract BibTeX arXiv:2505.13427

Code (2)

modalminds/mm-prm 공식 구현 pytorch
modalminds/mm-eureka pytorch

Tasks

MathMathematical ReasoningMultimodal Reasoning

Similar Papers 제목 키워드 기반

MathFimer: Enhancing Mathematical Reasoning by Expanding Reasoning Steps through Fill-in-the-Middle Task

2025-02-17 · Yuchen Yan, Yongliang Shen, Yang Liu, Jin Jiang 외

Mathematical reasoning represents a critical frontier in advancing large language models (LLMs). While step-by-step approaches have emerged as the dominant paradigm for mathematical problem-solving in LLMs, the quality o…

Code CompletionGSM8KMathMathematical Problem-Solving+1

ViRC: Enhancing Visual Interleaved Mathematical CoT with Reason Chunking

2025-12-16 · Lihong Wang, Liangqi Li, Weiwei Feng, Jiamin Wu 외 arxiv

CoT has significantly enhanced the reasoning ability of LLMs while it faces challenges when extended to multimodal domains, particularly in mathematical tasks. Existing MLLMs typically perform textual reasoning solely fr…

ErrorRadar: Benchmarking Complex Mathematical Reasoning of Multimodal Large Language Models Via Error Detection

2024-10-06 · Yibo Yan, Shen Wang, Jiahao Huo, Hang Li 외

As the field of Multimodal Large Language Models (MLLMs) continues to evolve, their potential to revolutionize artificial intelligence is particularly promising, especially in addressing mathematical reasoning tasks. Cur…

BenchmarkingMathematical Reasoning

VReST: Enhancing Reasoning in Large Vision-Language Models through Tree Search and Self-Reward Mechanism

2025-06-10 · Congzhi Zhang, Jiawei Peng, Zhenglin Wang, Yilong Lai 외

Large Vision-Language Models (LVLMs) have shown exceptional performance in multimodal tasks, but their effectiveness in complex visual reasoning is still constrained, especially when employing Chain-of-Thought prompting …

Mathematical ReasoningVisual Reasoning

A Survey of Mathematical Reasoning in the Era of Multimodal Large Language Model: Benchmark, Method & Challenges

2024-12-16 · Yibo Yan, Jiamin Su, Jianxiang He, Fangteng Fu 외

Mathematical reasoning, a core aspect of human cognition, is vital across many domains, from educational problem-solving to scientific advancements. As artificial general intelligence (AGI) progresses, integrating large …

Language ModelingLanguage ModellingLarge Language ModelMath+4