LLM Reasoning 相关度: 9/10

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

Haokun Zhao, Wanshi Xu, Haidong Yuan, Songjun Cao, Long Ma, Yanghua Xiao
arXiv: 2603.18662v1 发布: 2026-03-19 更新: 2026-03-19

AI 摘要

提出基于视觉-文本交错推理的几何问题求解框架,并引入强化学习策略优化模型。

主要贡献

  • 构建了包含文本构造步骤和视觉更新的几何问题数据集GeoAux-Bench
  • 发现视觉-文本交错辅助优于单模态辅助,构造可以降低推理困惑度
  • 提出Action Applicability Policy Optimization (A2PO) 算法

方法论

提出 Visual-Text Interleaved Chain-of-Thought 框架,使用 A2PO 算法,通过自适应奖励塑造来优化构造策略。

原文摘要

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 Models (MLLMs) are largely confined to passive inference with static diagrams, lacking the strategic knowledge of when and how to construct effective visual aids. To address this, we present a framework for Visual-Text Interleaved Chain-of-Thought. We first introduce GeoAux-Bench, the first benchmark comprising 4,334 geometry problems that aligns textual construction steps with ground-truth visual updates. Our pilot study reveals two critical insights: (1) interleaved visual-textual aids outperform single-modality counterparts, which cannot losslessly capture geometric synergy; and (2) valid constructions act as entropy reducers, strongly correlating with reduced reasoning perplexity. Building on these findings, we propose Action Applicability Policy Optimization (A2PO), a reinforcement learning paradigm for mastering strategic construction. A2PO employs Adaptive Reward Shaping to regulate the timing and quality of visual aids via counterfactual sampling to distinguish necessary from redundant constructions. Experiments demonstrate our approach enables MLLMs to leverage selective auxiliary constructions, yielding a 3.51% gain over strong baselines. Code and data are available on GitHub.

标签

Multimodal Learning Geometric Reasoning Reinforcement Learning Chain-of-Thought

arXiv 分类

cs.AI