paper-with-me

홈 › Papers

URSA: Understanding and Verifying Chain-of-thought Reasoning in Multimodal Mathematics

2025-01-08 · Ruilin Luo, Zhuofan Zheng, Yifan Wang, Yiyao Yu, Xinzhe Ni, Zicheng Lin, Jin Zeng, Yujiu Yang

Chain-of-Thought (CoT) reasoning is widely used to enhance the mathematical reasoning capabilities of large language models (LLMs). The introduction of process supervision for CoT trajectories has sparked discussions on improving test-time scaling, thereby unlocking the System 2-style thinking capabilities of these models. However, in multimodal mathematical reasoning, the scarcity of high-quality CoT training data has hindered existing models from achieving both deliberate reasoning and fine-grained verification. In this work, we propose a novel framework that introduces System 2-style thinking to multimodal mathematical reasoning. We introduce a three-module CoT data synthesis process that integrates CoT distillation, trajectory-format rewriting, and format unification. This process generates MMathCoT-1M, a high-quality CoT reasoning instruction fine-tuning dataset. Furthermore, we implement a dual-view trajectory labeling automation that targets both visual grounding fidelity and deductive chain validity, resulting in the DualMath-1.1M dataset. The URSA-8B model, trained on MMathCoT-1M, achieves new state-of-the-art (SOTA) performance among similarly sized multimodal LLMs on six popular reasoning benchmarks. Training URSA-8B further on the DualMath-1.1M dataset yields URSA-RM-8B, a verifier that enhances URSA-8B's test-time performance and surpasses strong closed-source multimodal MLLMs like GPT-4o. The model weights, training data, and code have been open-sourced: https://github.com/URSA-MATH/URSA-MATH.

📄 PDF Abstract BibTeX arXiv:2501.04686

Code (1)

URSA-MATH/URSA-MATH 공식 구현 pytorch

Tasks

MathMathematical ReasoningVisual Grounding

Similar Papers 제목 키워드 기반

A Chain-of-Thought Is as Strong as Its Weakest Link: A Benchmark for Verifiers of Reasoning Chains

2024-02-01 · Alon Jacovi, Yonatan Bitton, Bernd Bohnet, Jonathan Herzig 외

Prompting language models to provide step-by-step answers (e.g., "Chain-of-Thought") is the prominent approach for complex reasoning tasks, where more accurate reasoning chains typically improve downstream task performan…

Open-Domain Question AnsweringQuestion Answering

Verifying Chain-of-Thought Reasoning via Its Computational Graph

2025-10-10 · Zheng Zhao, Yeskendir Koishekenov, Xianjun Yang, Naila Murray 외 arxiv

Current Chain-of-Thought (CoT) verification methods predict reasoning correctness based on outputs (black-box) or activations (gray-box), but offer limited insight into why a computation fails. We introduce a white-box m…

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

Can LLMs Reason Like Automated Theorem Provers for Rust Verification? VCoT-Bench: Evaluating via Verification Chain of Thought

2026-03-18 · Zichen Xie, Wenxi Wang arxiv

As Large Language Models (LLMs) increasingly assist secure software development, their ability to meet the rigorous demands of Rust program verification remains unclear. Existing evaluations treat Rust verification as a …

Deductive Beam Search: Decoding Deducible Rationale for Chain-of-Thought Reasoning

2024-01-31 · Tinghui Zhu, Kai Zhang, Jian Xie, Yu Su

Recent advancements have significantly augmented the reasoning capabilities of Large Language Models (LLMs) through various methodologies, especially chain-of-thought (CoT) reasoning. However, previous methods fail to ad…