Evaluating Parameter Efficient Methods for RLVR
Qingyu Yin, Yulun Wu, Zhennan Shen, Sunbowen Li, Zhilin Wang, Yanshu Li, Chak Tou Leong, Jiale Kang, Jinjin Gu
TL;DR
This paperAddresses the question of which Parameter-Efficient Fine-Tuning (PEFT) method best supports Reinforcement Learning with Verifiable Rewards (RLVR) for mathematical reasoning. It conducts a large-scale, cross-method evaluation across 12 PEFT variants using the DeepSeek-R1-Distill math benchmark suite, revealing that structural variants such as DoRA, AdaLoRA, and MiSS consistently outperform standard LoRA and can rival or exceed full fine-tuning. The study also uncovers a spectral collapse when using SVD-based initializations (PiSSA, MiLoRA) due to misalignment with RLVR’s off-principal updates, and shows that extreme parameter reduction (VeRA, Rank-1) bottlenecks the model’s reasoning capacity. Across ablations and scaling experiments to a 7B model, the results emphasize maintaining sufficient expressivity and adopting geometry-aware adapters to achieve robust RLVR performance, offering practical guidance for researchers and practitioners.
Abstract
We systematically evaluate Parameter-Efficient Fine-Tuning (PEFT) methods under the paradigm of Reinforcement Learning with Verifiable Rewards (RLVR). RLVR incentivizes language models to enhance their reasoning capabilities through verifiable feedback; however, while methods like LoRA are commonly used, the optimal PEFT architecture for RLVR remains unidentified. In this work, we conduct the first comprehensive evaluation of over 12 PEFT methodologies across the DeepSeek-R1-Distill families on mathematical reasoning benchmarks. Our empirical results challenge the default adoption of standard LoRA with three main findings. First, we demonstrate that structural variants, such as DoRA, AdaLoRA, and MiSS, consistently outperform LoRA. Second, we uncover a spectral collapse phenomenon in SVD-informed initialization strategies (\textit{e.g.,} PiSSA, MiLoRA), attributing their failure to a fundamental misalignment between principal-component updates and RL optimization. Furthermore, our ablations reveal that extreme parameter reduction (\textit{e.g.,} VeRA, Rank-1) severely bottlenecks reasoning capacity. We further conduct ablation studies and scaling experiments to validate our findings. This work provides a definitive guide for advocating for more exploration for parameter-efficient RL methods.
