paper-with-me

Papers

SAPO: Single-Rollout Autoregressive Policy Optimization for Agentic Reinforcement Learning

2026-08-20 · Dayang Liang, Lang Feng, Bo An, Yunlong Liu arxiv

Agentic reinforcement learning (RL) has become a critical stage in the post-training of large language models. Existing critic-free, group-relative methods estimate policy advantages from multiple rollouts, avoiding the substantial memory overhead of conventional proximal policy optimization (PPO) and achieving strong performance on long-horizon interactive tasks. Despite their success, recent studies revealed three limitations: (1) Lack explicit value generalization and effective temporal credit assignment; (2) Suffer from potential advantage collapse in long-horizon complex tasks; (3) Require a costly trade-off between sampling budget and policy performance. In this work, we propose Single-rollout Autoregressive Policy Optimization (SAPO), a low-memory and compute-efficient framework in which the policy and value functions share a single autoregressive backbone. SAPO exploits the autoregressive structure of LLMs to produce policy and value predictions at distinct causal boundaries with shared parameters, while independently optimizing the PPO objectives and auxiliary on-policy SARSA objectives. To robustly estimate the contribution of each turn, we further introduce a trajectory-level generalized advantage estimator that combines lambda-returns with batch normalization. Experiments across ALFWorld and WebShop with Qwen2.5-1.5B/7B show that SAPO trains stably and outperforms PPO and GRPO by mean +15.1 and +12.1 percentage points, respectively, while eliminating the memory cost of a separate critic model and reducing per-iteration runtime by 33.2% over PPO.

📄 PDF Abstract BibTeX arXiv:2608.19842

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Sharing is Caring: Efficient LM Post-Training with Collective RL Experience Sharing

2025-09-10 · Jeffrey Amico, Gabriel Passamani Andrade, John Donaghy, Ben Fielding 외 arxiv

Post-training language models (LMs) with reinforcement learning (RL) can enhance their complex reasoning capabilities without supervised fine-tuning, as demonstrated by DeepSeek-R1-Zero. However, effectively utilizing RL…

Reinforcement Learning

SAPO: Step-Aligned Policy Optimization for Reasoning-Based Generative Recommendation

2026-05-17 · Zaiyi Zheng, Guanghui Min, Yaochen Zhu, Liang Wu 외 arxiv

Generative recommendation treats next-item prediction as autoregressive item-identifier generation. Specifically, items are encoded as semantic identifiers (SIDs), which are short coarse-to-fine token sequences whose ear…

Reinforcement Learning

Soft Adaptive Policy Optimization

2025-11-25 · Chang Gao, Chujie Zheng, Xiong-Hui Chen, Kai Dang 외 arxiv

Reinforcement learning (RL) plays an increasingly important role in enhancing the reasoning capabilities of large language models (LLMs), yet stable and performant policy optimization remains challenging. Token-level imp…

Reinforcement LearningMathematical Reasoning

Segment-Aligned Policy Optimization for Multi-Modal Reasoning

2026-05-02 · Lei Gao, Zhuoming Li, Mengxi Jia, Jiakang Yuan 외 arxiv

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 w…

Reinforcement Learning

Self-Augmented Preference Optimization: Off-Policy Paradigms for Language Model Alignment

2024-05-31 · Yueqin Yin, Zhendong Wang, Yujia Xie, Weizhu Chen 외

Traditional language model alignment methods, such as Direct Preference Optimization (DPO), are limited by their dependence on static, pre-collected paired preference data, which hampers their adaptability and practical …

Language ModelingLanguage Modelling