paper-with-me

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, Kaixin Cai, Yiyang Yin, Runhui Huang, Haoxiang Fan, Hanhui Li, Weiran Huang, Yihan Zeng, Yu-Jie Yuan, 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). Our core idea is that different levels of reasoning abilities can be combined dynamically to tackle questions with different complexity. To this end, we propose a paradigm of Self-structured Chain of Thought (SCoT), which is composed of minimal semantic atomic steps. Different from existing methods that rely on structured templates or free-form paradigms, our method can not only generate cognitive CoT structures for various complex tasks but also mitigates the phenomenon of overthinking. To introduce structured reasoning capabilities into visual understanding models, we further design a novel AtomThink framework with four key modules, including (i) a data engine to generate high-quality multimodal reasoning paths; (ii) a supervised fine-tuning process with serialized inference data; (iii) a policy-guided multi-turn inference method; and (iv) an atomic capability metric to evaluate the single step utilization rate. We conduct extensive experiments to show that the proposed AtomThink significantly improves the performance of baseline MLLMs, achieving more than 10\% average accuracy gains on MathVista and MathVerse. Compared to state-of-the-art structured CoT approaches, our method not only achieves higher accuracy but also improves data utilization by 5 times and boosts inference efficiency by 85.3\%. Our code is now public available in https://github.com/Quinn777/AtomThink.

📄 PDF Abstract BibTeX arXiv:2503.06252

Code (1)

quinn777/atomthink 공식 구현 pytorch

Tasks

Mathematical ReasoningMultimodal Reasoning

Similar Papers 제목 키워드 기반

ProTIP: Progressive Tool Retrieval Improves Planning

2023-12-16 · Raviteja Anantha, Bortik Bandyopadhyay, Anirudh Kashi, Sayantan Mahinder 외

Large language models (LLMs) are increasingly employed for complex multi-step planning tasks, where the tool retrieval (TR) step is crucial for achieving successful outcomes. Two prevalent approaches for TR are single-st…

Contrastive LearningRetrieval

Memo-SQL: Structured Decomposition and Experience-Driven Self-Correction for Training-Free NL2SQL

2026-01-15 · Zerui Yang, Weichuan Wang, Yanwei Xu, Linqi Song 외 arxiv

Existing NL2SQL systems face two critical limitations: (1) they rely on in-context learning with only correct examples, overlooking the rich signal in historical error-fix pairs that could guide more robust self-correcti…

DecMetrics: Structured Claim Decomposition Scoring for Factually Consistent LLM Outputs

2025-08-31 · Minghui Huang arxiv

Claim decomposition plays a crucial role in the fact-checking process by breaking down complex claims into simpler atomic components and identifying their unfactual elements. Despite its importance, current research prim…

LEAD: Breaking the No-Recovery Bottleneck in Long-Horizon Reasoning

2026-03-06 · Denys Pushkin, Emmanuel Abbe arxiv

Long-horizon execution in Large Language Models (LLMs) remains unstable even when high-level strategies are provided. Evaluating on controlled algorithmic puzzles, we demonstrate that while decomposition is essential for…

Agent-Orchestrated Adaptive RAG: A Comparative Study on Structured and Multi-Hop Retrieval

2026-06-04 · Anuj Maharjan, Devinder Kaur, Richard Molyet arxiv

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by grounding their responses in external knowledge, but conventional pipelines rely on static, single-step retrieval that limits performance on c…

Topic coverage