Papers › Linear Dynamics in the RLVR Training of Large Language Models

Linear Dynamics in the RLVR Training of Large Language Models

8 Jan 2026arXiv:2601.04537added by Syntology

Tianle Wang, Jiayu Liu, Zhongyuan Wu, Shenghao Jin, Wei Chen, Hao Xu, Ning Miao

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Reinforcement learning with verifiable rewards (RLVR) has driven significant performance gains in reasoning-oriented large language models (LLMs), yet its internal training dynamics remain largely a black box. In this work, we perform a comprehensive trajectory-level analysis of RLVR and uncover a striking regularity: across various model families, RL algorithms, and training configurations, RLVR consistently enters a robust linear regime, where both parameter weights and output log-probabilities, measured rigorously via teacher-forced evaluation, evolve in a highly linear manner (R² > 0.7). Through controlled experiments and theoretical analysis, we demonstrate that this linearity is not a coincidence, but stems from the high-variance, noisy nature of RLVR training signals, which act as a low-pass filter to concentrate optimization along a stable, low-dimensional drift. Moreover, we show that this linear structure is not merely descriptive but powerfully predictive and actionable. Specifically, weight-space extrapolation matches the performance of standard RL optimization while achieving a 6.1x training speedup through periodic re-grounding. Meanwhile, output-space extrapolation serves as a lightweight intervention that effectively bypasses late-stage model collapse, consistently outperforming standard RL across mathematical and coding benchmarks, with an average performance improvement of 4.2%. Our code is available at https://github.com/Miaow-Lab/RLVR-Linearity.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.04537")

Code

Syntology Ran 2 of 21 code samples harvested from 1 repository linked to this paper; 19 have no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: found in paper text by Syntology: 21 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Miaow-Lab/RLVR-Linearity found in paper text by SyntologyMIT report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 2 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran
19unverified

Licence: 0 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Miaow-Lab/RLVR-Linearity. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

generate_config_from_args Miaow-Lab/RLVR-Linearity/verl/verl/model_merger/base_model_merger.py found in paper text by Syntology ran MIT (permissive) · 8896f4e2bafe8abc · report
get_dynamic_pipeline_shards Miaow-Lab/RLVR-Linearity/verl/verl/model_merger/megatron_model_merger.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 94209884dcb2308e · report
calculate_alpha Miaow-Lab/RLVR-Linearity/acceleration/logits_extrapolation.py found in paper text by Syntology unverified MIT (permissive) · 77938e6a32c6c83b · report
extract_final_answer Miaow-Lab/RLVR-Linearity/evaluation/pass_at_k_eval.py found in paper text by Syntology unverified MIT (permissive) · 60425d0b541f8efd · report
find_braces_content Miaow-Lab/RLVR-Linearity/evaluation/pass_at_k_eval.py found in paper text by Syntology unverified MIT (permissive) · 47132ed4fdcf0a8b · report
flatten_responses Miaow-Lab/RLVR-Linearity/analysis/token_logprob/token_logprob_linearity.py found in paper text by Syntology unverified MIT (permissive) · 85b305142d653b1d · report
get_filtered_random_mask Miaow-Lab/RLVR-Linearity/analysis/weight/weight_linearity.py found in paper text by Syntology unverified MIT (permissive) · 9f087582a1131c88 · report
get_layer_weights Miaow-Lab/RLVR-Linearity/analysis/weight/weight_linearity.py found in paper text by Syntology unverified MIT (permissive) · cc8952b03ae8ebc6 · report
get_step_int_from_path Miaow-Lab/RLVR-Linearity/acceleration/weight_extrapolation.py found in paper text by Syntology unverified MIT (permissive) · ac35f0d2152218c0 · report
load_json Miaow-Lab/RLVR-Linearity/analysis/token_logprob/token_logprob_linearity.py found in paper text by Syntology unverified MIT (permissive) · db79e1c6f71f41bb · report
load_json Miaow-Lab/RLVR-Linearity/evaluation/pass_at_k_eval.py found in paper text by Syntology unverified MIT (permissive) · 98cb765f6409dd94 · report
load_tokenizer Miaow-Lab/RLVR-Linearity/analysis/token_logprob/plot_token_logprob_linearity.py found in paper text by Syntology unverified MIT (permissive) · 974078a91d3ec703 · report
load_weights_from_checkpoint Miaow-Lab/RLVR-Linearity/analysis/weight/weight_linearity.py found in paper text by Syntology unverified MIT (permissive) · c8c7f0daade03739 · report
load_weights_only Miaow-Lab/RLVR-Linearity/acceleration/weight_extrapolation.py found in paper text by Syntology unverified MIT (permissive) · bb3923bae9d2bdfa · report
mix_logits Miaow-Lab/RLVR-Linearity/acceleration/logits_extrapolation.py found in paper text by Syntology unverified MIT (permissive) · 888d0d880907ef8e · report
prepare_prompts Miaow-Lab/RLVR-Linearity/evaluation/inference_vllm_offline.py found in paper text by Syntology unverified MIT (permissive) · 6404f02a3872c91e · report
sanitize_filename Miaow-Lab/RLVR-Linearity/analysis/token_logprob/plot_token_logprob_linearity.py found in paper text by Syntology unverified MIT (permissive) · 70be02ba13364d71 · report
split_data Miaow-Lab/RLVR-Linearity/analysis/token_logprob/token_logprob_linearity.py found in paper text by Syntology unverified MIT (permissive) · 08188c51a18bec5f · report
split_list_evenly Miaow-Lab/RLVR-Linearity/evaluation/inference_vllm_offline.py found in paper text by Syntology unverified MIT (permissive) · a656a12f2110c7b0 · report
token_id_to_str Miaow-Lab/RLVR-Linearity/analysis/token_logprob/plot_token_logprob_linearity.py found in paper text by Syntology unverified MIT (permissive) · e1577f990e3c8461 · report
top_p_filtering Miaow-Lab/RLVR-Linearity/acceleration/logits_extrapolation.py found in paper text by Syntology unverified MIT (permissive) · f1ce71d11869fdae · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.04537, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections