paper-with-me

홈 › Papers

The Path Not Taken: RLVR Provably Learns Off the Principals

2025-11-11 · Hanqing Zhu, Zhenyu Zhang, Hanxian Huang, DiJia Su, Zechun Liu, Jiawei Zhao, Igor Fedorov, Hamed Pirsiavash, Zhizhou Sha, Jinwon Lee, David Z. Pan, Zhangyang Wang, Yuandong Tian, Kai Sheng Tai arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) reliably improves the reasoning performance of large language models, yet it appears to modify only a small fraction of parameters. We revisit this paradox and show that sparsity is a surface artifact of a model-conditioned optimization bias: for a fixed pretrained model, updates consistently localize to preferred parameter regions, highly consistent across runs and largely invariant to datasets and RL recipes. We mechanistically explain these dynamics with a Three-Gate Theory: Gate I (KL Anchor) imposes a KL-constrained update; Gate II (Model Geometry) steers the step off principal directions into low-curvature, spectrum-preserving subspaces; and Gate III (Precision) hides micro-updates in non-preferred regions, making the off-principal bias appear as sparsity. We then validate this theory and, for the first time, provide a parameter-level characterization of RLVR's learning dynamics: RLVR learns off principal directions in weight space, achieving gains via minimal spectral drift, reduced principal-subspace rotation, and off-principal update alignment. In contrast, SFT targets principal weights, distorts the spectrum, and even lags RLVR. Together, these results provide the first parameter-space account of RLVR's training dynamics, revealing clear regularities in how parameters evolve. Crucially, we show that RL operates in a distinct optimization regime from SFT, so directly adapting SFT-era parameter-efficient fine-tuning (PEFT) methods can be flawed, as evidenced by our case studies on advanced sparse fine-tuning and LoRA variants. We hope this work charts a path toward a white-box understanding of RLVR and the design of geometry-aware, RLVR-native learning algorithms, rather than repurposed SFT-era heuristics.

📄 PDF Abstract BibTeX arXiv:2511.08567

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningReinforcement Learning

Similar Papers 제목 키워드 기반

Distributional Biases in Post-Training: A Markovian Analysis of Reasoning Trajectories

2025-11-10 · Dake Bu, Wei Huang, Andi Han, Atsushi Nitanda 외 arxiv

Foundation models exhibit broad knowledge but limited task-specific reasoning, motivating post-training strategies such as RL with verifiable rewards (RLVR) and test-time scaling (TTS). While recent work highlights the r…

The Invisible Leash: Why RLVR May or May Not Escape Its Origin

2025-07-20 · Fang Wu, Weihao Xuan, Ximing Lu, Mingjie Liu 외 arxiv

Recent advances highlight Reinforcement Learning with Verifiable Rewards (RLVR) as a promising method for enhancing LLMs' capabilities. However, it remains unclear whether the current practice of RLVR truly expands a mod…

Reinforcement Learning

Adversarially Robust One-class Novelty Detection

2021-08-25 · Shao-Yuan Lo, Poojan Oza, Vishal M. Patel

One-class novelty detectors are trained with examples of a particular class and are tasked with identifying whether a query example belongs to the same known class. Most recent advances adopt a deep auto-encoder style ar…

Adversarial RobustnessNovelty Detection

On the Implicit Reward Overfitting and the Low-rank Dynamics in RLVR

2026-05-07 · Hao Ye, Jisheng Dang, Junfeng Fang, Bimei Wang 외 arxiv

Recent extensive research has demonstrated that the enhanced reasoning capabilities acquired by models through Reinforcement Learning with Verifiable Rewards (RLVR) are primarily concentrated within the rank-1 components…

Reinforcement LearningMathematical ReasoningContinual Learning

Servant of Many Masters: Shifting priorities in Pareto-optimal sequential decision-making

2017-10-31 · Andrew Critch, Stuart Russell

It is often argued that an agent making decisions on behalf of two or more principals who have different utility functions should adopt a {\em Pareto-optimal} policy, i.e., a policy that cannot be improved upon for one a…

Decision MakingSequential Decision Making