paper-with-me

홈 › Papers

AIR: Adaptive Interleaved Reasoning with Code in MLLMs

2026-06-22 · Cong Han, Xiaohan Lan, Haibo Qiu, Yujie Zhong arxiv

Following the paradigm shift initiated by OpenAI o3, interleaved reasoning with code to enhance multimodal large language models (MLLMs) has become a pivotal research frontier. The existing literature focuses primarily on tool-use within vision-perception tasks. However, such approaches typically rely on predefined heuristics for visual manipulation and are inherently incapable of addressing numerical computation problems due to their exclusive focus on visual operations. This paper empowers MLLMs with adaptive interleaved reasoning capabilities through extended reinforcement learning training on code-augmented complex numerical computation tasks. To this end, we propose a comprehensive three-component solution consisting of: a two-stage cold-start data construction pipeline, data filtering strategies for RL dataset curation, and an adaptive tool-invocation strategy leveraging a group-constrained reward function for interleaved reasoning trajectories. Extensive experiments demonstrate that after Reinforcement Learning training with the group-constrained reward function, performance improves by an average of 6.1 percentage points (pp) on evaluation benchmarks. Specifically, the accuracy for interleaved reasoning samples increases by 9.9 pp, and the overall success rate of tool-use exceeds 95%. Our data and code are available at: https://github.com/CongHan0808/AIR.git.

📄 PDF Abstract BibTeX arXiv:2606.23678

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

From Easy to Hard: The MIR Benchmark for Progressive Interleaved Multi-Image Reasoning

2025-09-21 · Hang Du, Jiayang Zhang, Guoshun Nan, Wendi Deng 외 arxiv

Multi-image Interleaved Reasoning aims to improve Multi-modal Large Language Models (MLLMs) ability to jointly comprehend and reason across multiple images and their associated textual contexts, introducing unique challe…

Interleaved Latent Visual Reasoning with Selective Perceptual Modeling

2025-12-05 · Shuai Dong, Siyuan Wang, Xingyu Liu, Chenglin Li 외 arxiv

Interleaved reasoning paradigms enhance Multimodal Large Language Models (MLLMs) with visual feedback but are hindered by the prohibitive computational cost of re-encoding pixel-dense images. A promising alternative, lat…

Multimodal ReasoningVisual Reasoning

Thinking with Constructions: A Benchmark and Policy Optimization for Visual-Text Interleaved Geometric Reasoning

2026-03-19 · Haokun Zhao, Wanshi Xu, Haidong Yuan, Songjun Cao 외 arxiv

Geometric reasoning inherently requires "thinking with constructions" -- the dynamic manipulation of visual aids to bridge the gap between problem conditions and solutions. However, existing Multimodal Large Language Mod…

Reinforcement Learning

TVI-CoT: Text-Visual Interleaved Chain-of-Thought Reasoning for Multimodal Understanding

2026-06-07 · Lianyu Hu, Xiaoyu Ma, Zeqin Liao, Yang Liu arxiv

Chain-of-thought (CoT) reasoning has proven effective for enhancing problem-solving in large language models. However, when applied to multimodal LLMs (MLLMs), existing CoT approaches suffer from a fundamental limitation…

Visual Grounding

Unveiling Fine-Grained Visual Traces: Evaluating Multimodal Interleaved Reasoning Chains in Multimodal STEM Tasks

2026-04-21 · Jing Jin, Hao Liu, Yan Bai, Yihang Lou 외 arxiv

Multimodal large language models (MLLMs) have shown promising reasoning abilities, yet evaluating their performance in specialized domains remains challenging. STEM reasoning is a particularly valuable testbed because it…

Multimodal Reasoning