paper-with-me

홈 › Papers

Low-rank Optimization Trajectories Modeling for LLM RLVR Acceleration

2026-04-13 · Zhipeng Chen, Tao Qian, Wayne Xin Zhao, Ji-Rong Wen arxiv

Recently, scaling reinforcement learning with verifiable rewards (RLVR) for large language models (LLMs) has emerged as an effective training paradigm for significantly improving model capabilities, which requires guiding the model to perform extensive exploration and learning, leading to substantial computational overhead and becoming a key challenge. To reduce the number of training steps, Prior work performs linear extrapolation of model parameters. However, the dynamics of model parameter updates during RLVR training remain insufficiently understood. To further investigate the evolution of LLMs during RLVR training, we conduct empirical experiments and find that the rank-1 subspace of the model does not evolve linearly, and its dominance over the original parameters is further amplified during LoRA training. Based on the above insights, we propose the \textbf{N}onlinear \textbf{Ext}rapolation of low-rank trajectories (\textbf{NExt}), a novel framework that models and extrapolates low-rank parameter trajectories in a nonlinear manner. Concretely, we first train the model using LoRA and extract the rank-1 subspace of parameter differences at multiple training steps, which is then used for the subsequent nonlinear extrapolation. Afterward, we utilized the extracted rank-1 subspace to train a predictor, which can model the trajectory of parameter updates during RLVR, and then perform the predict-extend process to extrapolate model parameters, achieving the acceleration of RLVR. To further study and understand NExt, we conduct comprehensive experiments that demonstrate the effectiveness and robustness of the method. Our method reduces computational overhead by approximately 37.5\% while remaining compatible with a wide range of RLVR algorithms and tasks. We release our code in https://github.com/RUCAIBox/NExt.

📄 PDF Abstract BibTeX arXiv:2604.11446

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

You Only Need Minimal RLVR Training: Extrapolating LLMs via Rank-1 Trajectories

2026-05-20 · Zhepei Wei, Xinyu Zhu, Wei-Lin Chen, Chengsong Huang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has become a dominant paradigm for improving reasoning in large language models (LLMs), yet the underlying geometry of the resulting parameter trajectories remains un…

Stochastic OptimizationReinforcement Learning

Semantic-Space Exploration and Exploitation in RLVR for LLM Reasoning

2025-09-28 · Fanding Huang, Guanbo Huang, Xiao Fan, Yi He 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) for LLM reasoning is often framed as balancing exploration and exploitation in action space, typically operationalized with token-level proxies (e.g., output entropy …

Reinforcement Learning

Prioritizing the Best: Incentivizing Reliable Multimodal Reasoning by Rewarding Beyond Answer Correctness

2026-04-20 · Mengzhao Jia, Zhihan Zhang, Meng Jiang arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) improves multimodal reasoning by rewarding verifiable final answers. Yet answer-correct trajectories may still rely on incomplete derivations, weak evidence, or state…

Reinforcement LearningMultimodal Reasoning

GeoRA: Geometry-Aware Low-Rank Adaptation for RLVR

2026-01-14 · Jiaying Zhang, Lei Shi, Jiguo Li, Jun Xu 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is a key paradigm for improving large-scale reasoning models. Unlike supervised fine-tuning (SFT), RLVR exhibits distinct optimization dynamics and is sensitive to th…

Reinforcement Learning

Experience Augmented Policy Optimization for LLM Reasoning

2026-06-29 · Jinda Lu, Kexin Huang, Junkang Wu, Shuo Yang 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is a powerful paradigm for improving the reasoning capabilities of large language models (LLMs). However, existing RLVR methods typically rely on on-policy optimizati…

Reinforcement Learning