CLJun 21

What are Key Factors for Updates in RL for LLM Reasoning?

arXiv:2606.2257027.1Has Code
Predicted impact top 13% in CL · last 90 daysOriginality Incremental advance
AI Analysis

Provides a principled understanding of RLVR update dynamics for LLM reasoning, enabling more robust algorithm design.

The paper theoretically analyzes RLVR updates for LLM reasoning, identifying off-policy degree as a key factor affecting token updates, and proposes ACPO which adjusts clipping boundaries based on importance sampling ratio variance. ACPO outperforms DAPO and CISPO on 3B and 7B models across math, tabular QA, and logic benchmarks.

Reinforcement Learning from Verifiable Rewards (RLVR) has emerged as a promising framework for enhancing the reasoning ability of large language models. However, much of the existing work is guided by heuristic intuition, leading to divergent algorithmic choices, even contradictory ones that nevertheless report empirical gains. To better understand this phenomenon, we conduct a theoretical analysis of RLVR updates. Our study reveals that differences in off-policy degree, determined by the number of gradient steps per rollout, substantially affect the distribution of importance sampling ratios and their clipping behavior, thereby altering which tokens dominate the update. Building on this insight, we characterize gradient expectation as the central quantity governing update dynamics and analyze the roles of token probability, advantage, and importance sampling ratio. Motivated by these findings, we propose Adaptive Clip Policy Optimization (ACPO), which adjusts clipping boundaries across token groups according to the empirical variance of their importance sampling ratios. Experiments on 3B and 7B models across diverse reasoning benchmarks, spanning mathematical problem solving, tabular QA, and logic puzzles, demonstrate that ACPO outperforms strong baselines such as DAPO and CISPO. These results demonstrate that principled, analysis-driven approaches yield more robust and effective RLVR methods. Code is available in: https://github.com/Control-derek/ACPO

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes