English

Segment-Aligned Policy Optimization for Multi-Modal Reasoning

Artificial Intelligence 2026-05-08 v2 Machine Learning

Abstract

Existing reinforcement learning approaches for Large Language Models typically perform policy optimization at the granularity of individual tokens or entire response sequences. However, such formulations often misalign with the natural step-wise structure of reasoning processes, leading to suboptimal credit assignment and unstable training in multi-modal reasoning tasks. To bridge this gap, we propose Segment-Aligned Policy Optimization (SAPO), a novel reinforcement learning paradigm that treats coherent reasoning steps, rather than tokens or full sequences as fundamental units of policy update. SAPO introduces a step-wise Markov decision process abstraction over reasoning segments, accompanied by segment-level value estimation, advantage computation, and importance sampling mechanisms that are semantically aligned with reasoning boundaries. Experiments on representative reasoning benchmarks demonstrate that SAPO consistently outperforms token-level and sequence-level policy optimization methods, achieving significant accuracy improvements while exhibiting better training stability and value estimation consistency. Our work underscores the importance of aligning reinforcement learning updates with the intrinsic structure of reasoning, paving the way for more efficient and semantically grounded policy optimization in complex reasoning tasks. Codes and models will be released to ensure full reproducibility.

Keywords

Cite

@article{arxiv.2605.01327,
  title  = {Segment-Aligned Policy Optimization for Multi-Modal Reasoning},
  author = {Lei Gao and Zhuoming Li and Mengxi Jia and Jiakang Yuan and Hongbo Sun and Hao Sun and Xuelong Li},
  journal= {arXiv preprint arXiv:2605.01327},
  year   = {2026}
}
R2 v1 2026-07-01T12:46:28.258Z