Search papers, labs, and topics across Lattice.
This paper conducts a theoretical analysis of Reinforcement Learning from Verifiable Rewards (RLVR) updates, revealing that the off-policy degree significantly influences the distribution of importance sampling ratios and their clipping behavior in large language models. By characterizing gradient expectation as the key factor in update dynamics, the authors introduce Adaptive Clip Policy Optimization (ACPO), which dynamically adjusts clipping boundaries based on the empirical variance of importance sampling ratios. Experiments show that ACPO consistently outperforms existing methods like DAPO and CISPO across various reasoning tasks, highlighting the effectiveness of a principled approach to RLVR.
Off-policy degree in RLVR updates can drastically change which tokens drive learning, leading to a new adaptive method that outperforms traditional baselines.
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