REVIEW 3 major objections 5 minor 42 references
Question Begets Question: Self-Evolving Curriculum for Reinforcement Fine-Tuning on Competition Mathematics
T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read A self-evolving curriculum that regenerates problems from a model's near-successes lifts AIME pass@1 from 5.6% to 16.5% under a fixed data budget, with no plateau after 20 rounds.
desk verdict A clean ordering ablation shows a ~2-point pass@1 gain from curriculum organization, but unverified teacher answers and single-run arms keep the central claim from being fully nailed. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Question-begets-Question (QbQ) is a teacher-driven generator that rewrites a seed problem along one of five structural operators — generalize-then-specialize, parametrize-and-sum, change the queried quantity, inverse, and add a constraint layer — so variants probe the same skill without being copies. The self-evolving loop scores every problem by the number of correct completions in 16 rollouts, keeps the band $8 \le n \le 15$ ('mostly right') as next-round seeds, and constructs the GRPO training set from variants whose empirical solve rate is closest to $1/2$, where the binary-reward group variance $\sqrt{\hat p(1-\hat p)}$ is largest. That selection rule is what makes the curriculum's rewa
What would settle it
Audit a random sample of the 6,000 QbQ variants by verifying their statements and final answers with an independent strong solver or human; if a nontrivial fraction are malformed or mis-answered, the reported gains would partly reflect reward noise rather than curriculum organization. Alternatively, rerun the 20-round loop with a different teacher model and check whether the mostly-right seed band still beats harder seeds.
Extended reading notes
Core claim
Under matched compute and data budgets, Qwen2.5-Math-7B's held-out AIME pass@1 can be raised from 5.62% to 16.46% by a 20-round curriculum in which each round evaluates the current checkpoint on the previous round's synthetic problems, seeds the teacher from the problems it solves 8–15 times out of 16, and trains only on the resulting variants' statements and final answers via GRPO. The same 6,000 problems, when globally shuffled and trained with the same 3,000 updates, plateau near 14.44%, and one-shot static augmentation reaches only 12.05%. The paper also reports that seeds from the mostly-right band outperform seeds from harder problems (16.46% vs 11.35%), and that the trained model gene
Load-bearing premise
The results assume that the GPT-5-mini-generated variants have correct statements and final answers, since training rewards compare the model's answer only to the teacher's answer and the paper reports no independent verification of the synthetic answers.
Editorial extensions
If this is right
- Organizing the same synthetic data as a curriculum rather than shuffling it yields a 2.02-point pass@1 gain, isolating round ordering as the active ingredient.
- Seeding from problems the model solves often but not reliably outperforms seeding from its hardest failures, contradicting the common mistake-driven synthesis recommendation.
- Trained models transfer to hard problems never selected during training: pass@1 on 499 previously unsolved real AIME problems rises from 0.0% to 5.3%.
- The absence of saturation after 20 rounds suggests the same budget could keep yielding gains with additional rounds.
- The method requires only problem statements and final answers for training, never teacher reasoning traces, so it applies where oracle rationales do not exist.
Reading between the lines
- If the ceiling is set by training-distribution organization rather than model capacity, the same round-structured near-success seeding could transfer to other answer-checkable sparse-reward tasks where reasoning traces are absent, though the paper does not test this.
- The variance-maximizing selection rule suggests a quantitative definition of 'mostly right': the productive band is where empirical solve rate is closest to 1/2, so the gain may be reproducible by directly filtering problems by solve rate instead of by round-by-round generation.
- Because the teacher's answers are only checked for difference from the parent, adding an independent verification step for generated answers would make the method reliable in domains where wrong labels are costly; this is an engineering extension, not a claim of the paper.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies fine-tuning Qwen2.5-Math-7B on AIME competition mathematics, using only question–answer pairs and no teacher reasoning traces. It introduces QbQ, a GPT-5-mini-based procedure that transforms seed problems into variants via five structural operators, and a self-evolving curriculum that repeatedly selects seeds from the model's 'mostly right' band (8–15 correct out of 16 rollouts), generates 300 new variants per round, and trains with GRPO for 150 steps per round over 20 rounds. On held-out AIME 2025/2026, the curriculum reaches 16.46% pass@1, versus 14.44% for the same 6,000 QbQ problems trained in shuffled order and 12.05% for static augmentation, starting from 5.62% for the base model. The paper further reports a seed-band ablation showing mostly-right seeds outperform harder or mixed seeds, and a transfer result on 499 real problems that were never selected as seeds.
Significance. If the results hold, the paper makes a valuable contribution: it provides a controlled demonstration that, under a fixed data budget and fixed optimizer/update count, the organization of synthetic training data into a self-evolving curriculum can overcome an apparent learning plateau. The comparison between QbQ curriculum and QbQ non-curriculum is well designed, as it holds the problem multiset, initialization, optimizer, and number of GRPO updates fixed, and the held-out AIME 2025/2026 contests are not used for selection or stopping. The seed-band ablation and the transfer-to-hard-problems experiment are also informative. The main weaknesses are that the correctness of generated teacher answers is not verified, and each reported strategy is a single training run, so the headline gap is not yet supported by an estimate of training-run variance.
major comments (3)
- [§4.1, Table 1, Figure 2] The reward in Eq. (1) and the solve counts n_t(q) used for band assignment and RL-set selection all compare the model's final answer to the teacher-supplied answer a_q. Section 3.2 describes only one filter for generated variants: the variant's answer must differ from the parent's answer. No correctness check of a_q is reported. If GPT-5-mini produces a non-negligible fraction of malformed statements or incorrect answers, then (i) the GRPO reward is corrupted, and (ii) the curriculum's seed-band and SelectRL criteria are systematically mismeasured. Because selection preferentially keeps variants with n_t(q) near k/2, an error mode in which the current policy happens to match a wrong teacher answer could create a spurious curriculum signal. The conclusion calls these 'verified final answers,' but verification is not described. I ask for independent verification (e.g., a symbolic/numeric s
- [Appendix A, Table 2] Each strategy is a single training run; the reported standard deviations are over three evaluation sampling seeds only. The 2.02-point gap (16.46 vs 14.44) is large relative to the evaluation-seed standard deviations, but GRPO training is stochastic, and training-run variance is not measured. This is important because the seed-band ablation in Appendix A also appears to use one training run per arm, and those runs show substantial within-run fluctuations (e.g., the harder-seed arm reaches 14.17% midway and then declines; the mixed arm fluctuates between roughly 10% and 12.2%). Such volatility suggests that single-run comparisons may overstate the certainty of the curriculum's advantage. I recommend reporting results from multiple training seeds per arm, or otherwise providing a bound on training-run variance, before attributing the gain to curriculum organization.
- [Figure 2] The statement 'no sign of saturation after 20 rounds' rests on the final portion of one training-run trajectory, and the intermediate points in Figure 2 are evaluated with a single sampling seed. The last two intervals (2,400→2,700→3,000 updates) show a rise from 13.58 to 15.77 to 17.08 on that curve, but the three-seed endpoint is 16.46±0.45. This supports 'continued improvement in this run,' but 'no sign of saturation' overstates the evidence unless more rounds or at least more evaluation seeds at intermediate checkpoints are provided.
minor comments (5)
- [Abstract/§4.2] The abstract reports caps of 12.5% and 14.5% for static augmentation and non-curriculum QbQ, while Table 1 reports 12.05±0.34 and 14.44±0.61. These should be reconciled or explicitly labeled as trajectory peaks versus final checkpoints.
- [§3.2] The Vendi-score comparison (1.59 vs 1.25) is described as 'after normalization,' but the normalization procedure is not specified. Please provide details or a reference so the reader can interpret the magnitude.
- [§3.3] The format bonus b_i is added to the correctness reward before group normalization. Since the bonus is constant for all well-formed completions, it shifts the group mean but does not affect relative advantages among well-formed completions; the text could clarify this to avoid confusion about the bonus's role.
- [Appendix C.1] The top-up rule uses variants with n_t=0 and then n_t=k as last resort. The paper says this top-up was never used. If true, stating it in the main text would be reassuring; if not, the RL-set construction differs from the stated protocol.
- [§4.3] The transfer subset of 499 real problems is defined by M0's zero sampled accuracy and is drawn from the training pool, not from the held-out contests. This is a useful internal transfer check, but the label 'never seen during training' should be careful: these problems are in the AIME 1983–2024 pool, so they may have been seen during the SFT initialization, even if never selected in the curriculum loop.
Circularity Check
No significant circularity: held-out evaluation is independent; seed-band choice is theoretically motivated and ablated; the only self-citation is illustrative, not load-bearing.
full rationale
The claimed derivation is not circular. The curriculum selects training problems using the model's own rollout solve counts n_t(q) (Algorithm 1), but the central comparison holds the 6,000 QbQ problems, initialization, optimizer, and update count fixed and changes only the round ordering (§4.1), while held-out AIME 2025/2026 performance is never used for selection or stopping (§3.4). The seed band B={8≤n≤15} is derived from a variance-maximization argument on the binary correctness reward (§3.3), not from the held-out outcome, and is tested against harder and mixed seed bands (Appendix A), so it is a motivated design choice, not a fitted prediction. The only self-citation (Wang et al. 2026) appears as an illustrative example of a domain without reasoning traces and is not load-bearing. The absence of verification of GPT-5-mini-generated answers is a correctness/validity risk (the GRPO reward may be noisy), but it is not circularity: the teacher answer is an input label, not the quantity being predicted, and the held-out official answers are independent of the training loop. No equation in the paper reduces to its own input by construction.
Assumptions & free parameters
free parameters (4)
- seed band threshold (k/2 in pass@16 counts) =
8<=n<=15 for k=16
- variants per seed / waves =
3/3
- RL-set size N =
300
- rounds T =
20
assumptions (3)
- domain assumption GPT-5-mini generated variants have correct statements and final answers
- domain assumption Pass@16 with 16 i.i.d. rollouts at temperature 0.7 is an accurate difficulty estimate
- domain assumption AIME integer-answer correctness is a valid proxy for the target skill
Cite this review
Pith. "Pith review of Question Begets Question: Self-Evolving Curriculum for Reinforcement Fine-Tuning on Competition Mathematics." pith.science (2026). https://pith.science/paper/V76ATU5R
@misc{pith2026260801522,
author = {Pith},
title = {Pith review of: Question Begets Question: Self-Evolving Curriculum for Reinforcement Fine-Tuning on Competition Mathematics},
year = {2026},
howpublished = {\url{https://pith.science/paper/V76ATU5R}},
note = {Machine review of arXiv:2608.01522}
}
read the original abstract
Teaching a language model a skill it has not mastered is obstructed by three recurring difficulties: training data is scarce, ground-truth reasoning traces are usually unavailable, and models often exhibit an apparent ceiling beyond which additional data yields no further improvement. We study these difficulties in a controlled setting, fine-tuning Qwen2.5-Math-7B on competition mathematics (AIME), a task on which it initially solves only 5.6\% of problems (pass@1). To address data scarcity, we introduce Question-begets-Question (QbQ), a scalable procedure in which a teacher transforms existing problems into diverse variants that probe the same underlying skills; to model the absence of oracle reasoning, we train exclusively via reinforcement learning on problem statements and final answers, never on teacher reasoning traces. Static training on such data, however, plateaus well short of the task: real-plus-synthetic augmentation and non-curriculum QbQ generated synthetic data training cap pass@1 at 12.5\% and 14.5\% respectively, despite large increases in data. Our central finding is that this ceiling is not intrinsic to the model. We propose a self-evolving curriculum that, each round, evaluates the current checkpoint, seeds QbQ from the problems it can mostly get right, and trains on the resulting variants; under an identical data budget, this breaks the ceiling and lifts pass@1 to 16.5\% with no sign of saturation after 20 rounds. Counterintuitively, we find that models improve when trained on variants of problems they can mostly get right, and that models trained this way go on to solve harder problems never seen during training.
Figures
Reference graph
Works this paper leans on
-
[1]
Art of Problem Solving . 2024 a . AIME Problems and Solutions. Art of Problem Solving Wiki, https://artofproblemsolving.com/wiki/index.php/AIME_Problems_and_Solutions. Accessed 2026-07-29
work page 2024
-
[2]
Art of Problem Solving . 2024 b . USAMO Problems and Solutions. Art of Problem Solving Wiki, https://artofproblemsolving.com/wiki/index.php/USAMO_Problems_and_Solutions. Accessed 2026-07-29
work page 2024
-
[3]
Y.; Kim, H.; Nam, J.; and Kwak, D
Bae, S.; Hong, J.; Lee, M. Y.; Kim, H.; Nam, J.; and Kwak, D. 2026. Online Difficulty Filtering for Reasoning Oriented Reinforcement Learning. arXiv:2504.03380
arXiv 2026
-
[4]
Cai, P.; Fang, T.; Li, X.; Zeng, Q.; Li, G.; and Chen, J. 2026. Curriculum Reinforcement Learning Can Incentivize Reasoning Capacity in LLMs Beyond the Base Model. arXiv:2606.22317
work page Pith review arXiv 2026
-
[5]
Chen, J. C.-Y.; Peng, B. X.; Choubey, P. K.; Huang, K.-H.; Zhang, J.; Bansal, M.; and Wu, C.-S. 2026 a . Nudging the Boundaries of LLM Reasoning. arXiv:2509.25666
arXiv 2026
-
[6]
Chen, J. C.-Y.; Prasad, A.; Khan, Z.; Singh, J.; Tian, R.; Stengel-Eskin, E.; and Bansal, M. 2026 b . Cog-DRIFT: Exploration on Adaptively Reformulated Instances Enables Learning from Hard Reasoning Problems. arXiv:2604.04767
work page Pith review arXiv 2026
-
[7]
Chen, X.; Lu, J.; Kim, M.; Zhang, D.; Tang, J.; Piché, A.; Gontier, N.; Bengio, Y.; and Kamalloo, E. 2025. Self-Evolving Curriculum for LLM Reasoning. arXiv:2505.14970
arXiv 2025
-
[8]
Cobbe, K.; Kosaraju, V.; Bavarian, M.; Chen, M.; Jun, H.; Kaiser, L.; Plappert, M.; Tworek, J.; Hilton, J.; Nakano, R.; Hesse, C.; and Schulman, J. 2021. Training Verifiers to Solve Math Word Problems. arXiv:2110.14168
arXiv 2021
Show all 42 references
-
[9]
Cui, G.; Zhang, Y.; Chen, J.; Yuan, L.; Wang, Z.; Zuo, Y.; Li, H.; Fan, Y.; Chen, H.; Chen, W.; Liu, Z.; Peng, H.; Bai, L.; Ouyang, W.; Cheng, Y.; Zhou, B.; and Ding, N. 2025. The Entropy Mechanism of Reinforcement Learning for Reasoning Language Models. arXiv:2505.22617
2025 arXiv
-
[10]
Dahl, M.; Magesh, V.; Suzgun, M.; and Ho, D. E. 2024. Large Legal Fictions: Profiling Legal Hallucinations in Large Language Models. arXiv:2401.01301
2024 arXiv
-
[11]
Glazer, E.; Erdil, E.; Besiroglu, T.; Chicharro, D.; Chen, E.; Gunning, A.; Olsson, C. F.; Denain, J.-S.; Ho, A.; de Oliveira Santos, E.; Järviniemi, O.; Barnett, M.; Sandler, R.; Vrzala, M.; Sevilla, J.; Ren, Q.; Pratt, E.; Levine, L.; Barkley, G.; Stewart, N.; Grechuk, B.; G...
2025 arXiv
-
[12]
E.; Ré, C.; Chilton, A.; Narayana, A.; Chohlas-Wood, A.; Peters, A.; Waldon, B.; Rockmore, D
Guha, N.; Nyarko, J.; Ho, D. E.; Ré, C.; Chilton, A.; Narayana, A.; Chohlas-Wood, A.; Peters, A.; Waldon, B.; Rockmore, D. N.; Zambrano, D.; Talisman, D.; Hoque, E.; Surani, F.; Fagan, F.; Sarfaty, G.; Dickinson, G. M.; Porat, H.; Hegland, J.; Wu, J.; Nudell, J.; Niklaus, J.; ...
2023 arXiv
-
[13]
Guo, J.; and Ding, S. 2026. Do Larger Models Really Win in Drug Discovery? A Benchmark Assessment of Model Scaling in AI-Driven Molecular Property and Activity Prediction. arXiv:2604.26498
2026 arXiv
-
[14]
Hendrycks, D.; Burns, C.; Kadavath, S.; Arora, A.; Basart, S.; Tang, E.; Song, D.; and Steinhardt, J. 2021. Measuring Mathematical Problem Solving With the MATH Dataset. arXiv:2103.03874
2021 arXiv
-
[15]
J.; Shen, Y.; Wallis, P.; Allen-Zhu, Z.; Li, Y.; Wang, S.; Wang, L.; and Chen, W
Hu, E. J.; Shen, Y.; Wallis, P.; Allen-Zhu, Z.; Li, Y.; Wang, S.; Wang, L.; and Chen, W. 2021. LoRA: Low-Rank Adaptation of Large Language Models. arXiv:2106.09685
2021 arXiv
-
[16]
Huang, C.; Yu, W.; Wang, X.; Zhang, H.; Li, Z.; Li, R.; Huang, J.; Mi, H.; and Yu, D. 2026 a . R-Zero: Self-Evolving Reasoning LLM from Zero Data. arXiv:2508.05004
2026 arXiv
-
[17]
Huang, Y.; Wen, Z.; Chi, Y.; Wei, Y.; Singh, A.; Liang, Y.; and Chen, Y. 2026 b . On the Emergence of Implicit Curriculum in RLVR Learning Dynamics. arXiv:2602.14872
2026 arXiv
-
[18]
IMO Foundation . 2024. International Mathematical Olympiad. https://www.imo-official.org/. Accessed 2026-07-29
2024
-
[19]
Karger, E.; Bastani, H.; Yueh-Han, C.; Jacobs, Z.; Halawi, D.; Zhang, F.; and Tetlock, P. E. 2025. ForecastBench: A Dynamic Benchmark of AI Forecasting Capabilities. arXiv:2409.19839
2025 arXiv
-
[20]
Khan, Z.; Stengel-Eskin, E.; Prasad, A.; Cho, J.; and Bansal, M. 2025. Executable Functional Abstractions: Inferring Generative Programs for Advanced Math Problems. arXiv:2504.09763
2025 arXiv
-
[21]
F.; and Hachiuma, R
Lee, B.-K.; Lu, X.; Diao, S.; Kang, M.; Muralidharan, S.; Sapra, K.; Tao, A.; Molchanov, P.; Choi, Y.; Wang, Y.-C. F.; and Hachiuma, R. 2026. Zone of Proximal Policy Optimization: Teacher in Prompts, Not Gradients. arXiv:2606.18216
2026 arXiv
-
[22]
N.; Guo, Z.; and Chen, W
Liang, X.; Li, Z.; Gong, Y.; Shen, Y.; Wu, Y. N.; Guo, Z.; and Chen, W. 2025 a . Beyond Pass@1: Self-Play with Variational Problem Synthesis Sustains RLVR. arXiv:2508.14029
2025
-
[23]
N.; and Chen, W
Liang, X.; Li, Z.-Z.; Gong, Y.; Wang, Y.; Zhang, H.; Shen, Y.; Wu, Y. N.; and Chen, W. 2025 b . SwS: Self-aware Weakness-driven Problem Synthesis in Reinforcement Learning for LLM Reasoning. arXiv:2506.08989
2025 arXiv
-
[24]
Lightman, H.; Kosaraju, V.; Burda, Y.; Edwards, H.; Baker, B.; Lee, T.; Leike, J.; Schulman, J.; Sutskever, I.; and Cobbe, K. 2023. Let's Verify Step by Step. arXiv:2305.20050
2023 arXiv
-
[25]
Lin, J. 2026. Self-Improvement Can Self-Regress: The Rise-and-Collapse Failure Mode of LLM Self-Training. arXiv:2606.21090
2026 arXiv
-
[26]
Liu, H.; Zhang, Y.; Luo, Y.; and Yao, A. C.-C. 2024. Augmenting Math Word Problems via Iterative Question Composing. arXiv:2401.09003
2024 arXiv
-
[27]
Liu, M.; Diao, S.; Lu, X.; Hu, J.; Dong, X.; Choi, Y.; Kautz, J.; and Dong, Y. 2025. ProRL: Prolonged Reinforcement Learning Expands Reasoning Boundaries in Large Language Models. arXiv:2505.24864
2025 arXiv
-
[28]
Luo, X.; Huang, Y.; Guo, K.; He, P.; Zou, C.; Hua, T.; and Zhang, X. 2026. Learning from Synthetic Data without Model Collapse in Iterative Instruction Tuning. arXiv:2607.17043
2026 arXiv
-
[29]
Mahrooghi, I.; Lotfi, A.; and Abbe, E. 2026. Goldilocks RL: Tuning Task Difficulty to Escape Sparse Rewards for Reasoning. arXiv:2602.14868
2026 arXiv
-
[30]
Petrov, I.; Dekoninck, J.; Baltadzhiev, L.; Drencheva, M.; Minchev, K.; Balunović, M.; Jovanović, N.; and Vechev, M. 2025. Proof or Bluff? Evaluating LLMs on 2025 USA Math Olympiad. arXiv:2503.21934
2025 arXiv
-
[31]
Röpke, W.; Coward, S.; Lupu, A.; Foster, T.; Rocktäschel, T.; and Foerster, J. 2026. D\'ej\`aQ: Open-Ended Evolution of Diverse, Learnable and Verifiable Problems. arXiv:2601.01931
2026
-
[32]
K.; Wu, Y.; and Guo, D
Shao, Z.; Wang, P.; Zhu, Q.; Xu, R.; Song, J.; Bi, X.; Zhang, H.; Zhang, M.; Li, Y. K.; Wu, Y.; and Guo, D. 2024. DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models. arXiv:2402.03300
2024 arXiv
-
[33]
Shi, T.; Wu, Y.; Song, L.; Zhou, T.; and Zhao, J. 2026. Efficient Reinforcement Finetuning via Adaptive Curriculum Learning. arXiv:2504.05520
2026 arXiv
-
[34]
Stockman, S.; Lawson, D.; and Werner, M. 2026. EarthquakeNPP: A Benchmark for Earthquake Forecasting with Neural Point Processes. arXiv:2410.08226
2026
-
[35]
A.; Di Giacomo, D.; Bond \'a r, I.; Engdahl, E
Storchak, D. A.; Di Giacomo, D.; Bond \'a r, I.; Engdahl, E. R.; Harris, J.; Lee, W. H. K.; Villase \ n or, A.; and Bormann, P. 2013. Public Release of the ISC-GEM Global Instrumental Earthquake Catalogue (1900--2009). Seismological Research Letters, 84(5): 810--815
2013
-
[36]
Sundaram, S.; Quan, J.; Kwiatkowski, A.; Ahuja, K.; Ollivier, Y.; and Kempe, J. 2026. Teaching Models to Teach Themselves: Reasoning at the Edge of Learnability. arXiv:2601.18778
2026 arXiv
-
[37]
Tsoukalas, G.; Lee, J.; Jennings, J.; Xin, J.; Ding, M.; Jennings, M.; Thakur, A.; and Chaudhuri, S. 2024. PutnamBench: Evaluating Neural Theorem-Provers on the Putnam Mathematical Competition. arXiv:2407.11214
2024 arXiv
-
[38]
K.; Rosin, C
Wang, J.; Zheng, Y.; Bao, L.; Zhang, H.; Zheng, Q.; Chen, Y.; Zhang, Y.; Feng, M.; Khan, M.; Sehgal, A. K.; Rosin, C. D.; Paturi, R.; Dube, U.; and Bergen, L. 2026. CT Open: An Open-Access, Uncontaminated, Live Platform for the Open Challenge of Clinical Trial Outcome Predicti...
2026 arXiv
-
[39]
T.; Li, Z.; Weller, A.; and Liu, W
Yu, L.; Jiang, W.; Shi, H.; Yu, J.; Liu, Z.; Zhang, Y.; Kwok, J. T.; Li, Z.; Weller, A.; and Liu, W. 2024. MetaMath: Bootstrap Your Own Mathematical Questions for Large Language Models. arXiv:2309.12284
2024 arXiv
-
[40]
Yuan, S.; Chen, J.; Zheng, J.; Li, M.; Feng, L.; Wang, D.; Xiang, T.; Liu, T.; and An, B. 2026. Understanding Diversity Collapse in RLVR via the Lens of Overtraining. arXiv:2606.15455
2026
-
[41]
Yue, Y.; Chen, Z.; Lu, R.; Zhao, A.; Wang, Z.; Yue, Y.; Song, S.; and Huang, G. 2025. Does Reinforcement Learning Really Incentivize Reasoning Capacity in LLMs Beyond the Base Model? arXiv:2504.13837
2025 arXiv
-
[42]
Zhang, R.; Li, R.; Ma, Z.; Qiu, W.; Tao, C.; Wang, Y.; and Chu, X. 2026. D ^2 Evo: Dual Difficulty-Aware Self-Evolution for Data-Efficient Reinforcement Learning. arXiv:2605.17037
2026 arXiv
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.