paper-with-me

Papers

Single-stream Policy Optimization

2025-09-16 · Zhongwen Xu, Zihan Ding arxiv

We revisit policy-gradient optimization for Large Language Models (LLMs) from a single-stream perspective. Prevailing group-based methods like GRPO reduce variance with on-the-fly baselines but suffer from critical flaws: frequent degenerate groups erase learning signals, and synchronization barriers hinder scalability. We introduce Single-stream Policy Optimization (SPO), which eliminates these issues by design. SPO replaces per-group baselines with a persistent, KL-adaptive value tracker and normalizes advantages globally across the batch, providing a stable, low-variance learning signal for every sample. Being group-free, SPO enables higher throughput and scales effectively in long-horizon or tool-integrated settings where generation times vary. Furthermore, the persistent value tracker naturally enables an adaptive curriculum via prioritized sampling. Experiments using Qwen3-8B show that SPO converges more smoothly and attains higher accuracy than GRPO, while eliminating computation wasted on degenerate groups. Ablation studies confirm that SPO's gains stem from its principled approach to baseline estimation and advantage normalization, offering a more robust and efficient path for LLM reasoning. Across five hard math benchmarks with Qwen3 8B, SPO improves the average maj@32 by +3.4 percentage points (pp) over GRPO, driven by substantial absolute point gains on challenging datasets, including +7.3 pp on BRUMO 25, +4.4 pp on AIME 25, +3.3 pp on HMMT 25, and achieves consistent relative gain in pass@$k$ across the evaluated $k$ values. SPO's success challenges the prevailing trend of adding incidental complexity to RL algorithms, highlighting a path where fundamental principles, not architectural workarounds, drive the next wave of progress in LLM reasoning.

📄 PDF Abstract BibTeX arXiv:2509.13232

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Skip-Connected Policy Optimization for Implicit Advantage

2026-04-09 · Fengwei Teng, Jinyi Bai, Xinhao Yao, Demi Ruohan Wang 외 arxiv

Group Relative Policy Optimization (GRPO) has proven effective in RLVR by using outcome-based rewards. While fine-grained dense rewards can theoretically improve performance, we reveal that under practical sampling budge…

Code Generation

AdaSR: Adaptive Streaming Reasoning with Hierarchical Relative Policy Optimization

2026-06-12 · Junlong Tong, Wenqi Xu, Yingqi Fan, Anhao Zhao 외 arxiv

Large reasoning models typically follow a read-then-think paradigm: they observe the complete input, reason over a static context, and then produce the answer. Yet many real-world scenarios are inherently dynamic, such a…

Computational Efficiency

Beating the Winner's Curse via Inference-Aware Policy Optimization

2025-10-20 · Hamsa Bastani, Osbert Bastani, Bryce McLaughlin arxiv

There has been a surge of recent interest in automatically learning policies to target treatment decisions based on rich individual covariates. In addition, practitioners want confidence that the learned policy has bette…

DreOPD: Degraded-Reference Extrapolative On-Policy Distillation for Flow-matching Models

2026-08-10 · Mingfeng Lin, Chengfei Cai, Lin Xu, Yuxiang Wei 외 arxiv

Flow-matching models are now a mainstream method to image generation, but its adaptation to diverse downstream scenarios typically relies on post-training, which may cause conflicts among task-specific optimization objec…

Reinforcement LearningImage Generation

How Neural Reward Models Learn Features for Policy Optimization: A Single-Index Analysis

2026-05-23 · Rei Higuchi, Ryotaro Kawata, Akifumi Wachi, Shokichi Takakura 외 arxiv

Reward modeling is not only a prediction problem: in KL-regularized policy optimization, the learned reward is exponentiated to define the deployed policy, so downstream value depends on errors in reward-tilted regions. …