Papers › You Need Reasoning to Learn Reasoning: The Limitations of Label-Free RL in Weak Base Models

You Need Reasoning to Learn Reasoning: The Limitations of Label-Free RL in Weak Base Models

7 Nov 2025NeurIPSarXiv:2511.04902added by Syntology

Shuvendu Roy, Hossein Hajimirsadeghi, Mengyao Zhai, Golnoosh Samei

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

Recent advances in large language models have demonstrated the promise of unsupervised reinforcement learning (RL) methods for enhancing reasoning capabilities without external supervision. However, the generalizability of these label-free RL approaches to smaller base models with limited reasoning capabilities remains unexplored. In this work, we systematically investigate the performance of label-free RL methods across different model sizes and reasoning strengths, from 0.5B to 7B parameters. Our empirical analysis reveals critical limitations: label-free RL is highly dependent on the base model's pre-existing reasoning capability, with performance often degrading below baseline levels for weaker models. We find that smaller models fail to generate sufficiently long or diverse chain-of-thought reasoning to enable effective self-reflection, and that training data difficulty plays a crucial role in determining success. To address these challenges, we propose a simple yet effective method for label-free RL that utilizes curriculum learning to progressively introduce harder problems during training and mask no-majority rollouts during training. Additionally, we introduce a data curation pipeline to generate samples with predefined difficulty. Our approach demonstrates consistent improvements across all model sizes and reasoning capabilities, providing a path toward more robust unsupervised RL that can bootstrap reasoning abilities in resource-constrained models. We make our code available at https://github.com/BorealisAI/CuMa

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="2511.04902")

Code

Syntology Ran 6 of 12 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 3 ran with no contract checked.

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

BorealisAI/CuMa found in paper text by SyntologyNOASSERTION 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

12 samples harvested; 6 ran; 0 honoured the contract we drafted; 6 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.

1ran · violated contract
2ran · our draft was wrong
3ran
6unverified

Licence: 12 of the 12 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 BorealisAI/CuMa. “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.

format_reward BorealisAI/CuMa/src/open_r1/rewards.py found in paper text by Syntology ran no licence file found · pointer only · ce353d566f3f2c9f · report
get_callbacks BorealisAI/CuMa/src/open_r1/utils/callbacks.py found in paper text by Syntology ran no licence file found · pointer only · 9b92c44e1bde6319 · report
get_param_count_from_repo_id BorealisAI/CuMa/src/open_r1/utils/hub.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · dcbd918d943fcaab · report
nanmin BorealisAI/CuMa/src/open_r1/intuitor_trainer.py found in paper text by Syntology ran · violated contract fingerprinted no licence file found · pointer only · 1fa45c1d5b9a7e0a · report
nanstd BorealisAI/CuMa/src/open_r1/intuitor_trainer.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · a6cece2ffebe0f9c · report
split_tensor_dict BorealisAI/CuMa/src/open_r1/intuitor_trainer.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · efd67e2adf6b1ba5 · report
get_gpu_count_for_vllm BorealisAI/CuMa/src/open_r1/utils/hub.py found in paper text by Syntology unverified no licence file found · pointer only · 4b0eb1a9216422d3 · report
get_provider BorealisAI/CuMa/src/open_r1/utils/code_providers.py found in paper text by Syntology unverified no licence file found · pointer only · 171250f85a491f40 · report
noise_reward BorealisAI/CuMa/src/open_r1/rewards.py found in paper text by Syntology unverified licence not identified · pointer only · bebd9517b1cc9b17 · report
parse_questions BorealisAI/CuMa/data_curation.py found in paper text by Syntology unverified licence not identified · pointer only · d615413e1a73313b · report
sample_examples BorealisAI/CuMa/data_curation.py found in paper text by Syntology unverified licence not identified · pointer only · 72792270fdf80bee · report
sanitize_example BorealisAI/CuMa/data_curation.py found in paper text by Syntology unverified licence not identified · pointer only · b47fed0756359a18 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2511.04902, was issued in November 2025, 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