paper-with-me

Papers

AtomThink: A Slow Thinking Framework for Multimodal Mathematical Reasoning

2024-11-18 · Kun Xiang, Zhili Liu, Zihao Jiang, Yunshuang Nie, Runhui Huang, Haoxiang Fan, Hanhui Li, Weiran Huang, Yihan Zeng, Jianhua Han, Lanqing Hong, Hang Xu, Xiaodan Liang

In this paper, we address the challenging task of multimodal mathematical reasoning by incorporating the ability of ``slow thinking" into multimodal large language models (MLLMs). Contrary to existing methods that rely on direct or fast thinking, our key idea is to construct long chains of thought (CoT) consisting of atomic actions in a step-by-step manner, guiding MLLMs to perform complex reasoning. To this end, we design a novel AtomThink framework composed of three key modules: (i) a CoT annotation engine that automatically generates high-quality CoT annotations to address the lack of high-quality visual mathematical data; (ii) an atomic step fine-tuning strategy that jointly optimizes an MLLM and a policy reward model (PRM) for step-wise reasoning; and (iii) four different search strategies that can be applied with the PRM to complete reasoning. Additionally, we propose AtomMATH, a large-scale multimodal dataset of long CoTs, and an atomic capability evaluation metric for mathematical tasks. Extensive experimental results show that the proposed AtomThink significantly improves the performance of baseline MLLMs, achieving approximately 50\% relative accuracy gains on MathVista and 120\% on MathVerse. To support the advancement of multimodal slow-thinking models, we will make our code and dataset publicly available on https://github.com/Quinn777/AtomThink.

📄 PDF Abstract BibTeX arXiv:2411.11930

Code (1)

quinn777/atomthink 공식 구현 pytorch

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Can Atomic Step Decomposition Enhance the Self-structured Reasoning of Multimodal Large Models?

2025-03-08 · Kun Xiang, Zhili Liu, Zihao Jiang, Yunshuang Nie 외

In this paper, we address the challenging task of multimodal mathematical reasoning by incorporating the ability of "slow thinking" into multimodal large language models (MLLMs). Our core idea is that different levels of…

Mathematical ReasoningMultimodal Reasoning

MER-R1: Multimodal Emotion Reasoning via Slow-Fast Thinking Synergy

2026-06-26 · Zhiyuan Han, Beier Zhu, Wenwen Tong, Chengwei Qin 외 arxiv

We find that explicit reasoning does not necessarily translate into better multimodal emotion recognition (MER) accuracy, even though it makes predictions more interpretable. Specifically, for reasoning-based MLLMs, fast…

Multimodal Emotion RecognitionReinforcement Learning

Virgo: A Preliminary Exploration on Reproducing o1-like MLLM

2025-01-03 · Yifan Du, Zikang Liu, YiFan Li, Wayne Xin Zhao 외

Recently, slow-thinking reasoning systems, built upon large language models (LLMs), have garnered widespread attention by scaling the thinking time during inference. There is also growing interest in adapting this capabi…

Language ModelingLanguage ModellingVisual Reasoning

AlphaOne: Reasoning Models Thinking Slow and Fast at Test Time

2025-05-30 · Junyu Zhang, Runpei Dong, Han Wang, Xuying Ning 외

This paper presents AlphaOne ($\alpha$1), a universal framework for modulating reasoning progress in large reasoning models (LRMs) at test time. $\alpha$1 first introduces $\alpha$ moment, which represents the scaled thi…

Answer Generation

VisuoThink: Empowering LVLM Reasoning with Multimodal Tree Search

2025-04-12 · Yikun Wang, Siyin Wang, Qinyuan Cheng, Zhaoye Fei 외

Recent advancements in Large Vision-Language Models have showcased remarkable capabilities. However, they often falter when confronted with complex reasoning tasks that humans typically address through visual aids and de…

Spatial Reasoning