andyjzhao commited on
Commit
2f53b8b
·
verified ·
1 Parent(s): 938d00a

Upload folder using huggingface_hub

Browse files
Files changed (32) hide show
  1. iclr26/3MifB0f7qR/appendix_chunks.jsonl +100 -0
  2. iclr26/3MifB0f7qR/appendix_text_v3.txt +299 -0
  3. iclr26/3MifB0f7qR/assets.json +200 -0
  4. iclr26/3MifB0f7qR/assets/_page_0_Figure_6.jpeg +3 -0
  5. iclr26/3MifB0f7qR/assets/_page_18_Figure_5.jpeg +3 -0
  6. iclr26/3MifB0f7qR/assets/_page_19_Figure_8.jpeg +3 -0
  7. iclr26/3MifB0f7qR/assets/_page_1_Figure_1.jpeg +3 -0
  8. iclr26/3MifB0f7qR/assets/_page_20_Figure_1.jpeg +3 -0
  9. iclr26/3MifB0f7qR/assets/_page_20_Figure_7.jpeg +3 -0
  10. iclr26/3MifB0f7qR/assets/_page_21_Figure_1.jpeg +3 -0
  11. iclr26/3MifB0f7qR/assets/_page_21_Figure_3.jpeg +3 -0
  12. iclr26/3MifB0f7qR/assets/_page_21_Figure_5.jpeg +3 -0
  13. iclr26/3MifB0f7qR/assets/_page_21_Figure_7.jpeg +3 -0
  14. iclr26/3MifB0f7qR/assets/_page_22_Figure_1.jpeg +3 -0
  15. iclr26/3MifB0f7qR/assets/_page_22_Figure_3.jpeg +3 -0
  16. iclr26/3MifB0f7qR/assets/_page_23_Figure_1.jpeg +3 -0
  17. iclr26/3MifB0f7qR/assets/_page_24_Figure_1.jpeg +3 -0
  18. iclr26/3MifB0f7qR/assets/_page_2_Figure_1.jpeg +3 -0
  19. iclr26/3MifB0f7qR/assets/_page_7_Figure_1.jpeg +3 -0
  20. iclr26/3MifB0f7qR/assets/_page_7_Figure_3.jpeg +3 -0
  21. iclr26/3MifB0f7qR/chunks_v3_anonymized.jsonl +0 -0
  22. iclr26/3MifB0f7qR/dataset_meta.json +64 -0
  23. iclr26/3MifB0f7qR/main_body_chunks.jsonl +77 -0
  24. iclr26/3MifB0f7qR/marker_meta.json +2151 -0
  25. iclr26/3MifB0f7qR/model_text_v3.txt +230 -0
  26. iclr26/3MifB0f7qR/paper.blocks.json +0 -0
  27. iclr26/3MifB0f7qR/paper.md +647 -0
  28. iclr26/3MifB0f7qR/parse_report.json +77 -0
  29. iclr26/3MifB0f7qR/reference_chunks.jsonl +10 -0
  30. iclr26/3MifB0f7qR/reference_text_v3.txt +29 -0
  31. iclr26/3MifB0f7qR/sanitization_report.json +60 -0
  32. iclr26/3MifB0f7qR/sanitized_v3.txt +350 -0
iclr26/3MifB0f7qR/appendix_chunks.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0087", "section": "A THE USE OF LARGE LANGUAGE MODELS (LLMS)", "page_start": 14, "page_end": 14, "type": "Text", "text": "The Large Language Models (LLMs) were exclusively utilized to polish the writing and detect potential typos, with no involvement in other aspects.", "source": "marker_v2", "marker_block_id": "/page/13/Text/2"}
2
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0088", "section": "B.1 RLVR ALGORITHMS", "page_start": 14, "page_end": 14, "type": "Text", "text": "We have employed the GRPO algorithm enhanced with a subset of DAPO techniques. Primarily, we have integrated DAPO's Dynamic Sampling Trick and eliminated the KL divergence term, resulting in an optimization objective that is:", "source": "marker_v2", "marker_block_id": "/page/13/Text/5"}
3
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0089", "section": "B.1 RLVR ALGORITHMS", "page_start": 14, "page_end": 14, "type": "Equation", "text": "\\begin{split} \\mathcal{J}(\\theta) &= & \\mathbb{E}_{q \\sim \\mathcal{D}, \\{o_i\\}_{i=1}^G \\sim \\pi_{\\theta_{\\text{old}}}(\\cdot|q)} \\\\ & \\left[ \\frac{1}{G} \\sum_{i=1}^G \\frac{1}{|o_i|} \\sum_{t=1}^{|o_i|} \\min\\left(r_{i,t}(\\theta) \\hat{A}_{i,t}, \\, \\text{clip}\\Big(r_{i,t}(\\theta), 1-\\varepsilon, 1+\\varepsilon\\Big) \\hat{A}_{i,t}\\Big) \\right] \\\\ & \\text{s.t.} \\quad 0 < \\#\\Big\\{o_i \\mid [o_i \\text{ is correct}]\\}\\Big\\} < G, \\end{split} \\tag{1}", "source": "marker_v2", "marker_block_id": "/page/13/Equation/6"}
4
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0090", "section": "B.1 RLVR ALGORITHMS", "page_start": 14, "page_end": 14, "type": "Text", "text": "where", "source": "marker_v2", "marker_block_id": "/page/13/Text/7"}
5
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0091", "section": "B.1 RLVR ALGORITHMS", "page_start": 14, "page_end": 14, "type": "Equation", "text": "r_{i,t}(\\theta) = \\frac{\\pi_{\\theta}(o_{i,t} \\mid q, o_{i, < t})}{\\pi_{\\theta_{\\text{old}}}(o_{i,t} \\mid q, o_{i, < t})}, \\quad \\hat{A}_{i,t} = \\frac{R_i - \\text{mean}(\\{R_i\\}_{i=1}^G)}{\\text{std}(\\{R_i\\}_{i=1}^G)}. (2)", "source": "marker_v2", "marker_block_id": "/page/13/Equation/8"}
6
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0092", "section": "B.1 RLVR ALGORITHMS", "page_start": 14, "page_end": 14, "type": "Text", "text": "Our reward function R mirrors that of DeepScaleR (Luo et al., 2025b), employing an Outcome Reward Model. It returns 1 if and only if both the answer and format are correct; otherwise, it returns 0. In summary, our reward function yields:", "source": "marker_v2", "marker_block_id": "/page/13/Text/9"}
7
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0093", "section": "B.1 RLVR ALGORITHMS", "page_start": 14, "page_end": 14, "type": "Equation", "text": "R = \\begin{cases} 1, & \\text{if the answer (e.g. passes basic LaTeX/Sympy checks)} \\\\ & \\text{and format (e.g. exists and ) are both correct,} \\\\ 0, & \\text{otherwise.} \\end{cases} (3)", "source": "marker_v2", "marker_block_id": "/page/13/Equation/10"}
8
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0094", "section": "B.2 LOW-VARIANCE PASS@K ESTIMATION", "page_start": 14, "page_end": 14, "type": "Text", "text": "Pass@k is a measure of a model's problem - solving ability, indicating the probability that the model can generate at least one correct solution in k attempts. Specifically, for each problem x_i in the evaluation dataset \\mathcal{D} , we generate n samples (where n \\geq k ) and count the correct ones as c_i . The direct calculation formula is:", "source": "marker_v2", "marker_block_id": "/page/13/Text/12"}
9
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0095", "section": "B.2 LOW-VARIANCE PASS@K ESTIMATION", "page_start": 14, "page_end": 14, "type": "Equation", "text": "\\operatorname{pass}@k := \\mathbb{E}_{x_i \\sim \\mathcal{D}} \\left[ 1 - \\left( 1 - \\frac{c_i}{n} \\right)^k \\right] \\tag{4}", "source": "marker_v2", "marker_block_id": "/page/13/Equation/13"}
10
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0096", "section": "B.2 LOW-VARIANCE PASS@K ESTIMATION", "page_start": 14, "page_end": 14, "type": "Text", "text": "However, this formula has excessive variance and insufficient accuracy. To solve this problem, we adopt the unbiased estimation method proposed by Chen et al. (Chen et al., 2021), using the unbiased estimator of pass@k over the dataset:", "source": "marker_v2", "marker_block_id": "/page/13/Text/14"}
11
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0097", "section": "B.2 LOW-VARIANCE PASS@K ESTIMATION", "page_start": 14, "page_end": 14, "type": "Equation", "text": "\\operatorname{pass}@k := \\mathbb{E}_{x_i \\sim \\mathcal{D}} \\left[ 1 - \\frac{\\binom{n - c_i}{k}}{\\binom{n}{k}} \\right] \\tag{5}", "source": "marker_v2", "marker_block_id": "/page/13/Equation/15"}
12
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0098", "section": "B.2 LOW-VARIANCE PASS@K ESTIMATION", "page_start": 14, "page_end": 14, "type": "Text", "text": "In our experiments, to ensure sufficient accuracy, we set n such that 2k \\le n , which helps further reduce the variance of the estimate.", "source": "marker_v2", "marker_block_id": "/page/13/Text/16"}
13
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0099", "section": "B.3 MORE RELATED WORKS", "page_start": 14, "page_end": 14, "type": "Text", "text": "Recent studies show that RL algorithms, such as PPO (Schulman et al., 2017) and GRPO (Guo et al., 2025), can greatly enhance model reasoning capabilities. Building on this, several works have refined this paradigm from different perspectives. One method can be adjusting the reward function. Some studies (Zhu et al., 2025; Shao et al., 2025) directly modify the reward function to improve training efficiency. Other methods introduced intermediate process rewards (Wang et al., 2024; Malik et al., 2025), while Wen et al. (Wen et al., 2025) set up a separate correctness judgment for CoT to obtain rewards.", "source": "marker_v2", "marker_block_id": "/page/13/Text/18"}
14
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0100", "section": "B.3 MORE RELATED WORKS", "page_start": 15, "page_end": 15, "type": "Text", "text": "Another novel perspective aims to improve sample efficiency by measuring certainty. For example, TreeRL (Hou et al., 2025) and VinePPO (Kazemnejad et al., 2025) enhanced sample effects by introducing entropy or confidence. MRT (Qu et al., 2025), on the other hand, reused partial trajectories during testing to boost sample efficiency. R3 (Xi et al., 2024) improves RL sample efficiency by decomposing human solution steps and providing preceding steps to guide the model in completing subsequent ones. Further, some research adopted a multi-stage training or reasoning mode, exploring from different angles such as training length (Luo et al., 2025b), question difficulty (Parashar et al., 2025), and fixed-length summaries during reasoning (Yan et al., 2025).", "source": "marker_v2", "marker_block_id": "/page/14/Text/1"}
15
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0101", "section": "B.3 MORE RELATED WORKS", "page_start": 15, "page_end": 15, "type": "Text", "text": "In addition to designing better algorithms, another line of research (Shao et al., 2024; Yue et al., 2025; Zhao et al., 2025) has investigated how reinforcement learning affects the frontier of model capabilities, observing a decay in pass@k when k becomes large. In response to this phenomenon, some works (Yu et al., 2025; Liu et al., 2025; An et al., 2025) maintained entropy stability by adjusting training entropy through methods such as increasing the clipping upper bound, enlarging the temperature coefficient, extending the training length, and periodically updating the KL reference model. StepHint (Zhang et al., 2025) also preserved entropy stability by leveraging intermediate thinking content of iterative length as a prompting signal.", "source": "marker_v2", "marker_block_id": "/page/14/Text/2"}
16
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0102", "section": "B.3 MORE RELATED WORKS", "page_start": 15, "page_end": 15, "type": "Text", "text": "In contrast to the aforementioned research, our work adopts an orthogonal approach by using part of the ground-truth solution as a hint, without requiring any modifications to the existing reinforcement learning infrastructure. We provide both theoretical justification and empirical evidence that this strategy maintains pass@k without compromising the exploratory capacity of the underlying reinforcement learning algorithm.", "source": "marker_v2", "marker_block_id": "/page/14/Text/3"}
17
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0103", "section": "B.4 BENCHMARKS", "page_start": 15, "page_end": 15, "type": "Text", "text": "We evaluate the models' breadth across various tasks in multiple domains, including mathematics, coding, reasoning, and logical inference. For mathematics, we follow DeepScaleR (Luo et al., 2025b) and Nemotron (Moshkov et al., 2025), and conduct assessments on more challenging mathematical datasets such as AIME2024 (MAA, 2024), AIME2025 (MAA, 2025), Olympiad Bench (He et al., 2024), HMMT FEB 25 (hmm, 2025), and BRUMO25 (bru, 2025). Specifically, HMMT25 Feb and BRUMO25 are both sourced from MathArena (Balunović et al., 2025). In the realm of coding, we utilize commonly employed datasets, including Code Contests (Li et al., 2022), Codeforces<sup>1</sup>, and LCB V5 202410-202502 (Jain et al., 2024). For logical reasoning tasks, we assess our models' capabilities using GPQA Diamond (Rein et al., 2023) <sup>2</sup> and Zebraliogic (Lin et al., 2025). The benchmarks related to coding and logical reasoning are all referenced from AReaL (Fu et al., 2025).", "source": "marker_v2", "marker_block_id": "/page/14/Text/5"}
18
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0104", "section": "B.5 TRAINING DATASET", "page_start": 15, "page_end": 15, "type": "Text", "text": "The dataset employed in our study is OpenR1-Math-220K (Open-R1 Team, 2025). Prior to commencing the training of the Partial Solution, we conducted a preliminary screening of the dataset. Specifically, we utilized the DeepSeek-R1-Distill-1.5B (Guo et al., 2025) model to perform eight inference operations on each of the 220k data entries in the OpenR1 dataset. Subsequently, we compared the annotated answers in the OpenR1 dataset with the results generated from each inference to tally the number of correct instances for each data entry. Ultimately, we selected the data entries with 0 or 1 correct instance as the training samples for our study. The final dataset size is 26K.", "source": "marker_v2", "marker_block_id": "/page/14/Text/7"}
19
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0105", "section": "B.5 TRAINING DATASET", "page_start": 15, "page_end": 15, "type": "Text", "text": "For controlled comparisons, we further split this 26K subset by re-sampling Nemotron-1.5B eight times per item and counting correct completions. We define Easy Data as questions with correct counts in [7,8] and train a model on this split, denoted <code>Easy-Nemotron-1.5B</code>. Similarly, we define Hard Data as questions with correct counts in [0,1] and train <code>Hard-Nemotron-1.5B</code> on this split.", "source": "marker_v2", "marker_block_id": "/page/14/Text/8"}
20
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0106", "section": "B.5 TRAINING DATASET", "page_start": 15, "page_end": 15, "type": "Text", "text": "Additionally, for the augmented data, we perform eight inference passes using the model currently under training. We then select samples for which the number of correct predictions falls within the range of [0,4]. This criterion is motivated by the finding that samples exhibiting higher variance are more beneficial for training (Gao et al., 2025; Wang et al., 2025b). The range [0,4] is chosen because it includes the point of maximum sample variance, which is achieved with four correct predictions out of eight trials. For convenience, we refer to augmented data with partial ratio p as Partial-p data.", "source": "marker_v2", "marker_block_id": "/page/14/Text/9"}
21
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0107", "section": "B.5 TRAINING DATASET", "page_start": 15, "page_end": 15, "type": "Footnote", "text": "1", "source": "marker_v2", "marker_block_id": "/page/14/Footnote/10"}
22
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0108", "section": "B.5 TRAINING DATASET", "page_start": 15, "page_end": 15, "type": "Footnote", "text": "& lt;sup>2</sup>In the GPQA Diamond dataset, multiple-choice questions are presented in the form of options rather than directly providing the answer, requiring the model to output only A, B, C, or D.", "source": "marker_v2", "marker_block_id": "/page/14/Footnote/11"}
23
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0109", "section": "B.6 THE RATIONALE FOR THE CHOICE OF p", "page_start": 16, "page_end": 16, "type": "TableGroup", "text": "Table 5: Number of problems vs pass rate under different hint levels on OpenMath-Nemotron-1.5B before training. We evaluated OpenMath-Nemotron-1.5B on the OpenR1 dataset after the first round of filtering, with each problem assessed 8 times. The table illustrates the distribution of correct answers (n) where n ∈ {0, 1, . . . , 8}. Hint Levels 0 / 8 1 / 8 2 / 8 3 / 8 4 / 8 5 / 8 6 / 8 7 / 8 8 / 8 Partial-50 143 224 304 472 710 1013 1779 3655 17741 Partial-25 3155 1997 1814 1785 1902 2175 2614 3440 7159 Partial-10 3589 2090 1865 1842 1905 2176 2653 3415 6506 Partial-0 3812 2218 1854 1842 2007 2136 2517 3264 6391", "source": "marker_v2", "marker_block_id": "/page/15/TableGroup/271"}
24
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0110", "section": "B.6 THE RATIONALE FOR THE CHOICE OF p", "page_start": 16, "page_end": 16, "type": "Text", "text": "In this study, we evaluated the performance of OpenMath-Nemotron-1.5B on the OpenR1 dataset under various hint levels. The evaluation was performed after the first round of filtering, and each problem was assessed 8 times to capture the predictive distribution. The resulting table (Table 5) shows the distribution of correct answers across different hint levels, where the values represent the number of times the model answered correctly (n ∈ {0, 1, . . . , 8}).", "source": "marker_v2", "marker_block_id": "/page/15/Text/4"}
25
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0111", "section": "B.6 THE RATIONALE FOR THE CHOICE OF p", "page_start": 16, "page_end": 16, "type": "Text", "text": "The selection of the hint parameter p was primarily based on these evaluation results. As shown in the table, the performance with a Partial-50 hint significantly reduces task difficulty, as evidenced by the high pass rates across most levels. In contrast, Partial-25 (25% hint) exhibits a performance pattern similar to that of the no-hint scenario (Partial-0), with only marginal differences in task difficulty.", "source": "marker_v2", "marker_block_id": "/page/15/Text/5"}
26
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0112", "section": "B.6 THE RATIONALE FOR THE CHOICE OF p", "page_start": 16, "page_end": 16, "type": "Text", "text": "This minimal difference in difficulty between Partial-0 and Partial-25 suggests that training with Partial-25 does not provide substantial gains compared to Partial-0. Consequently, we adopted a stepwise design in which the hint level is first set to p = 50%, followed by p = 25%, to evaluate the model's performance under varying conditions.", "source": "marker_v2", "marker_block_id": "/page/15/Text/6"}
27
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0113", "section": "B.7 EVALUATION SETUP", "page_start": 16, "page_end": 16, "type": "Text", "text": "We configured the models to have a maximum generation length of 32,768 tokens. In line with DeepSeek-R1 (Guo et al., 2025) , we utilized pass@k evaluation (Chen et al., 2021) , with the formula detailed in B.2. We reported pass@1 using a non-zero temperature. Specifically, we used a sampling temperature of 0.7 and a top-p value of 0.95 to generate k responses per question, typically set at 32, with deviations explicitly noted. Particular attention should be paid to the fact that, although we incorporated partial Solution during training, it was not included in the evaluation phase.", "source": "marker_v2", "marker_block_id": "/page/15/Text/8"}
28
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0114", "section": "DeepScaleR Others' Inference", "page_start": 16, "page_end": 16, "type": "Text", "text": "<|User|>{input}", "source": "marker_v2", "marker_block_id": "/page/15/Text/12"}
29
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0115", "section": "DeepScaleR Others' Inference", "page_start": 16, "page_end": 16, "type": "Text", "text": "Please reason step by step, and put your final answer within \\boxed{}.<|Assistant|><think>", "source": "marker_v2", "marker_block_id": "/page/15/Text/13"}
30
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0116", "section": "Nemotrion Coding's Inference", "page_start": 16, "page_end": 16, "type": "Text", "text": "<|im_start|>user", "source": "marker_v2", "marker_block_id": "/page/15/Text/15"}
31
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0117", "section": "Nemotrion Coding's Inference", "page_start": 16, "page_end": 16, "type": "Text", "text": "{input}", "source": "marker_v2", "marker_block_id": "/page/15/Text/16"}
32
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0118", "section": "Nemotrion Coding's Inference", "page_start": 16, "page_end": 16, "type": "Text", "text": "<|im_end|> <|im_start|>assistant", "source": "marker_v2", "marker_block_id": "/page/15/Text/17"}
33
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0119", "section": "Nemotrion Coding's Inference", "page_start": 16, "page_end": 16, "type": "Text", "text": "<think>", "source": "marker_v2", "marker_block_id": "/page/15/Text/18"}
34
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0120", "section": "Nemotrion Others' Inference", "page_start": 16, "page_end": 16, "type": "Text", "text": "<|im_start|>system", "source": "marker_v2", "marker_block_id": "/page/15/Text/20"}
35
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0121", "section": "Nemotrion Others' Inference", "page_start": 16, "page_end": 16, "type": "Text", "text": "Please reason step by step, and put your final answer within \\boxed{}.<|im_end|> <|im_start|>user", "source": "marker_v2", "marker_block_id": "/page/15/Text/21"}
36
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0122", "section": "Nemotrion Others' Inference", "page_start": 17, "page_end": 17, "type": "Text", "text": "{input}<lim_endl> <lim_startl>assistant", "source": "marker_v2", "marker_block_id": "/page/16/Text/1"}
37
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0123", "section": "Training prompt with partial solutions (math RL)", "page_start": 17, "page_end": 17, "type": "Text", "text": "{Problem}", "source": "marker_v2", "marker_block_id": "/page/16/Text/3"}
38
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0124", "section": "Training prompt with partial solutions (math RL)", "page_start": 17, "page_end": 17, "type": "Text", "text": "## Hint: {Partial Solution}", "source": "marker_v2", "marker_block_id": "/page/16/Text/4"}
39
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0125", "section": "Training prompt with partial solutions (math RL)", "page_start": 17, "page_end": 17, "type": "Text", "text": "Please reason step by step, and put your final answer within \\boxed{}.", "source": "marker_v2", "marker_block_id": "/page/16/Text/5"}
40
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0126", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Text", "text": "Theorem 4.4 (Lower Bound on RL Learnability under Solution Inaccessibility). Given a probability threshold \\delta_p > 0 , if for every question q \\in \\mathcal{Q} , the model capacity set C(q, \\delta_p) does not intersect with the solution set \\mathcal{S}(q) , i.e.,", "source": "marker_v2", "marker_block_id": "/page/16/Text/8"}
41
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0127", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Equation", "text": "C(q, \\delta_n) \\cap \\mathcal{S}(q) = \\emptyset, \\quad \\forall q \\in \\mathcal{Q},", "source": "marker_v2", "marker_block_id": "/page/16/Equation/9"}
42
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0128", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Text", "text": "then under Assumption 4.3, when training RL for T steps with B samples per step such that TB = \\Theta(1/\\delta_p) , there is a constant probability that the RL algorithm will not update the model.", "source": "marker_v2", "marker_block_id": "/page/16/Text/10"}
43
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0129", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Text", "text": "Proof. Let p_{\\text{sol}} = \\sum_{\\tau^* \\in \\mathcal{S}(q)} P_{\\mu}(\\tau^*|q) denote the cumulative generation probability of any solution trajectory. By C(q, \\delta_p) \\cap \\mathcal{S}(q) = \\emptyset and Def 4.2:", "source": "marker_v2", "marker_block_id": "/page/16/Text/11"}
44
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0130", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Equation", "text": "p_{\\text{sol}} = \\sum_{\\tau^* \\in \\mathcal{S}(q)} P_{\\mu}(\\tau^*|q) < \\delta_p", "source": "marker_v2", "marker_block_id": "/page/16/Equation/12"}
45
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0131", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Text", "text": "For N=TB independent samples across T steps with batch size B, the probability of complete failure (no solution sampled) is:", "source": "marker_v2", "marker_block_id": "/page/16/Text/13"}
46
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0132", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Equation", "text": "\\mathbb{P}(\\text{failure}) = (1 - p_{\\text{sol}})^N > (1 - \\delta_p)^N", "source": "marker_v2", "marker_block_id": "/page/16/Equation/14"}
47
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0133", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Text", "text": "Given TB = \\Theta(1/\\delta_p) , we have:", "source": "marker_v2", "marker_block_id": "/page/16/Text/15"}
48
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0134", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Equation", "text": "(1 - \\delta_p)^N > (1 - \\delta_p)^{\\Theta(1/\\delta_p)} = \\Theta(1).", "source": "marker_v2", "marker_block_id": "/page/16/Equation/16"}
49
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0135", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Text", "text": "The last inequality follows from the fact that (1-x)^{1/x} > \\exp(-1/(1-x)) for x \\in (0,1) . By Assumption 4.3, if no solution is found, the model weights remain unchanged.", "source": "marker_v2", "marker_block_id": "/page/16/Text/17"}
50
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0136", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Text", "text": "Lemma C.1 (Upper Bound on Sampling Budget for Solution Given Hint). Given a question q \\in \\mathcal{Q} , if there exists a hint h_q for the question q (Def. 4.5), then if we perform TB = \\Theta(1/\\delta_p') = \\Theta(\\delta_p^\\epsilon/\\sqrt{\\delta_p}) i.i.d sampling over the initial model conditioned on (q, h_q) , we can find a valid solution with a constant probability.", "source": "marker_v2", "marker_block_id": "/page/16/Text/18"}
51
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0137", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Text", "text": "Proof. By Definition 4.5, we know:", "source": "marker_v2", "marker_block_id": "/page/16/Text/19"}
52
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0138", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Equation", "text": "1. P_{\\mu}(h_a|q) \\geq \\delta'_n", "source": "marker_v2", "marker_block_id": "/page/16/Equation/20"}
53
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0139", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Equation", "text": "2. \\exists s_q \\in \\mathcal{S}(q) : P_{\\mu}(s_q|(q,h_q)) \\geq \\delta_p'", "source": "marker_v2", "marker_block_id": "/page/16/Equation/21"}
54
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0140", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Text", "text": "With N = TB \\ge 10/\\delta'_p independent samples conditioned on (q, h_q) , the probability of not finding the solution s_q is:", "source": "marker_v2", "marker_block_id": "/page/16/Text/22"}
55
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0141", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Equation", "text": "\\mathbb{P}(\\text{no solution}) = (1 - P_{\\mu}(s_q|(q, h_q)))^N \\le (1 - \\delta_p')^{10/\\delta_p'} \\le \\exp(-10) < 0.01.", "source": "marker_v2", "marker_block_id": "/page/16/Equation/23"}
56
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0142", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Text", "text": "Therefore, \\mathbb{P}(\\text{finding solution}) > 0.99 .", "source": "marker_v2", "marker_block_id": "/page/16/Text/24"}
57
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0143", "section": "C.1 Proofs", "page_start": 17, "page_end": 17, "type": "Text", "text": "Theorem 4.6 (Informal Upper Bound on RL Learnability with Hint). If we have a hint h_q for every question q \\in \\mathcal{Q} (Def. 4.5), then there exists an RL algorithm that can output a policy \\pi_\\theta such that \\mathbb{E}_{q \\sim \\mathrm{Uniform}(\\mathcal{Q})}[\\mathbb{P}_{\\tau \\sim \\pi_\\theta(\\cdot|q)}(\\tau \\in \\mathcal{S}(q))] \\geq 0.99 with O(1/\\delta_p') sampling budget with high probability.", "source": "marker_v2", "marker_block_id": "/page/16/Text/25"}
58
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0144", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "This theorem is a direct corollary of the Theorem 5 regarding the bandit setup in (Mei et al., 2022). Because the setup here is relatively simple, we also present a detailed proof for this special case here. We first formalize our setup as follows:", "source": "marker_v2", "marker_block_id": "/page/17/Text/1"}
59
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0145", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "Assumption C.2 (Tabular RL with Hint). We consider the tabular RL setting with softmax policy parameterization. There exists a finite set of possible questions \\mathcal{Q} and a finite set of possible solutions \\mathcal{S} . For each question q \\in \\mathcal{Q} , there exists a hint h_q , which is a subset of solutions h_q \\subseteq \\mathcal{S} .", "source": "marker_v2", "marker_block_id": "/page/17/Text/2"}
60
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0146", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "The policy is parameterized by a |S| \\times |Q| matrix \\theta in the following way:", "source": "marker_v2", "marker_block_id": "/page/17/Text/3"}
61
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0147", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Equation", "text": "\\mu_{\\theta}(s|q) = \\frac{\\exp(\\theta_{s,q})}{\\sum_{s' \\in S} \\exp(\\theta_{s',q})}", "source": "marker_v2", "marker_block_id": "/page/17/Equation/4"}
62
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0148", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "Here the setup is different than the autoregressive setting in our experiments and simplify the model to a tabular setup for the simplicity of analysis. We now restate the assumption on the existence of hint in this setup.", "source": "marker_v2", "marker_block_id": "/page/17/Text/5"}
63
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0149", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "Assumption C.3 (Hint Existence, Formal Version of Definition 4.5). For each question q \\in \\mathcal{Q} , there exists a hint h_q \\subseteq \\mathcal{S} such that \\sum_{s \\in h_q} P_{\\mu}(s|q) \\ge \\delta'_p . Further, there exists a solution s_q \\in \\mathcal{S} such that P_{\\mu}(s_q|q) \\ge \\delta'_p \\sum_{s \\in h_q} P_{\\mu}(s|q) .", "source": "marker_v2", "marker_block_id": "/page/17/Text/6"}
64
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0150", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "RL Algorithm: We will first sample \\Theta(1/\\delta'_p) action based on the policy \\mu_\\theta conditioned on the question q and the hint h_q . Then we will do a one-step policy gradient update on our policy. Noted that here we can reach high reward within one step because the reward function is deterministic.", "source": "marker_v2", "marker_block_id": "/page/17/Text/7"}
65
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0151", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "Theorem C.4 (Formal Version of Theorem 4.6). Under Assumption C.2 and Assumption C.3, running 1 steps of policy gradient update with sampling budget \\Theta(1/\\delta'_{v}) , the learned policy achieves:", "source": "marker_v2", "marker_block_id": "/page/17/Text/8"}
66
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0152", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Equation", "text": "\\mathbb{E}_{q \\sim \\text{Uniform}(\\mathcal{Q})}[\\mathbb{P}_{\\tau \\sim \\mu_{\\theta}(\\cdot|q)}(\\tau \\in \\mathcal{S}(q))] \\geq 0.99", "source": "marker_v2", "marker_block_id": "/page/17/Equation/9"}
67
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0153", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "with probability 0.99.", "source": "marker_v2", "marker_block_id": "/page/17/Text/10"}
68
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0154", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "Proof. First, by Assumption C.3, for any question q, we have:", "source": "marker_v2", "marker_block_id": "/page/17/Text/11"}
69
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0155", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Equation", "text": "\\sum_{s \\in h_q} P_{\\mu}(s|q) \\geq \\delta_p \\quad \\text{and} \\quad \\exists s_q : P_{\\mu}(s_q|q) \\geq \\delta_p' \\sum_{s \\in h_q} P_{\\mu}(s|q)", "source": "marker_v2", "marker_block_id": "/page/17/Equation/12"}
70
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0156", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "With sampling budget N = \\Theta(|\\mathcal{Q}|/\\delta_p') , by Lemma C.1 and the union bound, we will find a solution s_q for every question q with probability at least 0.99. Suppose the found set of solutions for question q is S_q and all sampled solutions are s^{(1)}, \\ldots, s^{(N)} . Then because", "source": "marker_v2", "marker_block_id": "/page/17/Text/13"}
71
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0157", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Equation", "text": "\\nabla_{\\theta} \\log \\mu_{\\theta}(s|q) = e_s - \\sum_{s' \\in \\mathcal{S}} \\mu_{\\theta}(s'|q)e_{s'}", "source": "marker_v2", "marker_block_id": "/page/17/Equation/14"}
72
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0158", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "We have the policy gradient being", "source": "marker_v2", "marker_block_id": "/page/17/Text/15"}
73
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0159", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Equation", "text": "\\begin{aligned} \\text{PG}_{:,q} &= \\frac{1}{N} \\sum_{i=1}^{N} \\mathbf{1}[s^{(i)} \\in S_q] \\nabla_{\\theta} \\log \\mu_{\\theta}(s^{(i)}|q) \\\\ &= \\frac{1}{N} \\sum_{i=1}^{N} \\mathbf{1}[s^{(i)} \\in S_q] (e_{s^{(i)}} - \\sum_{s' \\in \\mathcal{S}} \\mu_{\\theta}(s'|q) e_{s'}) \\\\ &= \\frac{1}{N} \\sum_{i=1}^{N} \\mathbf{1}[s^{(i)} \\in S_q] e_{s^{(i)}} - \\left(\\frac{1}{N} \\sum_{i=1}^{N} \\mathbf{1}[s^{(i)} \\in S_q]\\right) \\left(\\sum_{s' \\in \\mathcal{S}} \\mu_{\\theta}(s'|q) e_{s'}\\right). \\end{aligned}", "source": "marker_v2", "marker_block_id": "/page/17/Equation/16"}
74
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0160", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "We can make two simple observations:", "source": "marker_v2", "marker_block_id": "/page/17/Text/17"}
75
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0161", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "ListGroup", "text": "1. For every s \\notin S_a , PG_{s,a} < 0 . 2. There exists a s^* \\in S_q such that PG_{s^*,q} > 0 .", "source": "marker_v2", "marker_block_id": "/page/17/ListGroup/169"}
76
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0162", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "Therefore, consider the updated parameters", "source": "marker_v2", "marker_block_id": "/page/17/Text/20"}
77
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0163", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Equation", "text": "\\theta'_{s,q} = \\theta_{s,q} + \\eta PG_{s,q}", "source": "marker_v2", "marker_block_id": "/page/17/Equation/21"}
78
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0164", "section": "C.1 Proofs", "page_start": 18, "page_end": 18, "type": "Text", "text": "If \\eta is large enough, we know that \\sum_{s \\in S_-} P_{\\mu_{\\theta'}}(s|q) \\ge 0.99 . This completes the proof.", "source": "marker_v2", "marker_block_id": "/page/17/Text/22"}
79
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0165", "section": "D.1 ABLATION STUDY WITHOUT HINT", "page_start": 19, "page_end": 19, "type": "TableGroup", "text": "Table 6: Ablation without hint on Nemotron-1.5B: Pass@1 (avg@32) on challenging maths benchmarks. \"QUESTA-Nemotron-1.5B w/o hint\" trains RL on the same data but removes hints from the prompt, while \"w/ hint\" uses partial-solution hints during training. With hints, the model improves all benchmarks and achieves a +2.82 average gain over w/o hint (63.26 vs. 60.44), on top of the improvements over the base model. The one using hint requires nearly half the number of steps compared to the one not using hint to achieve the same performance. Model AIME24 AIME25 HMMT FEB 25 Olympiad Bench BRUMO25 Avg Nemotron-1.5B 61.77 49.50 31.56 64.62 58.23 53.14 QUESTA-Nemotron-1.5B w/o hint (2K step) 69.48 59.79 38.85 68.05 66.04 60.44 QUESTA-Nemotron-1.5B w/ hint (1.1K step) 69.27 60.00 37.92 69.72 68.33 61.05 QUESTA-Nemotron-1.5B w/ hint (2K step) 72.50 62.29 41.67 70.36 69.48 63.26", "source": "marker_v2", "marker_block_id": "/page/18/TableGroup/93"}
80
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0166", "section": "D.1 ABLATION STUDY WITHOUT HINT", "page_start": 19, "page_end": 19, "type": "FigureGroup", "text": "Figure 7: Pass@k comparison on Nemotron-1.5B for RL with vs. without hints. Training with hints consistently dominates across k and avoids the performance drop at larger k seen in standard RL. Hints are used only during training; evaluation uses no hints.", "source": "marker_v2", "marker_block_id": "/page/18/FigureGroup/94"}
81
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0167", "section": "D.1 ABLATION STUDY WITHOUT HINT", "page_start": 19, "page_end": 19, "type": "Text", "text": "We ablate the role of hints by training RL on Nemotron-1.5B with and without partial-solution hints. Here, QUESTA-Nemotron-1.5B w/o hint denotes RL on the same data and schedule but with the hint removed from the prompt; QUESTA-Nemotron-1.5B w/h hint uses identical settings except that the partial solution is provided as a hint during training. As summarized in Table 6, removing the hint still improves over the base model (average Pass@1: 53.14 \\rightarrow 60.44 ), but adding the hint yields a", "source": "marker_v2", "marker_block_id": "/page/18/Text/7"}
82
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0168", "section": "D.1 ABLATION STUDY WITHOUT HINT", "page_start": 20, "page_end": 20, "type": "Text", "text": "further +2.82 average gain ( 60.44 \\rightarrow 63.26 ), with consistent improvements across all five benchmarks. The one using hint requires nearly half the number of steps compared to the one not using hint to achieve the same performance. Note that hints are used only during training; all evaluations are conducted without hints.", "source": "marker_v2", "marker_block_id": "/page/19/Text/1"}
83
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0169", "section": "D.1 ABLATION STUDY WITHOUT HINT", "page_start": 20, "page_end": 20, "type": "Text", "text": "Figure 7 compares Pass@k curves. The w/hint model lifts the entire curve across k and avoids the degradation at larger k commonly observed in standard RL, while the w/o hint variant brings smaller gains that taper off as k increases. A possible reason for this phenomenon is that, without hints, extremely difficult problems remain unlearned. Consequently, during reinforcement learning training, the model prioritizes improving performance on problems that have become relatively easier as training progresses. This leads the model to become overly confident, thereby reducing its Pass@k metric. In contrast, when hints are provided, the model still prioritizes learning more difficult problems—this is because such problems can provide effective learning signals.", "source": "marker_v2", "marker_block_id": "/page/19/Text/2"}
84
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0170", "section": "D.2 ABLATION STUDY WITH DIFFERENT MODELS", "page_start": 20, "page_end": 20, "type": "TableGroup", "text": "Table 7: Performance comparison on DeepScaleR-1.5B: Pass@1 (avg@32) across maths benchmarks. QUESTA consistently improves all tasks and raises the average by +6.50 points. Model AIME24 AIME25 HMMT FEB 25 Olympiad Bench BRUMO25 Avg DeepScaleR-1.5B 40.42 31.35 19.27 52.97 37.40 36.28 QUESTA-DeepScaleR-1.5B 49.16 35.94 21.77 58.69 48.33 42.78 Table 8: Performance comparison (Pass@1, averaged over 32 samples) showing the impact of QUESTA across benchmarks in other domains, including general knowledge, logic, and coding tasks. We observe minor cross-domain generalization on all these benchmarks, despite QUESTA being applied exclusively in the maths domain.", "source": "marker_v2", "marker_block_id": "/page/19/TableGroup/103"}
85
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0171", "section": "D.2 ABLATION STUDY WITH DIFFERENT MODELS", "page_start": 20, "page_end": 20, "type": "Table", "text": "Model | GPQA Diamond Zebralogic Code Contest All Codeforces LCB V5 202410-202502 Avg DeepScaleR-1.5B 38.5 14.26 9.07 8.79 19.57 18.04 QUESTA-DeepScaleR-1.5B 39.2 14.98 10.1 8.9 20.9 18.82", "source": "marker_v2", "marker_block_id": "/page/19/Table/7"}
86
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0172", "section": "D.2 ABLATION STUDY WITH DIFFERENT MODELS", "page_start": 20, "page_end": 20, "type": "FigureGroup", "text": "Figure 8: Pass@k on DeepScaleR-1.5B: QUESTA raises the entire curve across k and avoids the large-k drop often seen in standard RL. The increasing gap with k indicates improved sample diversity rather than overconfident collapse. No hints are used at evaluation.", "source": "marker_v2", "marker_block_id": "/page/19/FigureGroup/104"}
87
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0173", "section": "D.2 ABLATION STUDY WITH DIFFERENT MODELS", "page_start": 20, "page_end": 20, "type": "Text", "text": "We next examine model-family transfer by applying QUESTA to DeepScaleR-1.5B. We train for 750 steps on DeepScaleR-1.5B Stage 2 Luo et al. (2025b) on the QUESTA first stage.", "source": "marker_v2", "marker_block_id": "/page/19/Text/10"}
88
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0174", "section": "D.2 ABLATION STUDY WITH DIFFERENT MODELS", "page_start": 21, "page_end": 21, "type": "FigureGroup", "text": "Figure 9: We conducted training of the DeepScaleR model employing the QUESTA with a dataset comprising 26,000 questions. The average pass rate was calculated from a sample of 8 instances. The initial graph represents the scenario without the incorporation of partial solutions, while the subsequent graph depicts the situation where partial solutions were included. The application of QUESTA significantly diminishes the incidence of unsolved or partially addressed problems within the training dataset. Concurrently, it has come to our attention that our previous method of data curation was not entirely accurate; in fact, the amount of data providing meaningful training signals is less abundant than anticipated, suggesting the potential for further refinement of the dataset.", "source": "marker_v2", "marker_block_id": "/page/20/FigureGroup/95"}
89
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0175", "section": "D.2 ABLATION STUDY WITH DIFFERENT MODELS", "page_start": 21, "page_end": 21, "type": "Text", "text": "As shown in Table 7, QUESTA-DeepScaleR-1.5B improves every maths benchmark over the base model, achieved an average improvement of 6%, indicating that the benefits of QUESTA are not tied to a single architecture.", "source": "marker_v2", "marker_block_id": "/page/20/Text/3"}
90
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0176", "section": "D.2 ABLATION STUDY WITH DIFFERENT MODELS", "page_start": 21, "page_end": 21, "type": "Text", "text": "Pass@k behavior mirrors these gains. In Figure 8, QUESTA-DeepScaleR lifts the entire Pass@k curve across k and avoids the degradation at larger k reported in standard RL settings. The widening gap at larger k suggests improved candidate diversity rather than overfitting to a single trajectory, consistent with our general pass@k analysis in Appendix B.2. Complementing this, Figure 9 shows that on the 26K training set (evaluated without hints), mass shifts away from the 0/8-1/8 bins toward higher pass rates, reducing unsolved or partially solved cases. Hints are used only during training and are removed at evaluation time.", "source": "marker_v2", "marker_block_id": "/page/20/Text/4"}
91
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0177", "section": "D.2 ABLATION STUDY WITH DIFFERENT MODELS", "page_start": 21, "page_end": 21, "type": "Text", "text": "Beyond maths, Table 8 reports out-of-distribution (OOD) results on general knowledge, logic, and coding. QUESTA-DeepScaleR-1.5B achieves small but consistent gains (Avg: 18.04 \\rightarrow 18.82; +0.78), suggesting that the improved reasoning patterns transfer modestly beyond the training domain.", "source": "marker_v2", "marker_block_id": "/page/20/Text/5"}
92
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0178", "section": "D.3 SUPPLEMENTAL EXPERIMENT DETAIL", "page_start": 21, "page_end": 21, "type": "FigureGroup", "text": "Figure 10: Training dynamics of QUESTA-Nemotron-1.5B w/o hint.", "source": "marker_v2", "marker_block_id": "/page/20/FigureGroup/96"}
93
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0179", "section": "D.3 SUPPLEMENTAL EXPERIMENT DETAIL", "page_start": 22, "page_end": 22, "type": "FigureGroup", "text": "Figure 11: Training dynamics of QUESTA-Nemotron-1.5B-50.", "source": "marker_v2", "marker_block_id": "/page/21/FigureGroup/102"}
94
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0180", "section": "D.3 SUPPLEMENTAL EXPERIMENT DETAIL", "page_start": 22, "page_end": 22, "type": "FigureGroup", "text": "Figure 12: Training dynamics of QUESTA-Nemotron-1.5B-50-25-0.", "source": "marker_v2", "marker_block_id": "/page/21/FigureGroup/103"}
95
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0181", "section": "D.3 SUPPLEMENTAL EXPERIMENT DETAIL", "page_start": 22, "page_end": 22, "type": "FigureGroup", "text": "Figure 13: Training dynamics of Easy-Nemotron-1.5B.", "source": "marker_v2", "marker_block_id": "/page/21/FigureGroup/104"}
96
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0182", "section": "D.3 SUPPLEMENTAL EXPERIMENT DETAIL", "page_start": 22, "page_end": 22, "type": "FigureGroup", "text": "Figure 14: Training dynamics of Hard-Nemotron-1.5B.", "source": "marker_v2", "marker_block_id": "/page/21/FigureGroup/105"}
97
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0183", "section": "D.3 SUPPLEMENTAL EXPERIMENT DETAIL", "page_start": 23, "page_end": 23, "type": "FigureGroup", "text": "Figure 15: The training dynamics of QUESTA-DeepScaleR-1.5B. The first and second charts show the changes in the average reward and average inference length of the rollout samples that include all incorrect/correct ones, respectively. The third chart shows the average entropy excluding all incorrect/correct rollout samples.", "source": "marker_v2", "marker_block_id": "/page/22/FigureGroup/64"}
98
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0184", "section": "D.3 SUPPLEMENTAL EXPERIMENT DETAIL", "page_start": 23, "page_end": 23, "type": "FigureGroup", "text": "Figure 16: Training dynamics of QUESTA-Nemotron-1.5B on OpenMathReasoning (Moshkov et al., 2025). The first and second charts show the changes in the average reward and average inference length of the rollout samples that include all incorrect/correct ones, respectively. The third chart shows the average entropy excluding all incorrect/correct rollout samples. Dynamics closely mirror those on OpenR1-Math-220K, with no entropy collapse.", "source": "marker_v2", "marker_block_id": "/page/22/FigureGroup/65"}
99
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0185", "section": "D.3 SUPPLEMENTAL EXPERIMENT DETAIL", "page_start": 24, "page_end": 24, "type": "FigureGroup", "text": "Figure 17: We compare pass@k curves of RLVR-trained models with and without QUESTA.", "source": "marker_v2", "marker_block_id": "/page/23/FigureGroup/58"}
100
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0186", "section": "D.3 SUPPLEMENTAL EXPERIMENT DETAIL", "page_start": 25, "page_end": 25, "type": "FigureGroup", "text": "Figure 18: Comparison of RL training dynamics: Training with only hard problems (green) makes progress very slowly due to sparse rewards, while our method with partial solutions (orange) accelerates learning and consistently achieves higher accuracy across training steps.", "source": "marker_v2", "marker_block_id": "/page/24/FigureGroup/58"}
iclr26/3MifB0f7qR/appendix_text_v3.txt ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [p. 14 | section: A THE USE OF LARGE LANGUAGE MODELS (LLMS) | type: Text]
2
+ The Large Language Models (LLMs) were exclusively utilized to polish the writing and detect potential typos, with no involvement in other aspects.
3
+
4
+ [p. 14 | section: B.1 RLVR ALGORITHMS | type: Text]
5
+ We have employed the GRPO algorithm enhanced with a subset of DAPO techniques. Primarily, we have integrated DAPO's Dynamic Sampling Trick and eliminated the KL divergence term, resulting in an optimization objective that is:
6
+
7
+ [p. 14 | section: B.1 RLVR ALGORITHMS | type: Equation]
8
+ \begin{split} \mathcal{J}(\theta) &= & \mathbb{E}_{q \sim \mathcal{D}, \{o_i\}_{i=1}^G \sim \pi_{\theta_{\text{old}}}(\cdot|q)} \\ & \left[ \frac{1}{G} \sum_{i=1}^G \frac{1}{|o_i|} \sum_{t=1}^{|o_i|} \min\left(r_{i,t}(\theta) \hat{A}_{i,t}, \, \text{clip}\Big(r_{i,t}(\theta), 1-\varepsilon, 1+\varepsilon\Big) \hat{A}_{i,t}\Big) \right] \\ & \text{s.t.} \quad 0 < \#\Big\{o_i \mid [o_i \text{ is correct}]\}\Big\} < G, \end{split} \tag{1}
9
+
10
+ [p. 14 | section: B.1 RLVR ALGORITHMS | type: Text]
11
+ where
12
+
13
+ [p. 14 | section: B.1 RLVR ALGORITHMS | type: Equation]
14
+ r_{i,t}(\theta) = \frac{\pi_{\theta}(o_{i,t} \mid q, o_{i, < t})}{\pi_{\theta_{\text{old}}}(o_{i,t} \mid q, o_{i, < t})}, \quad \hat{A}_{i,t} = \frac{R_i - \text{mean}(\{R_i\}_{i=1}^G)}{\text{std}(\{R_i\}_{i=1}^G)}. (2)
15
+
16
+ [p. 14 | section: B.1 RLVR ALGORITHMS | type: Text]
17
+ Our reward function R mirrors that of DeepScaleR (Luo et al., 2025b), employing an Outcome Reward Model. It returns 1 if and only if both the answer and format are correct; otherwise, it returns 0. In summary, our reward function yields:
18
+
19
+ [p. 14 | section: B.1 RLVR ALGORITHMS | type: Equation]
20
+ R = \begin{cases} 1, & \text{if the answer (e.g. passes basic LaTeX/Sympy checks)} \\ & \text{and format (e.g. exists and ) are both correct,} \\ 0, & \text{otherwise.} \end{cases} (3)
21
+
22
+ [p. 14 | section: B.2 LOW-VARIANCE PASS@K ESTIMATION | type: Text]
23
+ Pass@k is a measure of a model's problem - solving ability, indicating the probability that the model can generate at least one correct solution in k attempts. Specifically, for each problem x_i in the evaluation dataset \mathcal{D} , we generate n samples (where n \geq k ) and count the correct ones as c_i . The direct calculation formula is:
24
+
25
+ [p. 14 | section: B.2 LOW-VARIANCE PASS@K ESTIMATION | type: Equation]
26
+ \operatorname{pass}@k := \mathbb{E}_{x_i \sim \mathcal{D}} \left[ 1 - \left( 1 - \frac{c_i}{n} \right)^k \right] \tag{4}
27
+
28
+ [p. 14 | section: B.2 LOW-VARIANCE PASS@K ESTIMATION | type: Text]
29
+ However, this formula has excessive variance and insufficient accuracy. To solve this problem, we adopt the unbiased estimation method proposed by Chen et al. (Chen et al., 2021), using the unbiased estimator of pass@k over the dataset:
30
+
31
+ [p. 14 | section: B.2 LOW-VARIANCE PASS@K ESTIMATION | type: Equation]
32
+ \operatorname{pass}@k := \mathbb{E}_{x_i \sim \mathcal{D}} \left[ 1 - \frac{\binom{n - c_i}{k}}{\binom{n}{k}} \right] \tag{5}
33
+
34
+ [p. 14 | section: B.2 LOW-VARIANCE PASS@K ESTIMATION | type: Text]
35
+ In our experiments, to ensure sufficient accuracy, we set n such that 2k \le n , which helps further reduce the variance of the estimate.
36
+
37
+ [p. 14 | section: B.3 MORE RELATED WORKS | type: Text]
38
+ Recent studies show that RL algorithms, such as PPO (Schulman et al., 2017) and GRPO (Guo et al., 2025), can greatly enhance model reasoning capabilities. Building on this, several works have refined this paradigm from different perspectives. One method can be adjusting the reward function. Some studies (Zhu et al., 2025; Shao et al., 2025) directly modify the reward function to improve training efficiency. Other methods introduced intermediate process rewards (Wang et al., 2024; Malik et al., 2025), while Wen et al. (Wen et al., 2025) set up a separate correctness judgment for CoT to obtain rewards.
39
+
40
+ [p. 15 | section: B.3 MORE RELATED WORKS | type: Text]
41
+ Another novel perspective aims to improve sample efficiency by measuring certainty. For example, TreeRL (Hou et al., 2025) and VinePPO (Kazemnejad et al., 2025) enhanced sample effects by introducing entropy or confidence. MRT (Qu et al., 2025), on the other hand, reused partial trajectories during testing to boost sample efficiency. R3 (Xi et al., 2024) improves RL sample efficiency by decomposing human solution steps and providing preceding steps to guide the model in completing subsequent ones. Further, some research adopted a multi-stage training or reasoning mode, exploring from different angles such as training length (Luo et al., 2025b), question difficulty (Parashar et al., 2025), and fixed-length summaries during reasoning (Yan et al., 2025).
42
+
43
+ [p. 15 | section: B.3 MORE RELATED WORKS | type: Text]
44
+ In addition to designing better algorithms, another line of research (Shao et al., 2024; Yue et al., 2025; Zhao et al., 2025) has investigated how reinforcement learning affects the frontier of model capabilities, observing a decay in pass@k when k becomes large. In response to this phenomenon, some works (Yu et al., 2025; Liu et al., 2025; An et al., 2025) maintained entropy stability by adjusting training entropy through methods such as increasing the clipping upper bound, enlarging the temperature coefficient, extending the training length, and periodically updating the KL reference model. StepHint (Zhang et al., 2025) also preserved entropy stability by leveraging intermediate thinking content of iterative length as a prompting signal.
45
+
46
+ [p. 15 | section: B.3 MORE RELATED WORKS | type: Text]
47
+ In contrast to the aforementioned research, our work adopts an orthogonal approach by using part of the ground-truth solution as a hint, without requiring any modifications to the existing reinforcement learning infrastructure. We provide both theoretical justification and empirical evidence that this strategy maintains pass@k without compromising the exploratory capacity of the underlying reinforcement learning algorithm.
48
+
49
+ [p. 15 | section: B.4 BENCHMARKS | type: Text]
50
+ We evaluate the models' breadth across various tasks in multiple domains, including mathematics, coding, reasoning, and logical inference. For mathematics, we follow DeepScaleR (Luo et al., 2025b) and Nemotron (Moshkov et al., 2025), and conduct assessments on more challenging mathematical datasets such as AIME2024 (MAA, 2024), AIME2025 (MAA, 2025), Olympiad Bench (He et al., 2024), HMMT FEB 25 (hmm, 2025), and BRUMO25 (bru, 2025). Specifically, HMMT25 Feb and BRUMO25 are both sourced from MathArena (Balunović et al., 2025). In the realm of coding, we utilize commonly employed datasets, including Code Contests (Li et al., 2022), Codeforces<sup>1</sup>, and LCB V5 202410-202502 (Jain et al., 2024). For logical reasoning tasks, we assess our models' capabilities using GPQA Diamond (Rein et al., 2023) <sup>2</sup> and Zebraliogic (Lin et al., 2025). The benchmarks related to coding and logical reasoning are all referenced from AReaL (Fu et al., 2025).
51
+
52
+ [p. 15 | section: B.5 TRAINING DATASET | type: Text]
53
+ The dataset employed in our study is OpenR1-Math-220K (Open-R1 Team, 2025). Prior to commencing the training of the Partial Solution, we conducted a preliminary screening of the dataset. Specifically, we utilized the DeepSeek-R1-Distill-1.5B (Guo et al., 2025) model to perform eight inference operations on each of the 220k data entries in the OpenR1 dataset. Subsequently, we compared the annotated answers in the OpenR1 dataset with the results generated from each inference to tally the number of correct instances for each data entry. Ultimately, we selected the data entries with 0 or 1 correct instance as the training samples for our study. The final dataset size is 26K.
54
+
55
+ [p. 15 | section: B.5 TRAINING DATASET | type: Text]
56
+ For controlled comparisons, we further split this 26K subset by re-sampling Nemotron-1.5B eight times per item and counting correct completions. We define Easy Data as questions with correct counts in [7,8] and train a model on this split, denoted <code>Easy-Nemotron-1.5B</code>. Similarly, we define Hard Data as questions with correct counts in [0,1] and train <code>Hard-Nemotron-1.5B</code> on this split.
57
+
58
+ [p. 15 | section: B.5 TRAINING DATASET | type: Text]
59
+ Additionally, for the augmented data, we perform eight inference passes using the model currently under training. We then select samples for which the number of correct predictions falls within the range of [0,4]. This criterion is motivated by the finding that samples exhibiting higher variance are more beneficial for training (Gao et al., 2025; Wang et al., 2025b). The range [0,4] is chosen because it includes the point of maximum sample variance, which is achieved with four correct predictions out of eight trials. For convenience, we refer to augmented data with partial ratio p as Partial-p data.
60
+
61
+ [p. 15 | section: B.5 TRAINING DATASET | type: Footnote]
62
+ 1
63
+
64
+ [p. 15 | section: B.5 TRAINING DATASET | type: Footnote]
65
+ & lt;sup>2</sup>In the GPQA Diamond dataset, multiple-choice questions are presented in the form of options rather than directly providing the answer, requiring the model to output only A, B, C, or D.
66
+
67
+ [p. 16 | section: B.6 THE RATIONALE FOR THE CHOICE OF p | type: TableGroup]
68
+ Table 5: Number of problems vs pass rate under different hint levels on OpenMath-Nemotron-1.5B before training. We evaluated OpenMath-Nemotron-1.5B on the OpenR1 dataset after the first round of filtering, with each problem assessed 8 times. The table illustrates the distribution of correct answers (n) where n ∈ {0, 1, . . . , 8}. Hint Levels 0 / 8 1 / 8 2 / 8 3 / 8 4 / 8 5 / 8 6 / 8 7 / 8 8 / 8 Partial-50 143 224 304 472 710 1013 1779 3655 17741 Partial-25 3155 1997 1814 1785 1902 2175 2614 3440 7159 Partial-10 3589 2090 1865 1842 1905 2176 2653 3415 6506 Partial-0 3812 2218 1854 1842 2007 2136 2517 3264 6391
69
+
70
+ [p. 16 | section: B.6 THE RATIONALE FOR THE CHOICE OF p | type: Text]
71
+ In this study, we evaluated the performance of OpenMath-Nemotron-1.5B on the OpenR1 dataset under various hint levels. The evaluation was performed after the first round of filtering, and each problem was assessed 8 times to capture the predictive distribution. The resulting table (Table 5) shows the distribution of correct answers across different hint levels, where the values represent the number of times the model answered correctly (n ∈ {0, 1, . . . , 8}).
72
+
73
+ [p. 16 | section: B.6 THE RATIONALE FOR THE CHOICE OF p | type: Text]
74
+ The selection of the hint parameter p was primarily based on these evaluation results. As shown in the table, the performance with a Partial-50 hint significantly reduces task difficulty, as evidenced by the high pass rates across most levels. In contrast, Partial-25 (25% hint) exhibits a performance pattern similar to that of the no-hint scenario (Partial-0), with only marginal differences in task difficulty.
75
+
76
+ [p. 16 | section: B.6 THE RATIONALE FOR THE CHOICE OF p | type: Text]
77
+ This minimal difference in difficulty between Partial-0 and Partial-25 suggests that training with Partial-25 does not provide substantial gains compared to Partial-0. Consequently, we adopted a stepwise design in which the hint level is first set to p = 50%, followed by p = 25%, to evaluate the model's performance under varying conditions.
78
+
79
+ [p. 16 | section: B.7 EVALUATION SETUP | type: Text]
80
+ We configured the models to have a maximum generation length of 32,768 tokens. In line with DeepSeek-R1 (Guo et al., 2025) , we utilized pass@k evaluation (Chen et al., 2021) , with the formula detailed in B.2. We reported pass@1 using a non-zero temperature. Specifically, we used a sampling temperature of 0.7 and a top-p value of 0.95 to generate k responses per question, typically set at 32, with deviations explicitly noted. Particular attention should be paid to the fact that, although we incorporated partial Solution during training, it was not included in the evaluation phase.
81
+
82
+ [p. 16 | section: DeepScaleR Others' Inference | type: Text]
83
+ <|User|>{input}
84
+
85
+ [p. 16 | section: DeepScaleR Others' Inference | type: Text]
86
+ Please reason step by step, and put your final answer within \boxed{}.<|Assistant|><think>
87
+
88
+ [p. 16 | section: Nemotrion Coding's Inference | type: Text]
89
+ <|im_start|>user
90
+
91
+ [p. 16 | section: Nemotrion Coding's Inference | type: Text]
92
+ {input}
93
+
94
+ [p. 16 | section: Nemotrion Coding's Inference | type: Text]
95
+ <|im_end|> <|im_start|>assistant
96
+
97
+ [p. 16 | section: Nemotrion Coding's Inference | type: Text]
98
+ <think>
99
+
100
+ [p. 16 | section: Nemotrion Others' Inference | type: Text]
101
+ <|im_start|>system
102
+
103
+ [p. 16 | section: Nemotrion Others' Inference | type: Text]
104
+ Please reason step by step, and put your final answer within \boxed{}.<|im_end|> <|im_start|>user
105
+
106
+ [p. 17 | section: Nemotrion Others' Inference | type: Text]
107
+ {input}<lim_endl> <lim_startl>assistant
108
+
109
+ [p. 17 | section: Training prompt with partial solutions (math RL) | type: Text]
110
+ {Problem}
111
+
112
+ [p. 17 | section: Training prompt with partial solutions (math RL) | type: Text]
113
+ ## Hint: {Partial Solution}
114
+
115
+ [p. 17 | section: Training prompt with partial solutions (math RL) | type: Text]
116
+ Please reason step by step, and put your final answer within \boxed{}.
117
+
118
+ [p. 17 | section: C.1 Proofs | type: Text]
119
+ Theorem 4.4 (Lower Bound on RL Learnability under Solution Inaccessibility). Given a probability threshold \delta_p > 0 , if for every question q \in \mathcal{Q} , the model capacity set C(q, \delta_p) does not intersect with the solution set \mathcal{S}(q) , i.e.,
120
+
121
+ [p. 17 | section: C.1 Proofs | type: Equation]
122
+ C(q, \delta_n) \cap \mathcal{S}(q) = \emptyset, \quad \forall q \in \mathcal{Q},
123
+
124
+ [p. 17 | section: C.1 Proofs | type: Text]
125
+ then under Assumption 4.3, when training RL for T steps with B samples per step such that TB = \Theta(1/\delta_p) , there is a constant probability that the RL algorithm will not update the model.
126
+
127
+ [p. 17 | section: C.1 Proofs | type: Text]
128
+ Proof. Let p_{\text{sol}} = \sum_{\tau^* \in \mathcal{S}(q)} P_{\mu}(\tau^*|q) denote the cumulative generation probability of any solution trajectory. By C(q, \delta_p) \cap \mathcal{S}(q) = \emptyset and Def 4.2:
129
+
130
+ [p. 17 | section: C.1 Proofs | type: Equation]
131
+ p_{\text{sol}} = \sum_{\tau^* \in \mathcal{S}(q)} P_{\mu}(\tau^*|q) < \delta_p
132
+
133
+ [p. 17 | section: C.1 Proofs | type: Text]
134
+ For N=TB independent samples across T steps with batch size B, the probability of complete failure (no solution sampled) is:
135
+
136
+ [p. 17 | section: C.1 Proofs | type: Equation]
137
+ \mathbb{P}(\text{failure}) = (1 - p_{\text{sol}})^N > (1 - \delta_p)^N
138
+
139
+ [p. 17 | section: C.1 Proofs | type: Text]
140
+ Given TB = \Theta(1/\delta_p) , we have:
141
+
142
+ [p. 17 | section: C.1 Proofs | type: Equation]
143
+ (1 - \delta_p)^N > (1 - \delta_p)^{\Theta(1/\delta_p)} = \Theta(1).
144
+
145
+ [p. 17 | section: C.1 Proofs | type: Text]
146
+ The last inequality follows from the fact that (1-x)^{1/x} > \exp(-1/(1-x)) for x \in (0,1) . By Assumption 4.3, if no solution is found, the model weights remain unchanged.
147
+
148
+ [p. 17 | section: C.1 Proofs | type: Text]
149
+ Lemma C.1 (Upper Bound on Sampling Budget for Solution Given Hint). Given a question q \in \mathcal{Q} , if there exists a hint h_q for the question q (Def. 4.5), then if we perform TB = \Theta(1/\delta_p') = \Theta(\delta_p^\epsilon/\sqrt{\delta_p}) i.i.d sampling over the initial model conditioned on (q, h_q) , we can find a valid solution with a constant probability.
150
+
151
+ [p. 17 | section: C.1 Proofs | type: Text]
152
+ Proof. By Definition 4.5, we know:
153
+
154
+ [p. 17 | section: C.1 Proofs | type: Equation]
155
+ 1. P_{\mu}(h_a|q) \geq \delta'_n
156
+
157
+ [p. 17 | section: C.1 Proofs | type: Equation]
158
+ 2. \exists s_q \in \mathcal{S}(q) : P_{\mu}(s_q|(q,h_q)) \geq \delta_p'
159
+
160
+ [p. 17 | section: C.1 Proofs | type: Text]
161
+ With N = TB \ge 10/\delta'_p independent samples conditioned on (q, h_q) , the probability of not finding the solution s_q is:
162
+
163
+ [p. 17 | section: C.1 Proofs | type: Equation]
164
+ \mathbb{P}(\text{no solution}) = (1 - P_{\mu}(s_q|(q, h_q)))^N \le (1 - \delta_p')^{10/\delta_p'} \le \exp(-10) < 0.01.
165
+
166
+ [p. 17 | section: C.1 Proofs | type: Text]
167
+ Therefore, \mathbb{P}(\text{finding solution}) > 0.99 .
168
+
169
+ [p. 17 | section: C.1 Proofs | type: Text]
170
+ Theorem 4.6 (Informal Upper Bound on RL Learnability with Hint). If we have a hint h_q for every question q \in \mathcal{Q} (Def. 4.5), then there exists an RL algorithm that can output a policy \pi_\theta such that \mathbb{E}_{q \sim \mathrm{Uniform}(\mathcal{Q})}[\mathbb{P}_{\tau \sim \pi_\theta(\cdot|q)}(\tau \in \mathcal{S}(q))] \geq 0.99 with O(1/\delta_p') sampling budget with high probability.
171
+
172
+ [p. 18 | section: C.1 Proofs | type: Text]
173
+ This theorem is a direct corollary of the Theorem 5 regarding the bandit setup in (Mei et al., 2022). Because the setup here is relatively simple, we also present a detailed proof for this special case here. We first formalize our setup as follows:
174
+
175
+ [p. 18 | section: C.1 Proofs | type: Text]
176
+ Assumption C.2 (Tabular RL with Hint). We consider the tabular RL setting with softmax policy parameterization. There exists a finite set of possible questions \mathcal{Q} and a finite set of possible solutions \mathcal{S} . For each question q \in \mathcal{Q} , there exists a hint h_q , which is a subset of solutions h_q \subseteq \mathcal{S} .
177
+
178
+ [p. 18 | section: C.1 Proofs | type: Text]
179
+ The policy is parameterized by a |S| \times |Q| matrix \theta in the following way:
180
+
181
+ [p. 18 | section: C.1 Proofs | type: Equation]
182
+ \mu_{\theta}(s|q) = \frac{\exp(\theta_{s,q})}{\sum_{s' \in S} \exp(\theta_{s',q})}
183
+
184
+ [p. 18 | section: C.1 Proofs | type: Text]
185
+ Here the setup is different than the autoregressive setting in our experiments and simplify the model to a tabular setup for the simplicity of analysis. We now restate the assumption on the existence of hint in this setup.
186
+
187
+ [p. 18 | section: C.1 Proofs | type: Text]
188
+ Assumption C.3 (Hint Existence, Formal Version of Definition 4.5). For each question q \in \mathcal{Q} , there exists a hint h_q \subseteq \mathcal{S} such that \sum_{s \in h_q} P_{\mu}(s|q) \ge \delta'_p . Further, there exists a solution s_q \in \mathcal{S} such that P_{\mu}(s_q|q) \ge \delta'_p \sum_{s \in h_q} P_{\mu}(s|q) .
189
+
190
+ [p. 18 | section: C.1 Proofs | type: Text]
191
+ RL Algorithm: We will first sample \Theta(1/\delta'_p) action based on the policy \mu_\theta conditioned on the question q and the hint h_q . Then we will do a one-step policy gradient update on our policy. Noted that here we can reach high reward within one step because the reward function is deterministic.
192
+
193
+ [p. 18 | section: C.1 Proofs | type: Text]
194
+ Theorem C.4 (Formal Version of Theorem 4.6). Under Assumption C.2 and Assumption C.3, running 1 steps of policy gradient update with sampling budget \Theta(1/\delta'_{v}) , the learned policy achieves:
195
+
196
+ [p. 18 | section: C.1 Proofs | type: Equation]
197
+ \mathbb{E}_{q \sim \text{Uniform}(\mathcal{Q})}[\mathbb{P}_{\tau \sim \mu_{\theta}(\cdot|q)}(\tau \in \mathcal{S}(q))] \geq 0.99
198
+
199
+ [p. 18 | section: C.1 Proofs | type: Text]
200
+ with probability 0.99.
201
+
202
+ [p. 18 | section: C.1 Proofs | type: Text]
203
+ Proof. First, by Assumption C.3, for any question q, we have:
204
+
205
+ [p. 18 | section: C.1 Proofs | type: Equation]
206
+ \sum_{s \in h_q} P_{\mu}(s|q) \geq \delta_p \quad \text{and} \quad \exists s_q : P_{\mu}(s_q|q) \geq \delta_p' \sum_{s \in h_q} P_{\mu}(s|q)
207
+
208
+ [p. 18 | section: C.1 Proofs | type: Text]
209
+ With sampling budget N = \Theta(|\mathcal{Q}|/\delta_p') , by Lemma C.1 and the union bound, we will find a solution s_q for every question q with probability at least 0.99. Suppose the found set of solutions for question q is S_q and all sampled solutions are s^{(1)}, \ldots, s^{(N)} . Then because
210
+
211
+ [p. 18 | section: C.1 Proofs | type: Equation]
212
+ \nabla_{\theta} \log \mu_{\theta}(s|q) = e_s - \sum_{s' \in \mathcal{S}} \mu_{\theta}(s'|q)e_{s'}
213
+
214
+ [p. 18 | section: C.1 Proofs | type: Text]
215
+ We have the policy gradient being
216
+
217
+ [p. 18 | section: C.1 Proofs | type: Equation]
218
+ \begin{aligned} \text{PG}_{:,q} &= \frac{1}{N} \sum_{i=1}^{N} \mathbf{1}[s^{(i)} \in S_q] \nabla_{\theta} \log \mu_{\theta}(s^{(i)}|q) \\ &= \frac{1}{N} \sum_{i=1}^{N} \mathbf{1}[s^{(i)} \in S_q] (e_{s^{(i)}} - \sum_{s' \in \mathcal{S}} \mu_{\theta}(s'|q) e_{s'}) \\ &= \frac{1}{N} \sum_{i=1}^{N} \mathbf{1}[s^{(i)} \in S_q] e_{s^{(i)}} - \left(\frac{1}{N} \sum_{i=1}^{N} \mathbf{1}[s^{(i)} \in S_q]\right) \left(\sum_{s' \in \mathcal{S}} \mu_{\theta}(s'|q) e_{s'}\right). \end{aligned}
219
+
220
+ [p. 18 | section: C.1 Proofs | type: Text]
221
+ We can make two simple observations:
222
+
223
+ [p. 18 | section: C.1 Proofs | type: ListGroup]
224
+ 1. For every s \notin S_a , PG_{s,a} < 0 . 2. There exists a s^* \in S_q such that PG_{s^*,q} > 0 .
225
+
226
+ [p. 18 | section: C.1 Proofs | type: Text]
227
+ Therefore, consider the updated parameters
228
+
229
+ [p. 18 | section: C.1 Proofs | type: Equation]
230
+ \theta'_{s,q} = \theta_{s,q} + \eta PG_{s,q}
231
+
232
+ [p. 18 | section: C.1 Proofs | type: Text]
233
+ If \eta is large enough, we know that \sum_{s \in S_-} P_{\mu_{\theta'}}(s|q) \ge 0.99 . This completes the proof.
234
+
235
+ [p. 19 | section: D.1 ABLATION STUDY WITHOUT HINT | type: TableGroup]
236
+ Table 6: Ablation without hint on Nemotron-1.5B: Pass@1 (avg@32) on challenging maths benchmarks. "QUESTA-Nemotron-1.5B w/o hint" trains RL on the same data but removes hints from the prompt, while "w/ hint" uses partial-solution hints during training. With hints, the model improves all benchmarks and achieves a +2.82 average gain over w/o hint (63.26 vs. 60.44), on top of the improvements over the base model. The one using hint requires nearly half the number of steps compared to the one not using hint to achieve the same performance. Model AIME24 AIME25 HMMT FEB 25 Olympiad Bench BRUMO25 Avg Nemotron-1.5B 61.77 49.50 31.56 64.62 58.23 53.14 QUESTA-Nemotron-1.5B w/o hint (2K step) 69.48 59.79 38.85 68.05 66.04 60.44 QUESTA-Nemotron-1.5B w/ hint (1.1K step) 69.27 60.00 37.92 69.72 68.33 61.05 QUESTA-Nemotron-1.5B w/ hint (2K step) 72.50 62.29 41.67 70.36 69.48 63.26
237
+
238
+ [p. 19 | section: D.1 ABLATION STUDY WITHOUT HINT | type: FigureGroup]
239
+ Figure 7: Pass@k comparison on Nemotron-1.5B for RL with vs. without hints. Training with hints consistently dominates across k and avoids the performance drop at larger k seen in standard RL. Hints are used only during training; evaluation uses no hints.
240
+
241
+ [p. 19 | section: D.1 ABLATION STUDY WITHOUT HINT | type: Text]
242
+ We ablate the role of hints by training RL on Nemotron-1.5B with and without partial-solution hints. Here, QUESTA-Nemotron-1.5B w/o hint denotes RL on the same data and schedule but with the hint removed from the prompt; QUESTA-Nemotron-1.5B w/h hint uses identical settings except that the partial solution is provided as a hint during training. As summarized in Table 6, removing the hint still improves over the base model (average Pass@1: 53.14 \rightarrow 60.44 ), but adding the hint yields a
243
+
244
+ [p. 20 | section: D.1 ABLATION STUDY WITHOUT HINT | type: Text]
245
+ further +2.82 average gain ( 60.44 \rightarrow 63.26 ), with consistent improvements across all five benchmarks. The one using hint requires nearly half the number of steps compared to the one not using hint to achieve the same performance. Note that hints are used only during training; all evaluations are conducted without hints.
246
+
247
+ [p. 20 | section: D.1 ABLATION STUDY WITHOUT HINT | type: Text]
248
+ Figure 7 compares Pass@k curves. The w/hint model lifts the entire curve across k and avoids the degradation at larger k commonly observed in standard RL, while the w/o hint variant brings smaller gains that taper off as k increases. A possible reason for this phenomenon is that, without hints, extremely difficult problems remain unlearned. Consequently, during reinforcement learning training, the model prioritizes improving performance on problems that have become relatively easier as training progresses. This leads the model to become overly confident, thereby reducing its Pass@k metric. In contrast, when hints are provided, the model still prioritizes learning more difficult problems—this is because such problems can provide effective learning signals.
249
+
250
+ [p. 20 | section: D.2 ABLATION STUDY WITH DIFFERENT MODELS | type: TableGroup]
251
+ Table 7: Performance comparison on DeepScaleR-1.5B: Pass@1 (avg@32) across maths benchmarks. QUESTA consistently improves all tasks and raises the average by +6.50 points. Model AIME24 AIME25 HMMT FEB 25 Olympiad Bench BRUMO25 Avg DeepScaleR-1.5B 40.42 31.35 19.27 52.97 37.40 36.28 QUESTA-DeepScaleR-1.5B 49.16 35.94 21.77 58.69 48.33 42.78 Table 8: Performance comparison (Pass@1, averaged over 32 samples) showing the impact of QUESTA across benchmarks in other domains, including general knowledge, logic, and coding tasks. We observe minor cross-domain generalization on all these benchmarks, despite QUESTA being applied exclusively in the maths domain.
252
+
253
+ [p. 20 | section: D.2 ABLATION STUDY WITH DIFFERENT MODELS | type: Table]
254
+ Model | GPQA Diamond Zebralogic Code Contest All Codeforces LCB V5 202410-202502 Avg DeepScaleR-1.5B 38.5 14.26 9.07 8.79 19.57 18.04 QUESTA-DeepScaleR-1.5B 39.2 14.98 10.1 8.9 20.9 18.82
255
+
256
+ [p. 20 | section: D.2 ABLATION STUDY WITH DIFFERENT MODELS | type: FigureGroup]
257
+ Figure 8: Pass@k on DeepScaleR-1.5B: QUESTA raises the entire curve across k and avoids the large-k drop often seen in standard RL. The increasing gap with k indicates improved sample diversity rather than overconfident collapse. No hints are used at evaluation.
258
+
259
+ [p. 20 | section: D.2 ABLATION STUDY WITH DIFFERENT MODELS | type: Text]
260
+ We next examine model-family transfer by applying QUESTA to DeepScaleR-1.5B. We train for 750 steps on DeepScaleR-1.5B Stage 2 Luo et al. (2025b) on the QUESTA first stage.
261
+
262
+ [p. 21 | section: D.2 ABLATION STUDY WITH DIFFERENT MODELS | type: FigureGroup]
263
+ Figure 9: We conducted training of the DeepScaleR model employing the QUESTA with a dataset comprising 26,000 questions. The average pass rate was calculated from a sample of 8 instances. The initial graph represents the scenario without the incorporation of partial solutions, while the subsequent graph depicts the situation where partial solutions were included. The application of QUESTA significantly diminishes the incidence of unsolved or partially addressed problems within the training dataset. Concurrently, it has come to our attention that our previous method of data curation was not entirely accurate; in fact, the amount of data providing meaningful training signals is less abundant than anticipated, suggesting the potential for further refinement of the dataset.
264
+
265
+ [p. 21 | section: D.2 ABLATION STUDY WITH DIFFERENT MODELS | type: Text]
266
+ As shown in Table 7, QUESTA-DeepScaleR-1.5B improves every maths benchmark over the base model, achieved an average improvement of 6%, indicating that the benefits of QUESTA are not tied to a single architecture.
267
+
268
+ [p. 21 | section: D.2 ABLATION STUDY WITH DIFFERENT MODELS | type: Text]
269
+ Pass@k behavior mirrors these gains. In Figure 8, QUESTA-DeepScaleR lifts the entire Pass@k curve across k and avoids the degradation at larger k reported in standard RL settings. The widening gap at larger k suggests improved candidate diversity rather than overfitting to a single trajectory, consistent with our general pass@k analysis in Appendix B.2. Complementing this, Figure 9 shows that on the 26K training set (evaluated without hints), mass shifts away from the 0/8-1/8 bins toward higher pass rates, reducing unsolved or partially solved cases. Hints are used only during training and are removed at evaluation time.
270
+
271
+ [p. 21 | section: D.2 ABLATION STUDY WITH DIFFERENT MODELS | type: Text]
272
+ Beyond maths, Table 8 reports out-of-distribution (OOD) results on general knowledge, logic, and coding. QUESTA-DeepScaleR-1.5B achieves small but consistent gains (Avg: 18.04 \rightarrow 18.82; +0.78), suggesting that the improved reasoning patterns transfer modestly beyond the training domain.
273
+
274
+ [p. 21 | section: D.3 SUPPLEMENTAL EXPERIMENT DETAIL | type: FigureGroup]
275
+ Figure 10: Training dynamics of QUESTA-Nemotron-1.5B w/o hint.
276
+
277
+ [p. 22 | section: D.3 SUPPLEMENTAL EXPERIMENT DETAIL | type: FigureGroup]
278
+ Figure 11: Training dynamics of QUESTA-Nemotron-1.5B-50.
279
+
280
+ [p. 22 | section: D.3 SUPPLEMENTAL EXPERIMENT DETAIL | type: FigureGroup]
281
+ Figure 12: Training dynamics of QUESTA-Nemotron-1.5B-50-25-0.
282
+
283
+ [p. 22 | section: D.3 SUPPLEMENTAL EXPERIMENT DETAIL | type: FigureGroup]
284
+ Figure 13: Training dynamics of Easy-Nemotron-1.5B.
285
+
286
+ [p. 22 | section: D.3 SUPPLEMENTAL EXPERIMENT DETAIL | type: FigureGroup]
287
+ Figure 14: Training dynamics of Hard-Nemotron-1.5B.
288
+
289
+ [p. 23 | section: D.3 SUPPLEMENTAL EXPERIMENT DETAIL | type: FigureGroup]
290
+ Figure 15: The training dynamics of QUESTA-DeepScaleR-1.5B. The first and second charts show the changes in the average reward and average inference length of the rollout samples that include all incorrect/correct ones, respectively. The third chart shows the average entropy excluding all incorrect/correct rollout samples.
291
+
292
+ [p. 23 | section: D.3 SUPPLEMENTAL EXPERIMENT DETAIL | type: FigureGroup]
293
+ Figure 16: Training dynamics of QUESTA-Nemotron-1.5B on OpenMathReasoning (Moshkov et al., 2025). The first and second charts show the changes in the average reward and average inference length of the rollout samples that include all incorrect/correct ones, respectively. The third chart shows the average entropy excluding all incorrect/correct rollout samples. Dynamics closely mirror those on OpenR1-Math-220K, with no entropy collapse.
294
+
295
+ [p. 24 | section: D.3 SUPPLEMENTAL EXPERIMENT DETAIL | type: FigureGroup]
296
+ Figure 17: We compare pass@k curves of RLVR-trained models with and without QUESTA.
297
+
298
+ [p. 25 | section: D.3 SUPPLEMENTAL EXPERIMENT DETAIL | type: FigureGroup]
299
+ Figure 18: Comparison of RL training dynamics: Training with only hard problems (green) makes progress very slowly due to sparse rewards, while our method with partial solutions (orange) accelerates learning and consistently achieves higher accuracy across training steps.
iclr26/3MifB0f7qR/assets.json ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "filename": "_page_0_Figure_6.jpeg",
4
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_0_Figure_6.jpeg",
5
+ "bytes": 56713,
6
+ "width": 796,
7
+ "height": 487,
8
+ "aspect_ratio": 1.6344969199178645,
9
+ "keep": true,
10
+ "reject_reason": null,
11
+ "model_path": "assets/_page_0_Figure_6.jpeg"
12
+ },
13
+ {
14
+ "filename": "_page_18_Figure_5.jpeg",
15
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_18_Figure_5.jpeg",
16
+ "bytes": 138816,
17
+ "width": 1088,
18
+ "height": 977,
19
+ "aspect_ratio": 1.1136131013306039,
20
+ "keep": true,
21
+ "reject_reason": null,
22
+ "model_path": "assets/_page_18_Figure_5.jpeg"
23
+ },
24
+ {
25
+ "filename": "_page_19_Figure_8.jpeg",
26
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_19_Figure_8.jpeg",
27
+ "bytes": 78616,
28
+ "width": 1108,
29
+ "height": 549,
30
+ "aspect_ratio": 2.0182149362477233,
31
+ "keep": true,
32
+ "reject_reason": null,
33
+ "model_path": "assets/_page_19_Figure_8.jpeg"
34
+ },
35
+ {
36
+ "filename": "_page_1_Figure_1.jpeg",
37
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_1_Figure_1.jpeg",
38
+ "bytes": 77325,
39
+ "width": 1011,
40
+ "height": 534,
41
+ "aspect_ratio": 1.8932584269662922,
42
+ "keep": true,
43
+ "reject_reason": null,
44
+ "model_path": "assets/_page_1_Figure_1.jpeg"
45
+ },
46
+ {
47
+ "filename": "_page_20_Figure_1.jpeg",
48
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_20_Figure_1.jpeg",
49
+ "bytes": 50172,
50
+ "width": 1128,
51
+ "height": 427,
52
+ "aspect_ratio": 2.641686182669789,
53
+ "keep": true,
54
+ "reject_reason": null,
55
+ "model_path": "assets/_page_20_Figure_1.jpeg"
56
+ },
57
+ {
58
+ "filename": "_page_20_Figure_7.jpeg",
59
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_20_Figure_7.jpeg",
60
+ "bytes": 47836,
61
+ "width": 1112,
62
+ "height": 363,
63
+ "aspect_ratio": 3.0633608815426996,
64
+ "keep": true,
65
+ "reject_reason": null,
66
+ "model_path": "assets/_page_20_Figure_7.jpeg"
67
+ },
68
+ {
69
+ "filename": "_page_21_Figure_1.jpeg",
70
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_21_Figure_1.jpeg",
71
+ "bytes": 44424,
72
+ "width": 1118,
73
+ "height": 366,
74
+ "aspect_ratio": 3.0546448087431695,
75
+ "keep": true,
76
+ "reject_reason": null,
77
+ "model_path": "assets/_page_21_Figure_1.jpeg"
78
+ },
79
+ {
80
+ "filename": "_page_21_Figure_3.jpeg",
81
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_21_Figure_3.jpeg",
82
+ "bytes": 47576,
83
+ "width": 1108,
84
+ "height": 367,
85
+ "aspect_ratio": 3.019073569482289,
86
+ "keep": true,
87
+ "reject_reason": null,
88
+ "model_path": "assets/_page_21_Figure_3.jpeg"
89
+ },
90
+ {
91
+ "filename": "_page_21_Figure_5.jpeg",
92
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_21_Figure_5.jpeg",
93
+ "bytes": 43154,
94
+ "width": 1099,
95
+ "height": 370,
96
+ "aspect_ratio": 2.9702702702702704,
97
+ "keep": true,
98
+ "reject_reason": null,
99
+ "model_path": "assets/_page_21_Figure_5.jpeg"
100
+ },
101
+ {
102
+ "filename": "_page_21_Figure_7.jpeg",
103
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_21_Figure_7.jpeg",
104
+ "bytes": 45577,
105
+ "width": 1107,
106
+ "height": 360,
107
+ "aspect_ratio": 3.075,
108
+ "keep": true,
109
+ "reject_reason": null,
110
+ "model_path": "assets/_page_21_Figure_7.jpeg"
111
+ },
112
+ {
113
+ "filename": "_page_22_Figure_1.jpeg",
114
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_22_Figure_1.jpeg",
115
+ "bytes": 43212,
116
+ "width": 1124,
117
+ "height": 358,
118
+ "aspect_ratio": 3.1396648044692737,
119
+ "keep": true,
120
+ "reject_reason": null,
121
+ "model_path": "assets/_page_22_Figure_1.jpeg"
122
+ },
123
+ {
124
+ "filename": "_page_22_Figure_3.jpeg",
125
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_22_Figure_3.jpeg",
126
+ "bytes": 46469,
127
+ "width": 1126,
128
+ "height": 370,
129
+ "aspect_ratio": 3.0432432432432432,
130
+ "keep": true,
131
+ "reject_reason": null,
132
+ "model_path": "assets/_page_22_Figure_3.jpeg"
133
+ },
134
+ {
135
+ "filename": "_page_23_Figure_1.jpeg",
136
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_23_Figure_1.jpeg",
137
+ "bytes": 173521,
138
+ "width": 1106,
139
+ "height": 1157,
140
+ "aspect_ratio": 0.9559204840103717,
141
+ "keep": true,
142
+ "reject_reason": null,
143
+ "model_path": "assets/_page_23_Figure_1.jpeg"
144
+ },
145
+ {
146
+ "filename": "_page_24_Figure_1.jpeg",
147
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_24_Figure_1.jpeg",
148
+ "bytes": 111542,
149
+ "width": 1100,
150
+ "height": 1078,
151
+ "aspect_ratio": 1.0204081632653061,
152
+ "keep": true,
153
+ "reject_reason": null,
154
+ "model_path": "assets/_page_24_Figure_1.jpeg"
155
+ },
156
+ {
157
+ "filename": "_page_2_Figure_1.jpeg",
158
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_2_Figure_1.jpeg",
159
+ "bytes": 44786,
160
+ "width": 914,
161
+ "height": 440,
162
+ "aspect_ratio": 2.077272727272727,
163
+ "keep": true,
164
+ "reject_reason": null,
165
+ "model_path": "assets/_page_2_Figure_1.jpeg"
166
+ },
167
+ {
168
+ "filename": "_page_3_Picture_9.jpeg",
169
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_3_Picture_9.jpeg",
170
+ "bytes": 2037,
171
+ "width": 133,
172
+ "height": 61,
173
+ "aspect_ratio": 2.180327868852459,
174
+ "keep": false,
175
+ "reject_reason": "too_small",
176
+ "model_path": null
177
+ },
178
+ {
179
+ "filename": "_page_7_Figure_1.jpeg",
180
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_7_Figure_1.jpeg",
181
+ "bytes": 47360,
182
+ "width": 1116,
183
+ "height": 356,
184
+ "aspect_ratio": 3.134831460674157,
185
+ "keep": true,
186
+ "reject_reason": null,
187
+ "model_path": "assets/_page_7_Figure_1.jpeg"
188
+ },
189
+ {
190
+ "filename": "_page_7_Figure_3.jpeg",
191
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/3MifB0f7qR/marker_markdown/3MifB0f7qR/_page_7_Figure_3.jpeg",
192
+ "bytes": 43787,
193
+ "width": 1006,
194
+ "height": 387,
195
+ "aspect_ratio": 2.599483204134367,
196
+ "keep": true,
197
+ "reject_reason": null,
198
+ "model_path": "assets/_page_7_Figure_3.jpeg"
199
+ }
200
+ ]
iclr26/3MifB0f7qR/assets/_page_0_Figure_6.jpeg ADDED

Git LFS Details

  • SHA256: 615e085e8f93402598006a2ec35b2e0c70f3dfa3f863ec264ae4cbb6bd64a1b7
  • Pointer size: 130 Bytes
  • Size of remote file: 56.7 kB
iclr26/3MifB0f7qR/assets/_page_18_Figure_5.jpeg ADDED

Git LFS Details

  • SHA256: 5a2b1adb6a694eba438a2d6b7f80f844ef17fc8eee37e2f5bcfc6af142297d98
  • Pointer size: 131 Bytes
  • Size of remote file: 139 kB
iclr26/3MifB0f7qR/assets/_page_19_Figure_8.jpeg ADDED

Git LFS Details

  • SHA256: 1f0d7d3f9edc3166b81007d3b9a9707f22cc73d9e00da9b8a08016cdc2cd35a7
  • Pointer size: 130 Bytes
  • Size of remote file: 78.6 kB
iclr26/3MifB0f7qR/assets/_page_1_Figure_1.jpeg ADDED

Git LFS Details

  • SHA256: 9ae1e395bdebdfa6e789083766ddbcb8aa9d8ad8a6bdac5116d45897d495a7d1
  • Pointer size: 130 Bytes
  • Size of remote file: 77.3 kB
iclr26/3MifB0f7qR/assets/_page_20_Figure_1.jpeg ADDED

Git LFS Details

  • SHA256: 0da990f3a7937d80898b8a7381a6ac264f3192bde70eb83e00ee0d7fe3afa894
  • Pointer size: 130 Bytes
  • Size of remote file: 50.2 kB
iclr26/3MifB0f7qR/assets/_page_20_Figure_7.jpeg ADDED

Git LFS Details

  • SHA256: 92a7b95bda61cfc99c45d60cc89cbf29685c9008e45492d265da11011dbe3a47
  • Pointer size: 130 Bytes
  • Size of remote file: 47.8 kB
iclr26/3MifB0f7qR/assets/_page_21_Figure_1.jpeg ADDED

Git LFS Details

  • SHA256: 4c27aeef00a8c0e576feb9c837b37e28f5951be8a5ab8f438e8d8ef1c9a9248c
  • Pointer size: 130 Bytes
  • Size of remote file: 44.4 kB
iclr26/3MifB0f7qR/assets/_page_21_Figure_3.jpeg ADDED

Git LFS Details

  • SHA256: c4871eebf7d38d5d990c5eca8d7fd33e8ec46e9f422d1611a3947ae349bb6693
  • Pointer size: 130 Bytes
  • Size of remote file: 47.6 kB
iclr26/3MifB0f7qR/assets/_page_21_Figure_5.jpeg ADDED

Git LFS Details

  • SHA256: 7a2c98adc403b64c61395f155c3e531faacfb5a77c3fae675ca616968ccf5f6b
  • Pointer size: 130 Bytes
  • Size of remote file: 43.2 kB
iclr26/3MifB0f7qR/assets/_page_21_Figure_7.jpeg ADDED

Git LFS Details

  • SHA256: 4796e7d9e45b3a0a32f7dad82a531abadcf35e331f877ed70367c3206ac6e057
  • Pointer size: 130 Bytes
  • Size of remote file: 45.6 kB
iclr26/3MifB0f7qR/assets/_page_22_Figure_1.jpeg ADDED

Git LFS Details

  • SHA256: 8831377d1e0b60b087ab1a1b5d3ab4ab5db977e7a739df12b08ec215aadbfb32
  • Pointer size: 130 Bytes
  • Size of remote file: 43.2 kB
iclr26/3MifB0f7qR/assets/_page_22_Figure_3.jpeg ADDED

Git LFS Details

  • SHA256: 98aac5fe5c005ac1232c43baa6efe997caa1d44de1676901e1b6ef9bd54dcb85
  • Pointer size: 130 Bytes
  • Size of remote file: 46.5 kB
iclr26/3MifB0f7qR/assets/_page_23_Figure_1.jpeg ADDED

Git LFS Details

  • SHA256: dc804f34bc6a0030126d34d586c621c70d5af7f56e72398882894abfecfc8737
  • Pointer size: 131 Bytes
  • Size of remote file: 174 kB
iclr26/3MifB0f7qR/assets/_page_24_Figure_1.jpeg ADDED

Git LFS Details

  • SHA256: 01c2e8cc242450590394fefe4741217cbd7ab017b09adf8fe2d55ce0dc16a085
  • Pointer size: 131 Bytes
  • Size of remote file: 112 kB
iclr26/3MifB0f7qR/assets/_page_2_Figure_1.jpeg ADDED

Git LFS Details

  • SHA256: 7905d80d32a5d64962ebe32ac9655c6efd5a5c8cff5aca67250b28157271d7cc
  • Pointer size: 130 Bytes
  • Size of remote file: 44.8 kB
iclr26/3MifB0f7qR/assets/_page_7_Figure_1.jpeg ADDED

Git LFS Details

  • SHA256: 22067ed752d9dad213bef39508091d6fa38153a20b43454127edceb7a25073d8
  • Pointer size: 130 Bytes
  • Size of remote file: 47.4 kB
iclr26/3MifB0f7qR/assets/_page_7_Figure_3.jpeg ADDED

Git LFS Details

  • SHA256: b73c4aaa7f6b1e1c0f98f3e5c345294b93129f929123d3b43ca60afa601d78e8
  • Pointer size: 130 Bytes
  • Size of remote file: 43.8 kB
iclr26/3MifB0f7qR/chunks_v3_anonymized.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
iclr26/3MifB0f7qR/dataset_meta.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paper_id": "3MifB0f7qR",
3
+ "pipeline": "Paper2Markdown-V3",
4
+ "ok": true,
5
+ "page_count": 25,
6
+ "chunk_count": 187,
7
+ "main_body_chunk_count": 77,
8
+ "appendix_chunk_count": 100,
9
+ "reference_chunk_count": 10,
10
+ "model_text_chars": 36398,
11
+ "raw_markdown_chars": 76702,
12
+ "sanitized_chars": 72894,
13
+ "page_provenance": {
14
+ "min_page": 1,
15
+ "max_page": 25,
16
+ "invalid_count": 0
17
+ },
18
+ "marker_block_type_counts": {
19
+ "Caption": 1,
20
+ "Equation": 24,
21
+ "FigureGroup": 17,
22
+ "Footnote": 6,
23
+ "ListGroup": 7,
24
+ "PageFooter": 25,
25
+ "PageHeader": 25,
26
+ "Picture": 1,
27
+ "SectionHeader": 38,
28
+ "Table": 2,
29
+ "TableGroup": 6,
30
+ "Text": 134
31
+ },
32
+ "asset_count_raw": 18,
33
+ "asset_count_model_kept": 17,
34
+ "asset_count_rejected": 1,
35
+ "asset_reject_reasons": {
36
+ "kept": 17,
37
+ "too_small": 1
38
+ },
39
+ "artifact_leak_audit": {
40
+ "ok": true,
41
+ "hits": {
42
+ "Anonymous Authors": [],
43
+ "ACKNOWLEDGMENT": [],
44
+ "OpenReview": [],
45
+ "\"accept_label\"": [],
46
+ "\"decision\"": [],
47
+ "\"decision_tier\"": [],
48
+ "\"source_status\"": [],
49
+ "Meta-review": [],
50
+ "Official Review": [],
51
+ "official_reviews": [],
52
+ "meta_reviews": [],
53
+ "suggested_verdict_score": []
54
+ },
55
+ "artifact_count": 2
56
+ },
57
+ "default_model_input": "model_text_v3.txt",
58
+ "appendix_input": "appendix_text_v3.txt",
59
+ "reference_input": "reference_text_v3.txt",
60
+ "source": "iclr2026_test_public",
61
+ "run_name": "iclr26_20260429_1952_all",
62
+ "partial_snapshot": true,
63
+ "snapshot_created_at": "2026-04-30T02:34:47.606558+00:00"
64
+ }
iclr26/3MifB0f7qR/main_body_chunks.jsonl ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0000", "section": "ABSTRACT", "page_start": 1, "page_end": 1, "type": "Text", "text": "Reinforcement learning (RL) has emerged as a central paradigm for training large language models (LLMs) in reasoning tasks. Yet recent studies (Yue et al., 2025; Liu et al., 2025) question RL's ability to incentivize reasoning capacity beyond the base model. This raises a key challenge: how can RL be adapted to solve harder reasoning problems more effectively? To address this challenge, we propose a simple yet effective strategy via Question Augmentation: introduce partial solutions during training to reduce problem difficulty and provide more informative learning signals. Our method, QuestA, when applied during RL training on math reasoning tasks, not only improves pass@1 but also pass@k—particularly on problems where standard RL struggles to make progress. This enables continual improvement over strong open-source models such as DEEPSCALER and OPENMATH NEMOTRON, further enhancing their reasoning capabilities. We achieve new state-of-the-art results on math benchmarks using 1.5B-parameter models: 72.50% (+10.73%) on AIME24, 62.29% (+12.79%) on AIME25, and 41.67% (+10.11%) on HMMT25. Code, data and model are available at", "source": "marker_v2", "marker_block_id": "/page/0/Text/5"}
2
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0001", "section": "ABSTRACT", "page_start": 1, "page_end": 1, "type": "FigureGroup", "text": "Figure 1: QUESTA is a data augmentation method that injects partial solutions to effectively scaffold RL training on hard reasoning problems. We construct 26K high-quality augmented prompts from challenging instances in OpenR1 (Open-R1 Team, 2025), and fine-tune models using 32K-context-length RL. When applied to Nemotron-1.5B, QUESTA delivers substantial performance gains—achieving new state-of-the-art results across all math benchmarks for 1.5B-parameter models.", "source": "marker_v2", "marker_block_id": "/page/0/FigureGroup/112"}
3
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0002", "section": "1 Introduction", "page_start": 1, "page_end": 1, "type": "Text", "text": "Frontier large language models (LLMs), including OpenAI-O1, O3 (Jaech et al., 2024), DeepSeek-R1 (Guo et al., 2025), Qwen3 (Yang et al., 2025), and Gemini 2.5 (Gemini Team, Google DeepMind,", "source": "marker_v2", "marker_block_id": "/page/0/Text/9"}
4
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0003", "section": "1 Introduction", "page_start": 1, "page_end": 1, "type": "Footnote", "text": "& lt;sup>‡</sup>This work is independent of and outside of the work at Amazon.", "source": "marker_v2", "marker_block_id": "/page/0/Footnote/12"}
5
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0004", "section": "1 Introduction", "page_start": 2, "page_end": 2, "type": "FigureGroup", "text": "Figure 2: We compare pass@k curves of RLVR-trained models, with and without QUESTA. As a controlled experiment, we perform RL training using either easy or hard prompts. Standard RL on easy prompts (red) shows clear degradation in pass@k as k increases compared to the base model (blue). Training on hard prompts (green) improves pass@k, but comes at the cost of substantially longer training. This motivates our development of QUESTA, which scaffolds hard problems to improve training efficiency and delivers consistently stronger results: the RL+QUESTA model (orange) stays above standard RL (red) across all k, while also preserving or improving performance at larger k relative to RL trained with hard prompts.", "source": "marker_v2", "marker_block_id": "/page/1/FigureGroup/99"}
6
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0005", "section": "1 Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "2025), have exhibited exceptional performance on high-complexity reasoning tasks spanning mathematics, programming, and formal logic. Recent advances in the field have increasingly prioritized reinforcement learning paradigms (RL), among which Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a scalable and efficient approach to enhancing reasoning capabilities. Using automatically verifiable signals, RLVR enables alignment between model output and objective correctness, thus addressing a critical limitation of traditional RL for reasoning.", "source": "marker_v2", "marker_block_id": "/page/1/Text/3"}
7
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0006", "section": "1 Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "However, the community remains divided on a fundamental question regarding RLVR: does it expand the model's intrinsic reasoning capacity, or merely exploit pre-existing knowledge encoded in the base model? Recent research (Yue et al., 2025; Liu et al., 2025; Zhao et al., 2025) show that while state-of-the-art RL methods (e.g., GRPO, DAPO) (Guo et al., 2025; Yu et al., 2025; An et al., 2025) can enhance the pass@1 metric by reinforcing high-reward completions, they encounter significant limitations when tackling high-difficulty tasks where the base model performs poorly. This phenomenon differs from that observed in Supervised Fine-Tuning (SFT) Luo et al. (2025a). Within the SFT paradigm, enhancing the diversity of problem difficulty serves as a critical factor, as it can effectively improve the model's performance on downstream tasks. However, in the framework of RLVR, the inclusion of easy prompts tends to undermine the model's inherent reasoning capabilities.", "source": "marker_v2", "marker_block_id": "/page/1/Text/4"}
8
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0007", "section": "1 Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "One insightful explanation (Cui et al., 2025; Wang et al., 2025a) for the drop suggests that model overfits on correct solutions and hence causes entropy collapse, limiting its ability to explore. To validate this, we design a controlled setup that separates prompts into easy and hard groups. When applying RLVR on the Nemotron 1.5B model (Moshkov et al., 2025) with the OpenR1 dataset, we find that training on easy prompts leads to a clear decline in pass@k accuracy (Figure 2).", "source": "marker_v2", "marker_block_id": "/page/1/Text/5"}
9
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0008", "section": "1 Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "Given these findings, we observe that training with hard prompts is more beneficial than with easy ones. Yet, RL training on hard problems tends to be much slower, as sparse reward signals and limited sample efficiency hinder progress. The key challenge, then, is how to structure the learning process to fully expand reasoning capabilities while mitigating the inefficiency of RL on hard tasks . To this end, we introduce QUESTA: a parsimonious and efficient strategy that dynamically adjusts problem difficulty during RL training. The core contributions of this work are threefold:", "source": "marker_v2", "marker_block_id": "/page/1/Text/6"}
10
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0009", "section": "1 Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "• We notice that the evolution of model capacity in RLVR critically depends on dataset difficulty, underscoring the importance of training on hard problems to expand reasoning ability.", "source": "marker_v2", "marker_block_id": "/page/1/Text/7"}
11
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0010", "section": "1 Introduction", "page_start": 3, "page_end": 3, "type": "FigureGroup", "text": "Figure 3: Comparison of RL training dynamics: Training with only hard problems (green) makes progress very slowly due to sparse rewards, while our method with partial solutions (orange) accelerates training and consistently achieves higher accuracy across training steps.", "source": "marker_v2", "marker_block_id": "/page/2/FigureGroup/102"}
12
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0011", "section": "1 Introduction", "page_start": 3, "page_end": 3, "type": "ListGroup", "text": "We introduce QUESTA, an efficient procedure that controls difficulty by augmenting hard problems with partial solutions. This approach provides a smooth curriculum within RL training and makes high-difficulty tasks more tractable. Through our fully open-sourced training pipeline, QUESTA consistently improves pass@1 and pass@k, enabling 1.5B-parameter models to reach new state-of-the-art performance—72.5% on AIME24, 62.3% on AIME25, and 41.7% on HMMT25 (Table 1). Our theoretical analysis in Section 4 explains why partial-solution augmentation accelerates RL training: by decomposing problems into intermediate steps, the method yields denser reward signals and improves sample efficiency, while still driving the model to master the hardest problems.", "source": "marker_v2", "marker_block_id": "/page/2/ListGroup/103"}
13
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0012", "section": "2 Tradeoffs between Reasoning Capacity and Learning Efficiency", "page_start": 3, "page_end": 3, "type": "Text", "text": "Given the ongoing debate on whether reinforcement learning enhances the reasoning capacity of language models, we design a controlled experiment to study how dataset difficulty changes model performances measured by pass@k accuracy. Specifically, we filter out easy problems and hard problems from the 220K OpenR1 dataset, base on model's success rate, each containing around 4K data. We then run RL with GRPO for one thousand steps. This setup allows us to isolate how the choice of prompt difficulty impacts the model's reasoning capacity. In Figure 2 and Figure 3, we provide pass@k comparison and the learning dynamics, we make two observations.", "source": "marker_v2", "marker_block_id": "/page/2/Text/6"}
14
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0013", "section": "2 Tradeoffs between Reasoning Capacity and Learning Efficiency", "page_start": 3, "page_end": 3, "type": "Text", "text": "RL with Easy Prompts Hurts pass@k and Reasoning Capacity. Training on easy or already-solvable problems leads to overfitting on shallow patterns, reinforcing confidence rather than expanding reasoning capacity. While pass@1 may rise, output diversity declines and performance on harder benchmarks deteriorates, with pass@k dropping at larger k (see Figure 2). This suggests that the model exploits familiar solution modes instead of exploring new trajectories. To truly expand capacity, RL training should focus on hard problems, where the policy is forced to explore and acquire novel solution strategies.", "source": "marker_v2", "marker_block_id": "/page/2/Text/7"}
15
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0014", "section": "2 Tradeoffs between Reasoning Capacity and Learning Efficiency", "page_start": 3, "page_end": 3, "type": "Text", "text": "RL with Hard Prompts Leads to Slow Learning. Training on hard prompts directly targets the reasoning capacity of the model, but the learning process is much slower (see Figure 3) and less sample-efficient. The difficulty arises because RL rewards on these problems are sparse, providing limited gradient signals for policy improvement. We formallize the underlying reason in Section 4 and in Theorem 4.4.", "source": "marker_v2", "marker_block_id": "/page/2/Text/8"}
16
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0015", "section": "2 Tradeoffs between Reasoning Capacity and Learning Efficiency", "page_start": 3, "page_end": 3, "type": "Text", "text": "In practice, not all questions in the training set Q are equally difficult, and one might hope that training on easier examples could generalize to harder ones. However, empirical evidence suggests that RL-based training exhibits a bi-modal pattern in success rates (An et al., 2025): by the end of training, models tend to either solve a question reliably or fail entirely (see Figure 6). This implies that once a question falls outside the model's capacity set, the RL algorithm is unlikely to recover.", "source": "marker_v2", "marker_block_id": "/page/2/Text/9"}
17
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0016", "section": "2 Tradeoffs between Reasoning Capacity and Learning Efficiency", "page_start": 4, "page_end": 4, "type": "Text", "text": "Together, these results highlight a tension: easy prompts dilute reasoning capacity, while hard prompts stall learning altogether. This motivates the need for strategies that can retain the benefits of hard problems while mitigating the inefficiency caused by sparse rewards. To this end, we introduce partial solutions that break a complex question into smaller, more approachable pieces. Theoretical analysis (Theorem 4.6) suggests that appending part of the solutions as hint can greatly improve RL efficiency.", "source": "marker_v2", "marker_block_id": "/page/3/Text/1"}
18
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0017", "section": "2 Tradeoffs between Reasoning Capacity and Learning Efficiency", "page_start": 4, "page_end": 4, "type": "Text", "text": "Empirically, we simply choose the hint to be a part of the solution of the original question q and observe faster learning in Figure 3. Surprisingly, even if we don't explicitly train the model to generate the hint, the model's capacity without hint still continues to improve and lead to steady improvement in problems out of reach in standard RL training (see Table 3). We elaborate on implementation details in the next section.", "source": "marker_v2", "marker_block_id": "/page/3/Text/2"}
19
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0018", "section": "3 Questa: Question Augmentation with Partial Solutions", "page_start": 4, "page_end": 4, "type": "Text", "text": "QUESTA is a modular augmentation framework designed to inject partial solution sketches into prompts during reinforcement learning (RL) training. It adresses scenarios where the base model fails to generate correct completions—conditions that typically result in sparse reward signals. Distinct from approaches that modify reward functions or optimization algorithms, QUESTA operates at the input level: it transforms original training prompts into more tractable variants, thereby exposing intermediate reasoning steps to the model.", "source": "marker_v2", "marker_block_id": "/page/3/Text/4"}
20
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0019", "section": "Original Prompt", "page_start": 4, "page_end": 4, "type": "Text", "text": "Let \\mathbb N be the set of positive integers. A function f:\\mathbb N\\to\\mathbb N satisfies the equation", "source": "marker_v2", "marker_block_id": "/page/3/Text/6"}
21
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0020", "section": "Original Prompt", "page_start": 4, "page_end": 4, "type": "Equation", "text": "f(f(\\dots f(n)\\dots)) = \\frac{n^2}{f(f(n))} with f(n) applications of f ,", "source": "marker_v2", "marker_block_id": "/page/3/Equation/7"}
22
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0021", "section": "Original Prompt", "page_start": 4, "page_end": 4, "type": "Text", "text": "for all positive integers n. Given this information, determine all possible values of f(1000).", "source": "marker_v2", "marker_block_id": "/page/3/Text/8"}
23
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0022", "section": "Augmented Prompt", "page_start": 4, "page_end": 4, "type": "Text", "text": "Let \\mathbb N be the set of positive integers. The function f:\\mathbb N\\to\\mathbb N satisfies the equation", "source": "marker_v2", "marker_block_id": "/page/3/Text/11"}
24
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0023", "section": "Augmented Prompt", "page_start": 4, "page_end": 4, "type": "Equation", "text": "f(f(\\dots f(n)\\dots)) = \\frac{n^2}{f(f(n))} \\quad \\text{with } f(n) \\text{ applications of } f,", "source": "marker_v2", "marker_block_id": "/page/3/Equation/12"}
25
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0024", "section": "Augmented Prompt", "page_start": 4, "page_end": 4, "type": "Text", "text": "for all positive integers n. Given this information, determine all possible values of f(1000).", "source": "marker_v2", "marker_block_id": "/page/3/Text/13"}
26
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0025", "section": "Hint: Partial Solution", "page_start": 4, "page_end": 4, "type": "Text", "text": "Analysis shows that f must be an involution, meaning f(f(n)) = n for all n, and it fixes all odd positive integers, so f(n) = n for odd n. For even positive integers, f either fixes the number or swaps it with another even positive integer in a 2-cycle.", "source": "marker_v2", "marker_block_id": "/page/3/Text/15"}
27
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0026", "section": "Hint: Partial Solution", "page_start": 4, "page_end": 4, "type": "Text", "text": "Please reason step by step, and put your final answer within \\boxed{}.", "source": "marker_v2", "marker_block_id": "/page/3/Text/16"}
28
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0027", "section": "Hint: Partial Solution", "page_start": 4, "page_end": 4, "type": "Caption", "text": "Figure 4: QUESTA augments each original question in the dataset by prepending the first p% of the solution sketch. In our experiments, we apply augmentation using the solution block rather than the reasoning chain-of-thought. The hint percentage p is computed as the ratio of tokens used as hints to the total number of tokens in the solution sketch.", "source": "marker_v2", "marker_block_id": "/page/3/Caption/17"}
29
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0028", "section": "Hint: Partial Solution", "page_start": 4, "page_end": 4, "type": "Text", "text": "Question Augmentation Mechanism For a given problem x with an n-step solution trajectory y=(y_1,y_2,\\ldots,y_n) , QUESTA constructs a set of augmented prompts \\{\\tilde{x}^{(p)}\\} , where each \\tilde{x}^{(p)} appends the first p steps of the solution as a prefix to the original question. The parameter p (e.g., p=50% or 25%) quantifies the proportion of the solution revealed, thereby enabling precise control over the difficulty of the augmented prompt.", "source": "marker_v2", "marker_block_id": "/page/3/Text/18"}
30
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0029", "section": "Hint: Partial Solution", "page_start": 4, "page_end": 4, "type": "Text", "text": "In our empirical evaluations, we employed the OpenR1-Math-220K dataset (Open-R1 Team, 2025)—a supervised fine-tuning (SFT) corpus containing solution trajectories generated by DEEPSEEK-R1. Each instance in this dataset comprises a detailed chain-of-thought (CoT) section followed by a final solution block. For augmentation, we extracted the final solution (omitting speculative reasoning", "source": "marker_v2", "marker_block_id": "/page/3/Text/19"}
31
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0030", "section": "Hint: Partial Solution", "page_start": 5, "page_end": 5, "type": "Text", "text": "within the CoT section). The solution was then truncated at a predefined percentage p and prepended to the original question, yielding the augmented prompt used in RL training, as shwon in Figure 4.", "source": "marker_v2", "marker_block_id": "/page/4/Text/1"}
32
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0031", "section": "Hint: Partial Solution", "page_start": 5, "page_end": 5, "type": "Text", "text": "Targeting High-Difficulty Problems QUESTA is applied exclusively to prompts where the base model's pass rate is close to zero. Using the OpenR1-Math-220K dataset, we first employ lightweight heuristic filters to reduce the full 220K problems to 26K of the hardest candidates. These problems are then augmented with partial-solution prefixes where we conduct a second difficulty screening: sample multiple completions from the model for each augmented prompt, and only those instances with consistently low pass rates are retained. This two-stage filtering pipeline yields a final pool of no more than 10K problems, ensuring that augmentation resources are concentrated on the most challenging cases where the base model needs additional guidance and scaffolding.", "source": "marker_v2", "marker_block_id": "/page/4/Text/2"}
33
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0032", "section": "Hint: Partial Solution", "page_start": 5, "page_end": 5, "type": "Text", "text": "Integrating with RL Pipelines QUESTA exhibits orthogonality to underlying RL algorithms, enabling seamless integration into existing training pipelines (e.g., GRPO (Shao et al., 2024), DAPO (Yu et al., 2025)) without modifications. Specifically, integration requires only replacing the original rollout dataset with the augmented dataset, while retaining the original reward function and policy update mechanism. To further exploit this input-level flexibility, we extended QUESTA with an iterative curriculum RL paradigm:", "source": "marker_v2", "marker_block_id": "/page/4/Text/3"}
34
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0033", "section": "Hint: Partial Solution", "page_start": 5, "page_end": 5, "type": "ListGroup", "text": "1. First, augment the dataset with p = 50%, apply the difficulty filtering with the augmented prompt, and conduct reinforcement learning training until the performance saturates. 2. Second, reduce the augmentation from p = 50% to p = 25%, i.e. provide fewer hints. Again, we apply the difficulty filtering, and conduct reinforcement learning training until convergence.", "source": "marker_v2", "marker_block_id": "/page/4/ListGroup/152"}
35
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0034", "section": "Hint: Partial Solution", "page_start": 5, "page_end": 5, "type": "Text", "text": "Here, the rationale for the choice of p is provided in Appendix B.6. By keeping the training signals strong at each stage, the method speeds up convergence on difficult tasks and makes QUESTA a simple, plug-and-play approach for curriculum-based RL.", "source": "marker_v2", "marker_block_id": "/page/4/Text/6"}
36
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0035", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 5, "page_end": 5, "type": "Text", "text": "In this section, we present a theoretical perspective on how question augmentation improves the efficiency of reinforcement learning. Our central thesis is that the primary bottleneck in RL-based reasoning lies in the difficulty of discovering successful trajectories within a finite sampling budget. Question augmentation addresses this challenge by reshaping the learnability landscape —making hard problems more discoverable by increasing the likelihood of encountering correct trajectories.", "source": "marker_v2", "marker_block_id": "/page/4/Text/8"}
37
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0036", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 5, "page_end": 5, "type": "Text", "text": "Motivated by experiments which quantify model capcity with pass@k accuracy, we introduce the following notions of solution set (Definition 4.1) and model capacity set (Definition 4.2) for a given question q and model \\mu . Let \\mathcal V be the vocaboluary set, and let P_{\\mu}(q,\\tau) denote the probability that a language model \\mu generates trajectory \\tau \\in \\mathcal V^* when conditioned on input question q \\in \\mathcal V^* .", "source": "marker_v2", "marker_block_id": "/page/4/Text/9"}
38
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0037", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 5, "page_end": 5, "type": "Text", "text": "Definition 4.1 (Solution Set). Given a question q and a binary reward function R: \\mathcal{V}^* \\times \\mathcal{V}^* \\to \\{0, 1\\} , the solution set is defined as:", "source": "marker_v2", "marker_block_id": "/page/4/Text/10"}
39
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0038", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 5, "page_end": 5, "type": "Equation", "text": "S(q) = \\{ \\tau \\in \\mathcal{V}^* \\mid R(q, \\tau) = 1 \\}.", "source": "marker_v2", "marker_block_id": "/page/4/Equation/11"}
40
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0039", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 5, "page_end": 5, "type": "Text", "text": "Definition 4.2 (Model Capacity Set). Given a probability threshold \\delta_p > 0 , a language model \\mu , and a question q, define the model capacity set C(q, \\delta_p) as the smallest set of trajectories whose total probability mass is at least 1 - \\delta_p :", "source": "marker_v2", "marker_block_id": "/page/4/Text/12"}
41
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0040", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 5, "page_end": 5, "type": "Equation", "text": "C(q, \\delta_p) = \\arg\\min_{S \\subseteq \\mathcal{V}^*} \\left\\{ |S| \\left| \\sum_{\\tau \\in S} P_{\\mu}(q, \\tau) \\ge 1 - \\delta_p \\right\\}. \\right.", "source": "marker_v2", "marker_block_id": "/page/4/Equation/13"}
42
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0041", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 5, "page_end": 5, "type": "Text", "text": "The Model Capacity Set C(q, \\delta_p) intuitively captures the set of most likely output trajectories that the model \\mu can generate for a given input q, up to a small probability threshold \\delta_p .", "source": "marker_v2", "marker_block_id": "/page/4/Text/14"}
43
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0042", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 5, "page_end": 5, "type": "Text", "text": "This formalization leads to a critical insight: if the model's capacity set fails to intersect with the solution set—meaning the model is unlikely to generate any correct completions—then the RL process cannot make progress. To articulate this more formally, we begin by stating a standard assumption satisfied by many popular RL algorithms, such as DAPO and online GRPO:", "source": "marker_v2", "marker_block_id": "/page/4/Text/15"}
44
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0043", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "Text", "text": "Assumption 4.3 (Null Gradient from Zero-Reinforcement). The RL algorithm does not update the model weights if none of the sampled rollouts receives a positive reward (i.e., reward = 1).", "source": "marker_v2", "marker_block_id": "/page/5/Text/1"}
45
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0044", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "Text", "text": "Under this assumption, we easily the following lower bound, which states that if all training questions are unreachable within the model's capacity set, the RL process is likely to stall entirely:", "source": "marker_v2", "marker_block_id": "/page/5/Text/2"}
46
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0045", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "Text", "text": "Theorem 4.4 (Lower Bound on RL Learnability under Solution Inaccessibility). Given a probability threshold \\delta_p > 0 , if for every question q \\in \\mathcal{Q} , the model capacity set C(q, \\delta_p) does not intersect with the solution set \\mathcal{S}(q) , i.e.,", "source": "marker_v2", "marker_block_id": "/page/5/Text/3"}
47
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0046", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "Equation", "text": "C(q, \\delta_p) \\cap \\mathcal{S}(q) = \\emptyset, \\quad \\forall q \\in \\mathcal{Q},", "source": "marker_v2", "marker_block_id": "/page/5/Equation/4"}
48
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0047", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "Text", "text": "then under Assumption 4.3, when training RL for T steps with B samples per step such that TB = \\Theta(1/\\delta_p) , there is a constant probability that the RL algorithm will not update the model.", "source": "marker_v2", "marker_block_id": "/page/5/Text/5"}
49
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0048", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "Text", "text": "To overcome this limitation, our method QUESTA provides a simple yet effective solution: augment each question in \\mathcal Q with a partial solution to improve the chances of sampling informative trajectories. Formally, we assume the existence of a hint h_q for every question q \\in \\mathcal Q that can guide the model toward discovering a valid completion.", "source": "marker_v2", "marker_block_id": "/page/5/Text/6"}
50
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0049", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "Text", "text": "Definition 4.5 (Question Augmentation). For every question q \\in \\mathcal{Q} , hint h_q \\in \\mathcal{V}^* satisfies that for \\delta'_p = \\delta_p^{1/2 - \\epsilon} for some \\epsilon > 0 :", "source": "marker_v2", "marker_block_id": "/page/5/Text/7"}
51
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0050", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "ListGroup", "text": "the hint h_q can be generated with a non-neglible probability: P_{\\mu}(h_q|q) \\geq \\delta_p' there exists a solution to the hinted problem s_q \\in \\mathcal{S}(q) such that s_q can be generated with high probability after s_q , i.e.", "source": "marker_v2", "marker_block_id": "/page/5/ListGroup/160"}
52
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0051", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "Equation", "text": "P_{\\mu}(s_q|(q,h_q)) = \\delta'_{p}. \\quad R(q,h \\oplus s_q) = 1.", "source": "marker_v2", "marker_block_id": "/page/5/Equation/10"}
53
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0052", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "Text", "text": "The hint h_q can exist for every question even when the model's capacity set C(q, \\delta_p) does not intersect with the solution set \\mathcal{S}(q) . For instance, if every solution can be decomposed into two steps, and the model can generate each step correctly with probability \\delta_p' = \\sqrt{o(\\delta_p)} , then the possibility of generating two steps correctly at the same time is only o(\\delta_p) .", "source": "marker_v2", "marker_block_id": "/page/5/Text/11"}
54
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0053", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "Text", "text": "This implies that the sampling budget needed with a hint is asymptotically almost the square root of the budget required without it (\\Theta(1/\\delta_p)) , as given in Theorem 4.4. We further provide a learnability result where we assume the policy is parameterized by a softmax policy parameterization in a classical tabular RL setup.", "source": "marker_v2", "marker_block_id": "/page/5/Text/12"}
55
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0054", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "Text", "text": "Theorem 4.6 (Informal Upper Bound on RL Learnability with Hint). If we have a hint h_q for every question q \\in \\mathcal{Q} (Def. 4.5), then there exists an RL algorithm that can output a policy \\pi_\\theta such that \\mathbb{E}_{q \\sim \\mathrm{Uniform}(\\mathcal{Q})}[\\mathbb{P}_{\\tau \\sim \\pi_\\theta(\\cdot|q)}(\\tau \\in \\mathcal{S}(q))] \\geq 0.99 with O(1/\\delta_p') sampling budget with high probability.", "source": "marker_v2", "marker_block_id": "/page/5/Text/13"}
56
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0055", "section": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY", "page_start": 6, "page_end": 6, "type": "Text", "text": "Theorem 4.6 provides a theoretical guarantee that the model can reach a high training success rate when partial solution is included. Empirically, we observe the model generalizes well both in-distribution and out-of-distribution to hard questions.", "source": "marker_v2", "marker_block_id": "/page/5/Text/14"}
57
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0056", "section": "5 EXPERIMENTS", "page_start": 6, "page_end": 6, "type": "Text", "text": "Dataset. We begin with the OpenR1-Math-220K dataset and use DeepSeek-R1-Distill-1.5B as a weak selection model to filter it down to the 26K hardest items. This set serves as our base prompts. We then use Nemotron-1.5B to sample eight generations per prompt and classify problems into Easy Data (7–8 correct answers) and Hard Data (0–1 correct answers), enabling controlled experiments introduced in Section 2. The exact prompt template is provided in Appendix B.8", "source": "marker_v2", "marker_block_id": "/page/5/Text/16"}
58
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0057", "section": "5 EXPERIMENTS", "page_start": 6, "page_end": 6, "type": "Text", "text": "Data Augmentation (QUESTA). To improve the tractability of the problems, we apply QUESTA to prepend the prompt with partial solutions, i.e. first p% of the full solution in the SFT data provided in the OpenR1-Math-220K dataset. After augmentation, we use the initial model at RL training, either Nemotron-1.5B or DeepScaleR-1.5B, to sample 8 generations per augmented prompts and select samples with 0–4 correct predictions. Full details are provided in Appendix B.5. These high-variance cases provide stronger learning signals and make the training process more effective.", "source": "marker_v2", "marker_block_id": "/page/5/Text/17"}
59
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0058", "section": "5 EXPERIMENTS", "page_start": 7, "page_end": 7, "type": "TableGroup", "text": "Table 1: Performance comparison (Pass@1, averaged over 32 samples) across maths benchmarks. The best results among the 1.5B models are highlighted in bold. Larger models are shown in gray as reference points. Reported results for DeepSeek-R1-Distill and Qwen3 are taken from their official documentation (Guo et al., 2025; Yang et al., 2025) , while the rest are self-evaluated. Our QUESTA-Nemotron-1.5B achieves state-of-the-art performance among 1.5B models and, notably, matches or even exceeds the performance of DeepSeek-R1-Distill-32B across several benchmarks, despite being over 20× smaller in parameter count. This demonstrates the effectiveness of QUESTA in enhancing small model capabilities through targeted training. Model AIME24 AIME25 HMMT FEB 25 Olympiad Bench BRUMO25 Avg DeepSeek-R1-Distill-1.5B 28.7 22.3 12.0 52.4 31.8 29.44 Qwen3-1.7B 48.3 36.8 22.19 56.13 44.06 41.50 DeepSeek-R1-Distill-32B 72.6 51.8 33 65.0 68 58.08 Qwen3-8B 76.0 67.3 44.79 68.56 68.33 64.99 Nemotron-1.5B 61.77 49.50 31.56 64.62 58.23 53.14 QUESTA-Nemotron-1.5B 72.50 62.29 41.67 70.36 69.48 63.26", "source": "marker_v2", "marker_block_id": "/page/6/TableGroup/400"}
60
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0059", "section": "5 EXPERIMENTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "Training Setup. We use AReaL (Fu et al., 2025) as our RL training framework, applying the GRPO algorithm (Guo et al., 2025) without the Kullback–Leibler (KL) divergence loss. Following DAPO (Yu et al., 2025) , we also dynamically filter out prompts that are either all correct or all incorrect during rollouts. During training, we sample n = 16 responses per prompt with a maximum prompt length of 8192 tokens and a maximum generation length of 24000 tokens, using a sampling temperature of 1.0 and clipping hyperparameters with εlow = εhigh = 0.2. The batch size is 128 with a mini-batch size of 1, equivalent to 128 gradient updates per rollout step. Optimization is performed with AdamW (Kingma & Ba, 2017; Loshchilov & Hutter, 2019) using a constant learning rate of 2 × 10 − 5 . Experiments are conducted on eight NVIDIA H800 (80GB) nodes. Full details of our training method are provided in Appendix B.1.", "source": "marker_v2", "marker_block_id": "/page/6/Text/3"}
61
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0060", "section": "5 EXPERIMENTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "Evaluation Setup. For each problem in the evaluation benchmarks, we generate 32 samples and report pass@1 results. Generation uses a sampling temperature of 0.7 and a top-p value of 0.95, with k = 32 responses per question unless otherwise specified. It is important to note that while partial solutions were incorporated during training, no partial solutions are provided at evaluation time.", "source": "marker_v2", "marker_block_id": "/page/6/Text/4"}
62
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0061", "section": "5.1 EXPERIMENTAL RESULTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "Key Results. Table 1 reports results on challenging math benchmarks. QUESTA yields substantial gains for Nemotron-1.5B, achieving an average improvement of 10% over its baseline and a particularly strong +13% on AIME25. These improvements are consistent across all benchmarks, highlighting the effectiveness of our approach in enhancing problem-solving robustness.", "source": "marker_v2", "marker_block_id": "/page/6/Text/6"}
63
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0062", "section": "5.1 EXPERIMENTAL RESULTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "Compared to other models, QUESTA-Nemotron-1.5B consistently outperforms peers of similar scale, such as DeepSeek-R1-Distill-1.5B and Qwen3-1.7B, and even surpasses larger models like DeepSeek-R1-Distill-32B across all benchmarks. On AIME25 in particular, it exceeds DeepSeek-R1-Distill-32B by a substantial margin of +11%. Against the stronger Qwen3-8B, QUESTA-Nemotron-1.5B remains competitive despite operating at a fraction of the parameter scale.", "source": "marker_v2", "marker_block_id": "/page/6/Text/7"}
64
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0063", "section": "5.1 EXPERIMENTAL RESULTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "Training Dynamics. Figure 5 summarizes the training dynamics of QUESTA-Nemotron-1.5B. A positive correlation is observed between average response length and model accuracy, reflecting common trends in RL training. Notably, with QUESTA, the entropy during RL training remains stable and does not exhibit significant collapse.", "source": "marker_v2", "marker_block_id": "/page/6/Text/8"}
65
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0064", "section": "5.1 EXPERIMENTAL RESULTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "Pass@k Analysis. Our evaluation follows the standard pass@k methodology, consistent with DeepSeek-R1 (Guo et al., 2025) , with further details provided in Appendix B.2. In contrast to recent findings that RL-based training can reduce pass@k at larger k values (Yue et al., 2025; Liu et al., 2025) , our results show that QUESTA preserves—and in many cases modestly improves—performance across a broad range of k. As shown in Figure 2, incorporating partial-solution hints within a two-stage curriculum yields consistent gains across models, without the degradation in pass@k often observed under standard RL training. These results indicate that QUESTA enhances both the quality and diversity of candidate solutions, rather than overfitting to a single best trajectory.", "source": "marker_v2", "marker_block_id": "/page/6/Text/9"}
66
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0065", "section": "5.1 EXPERIMENTAL RESULTS", "page_start": 8, "page_end": 8, "type": "FigureGroup", "text": "Figure 5: Training dynamics of QUESTA-Nemotron-1.5B. The first and second charts show the progression of average response length and average reward across rollout samples during the RL process, both of which steadily increase over time. The third chart presents the average entropy. Interestingly, the entropy increases over time, suggesting that QUESTA does not suffer from entropy collapse and instead encourages diverse and exploratory behavior.", "source": "marker_v2", "marker_block_id": "/page/7/FigureGroup/101"}
67
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0066", "section": "5.1 EXPERIMENTAL RESULTS", "page_start": 8, "page_end": 8, "type": "FigureGroup", "text": "Figure 6: Pass Rate Distribution on Training Prompts. We compare the success rate on the 26K training set before and after RL, using the average pass rate over 8 samples per question. Although partial solutions are included during QUESTA training, no hints are provided during this evaluation. This setup isolates the true impact of QUESTA by assessing its ability to improve performance on problems without hints. QUESTA significantly reduces the number of unsolved or partially solved problems in the training set, especially for hard ones where initial model solves only 0/8 or 1/8 times.", "source": "marker_v2", "marker_block_id": "/page/7/FigureGroup/102"}
68
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0067", "section": "5.1 EXPERIMENTAL RESULTS", "page_start": 8, "page_end": 8, "type": "Text", "text": "Generalization at Test Time when Hints are Removed. A natural question arises from our approach: since we add partial solutions during RL training, does this improvement persist when hints are removed at evaluation time? To answer this, Figure 6 compares the pre- and post-RL models on the 26K training prompt set, evaluated without any hints. The distribution clearly shifts away from the 0/8–1/8 bins toward higher pass rates, indicating that the model solves a larger fraction of problems even without access to partial solutions. On the evaluation AIME benchmarks, Table 2 further demonstrates that QUESTA expands coverage at Pass@32: for Nemotron-1.5B, the number of unsolved problems drops from 5 to 2 on AIME24 (newly solved indices 2, 13, 29) and from 6 to 3 on AIME25 (newly solved indices 9, 13, 27). Taken together, these results show that our method generalizes well beyond the training setting and helps solve hard problems that are otherwise inaccessible without partial-solution guidance.", "source": "marker_v2", "marker_block_id": "/page/7/Text/5"}
69
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0068", "section": "5.2 Further Ablations", "page_start": 8, "page_end": 8, "type": "Text", "text": "Ablation with Difficulty Curriculum. We first motivate the choice of a two-stage curriculum: RL on Partial-50 followed by RL on Partial-25 . From a modeling standpoint, the most appropriate inference distribution for the model should be the original (no-hint) distribution. Hence, during training we should gradually reduce reliance on hints to align the learned policy with the evaluation distribution. This motivates decreasing the partial ratio over time so that the model transitions from scaffolded reasoning to autonomous reasoning.", "source": "marker_v2", "marker_block_id": "/page/7/Text/7"}
70
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0069", "section": "5.2 Further Ablations", "page_start": 9, "page_end": 9, "type": "TableGroup", "text": "Table 2: Indices of unsolved problems at Pass@32 on AIME24 and AIME25 (with indices ranging from 0-29). Our method, QUESTA, consistently improve the model capacity on hard cases where the initial model is unable to solve, improving overall coverage at Pass@32. Models AIME24 Unsodlved Indices AIME25 Unsolved Indices Nemotron-1.5B 2, 3, 13, 21, 29 9, 12, 13, 14, 27, 29 QUESTA-Nemotron-1.5B 3, 21 12, 14, 29 Table 3: Ablation Study on the Impact of Curriculum Design. This table demonstrates the importance of curriculum learning in improving model performance. The model QUESTA-Nemotron-1.5B-50 was trained entirely with Partial-50 data for 2000 steps, while QUESTA-Nemotron-1.5B followed a curriculum learning approach, starting with 100 steps of Partial-50 data followed by 1900 steps of Partial-25 data. As seen in the table, the curriculum learning approach (QUESTA-Nemotron-1.5B) outperforms training with only Partial-50 data (QUESTA-Nemotron-1.5B-50). Extension with Partial-50-Partial-25-Partial-0 did not yield significant improvements, and thus, are not included in the table.", "source": "marker_v2", "marker_block_id": "/page/8/TableGroup/82"}
71
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0070", "section": "5.2 Further Ablations", "page_start": 9, "page_end": 9, "type": "Table", "text": "Model | AIME24 AIME25 HMMT FEB 25 Olympiad Bench BRUMO25 | Avg Nemotron-1.5B QUESTA-Nemotron-1.5B-50 QUESTA-Nemotron-1.5B 61.77 49.50 31.56 64.62 58.23 53.14 67.18 59.38 39.17 69.41 66.15 60.26 72.50 62.29 41.67 70.36 69.48 63.26", "source": "marker_v2", "marker_block_id": "/page/8/Table/4"}
72
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0071", "section": "5.2 Further Ablations", "page_start": 9, "page_end": 9, "type": "Text", "text": "Empirically, Table 3 shows that, under the same 2000-step budget, the curriculum Partial-50 Partial-25 learns substantially better than training on Partial-50 alone. We cap the Partial-50 stage at 100 steps, after which we switch to Partial-25 . As shown in Figure 11, entropy for QUESTA-Nemotron-1.5B-50 begins to decline beyond 100 steps, so transitioning at this point prevents overconfidence and sustains training stability. We have also tried extending the curriculum from Partial-25 to Partial-0 in our experiments, but observed no gains and no increase in response length (see Figure 12).", "source": "marker_v2", "marker_block_id": "/page/8/Text/5"}
73
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0072", "section": "5.2 Further Ablations", "page_start": 9, "page_end": 9, "type": "TableGroup", "text": "Table 4: Performance comparison (Pass@1, averaged over 32 samples) between Nemotron-1.5B and QUESTA-Nemotron-1.5B (By OpenMathReasoning). The two models achieve comparable results, with the version trained on OpenR1 performing slightly better overall. Model AIME24 AIME25 HMMT FEB 25 Olympiad Bench BRUMO25 | Avg Nemotron-1.5B QUESTA-50 (with OpenMathReasoning) QUESTA-50 (with OpenR1) 61.77 49.50 31.56 64.62 58.23 | 53.14 66.46 58.54 36.35 66.06 63.13 | 58.11 67.18 59.38 39.17 69.41 66.15 | 60.26", "source": "marker_v2", "marker_block_id": "/page/8/TableGroup/83"}
74
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0073", "section": "5.2 Further Ablations", "page_start": 9, "page_end": 9, "type": "Text", "text": "Ablation with Different Dataset. We also evaluated QUESTA on OpenMathReasoning Moshkov et al. (2025), selecting the 60K questions with pass_rate_72b_tir of 0 or 1/32. Due to time constraints, we trained only the first stage of QUESTA with 50% partial solutions. Table 4 shows that QUESTA-Nemotron-1.5B-50 achieves similar performance as using the OpenR1 dataset. This indicates that our approach generalizes across datasets.", "source": "marker_v2", "marker_block_id": "/page/8/Text/8"}
75
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0074", "section": "5.2 Further Ablations", "page_start": 9, "page_end": 9, "type": "Text", "text": "Other Ablations. We also conduct an extensive set of comparative experiments and ablation studies, with detailed results provided in Appendix D. These include an ablation of QUESTA without hints (Appendix D.1), experiments with different model backbones (Appendix D.2), and the full set of pass rates and training curves for additional models (Appendix D.3).", "source": "marker_v2", "marker_block_id": "/page/8/Text/9"}
76
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0075", "section": "6 CONCLUSIONS", "page_start": 9, "page_end": 9, "type": "Text", "text": "In this work we introduced QUESTA, a lightweight data-centric framework that augments hard prompts with partial-solution hints during RL training. Without altering model architecture or reward design, QUESTA sets new state-of-the-art results for 1.5 B-scale models on AIME24, AIME25 and HMMT25. Further, we theoretically demonstrate how question augmentation can improve sample", "source": "marker_v2", "marker_block_id": "/page/8/Text/11"}
77
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0076", "section": "6 CONCLUSIONS", "page_start": 10, "page_end": 10, "type": "Text", "text": "efficiency. Our analysis shows that the method can potentially be generalized to other domains such as competitive coding, software engineering or other agentic tasks. Designing proper question augmentation pipelines for theses new tasks can be an important and interesting future direction.", "source": "marker_v2", "marker_block_id": "/page/9/Text/1"}
iclr26/3MifB0f7qR/marker_meta.json ADDED
@@ -0,0 +1,2151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "table_of_contents": [
3
+ {
4
+ "title": "QUESTA: EXPANDING REASONING CAPACITY IN LLMS VIA QUESTION AUGMENTATION",
5
+ "heading_level": null,
6
+ "page_id": 0,
7
+ "polygon": [
8
+ [
9
+ 106.3828125,
10
+ 79.27734375
11
+ ],
12
+ [
13
+ 504.0,
14
+ 79.27734375
15
+ ],
16
+ [
17
+ 504.0,
18
+ 114.08203125
19
+ ],
20
+ [
21
+ 106.3828125,
22
+ 114.08203125
23
+ ]
24
+ ]
25
+ },
26
+ {
27
+ "title": "ABSTRACT",
28
+ "heading_level": null,
29
+ "page_id": 0,
30
+ "polygon": [
31
+ [
32
+ 276.416015625,
33
+ 198.38671875
34
+ ],
35
+ [
36
+ 334.5,
37
+ 198.38671875
38
+ ],
39
+ [
40
+ 334.5,
41
+ 209.25
42
+ ],
43
+ [
44
+ 276.416015625,
45
+ 209.25
46
+ ]
47
+ ]
48
+ },
49
+ {
50
+ "title": "1 Introduction",
51
+ "heading_level": null,
52
+ "page_id": 0,
53
+ "polygon": [
54
+ [
55
+ 108.7734375,
56
+ 650.25
57
+ ],
58
+ [
59
+ 206.25,
60
+ 650.25
61
+ ],
62
+ [
63
+ 206.25,
64
+ 660.12890625
65
+ ],
66
+ [
67
+ 108.7734375,
68
+ 660.12890625
69
+ ]
70
+ ]
71
+ },
72
+ {
73
+ "title": "2 Tradeoffs between Reasoning Capacity and Learning Efficiency",
74
+ "heading_level": null,
75
+ "page_id": 2,
76
+ "polygon": [
77
+ [
78
+ 107.578125,
79
+ 413.40234375
80
+ ],
81
+ [
82
+ 505.5,
83
+ 413.40234375
84
+ ],
85
+ [
86
+ 505.5,
87
+ 423.75
88
+ ],
89
+ [
90
+ 107.578125,
91
+ 423.75
92
+ ]
93
+ ]
94
+ },
95
+ {
96
+ "title": "3 Questa: Question Augmentation with Partial Solutions",
97
+ "heading_level": null,
98
+ "page_id": 3,
99
+ "polygon": [
100
+ [
101
+ 108.7734375,
102
+ 210.75
103
+ ],
104
+ [
105
+ 459.0,
106
+ 210.75
107
+ ],
108
+ [
109
+ 459.0,
110
+ 221.58984375
111
+ ],
112
+ [
113
+ 108.7734375,
114
+ 221.58984375
115
+ ]
116
+ ]
117
+ },
118
+ {
119
+ "title": "Original Prompt",
120
+ "heading_level": null,
121
+ "page_id": 3,
122
+ "polygon": [
123
+ [
124
+ 157.78125,
125
+ 309.0
126
+ ],
127
+ [
128
+ 217.5,
129
+ 309.0
130
+ ],
131
+ [
132
+ 217.5,
133
+ 318.0
134
+ ],
135
+ [
136
+ 157.78125,
137
+ 318.0
138
+ ]
139
+ ]
140
+ },
141
+ {
142
+ "title": "Augmented Prompt",
143
+ "heading_level": null,
144
+ "page_id": 3,
145
+ "polygon": [
146
+ [
147
+ 158.37890625,
148
+ 418.5
149
+ ],
150
+ [
151
+ 227.25,
152
+ 418.5
153
+ ],
154
+ [
155
+ 227.25,
156
+ 428.09765625
157
+ ],
158
+ [
159
+ 158.37890625,
160
+ 428.09765625
161
+ ]
162
+ ]
163
+ },
164
+ {
165
+ "title": "## Hint: Partial Solution",
166
+ "heading_level": null,
167
+ "page_id": 3,
168
+ "polygon": [
169
+ [
170
+ 161.3671875,
171
+ 496.93359375
172
+ ],
173
+ [
174
+ 248.25,
175
+ 496.93359375
176
+ ],
177
+ [
178
+ 248.25,
179
+ 505.5
180
+ ],
181
+ [
182
+ 161.3671875,
183
+ 505.5
184
+ ]
185
+ ]
186
+ },
187
+ {
188
+ "title": "4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY",
189
+ "heading_level": null,
190
+ "page_id": 4,
191
+ "polygon": [
192
+ [
193
+ 106.3828125,
194
+ 394.83984375
195
+ ],
196
+ [
197
+ 449.25,
198
+ 393.75
199
+ ],
200
+ [
201
+ 449.25,
202
+ 403.5
203
+ ],
204
+ [
205
+ 106.3828125,
206
+ 405.0
207
+ ]
208
+ ]
209
+ },
210
+ {
211
+ "title": "5 EXPERIMENTS",
212
+ "heading_level": null,
213
+ "page_id": 5,
214
+ "polygon": [
215
+ [
216
+ 107.25,
217
+ 576.75
218
+ ],
219
+ [
220
+ 200.25,
221
+ 576.75
222
+ ],
223
+ [
224
+ 200.25,
225
+ 586.5
226
+ ],
227
+ [
228
+ 107.25,
229
+ 586.5
230
+ ]
231
+ ]
232
+ },
233
+ {
234
+ "title": "5.1 EXPERIMENTAL RESULTS",
235
+ "heading_level": null,
236
+ "page_id": 6,
237
+ "polygon": [
238
+ [
239
+ 108.2490005493164,
240
+ 459.80859375
241
+ ],
242
+ [
243
+ 240.2578125,
244
+ 459.80859375
245
+ ],
246
+ [
247
+ 240.2578125,
248
+ 470.0510559082031
249
+ ],
250
+ [
251
+ 108.2490005493164,
252
+ 470.0510559082031
253
+ ]
254
+ ]
255
+ },
256
+ {
257
+ "title": "5.2 Further Ablations",
258
+ "heading_level": null,
259
+ "page_id": 7,
260
+ "polygon": [
261
+ [
262
+ 106.5,
263
+ 648.52734375
264
+ ],
265
+ [
266
+ 225.75,
267
+ 648.52734375
268
+ ],
269
+ [
270
+ 225.75,
271
+ 657.75
272
+ ],
273
+ [
274
+ 106.5,
275
+ 657.75
276
+ ]
277
+ ]
278
+ },
279
+ {
280
+ "title": "6 CONCLUSIONS",
281
+ "heading_level": null,
282
+ "page_id": 8,
283
+ "polygon": [
284
+ [
285
+ 106.98046875,
286
+ 666.0
287
+ ],
288
+ [
289
+ 201.75,
290
+ 666.0
291
+ ],
292
+ [
293
+ 201.75,
294
+ 675.75
295
+ ],
296
+ [
297
+ 106.98046875,
298
+ 675.75
299
+ ]
300
+ ]
301
+ },
302
+ {
303
+ "title": "7 ETHICS STATEMENT",
304
+ "heading_level": null,
305
+ "page_id": 9,
306
+ "polygon": [
307
+ [
308
+ 108.7734375,
309
+ 131.87109375
310
+ ],
311
+ [
312
+ 228.75,
313
+ 131.87109375
314
+ ],
315
+ [
316
+ 228.75,
317
+ 141.0
318
+ ],
319
+ [
320
+ 108.7734375,
321
+ 141.0
322
+ ]
323
+ ]
324
+ },
325
+ {
326
+ "title": "8 Reproducibility Statement",
327
+ "heading_level": null,
328
+ "page_id": 9,
329
+ "polygon": [
330
+ [
331
+ 108.7734375,
332
+ 244.79296875
333
+ ],
334
+ [
335
+ 287.25,
336
+ 244.79296875
337
+ ],
338
+ [
339
+ 287.25,
340
+ 254.25
341
+ ],
342
+ [
343
+ 108.7734375,
344
+ 254.25
345
+ ]
346
+ ]
347
+ },
348
+ {
349
+ "title": "9 ACKNOWLEDGEMENTS AND DISCLOSURE OF FUNDING",
350
+ "heading_level": null,
351
+ "page_id": 9,
352
+ "polygon": [
353
+ [
354
+ 106.3828125,
355
+ 326.77734375
356
+ ],
357
+ [
358
+ 407.25,
359
+ 326.77734375
360
+ ],
361
+ [
362
+ 407.25,
363
+ 336.75
364
+ ],
365
+ [
366
+ 106.3828125,
367
+ 336.75
368
+ ]
369
+ ]
370
+ },
371
+ {
372
+ "title": "REFERENCES",
373
+ "heading_level": null,
374
+ "page_id": 9,
375
+ "polygon": [
376
+ [
377
+ 106.98046875,
378
+ 390.0
379
+ ],
380
+ [
381
+ 175.5,
382
+ 390.0
383
+ ],
384
+ [
385
+ 175.5,
386
+ 399.0
387
+ ],
388
+ [
389
+ 106.98046875,
390
+ 399.0
391
+ ]
392
+ ]
393
+ },
394
+ {
395
+ "title": "A THE USE OF LARGE LANGUAGE MODELS (LLMS)",
396
+ "heading_level": null,
397
+ "page_id": 13,
398
+ "polygon": [
399
+ [
400
+ 107.578125,
401
+ 81.59765625
402
+ ],
403
+ [
404
+ 385.5,
405
+ 81.59765625
406
+ ],
407
+ [
408
+ 385.5,
409
+ 93.0
410
+ ],
411
+ [
412
+ 107.578125,
413
+ 93.0
414
+ ]
415
+ ]
416
+ },
417
+ {
418
+ "title": "B IMPLEMENTATION DETAILS",
419
+ "heading_level": null,
420
+ "page_id": 13,
421
+ "polygon": [
422
+ [
423
+ 106.98046875,
424
+ 145.01953125
425
+ ],
426
+ [
427
+ 269.25,
428
+ 145.01953125
429
+ ],
430
+ [
431
+ 269.25,
432
+ 153.75
433
+ ],
434
+ [
435
+ 106.98046875,
436
+ 153.75
437
+ ]
438
+ ]
439
+ },
440
+ {
441
+ "title": "B.1 RLVR ALGORITHMS",
442
+ "heading_level": null,
443
+ "page_id": 13,
444
+ "polygon": [
445
+ [
446
+ 106.98046875,
447
+ 167.44921875
448
+ ],
449
+ [
450
+ 222.75,
451
+ 167.44921875
452
+ ],
453
+ [
454
+ 222.75,
455
+ 177.0
456
+ ],
457
+ [
458
+ 106.98046875,
459
+ 177.0
460
+ ]
461
+ ]
462
+ },
463
+ {
464
+ "title": "B.2 LOW-VARIANCE PASS@K ESTIMATION",
465
+ "heading_level": null,
466
+ "page_id": 13,
467
+ "polygon": [
468
+ [
469
+ 106.5,
470
+ 437.25
471
+ ],
472
+ [
473
+ 297.75,
474
+ 437.25
475
+ ],
476
+ [
477
+ 297.75,
478
+ 446.66015625
479
+ ],
480
+ [
481
+ 106.5,
482
+ 446.66015625
483
+ ]
484
+ ]
485
+ },
486
+ {
487
+ "title": "B.3 MORE RELATED WORKS",
488
+ "heading_level": null,
489
+ "page_id": 13,
490
+ "polygon": [
491
+ [
492
+ 107.279296875,
493
+ 636.15234375
494
+ ],
495
+ [
496
+ 238.5,
497
+ 636.15234375
498
+ ],
499
+ [
500
+ 238.5,
501
+ 648.0
502
+ ],
503
+ [
504
+ 107.279296875,
505
+ 648.0
506
+ ]
507
+ ]
508
+ },
509
+ {
510
+ "title": "B.4 BENCHMARKS",
511
+ "heading_level": null,
512
+ "page_id": 14,
513
+ "polygon": [
514
+ [
515
+ 106.3828125,
516
+ 329.09765625
517
+ ],
518
+ [
519
+ 196.5,
520
+ 329.09765625
521
+ ],
522
+ [
523
+ 196.5,
524
+ 338.25
525
+ ],
526
+ [
527
+ 106.3828125,
528
+ 338.25
529
+ ]
530
+ ]
531
+ },
532
+ {
533
+ "title": "B.5 TRAINING DATASET",
534
+ "heading_level": null,
535
+ "page_id": 14,
536
+ "polygon": [
537
+ [
538
+ 106.5,
539
+ 469.08984375
540
+ ],
541
+ [
542
+ 219.75,
543
+ 469.08984375
544
+ ],
545
+ [
546
+ 219.75,
547
+ 480.0
548
+ ],
549
+ [
550
+ 106.5,
551
+ 480.0
552
+ ]
553
+ ]
554
+ },
555
+ {
556
+ "title": "B.6 THE RATIONALE FOR THE CHOICE OF p",
557
+ "heading_level": null,
558
+ "page_id": 15,
559
+ "polygon": [
560
+ [
561
+ 107.578125,
562
+ 83.53125
563
+ ],
564
+ [
565
+ 298.828125,
566
+ 83.53125
567
+ ],
568
+ [
569
+ 298.828125,
570
+ 94.2310791015625
571
+ ],
572
+ [
573
+ 107.578125,
574
+ 94.2310791015625
575
+ ]
576
+ ]
577
+ },
578
+ {
579
+ "title": "B.7 EVALUATION SETUP",
580
+ "heading_level": null,
581
+ "page_id": 15,
582
+ "polygon": [
583
+ [
584
+ 108.2490005493164,
585
+ 413.40234375
586
+ ],
587
+ [
588
+ 219.40072631835938,
589
+ 413.40234375
590
+ ],
591
+ [
592
+ 219.40072631835938,
593
+ 424.7301025390625
594
+ ],
595
+ [
596
+ 108.2490005493164,
597
+ 424.7301025390625
598
+ ]
599
+ ]
600
+ },
601
+ {
602
+ "title": "B.8 DETAIL ON PROMPT TEMPLATE",
603
+ "heading_level": null,
604
+ "page_id": 15,
605
+ "polygon": [
606
+ [
607
+ 108.2490005493164,
608
+ 509.30859375
609
+ ],
610
+ [
611
+ 267.2513732910156,
612
+ 509.30859375
613
+ ],
614
+ [
615
+ 267.2513732910156,
616
+ 521.0150756835938
617
+ ],
618
+ [
619
+ 108.2490005493164,
620
+ 521.0150756835938
621
+ ]
622
+ ]
623
+ },
624
+ {
625
+ "title": "DeepScaleR Coding's Inference:\n<|User|>{input}<|Assistant|><think>",
626
+ "heading_level": null,
627
+ "page_id": 15,
628
+ "polygon": [
629
+ [
630
+ 109.96875,
631
+ 529.8046875
632
+ ],
633
+ [
634
+ 492.46875,
635
+ 529.8046875
636
+ ],
637
+ [
638
+ 492.46875,
639
+ 559.1953125
640
+ ],
641
+ [
642
+ 109.96875,
643
+ 559.1953125
644
+ ]
645
+ ]
646
+ },
647
+ {
648
+ "title": "DeepScaleR Others' Inference:",
649
+ "heading_level": null,
650
+ "page_id": 15,
651
+ "polygon": [
652
+ [
653
+ 112.359375,
654
+ 571.4505310058594
655
+ ],
656
+ [
657
+ 245.38922119140625,
658
+ 571.4505310058594
659
+ ],
660
+ [
661
+ 245.38922119140625,
662
+ 582.78515625
663
+ ],
664
+ [
665
+ 112.359375,
666
+ 582.78515625
667
+ ]
668
+ ]
669
+ },
670
+ {
671
+ "title": "Nemotrion Coding's Inference:",
672
+ "heading_level": null,
673
+ "page_id": 15,
674
+ "polygon": [
675
+ [
676
+ 112.060546875,
677
+ 620.0135192871094
678
+ ],
679
+ [
680
+ 245.58847045898438,
681
+ 620.0135192871094
682
+ ],
683
+ [
684
+ 245.58847045898438,
685
+ 629.9761199951172
686
+ ],
687
+ [
688
+ 112.060546875,
689
+ 629.9761199951172
690
+ ]
691
+ ]
692
+ },
693
+ {
694
+ "title": "Nemotrion Others' Inference:",
695
+ "heading_level": null,
696
+ "page_id": 15,
697
+ "polygon": [
698
+ [
699
+ 113.32499694824219,
700
+ 682.55859375
701
+ ],
702
+ [
703
+ 240.4079132080078,
704
+ 682.55859375
705
+ ],
706
+ [
707
+ 240.4079132080078,
708
+ 694.4391098022461
709
+ ],
710
+ [
711
+ 113.32499694824219,
712
+ 694.4391098022461
713
+ ]
714
+ ]
715
+ },
716
+ {
717
+ "title": "Training prompt with partial solutions (math RL):",
718
+ "heading_level": null,
719
+ "page_id": 16,
720
+ "polygon": [
721
+ [
722
+ 111.75,
723
+ 120.0
724
+ ],
725
+ [
726
+ 327.75,
727
+ 120.0
728
+ ],
729
+ [
730
+ 327.75,
731
+ 130.32421875
732
+ ],
733
+ [
734
+ 111.75,
735
+ 130.32421875
736
+ ]
737
+ ]
738
+ },
739
+ {
740
+ "title": "C THEORY",
741
+ "heading_level": null,
742
+ "page_id": 16,
743
+ "polygon": [
744
+ [
745
+ 107.25,
746
+ 182.91796875
747
+ ],
748
+ [
749
+ 171.75,
750
+ 182.91796875
751
+ ],
752
+ [
753
+ 171.75,
754
+ 192.0
755
+ ],
756
+ [
757
+ 107.25,
758
+ 192.0
759
+ ]
760
+ ]
761
+ },
762
+ {
763
+ "title": "C.1 Proofs",
764
+ "heading_level": null,
765
+ "page_id": 16,
766
+ "polygon": [
767
+ [
768
+ 106.5,
769
+ 206.89453125
770
+ ],
771
+ [
772
+ 167.25,
773
+ 206.89453125
774
+ ],
775
+ [
776
+ 167.25,
777
+ 215.25
778
+ ],
779
+ [
780
+ 106.5,
781
+ 215.25
782
+ ]
783
+ ]
784
+ },
785
+ {
786
+ "title": "D ADDITIONAL EXPERIMENTAL RESULTS",
787
+ "heading_level": null,
788
+ "page_id": 18,
789
+ "polygon": [
790
+ [
791
+ 108.7734375,
792
+ 81.75
793
+ ],
794
+ [
795
+ 330.0,
796
+ 81.75
797
+ ],
798
+ [
799
+ 330.0,
800
+ 92.25
801
+ ],
802
+ [
803
+ 108.7734375,
804
+ 92.25
805
+ ]
806
+ ]
807
+ },
808
+ {
809
+ "title": "D.1 ABLATION STUDY WITHOUT HINT",
810
+ "heading_level": null,
811
+ "page_id": 18,
812
+ "polygon": [
813
+ [
814
+ 106.5,
815
+ 107.25
816
+ ],
817
+ [
818
+ 279.0,
819
+ 107.25
820
+ ],
821
+ [
822
+ 279.0,
823
+ 116.25
824
+ ],
825
+ [
826
+ 106.5,
827
+ 116.25
828
+ ]
829
+ ]
830
+ },
831
+ {
832
+ "title": "D.2 ABLATION STUDY WITH DIFFERENT MODELS",
833
+ "heading_level": null,
834
+ "page_id": 19,
835
+ "polygon": [
836
+ [
837
+ 106.5,
838
+ 229.5
839
+ ],
840
+ [
841
+ 324.75,
842
+ 229.5
843
+ ],
844
+ [
845
+ 324.75,
846
+ 237.75
847
+ ],
848
+ [
849
+ 106.5,
850
+ 237.75
851
+ ]
852
+ ]
853
+ },
854
+ {
855
+ "title": "D.3 SUPPLEMENTAL EXPERIMENT DETAIL",
856
+ "heading_level": null,
857
+ "page_id": 20,
858
+ "polygon": [
859
+ [
860
+ 106.5,
861
+ 507.0
862
+ ],
863
+ [
864
+ 297.75,
865
+ 507.75
866
+ ],
867
+ [
868
+ 297.75,
869
+ 517.81640625
870
+ ],
871
+ [
872
+ 106.5,
873
+ 517.81640625
874
+ ]
875
+ ]
876
+ }
877
+ ],
878
+ "page_stats": [
879
+ {
880
+ "page_id": 0,
881
+ "text_extraction_method": "surya",
882
+ "block_counts": [
883
+ [
884
+ "Line",
885
+ 55
886
+ ],
887
+ [
888
+ "Span",
889
+ 43
890
+ ],
891
+ [
892
+ "Footnote",
893
+ 4
894
+ ],
895
+ [
896
+ "SectionHeader",
897
+ 3
898
+ ],
899
+ [
900
+ "Text",
901
+ 3
902
+ ],
903
+ [
904
+ "PageHeader",
905
+ 1
906
+ ],
907
+ [
908
+ "Figure",
909
+ 1
910
+ ],
911
+ [
912
+ "Caption",
913
+ 1
914
+ ],
915
+ [
916
+ "PageFooter",
917
+ 1
918
+ ],
919
+ [
920
+ "FigureGroup",
921
+ 1
922
+ ]
923
+ ],
924
+ "block_metadata": {
925
+ "llm_request_count": 0,
926
+ "llm_error_count": 0,
927
+ "llm_tokens_used": 0,
928
+ "previous_text": "",
929
+ "previous_type": "",
930
+ "previous_order": 0
931
+ }
932
+ },
933
+ {
934
+ "page_id": 1,
935
+ "text_extraction_method": "surya",
936
+ "block_counts": [
937
+ [
938
+ "Line",
939
+ 70
940
+ ],
941
+ [
942
+ "Span",
943
+ 20
944
+ ],
945
+ [
946
+ "Text",
947
+ 5
948
+ ],
949
+ [
950
+ "PageHeader",
951
+ 1
952
+ ],
953
+ [
954
+ "Figure",
955
+ 1
956
+ ],
957
+ [
958
+ "Caption",
959
+ 1
960
+ ],
961
+ [
962
+ "PageFooter",
963
+ 1
964
+ ],
965
+ [
966
+ "FigureGroup",
967
+ 1
968
+ ],
969
+ [
970
+ "Reference",
971
+ 1
972
+ ]
973
+ ],
974
+ "block_metadata": {
975
+ "llm_request_count": 0,
976
+ "llm_error_count": 0,
977
+ "llm_tokens_used": 0,
978
+ "previous_text": "",
979
+ "previous_type": "",
980
+ "previous_order": 0
981
+ }
982
+ },
983
+ {
984
+ "page_id": 2,
985
+ "text_extraction_method": "surya",
986
+ "block_counts": [
987
+ [
988
+ "Line",
989
+ 67
990
+ ],
991
+ [
992
+ "Span",
993
+ 24
994
+ ],
995
+ [
996
+ "Text",
997
+ 4
998
+ ],
999
+ [
1000
+ "ListItem",
1001
+ 2
1002
+ ],
1003
+ [
1004
+ "Reference",
1005
+ 2
1006
+ ],
1007
+ [
1008
+ "PageHeader",
1009
+ 1
1010
+ ],
1011
+ [
1012
+ "Figure",
1013
+ 1
1014
+ ],
1015
+ [
1016
+ "Caption",
1017
+ 1
1018
+ ],
1019
+ [
1020
+ "SectionHeader",
1021
+ 1
1022
+ ],
1023
+ [
1024
+ "PageFooter",
1025
+ 1
1026
+ ],
1027
+ [
1028
+ "FigureGroup",
1029
+ 1
1030
+ ],
1031
+ [
1032
+ "ListGroup",
1033
+ 1
1034
+ ]
1035
+ ],
1036
+ "block_metadata": {
1037
+ "llm_request_count": 0,
1038
+ "llm_error_count": 0,
1039
+ "llm_tokens_used": 0,
1040
+ "previous_text": "",
1041
+ "previous_type": "",
1042
+ "previous_order": 0
1043
+ }
1044
+ },
1045
+ {
1046
+ "page_id": 3,
1047
+ "text_extraction_method": "surya",
1048
+ "block_counts": [
1049
+ [
1050
+ "Span",
1051
+ 70
1052
+ ],
1053
+ [
1054
+ "Line",
1055
+ 62
1056
+ ],
1057
+ [
1058
+ "Text",
1059
+ 11
1060
+ ],
1061
+ [
1062
+ "SectionHeader",
1063
+ 4
1064
+ ],
1065
+ [
1066
+ "Equation",
1067
+ 2
1068
+ ],
1069
+ [
1070
+ "PageHeader",
1071
+ 1
1072
+ ],
1073
+ [
1074
+ "Picture",
1075
+ 1
1076
+ ],
1077
+ [
1078
+ "Caption",
1079
+ 1
1080
+ ],
1081
+ [
1082
+ "PageFooter",
1083
+ 1
1084
+ ],
1085
+ [
1086
+ "Reference",
1087
+ 1
1088
+ ]
1089
+ ],
1090
+ "block_metadata": {
1091
+ "llm_request_count": 0,
1092
+ "llm_error_count": 0,
1093
+ "llm_tokens_used": 0,
1094
+ "previous_text": "",
1095
+ "previous_type": "",
1096
+ "previous_order": 0
1097
+ }
1098
+ },
1099
+ {
1100
+ "page_id": 4,
1101
+ "text_extraction_method": "surya",
1102
+ "block_counts": [
1103
+ [
1104
+ "Span",
1105
+ 75
1106
+ ],
1107
+ [
1108
+ "Line",
1109
+ 60
1110
+ ],
1111
+ [
1112
+ "Text",
1113
+ 10
1114
+ ],
1115
+ [
1116
+ "Reference",
1117
+ 4
1118
+ ],
1119
+ [
1120
+ "ListItem",
1121
+ 2
1122
+ ],
1123
+ [
1124
+ "Equation",
1125
+ 2
1126
+ ],
1127
+ [
1128
+ "PageHeader",
1129
+ 1
1130
+ ],
1131
+ [
1132
+ "SectionHeader",
1133
+ 1
1134
+ ],
1135
+ [
1136
+ "PageFooter",
1137
+ 1
1138
+ ],
1139
+ [
1140
+ "ListGroup",
1141
+ 1
1142
+ ]
1143
+ ],
1144
+ "block_metadata": {
1145
+ "llm_request_count": 0,
1146
+ "llm_error_count": 0,
1147
+ "llm_tokens_used": 0,
1148
+ "previous_text": "",
1149
+ "previous_type": "",
1150
+ "previous_order": 0
1151
+ }
1152
+ },
1153
+ {
1154
+ "page_id": 5,
1155
+ "text_extraction_method": "surya",
1156
+ "block_counts": [
1157
+ [
1158
+ "Span",
1159
+ 78
1160
+ ],
1161
+ [
1162
+ "Line",
1163
+ 63
1164
+ ],
1165
+ [
1166
+ "Text",
1167
+ 12
1168
+ ],
1169
+ [
1170
+ "Reference",
1171
+ 3
1172
+ ],
1173
+ [
1174
+ "Equation",
1175
+ 2
1176
+ ],
1177
+ [
1178
+ "ListItem",
1179
+ 2
1180
+ ],
1181
+ [
1182
+ "PageHeader",
1183
+ 1
1184
+ ],
1185
+ [
1186
+ "SectionHeader",
1187
+ 1
1188
+ ],
1189
+ [
1190
+ "PageFooter",
1191
+ 1
1192
+ ],
1193
+ [
1194
+ "ListGroup",
1195
+ 1
1196
+ ]
1197
+ ],
1198
+ "block_metadata": {
1199
+ "llm_request_count": 0,
1200
+ "llm_error_count": 0,
1201
+ "llm_tokens_used": 0,
1202
+ "previous_text": "",
1203
+ "previous_type": "",
1204
+ "previous_order": 0
1205
+ }
1206
+ },
1207
+ {
1208
+ "page_id": 6,
1209
+ "text_extraction_method": "pdftext",
1210
+ "block_counts": [
1211
+ [
1212
+ "Span",
1213
+ 335
1214
+ ],
1215
+ [
1216
+ "Line",
1217
+ 54
1218
+ ],
1219
+ [
1220
+ "TableCell",
1221
+ 49
1222
+ ],
1223
+ [
1224
+ "Text",
1225
+ 6
1226
+ ],
1227
+ [
1228
+ "PageHeader",
1229
+ 1
1230
+ ],
1231
+ [
1232
+ "Caption",
1233
+ 1
1234
+ ],
1235
+ [
1236
+ "Table",
1237
+ 1
1238
+ ],
1239
+ [
1240
+ "SectionHeader",
1241
+ 1
1242
+ ],
1243
+ [
1244
+ "PageFooter",
1245
+ 1
1246
+ ],
1247
+ [
1248
+ "TableGroup",
1249
+ 1
1250
+ ],
1251
+ [
1252
+ "Reference",
1253
+ 1
1254
+ ]
1255
+ ],
1256
+ "block_metadata": {
1257
+ "llm_request_count": 0,
1258
+ "llm_error_count": 0,
1259
+ "llm_tokens_used": 0,
1260
+ "previous_text": "",
1261
+ "previous_type": "",
1262
+ "previous_order": 0
1263
+ }
1264
+ },
1265
+ {
1266
+ "page_id": 7,
1267
+ "text_extraction_method": "surya",
1268
+ "block_counts": [
1269
+ [
1270
+ "Line",
1271
+ 78
1272
+ ],
1273
+ [
1274
+ "Span",
1275
+ 14
1276
+ ],
1277
+ [
1278
+ "Figure",
1279
+ 2
1280
+ ],
1281
+ [
1282
+ "Caption",
1283
+ 2
1284
+ ],
1285
+ [
1286
+ "Text",
1287
+ 2
1288
+ ],
1289
+ [
1290
+ "FigureGroup",
1291
+ 2
1292
+ ],
1293
+ [
1294
+ "Reference",
1295
+ 2
1296
+ ],
1297
+ [
1298
+ "PageHeader",
1299
+ 1
1300
+ ],
1301
+ [
1302
+ "SectionHeader",
1303
+ 1
1304
+ ],
1305
+ [
1306
+ "PageFooter",
1307
+ 1
1308
+ ]
1309
+ ],
1310
+ "block_metadata": {
1311
+ "llm_request_count": 0,
1312
+ "llm_error_count": 0,
1313
+ "llm_tokens_used": 0,
1314
+ "previous_text": "",
1315
+ "previous_type": "",
1316
+ "previous_order": 0
1317
+ }
1318
+ },
1319
+ {
1320
+ "page_id": 8,
1321
+ "text_extraction_method": "surya",
1322
+ "block_counts": [
1323
+ [
1324
+ "TableCell",
1325
+ 61
1326
+ ],
1327
+ [
1328
+ "Line",
1329
+ 44
1330
+ ],
1331
+ [
1332
+ "Span",
1333
+ 25
1334
+ ],
1335
+ [
1336
+ "Text",
1337
+ 4
1338
+ ],
1339
+ [
1340
+ "Caption",
1341
+ 3
1342
+ ],
1343
+ [
1344
+ "Table",
1345
+ 3
1346
+ ],
1347
+ [
1348
+ "Reference",
1349
+ 3
1350
+ ],
1351
+ [
1352
+ "TableGroup",
1353
+ 2
1354
+ ],
1355
+ [
1356
+ "PageHeader",
1357
+ 1
1358
+ ],
1359
+ [
1360
+ "SectionHeader",
1361
+ 1
1362
+ ],
1363
+ [
1364
+ "PageFooter",
1365
+ 1
1366
+ ]
1367
+ ],
1368
+ "block_metadata": {
1369
+ "llm_request_count": 0,
1370
+ "llm_error_count": 0,
1371
+ "llm_tokens_used": 0,
1372
+ "previous_text": "",
1373
+ "previous_type": "",
1374
+ "previous_order": 0
1375
+ }
1376
+ },
1377
+ {
1378
+ "page_id": 9,
1379
+ "text_extraction_method": "surya",
1380
+ "block_counts": [
1381
+ [
1382
+ "Line",
1383
+ 64
1384
+ ],
1385
+ [
1386
+ "Span",
1387
+ 22
1388
+ ],
1389
+ [
1390
+ "Text",
1391
+ 12
1392
+ ],
1393
+ [
1394
+ "Reference",
1395
+ 8
1396
+ ],
1397
+ [
1398
+ "SectionHeader",
1399
+ 4
1400
+ ],
1401
+ [
1402
+ "PageHeader",
1403
+ 1
1404
+ ],
1405
+ [
1406
+ "PageFooter",
1407
+ 1
1408
+ ]
1409
+ ],
1410
+ "block_metadata": {
1411
+ "llm_request_count": 0,
1412
+ "llm_error_count": 0,
1413
+ "llm_tokens_used": 0,
1414
+ "previous_text": "",
1415
+ "previous_type": "",
1416
+ "previous_order": 0
1417
+ }
1418
+ },
1419
+ {
1420
+ "page_id": 10,
1421
+ "text_extraction_method": "pdftext",
1422
+ "block_counts": [
1423
+ [
1424
+ "Span",
1425
+ 106
1426
+ ],
1427
+ [
1428
+ "Line",
1429
+ 49
1430
+ ],
1431
+ [
1432
+ "ListItem",
1433
+ 18
1434
+ ],
1435
+ [
1436
+ "Reference",
1437
+ 18
1438
+ ],
1439
+ [
1440
+ "PageHeader",
1441
+ 1
1442
+ ],
1443
+ [
1444
+ "PageFooter",
1445
+ 1
1446
+ ],
1447
+ [
1448
+ "ListGroup",
1449
+ 1
1450
+ ]
1451
+ ],
1452
+ "block_metadata": {
1453
+ "llm_request_count": 0,
1454
+ "llm_error_count": 0,
1455
+ "llm_tokens_used": 0,
1456
+ "previous_text": "",
1457
+ "previous_type": "",
1458
+ "previous_order": 0
1459
+ }
1460
+ },
1461
+ {
1462
+ "page_id": 11,
1463
+ "text_extraction_method": "pdftext",
1464
+ "block_counts": [
1465
+ [
1466
+ "Span",
1467
+ 129
1468
+ ],
1469
+ [
1470
+ "Line",
1471
+ 52
1472
+ ],
1473
+ [
1474
+ "ListItem",
1475
+ 17
1476
+ ],
1477
+ [
1478
+ "Reference",
1479
+ 17
1480
+ ],
1481
+ [
1482
+ "PageHeader",
1483
+ 1
1484
+ ],
1485
+ [
1486
+ "PageFooter",
1487
+ 1
1488
+ ],
1489
+ [
1490
+ "ListGroup",
1491
+ 1
1492
+ ]
1493
+ ],
1494
+ "block_metadata": {
1495
+ "llm_request_count": 0,
1496
+ "llm_error_count": 0,
1497
+ "llm_tokens_used": 0,
1498
+ "previous_text": "",
1499
+ "previous_type": "",
1500
+ "previous_order": 0
1501
+ }
1502
+ },
1503
+ {
1504
+ "page_id": 12,
1505
+ "text_extraction_method": "pdftext",
1506
+ "block_counts": [
1507
+ [
1508
+ "Span",
1509
+ 23
1510
+ ],
1511
+ [
1512
+ "Line",
1513
+ 9
1514
+ ],
1515
+ [
1516
+ "ListItem",
1517
+ 3
1518
+ ],
1519
+ [
1520
+ "Reference",
1521
+ 3
1522
+ ],
1523
+ [
1524
+ "PageHeader",
1525
+ 1
1526
+ ],
1527
+ [
1528
+ "PageFooter",
1529
+ 1
1530
+ ],
1531
+ [
1532
+ "ListGroup",
1533
+ 1
1534
+ ]
1535
+ ],
1536
+ "block_metadata": {
1537
+ "llm_request_count": 0,
1538
+ "llm_error_count": 0,
1539
+ "llm_tokens_used": 0,
1540
+ "previous_text": "",
1541
+ "previous_type": "",
1542
+ "previous_order": 0
1543
+ }
1544
+ },
1545
+ {
1546
+ "page_id": 13,
1547
+ "text_extraction_method": "surya",
1548
+ "block_counts": [
1549
+ [
1550
+ "Line",
1551
+ 57
1552
+ ],
1553
+ [
1554
+ "Span",
1555
+ 38
1556
+ ],
1557
+ [
1558
+ "Text",
1559
+ 8
1560
+ ],
1561
+ [
1562
+ "SectionHeader",
1563
+ 5
1564
+ ],
1565
+ [
1566
+ "Equation",
1567
+ 5
1568
+ ],
1569
+ [
1570
+ "Reference",
1571
+ 2
1572
+ ],
1573
+ [
1574
+ "PageHeader",
1575
+ 1
1576
+ ],
1577
+ [
1578
+ "PageFooter",
1579
+ 1
1580
+ ]
1581
+ ],
1582
+ "block_metadata": {
1583
+ "llm_request_count": 0,
1584
+ "llm_error_count": 0,
1585
+ "llm_tokens_used": 0,
1586
+ "previous_text": "",
1587
+ "previous_type": "",
1588
+ "previous_order": 0
1589
+ }
1590
+ },
1591
+ {
1592
+ "page_id": 14,
1593
+ "text_extraction_method": "surya",
1594
+ "block_counts": [
1595
+ [
1596
+ "Line",
1597
+ 67
1598
+ ],
1599
+ [
1600
+ "Span",
1601
+ 31
1602
+ ],
1603
+ [
1604
+ "Text",
1605
+ 7
1606
+ ],
1607
+ [
1608
+ "Reference",
1609
+ 3
1610
+ ],
1611
+ [
1612
+ "SectionHeader",
1613
+ 2
1614
+ ],
1615
+ [
1616
+ "Footnote",
1617
+ 2
1618
+ ],
1619
+ [
1620
+ "PageHeader",
1621
+ 1
1622
+ ],
1623
+ [
1624
+ "PageFooter",
1625
+ 1
1626
+ ]
1627
+ ],
1628
+ "block_metadata": {
1629
+ "llm_request_count": 0,
1630
+ "llm_error_count": 0,
1631
+ "llm_tokens_used": 0,
1632
+ "previous_text": "",
1633
+ "previous_type": "",
1634
+ "previous_order": 0
1635
+ }
1636
+ },
1637
+ {
1638
+ "page_id": 15,
1639
+ "text_extraction_method": "pdftext",
1640
+ "block_counts": [
1641
+ [
1642
+ "Span",
1643
+ 201
1644
+ ],
1645
+ [
1646
+ "TableCell",
1647
+ 50
1648
+ ],
1649
+ [
1650
+ "Line",
1651
+ 47
1652
+ ],
1653
+ [
1654
+ "Text",
1655
+ 12
1656
+ ],
1657
+ [
1658
+ "SectionHeader",
1659
+ 7
1660
+ ],
1661
+ [
1662
+ "Reference",
1663
+ 3
1664
+ ],
1665
+ [
1666
+ "PageHeader",
1667
+ 1
1668
+ ],
1669
+ [
1670
+ "Caption",
1671
+ 1
1672
+ ],
1673
+ [
1674
+ "Table",
1675
+ 1
1676
+ ],
1677
+ [
1678
+ "PageFooter",
1679
+ 1
1680
+ ],
1681
+ [
1682
+ "TableGroup",
1683
+ 1
1684
+ ]
1685
+ ],
1686
+ "block_metadata": {
1687
+ "llm_request_count": 0,
1688
+ "llm_error_count": 0,
1689
+ "llm_tokens_used": 0,
1690
+ "previous_text": "",
1691
+ "previous_type": "",
1692
+ "previous_order": 0
1693
+ }
1694
+ },
1695
+ {
1696
+ "page_id": 16,
1697
+ "text_extraction_method": "surya",
1698
+ "block_counts": [
1699
+ [
1700
+ "Span",
1701
+ 79
1702
+ ],
1703
+ [
1704
+ "Line",
1705
+ 60
1706
+ ],
1707
+ [
1708
+ "Text",
1709
+ 16
1710
+ ],
1711
+ [
1712
+ "Equation",
1713
+ 7
1714
+ ],
1715
+ [
1716
+ "SectionHeader",
1717
+ 3
1718
+ ],
1719
+ [
1720
+ "PageHeader",
1721
+ 1
1722
+ ],
1723
+ [
1724
+ "PageFooter",
1725
+ 1
1726
+ ],
1727
+ [
1728
+ "Reference",
1729
+ 1
1730
+ ]
1731
+ ],
1732
+ "block_metadata": {
1733
+ "llm_request_count": 0,
1734
+ "llm_error_count": 0,
1735
+ "llm_tokens_used": 0,
1736
+ "previous_text": "",
1737
+ "previous_type": "",
1738
+ "previous_order": 0
1739
+ }
1740
+ },
1741
+ {
1742
+ "page_id": 17,
1743
+ "text_extraction_method": "surya",
1744
+ "block_counts": [
1745
+ [
1746
+ "Span",
1747
+ 88
1748
+ ],
1749
+ [
1750
+ "Line",
1751
+ 56
1752
+ ],
1753
+ [
1754
+ "Text",
1755
+ 15
1756
+ ],
1757
+ [
1758
+ "Equation",
1759
+ 6
1760
+ ],
1761
+ [
1762
+ "ListItem",
1763
+ 2
1764
+ ],
1765
+ [
1766
+ "Reference",
1767
+ 2
1768
+ ],
1769
+ [
1770
+ "PageHeader",
1771
+ 1
1772
+ ],
1773
+ [
1774
+ "PageFooter",
1775
+ 1
1776
+ ],
1777
+ [
1778
+ "ListGroup",
1779
+ 1
1780
+ ]
1781
+ ],
1782
+ "block_metadata": {
1783
+ "llm_request_count": 0,
1784
+ "llm_error_count": 0,
1785
+ "llm_tokens_used": 0,
1786
+ "previous_text": "",
1787
+ "previous_type": "",
1788
+ "previous_order": 0
1789
+ }
1790
+ },
1791
+ {
1792
+ "page_id": 18,
1793
+ "text_extraction_method": "surya",
1794
+ "block_counts": [
1795
+ [
1796
+ "Line",
1797
+ 65
1798
+ ],
1799
+ [
1800
+ "TableCell",
1801
+ 35
1802
+ ],
1803
+ [
1804
+ "Span",
1805
+ 19
1806
+ ],
1807
+ [
1808
+ "Reference",
1809
+ 4
1810
+ ],
1811
+ [
1812
+ "SectionHeader",
1813
+ 2
1814
+ ],
1815
+ [
1816
+ "Caption",
1817
+ 2
1818
+ ],
1819
+ [
1820
+ "PageHeader",
1821
+ 1
1822
+ ],
1823
+ [
1824
+ "Table",
1825
+ 1
1826
+ ],
1827
+ [
1828
+ "Figure",
1829
+ 1
1830
+ ],
1831
+ [
1832
+ "Text",
1833
+ 1
1834
+ ],
1835
+ [
1836
+ "PageFooter",
1837
+ 1
1838
+ ],
1839
+ [
1840
+ "TableGroup",
1841
+ 1
1842
+ ],
1843
+ [
1844
+ "FigureGroup",
1845
+ 1
1846
+ ]
1847
+ ],
1848
+ "block_metadata": {
1849
+ "llm_request_count": 0,
1850
+ "llm_error_count": 0,
1851
+ "llm_tokens_used": 0,
1852
+ "previous_text": "",
1853
+ "previous_type": "",
1854
+ "previous_order": 0
1855
+ }
1856
+ },
1857
+ {
1858
+ "page_id": 19,
1859
+ "text_extraction_method": "surya",
1860
+ "block_counts": [
1861
+ [
1862
+ "Line",
1863
+ 54
1864
+ ],
1865
+ [
1866
+ "TableCell",
1867
+ 42
1868
+ ],
1869
+ [
1870
+ "Span",
1871
+ 37
1872
+ ],
1873
+ [
1874
+ "Reference",
1875
+ 4
1876
+ ],
1877
+ [
1878
+ "Text",
1879
+ 3
1880
+ ],
1881
+ [
1882
+ "Caption",
1883
+ 3
1884
+ ],
1885
+ [
1886
+ "Table",
1887
+ 2
1888
+ ],
1889
+ [
1890
+ "PageHeader",
1891
+ 1
1892
+ ],
1893
+ [
1894
+ "SectionHeader",
1895
+ 1
1896
+ ],
1897
+ [
1898
+ "Figure",
1899
+ 1
1900
+ ],
1901
+ [
1902
+ "PageFooter",
1903
+ 1
1904
+ ],
1905
+ [
1906
+ "TableGroup",
1907
+ 1
1908
+ ],
1909
+ [
1910
+ "FigureGroup",
1911
+ 1
1912
+ ]
1913
+ ],
1914
+ "block_metadata": {
1915
+ "llm_request_count": 0,
1916
+ "llm_error_count": 0,
1917
+ "llm_tokens_used": 0,
1918
+ "previous_text": "",
1919
+ "previous_type": "",
1920
+ "previous_order": 0
1921
+ }
1922
+ },
1923
+ {
1924
+ "page_id": 20,
1925
+ "text_extraction_method": "surya",
1926
+ "block_counts": [
1927
+ [
1928
+ "Line",
1929
+ 63
1930
+ ],
1931
+ [
1932
+ "Span",
1933
+ 22
1934
+ ],
1935
+ [
1936
+ "Text",
1937
+ 3
1938
+ ],
1939
+ [
1940
+ "Figure",
1941
+ 2
1942
+ ],
1943
+ [
1944
+ "Caption",
1945
+ 2
1946
+ ],
1947
+ [
1948
+ "FigureGroup",
1949
+ 2
1950
+ ],
1951
+ [
1952
+ "Reference",
1953
+ 2
1954
+ ],
1955
+ [
1956
+ "PageHeader",
1957
+ 1
1958
+ ],
1959
+ [
1960
+ "SectionHeader",
1961
+ 1
1962
+ ],
1963
+ [
1964
+ "PageFooter",
1965
+ 1
1966
+ ]
1967
+ ],
1968
+ "block_metadata": {
1969
+ "llm_request_count": 0,
1970
+ "llm_error_count": 0,
1971
+ "llm_tokens_used": 0,
1972
+ "previous_text": "",
1973
+ "previous_type": "",
1974
+ "previous_order": 0
1975
+ }
1976
+ },
1977
+ {
1978
+ "page_id": 21,
1979
+ "text_extraction_method": "surya",
1980
+ "block_counts": [
1981
+ [
1982
+ "Line",
1983
+ 86
1984
+ ],
1985
+ [
1986
+ "Span",
1987
+ 6
1988
+ ],
1989
+ [
1990
+ "Figure",
1991
+ 4
1992
+ ],
1993
+ [
1994
+ "Caption",
1995
+ 4
1996
+ ],
1997
+ [
1998
+ "FigureGroup",
1999
+ 4
2000
+ ],
2001
+ [
2002
+ "Reference",
2003
+ 2
2004
+ ],
2005
+ [
2006
+ "PageHeader",
2007
+ 1
2008
+ ],
2009
+ [
2010
+ "PageFooter",
2011
+ 1
2012
+ ]
2013
+ ],
2014
+ "block_metadata": {
2015
+ "llm_request_count": 0,
2016
+ "llm_error_count": 0,
2017
+ "llm_tokens_used": 0,
2018
+ "previous_text": "",
2019
+ "previous_type": "",
2020
+ "previous_order": 0
2021
+ }
2022
+ },
2023
+ {
2024
+ "page_id": 22,
2025
+ "text_extraction_method": "surya",
2026
+ "block_counts": [
2027
+ [
2028
+ "Line",
2029
+ 54
2030
+ ],
2031
+ [
2032
+ "Span",
2033
+ 4
2034
+ ],
2035
+ [
2036
+ "Figure",
2037
+ 2
2038
+ ],
2039
+ [
2040
+ "Caption",
2041
+ 2
2042
+ ],
2043
+ [
2044
+ "FigureGroup",
2045
+ 2
2046
+ ],
2047
+ [
2048
+ "PageHeader",
2049
+ 1
2050
+ ],
2051
+ [
2052
+ "PageFooter",
2053
+ 1
2054
+ ]
2055
+ ],
2056
+ "block_metadata": {
2057
+ "llm_request_count": 0,
2058
+ "llm_error_count": 0,
2059
+ "llm_tokens_used": 0,
2060
+ "previous_text": "",
2061
+ "previous_type": "",
2062
+ "previous_order": 0
2063
+ }
2064
+ },
2065
+ {
2066
+ "page_id": 23,
2067
+ "text_extraction_method": "surya",
2068
+ "block_counts": [
2069
+ [
2070
+ "Line",
2071
+ 51
2072
+ ],
2073
+ [
2074
+ "Span",
2075
+ 3
2076
+ ],
2077
+ [
2078
+ "PageHeader",
2079
+ 1
2080
+ ],
2081
+ [
2082
+ "Figure",
2083
+ 1
2084
+ ],
2085
+ [
2086
+ "Caption",
2087
+ 1
2088
+ ],
2089
+ [
2090
+ "PageFooter",
2091
+ 1
2092
+ ],
2093
+ [
2094
+ "FigureGroup",
2095
+ 1
2096
+ ]
2097
+ ],
2098
+ "block_metadata": {
2099
+ "llm_request_count": 0,
2100
+ "llm_error_count": 0,
2101
+ "llm_tokens_used": 0,
2102
+ "previous_text": "",
2103
+ "previous_type": "",
2104
+ "previous_order": 0
2105
+ }
2106
+ },
2107
+ {
2108
+ "page_id": 24,
2109
+ "text_extraction_method": "surya",
2110
+ "block_counts": [
2111
+ [
2112
+ "Line",
2113
+ 51
2114
+ ],
2115
+ [
2116
+ "Span",
2117
+ 3
2118
+ ],
2119
+ [
2120
+ "PageHeader",
2121
+ 1
2122
+ ],
2123
+ [
2124
+ "Figure",
2125
+ 1
2126
+ ],
2127
+ [
2128
+ "Caption",
2129
+ 1
2130
+ ],
2131
+ [
2132
+ "PageFooter",
2133
+ 1
2134
+ ],
2135
+ [
2136
+ "FigureGroup",
2137
+ 1
2138
+ ]
2139
+ ],
2140
+ "block_metadata": {
2141
+ "llm_request_count": 0,
2142
+ "llm_error_count": 0,
2143
+ "llm_tokens_used": 0,
2144
+ "previous_text": "",
2145
+ "previous_type": "",
2146
+ "previous_order": 0
2147
+ }
2148
+ }
2149
+ ],
2150
+ "debug_data_path": "debug_data/3MifB0f7qR"
2151
+ }
iclr26/3MifB0f7qR/model_text_v3.txt ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [p. 1 | section: ABSTRACT | type: Text]
2
+ Reinforcement learning (RL) has emerged as a central paradigm for training large language models (LLMs) in reasoning tasks. Yet recent studies (Yue et al., 2025; Liu et al., 2025) question RL's ability to incentivize reasoning capacity beyond the base model. This raises a key challenge: how can RL be adapted to solve harder reasoning problems more effectively? To address this challenge, we propose a simple yet effective strategy via Question Augmentation: introduce partial solutions during training to reduce problem difficulty and provide more informative learning signals. Our method, QuestA, when applied during RL training on math reasoning tasks, not only improves pass@1 but also pass@k—particularly on problems where standard RL struggles to make progress. This enables continual improvement over strong open-source models such as DEEPSCALER and OPENMATH NEMOTRON, further enhancing their reasoning capabilities. We achieve new state-of-the-art results on math benchmarks using 1.5B-parameter models: 72.50% (+10.73%) on AIME24, 62.29% (+12.79%) on AIME25, and 41.67% (+10.11%) on HMMT25. Code, data and model are available at
3
+
4
+ [p. 1 | section: ABSTRACT | type: FigureGroup]
5
+ Figure 1: QUESTA is a data augmentation method that injects partial solutions to effectively scaffold RL training on hard reasoning problems. We construct 26K high-quality augmented prompts from challenging instances in OpenR1 (Open-R1 Team, 2025), and fine-tune models using 32K-context-length RL. When applied to Nemotron-1.5B, QUESTA delivers substantial performance gains—achieving new state-of-the-art results across all math benchmarks for 1.5B-parameter models.
6
+
7
+ [p. 1 | section: 1 Introduction | type: Text]
8
+ Frontier large language models (LLMs), including OpenAI-O1, O3 (Jaech et al., 2024), DeepSeek-R1 (Guo et al., 2025), Qwen3 (Yang et al., 2025), and Gemini 2.5 (Gemini Team, Google DeepMind,
9
+
10
+ [p. 1 | section: 1 Introduction | type: Footnote]
11
+ & lt;sup>‡</sup>This work is independent of and outside of the work at Amazon.
12
+
13
+ [p. 2 | section: 1 Introduction | type: FigureGroup]
14
+ Figure 2: We compare pass@k curves of RLVR-trained models, with and without QUESTA. As a controlled experiment, we perform RL training using either easy or hard prompts. Standard RL on easy prompts (red) shows clear degradation in pass@k as k increases compared to the base model (blue). Training on hard prompts (green) improves pass@k, but comes at the cost of substantially longer training. This motivates our development of QUESTA, which scaffolds hard problems to improve training efficiency and delivers consistently stronger results: the RL+QUESTA model (orange) stays above standard RL (red) across all k, while also preserving or improving performance at larger k relative to RL trained with hard prompts.
15
+
16
+ [p. 2 | section: 1 Introduction | type: Text]
17
+ 2025), have exhibited exceptional performance on high-complexity reasoning tasks spanning mathematics, programming, and formal logic. Recent advances in the field have increasingly prioritized reinforcement learning paradigms (RL), among which Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a scalable and efficient approach to enhancing reasoning capabilities. Using automatically verifiable signals, RLVR enables alignment between model output and objective correctness, thus addressing a critical limitation of traditional RL for reasoning.
18
+
19
+ [p. 2 | section: 1 Introduction | type: Text]
20
+ However, the community remains divided on a fundamental question regarding RLVR: does it expand the model's intrinsic reasoning capacity, or merely exploit pre-existing knowledge encoded in the base model? Recent research (Yue et al., 2025; Liu et al., 2025; Zhao et al., 2025) show that while state-of-the-art RL methods (e.g., GRPO, DAPO) (Guo et al., 2025; Yu et al., 2025; An et al., 2025) can enhance the pass@1 metric by reinforcing high-reward completions, they encounter significant limitations when tackling high-difficulty tasks where the base model performs poorly. This phenomenon differs from that observed in Supervised Fine-Tuning (SFT) Luo et al. (2025a). Within the SFT paradigm, enhancing the diversity of problem difficulty serves as a critical factor, as it can effectively improve the model's performance on downstream tasks. However, in the framework of RLVR, the inclusion of easy prompts tends to undermine the model's inherent reasoning capabilities.
21
+
22
+ [p. 2 | section: 1 Introduction | type: Text]
23
+ One insightful explanation (Cui et al., 2025; Wang et al., 2025a) for the drop suggests that model overfits on correct solutions and hence causes entropy collapse, limiting its ability to explore. To validate this, we design a controlled setup that separates prompts into easy and hard groups. When applying RLVR on the Nemotron 1.5B model (Moshkov et al., 2025) with the OpenR1 dataset, we find that training on easy prompts leads to a clear decline in pass@k accuracy (Figure 2).
24
+
25
+ [p. 2 | section: 1 Introduction | type: Text]
26
+ Given these findings, we observe that training with hard prompts is more beneficial than with easy ones. Yet, RL training on hard problems tends to be much slower, as sparse reward signals and limited sample efficiency hinder progress. The key challenge, then, is how to structure the learning process to fully expand reasoning capabilities while mitigating the inefficiency of RL on hard tasks . To this end, we introduce QUESTA: a parsimonious and efficient strategy that dynamically adjusts problem difficulty during RL training. The core contributions of this work are threefold:
27
+
28
+ [p. 2 | section: 1 Introduction | type: Text]
29
+ • We notice that the evolution of model capacity in RLVR critically depends on dataset difficulty, underscoring the importance of training on hard problems to expand reasoning ability.
30
+
31
+ [p. 3 | section: 1 Introduction | type: FigureGroup]
32
+ Figure 3: Comparison of RL training dynamics: Training with only hard problems (green) makes progress very slowly due to sparse rewards, while our method with partial solutions (orange) accelerates training and consistently achieves higher accuracy across training steps.
33
+
34
+ [p. 3 | section: 1 Introduction | type: ListGroup]
35
+ We introduce QUESTA, an efficient procedure that controls difficulty by augmenting hard problems with partial solutions. This approach provides a smooth curriculum within RL training and makes high-difficulty tasks more tractable. Through our fully open-sourced training pipeline, QUESTA consistently improves pass@1 and pass@k, enabling 1.5B-parameter models to reach new state-of-the-art performance—72.5% on AIME24, 62.3% on AIME25, and 41.7% on HMMT25 (Table 1). Our theoretical analysis in Section 4 explains why partial-solution augmentation accelerates RL training: by decomposing problems into intermediate steps, the method yields denser reward signals and improves sample efficiency, while still driving the model to master the hardest problems.
36
+
37
+ [p. 3 | section: 2 Tradeoffs between Reasoning Capacity and Learning Efficiency | type: Text]
38
+ Given the ongoing debate on whether reinforcement learning enhances the reasoning capacity of language models, we design a controlled experiment to study how dataset difficulty changes model performances measured by pass@k accuracy. Specifically, we filter out easy problems and hard problems from the 220K OpenR1 dataset, base on model's success rate, each containing around 4K data. We then run RL with GRPO for one thousand steps. This setup allows us to isolate how the choice of prompt difficulty impacts the model's reasoning capacity. In Figure 2 and Figure 3, we provide pass@k comparison and the learning dynamics, we make two observations.
39
+
40
+ [p. 3 | section: 2 Tradeoffs between Reasoning Capacity and Learning Efficiency | type: Text]
41
+ RL with Easy Prompts Hurts pass@k and Reasoning Capacity. Training on easy or already-solvable problems leads to overfitting on shallow patterns, reinforcing confidence rather than expanding reasoning capacity. While pass@1 may rise, output diversity declines and performance on harder benchmarks deteriorates, with pass@k dropping at larger k (see Figure 2). This suggests that the model exploits familiar solution modes instead of exploring new trajectories. To truly expand capacity, RL training should focus on hard problems, where the policy is forced to explore and acquire novel solution strategies.
42
+
43
+ [p. 3 | section: 2 Tradeoffs between Reasoning Capacity and Learning Efficiency | type: Text]
44
+ RL with Hard Prompts Leads to Slow Learning. Training on hard prompts directly targets the reasoning capacity of the model, but the learning process is much slower (see Figure 3) and less sample-efficient. The difficulty arises because RL rewards on these problems are sparse, providing limited gradient signals for policy improvement. We formallize the underlying reason in Section 4 and in Theorem 4.4.
45
+
46
+ [p. 3 | section: 2 Tradeoffs between Reasoning Capacity and Learning Efficiency | type: Text]
47
+ In practice, not all questions in the training set Q are equally difficult, and one might hope that training on easier examples could generalize to harder ones. However, empirical evidence suggests that RL-based training exhibits a bi-modal pattern in success rates (An et al., 2025): by the end of training, models tend to either solve a question reliably or fail entirely (see Figure 6). This implies that once a question falls outside the model's capacity set, the RL algorithm is unlikely to recover.
48
+
49
+ [p. 4 | section: 2 Tradeoffs between Reasoning Capacity and Learning Efficiency | type: Text]
50
+ Together, these results highlight a tension: easy prompts dilute reasoning capacity, while hard prompts stall learning altogether. This motivates the need for strategies that can retain the benefits of hard problems while mitigating the inefficiency caused by sparse rewards. To this end, we introduce partial solutions that break a complex question into smaller, more approachable pieces. Theoretical analysis (Theorem 4.6) suggests that appending part of the solutions as hint can greatly improve RL efficiency.
51
+
52
+ [p. 4 | section: 2 Tradeoffs between Reasoning Capacity and Learning Efficiency | type: Text]
53
+ Empirically, we simply choose the hint to be a part of the solution of the original question q and observe faster learning in Figure 3. Surprisingly, even if we don't explicitly train the model to generate the hint, the model's capacity without hint still continues to improve and lead to steady improvement in problems out of reach in standard RL training (see Table 3). We elaborate on implementation details in the next section.
54
+
55
+ [p. 4 | section: 3 Questa: Question Augmentation with Partial Solutions | type: Text]
56
+ QUESTA is a modular augmentation framework designed to inject partial solution sketches into prompts during reinforcement learning (RL) training. It adresses scenarios where the base model fails to generate correct completions—conditions that typically result in sparse reward signals. Distinct from approaches that modify reward functions or optimization algorithms, QUESTA operates at the input level: it transforms original training prompts into more tractable variants, thereby exposing intermediate reasoning steps to the model.
57
+
58
+ [p. 4 | section: Original Prompt | type: Text]
59
+ Let \mathbb N be the set of positive integers. A function f:\mathbb N\to\mathbb N satisfies the equation
60
+
61
+ [p. 4 | section: Original Prompt | type: Equation]
62
+ f(f(\dots f(n)\dots)) = \frac{n^2}{f(f(n))} with f(n) applications of f ,
63
+
64
+ [p. 4 | section: Original Prompt | type: Text]
65
+ for all positive integers n. Given this information, determine all possible values of f(1000).
66
+
67
+ [p. 4 | section: Augmented Prompt | type: Text]
68
+ Let \mathbb N be the set of positive integers. The function f:\mathbb N\to\mathbb N satisfies the equation
69
+
70
+ [p. 4 | section: Augmented Prompt | type: Equation]
71
+ f(f(\dots f(n)\dots)) = \frac{n^2}{f(f(n))} \quad \text{with } f(n) \text{ applications of } f,
72
+
73
+ [p. 4 | section: Augmented Prompt | type: Text]
74
+ for all positive integers n. Given this information, determine all possible values of f(1000).
75
+
76
+ [p. 4 | section: Hint: Partial Solution | type: Text]
77
+ Analysis shows that f must be an involution, meaning f(f(n)) = n for all n, and it fixes all odd positive integers, so f(n) = n for odd n. For even positive integers, f either fixes the number or swaps it with another even positive integer in a 2-cycle.
78
+
79
+ [p. 4 | section: Hint: Partial Solution | type: Text]
80
+ Please reason step by step, and put your final answer within \boxed{}.
81
+
82
+ [p. 4 | section: Hint: Partial Solution | type: Caption]
83
+ Figure 4: QUESTA augments each original question in the dataset by prepending the first p% of the solution sketch. In our experiments, we apply augmentation using the solution block rather than the reasoning chain-of-thought. The hint percentage p is computed as the ratio of tokens used as hints to the total number of tokens in the solution sketch.
84
+
85
+ [p. 4 | section: Hint: Partial Solution | type: Text]
86
+ Question Augmentation Mechanism For a given problem x with an n-step solution trajectory y=(y_1,y_2,\ldots,y_n) , QUESTA constructs a set of augmented prompts \{\tilde{x}^{(p)}\} , where each \tilde{x}^{(p)} appends the first p steps of the solution as a prefix to the original question. The parameter p (e.g., p=50% or 25%) quantifies the proportion of the solution revealed, thereby enabling precise control over the difficulty of the augmented prompt.
87
+
88
+ [p. 4 | section: Hint: Partial Solution | type: Text]
89
+ In our empirical evaluations, we employed the OpenR1-Math-220K dataset (Open-R1 Team, 2025)—a supervised fine-tuning (SFT) corpus containing solution trajectories generated by DEEPSEEK-R1. Each instance in this dataset comprises a detailed chain-of-thought (CoT) section followed by a final solution block. For augmentation, we extracted the final solution (omitting speculative reasoning
90
+
91
+ [p. 5 | section: Hint: Partial Solution | type: Text]
92
+ within the CoT section). The solution was then truncated at a predefined percentage p and prepended to the original question, yielding the augmented prompt used in RL training, as shwon in Figure 4.
93
+
94
+ [p. 5 | section: Hint: Partial Solution | type: Text]
95
+ Targeting High-Difficulty Problems QUESTA is applied exclusively to prompts where the base model's pass rate is close to zero. Using the OpenR1-Math-220K dataset, we first employ lightweight heuristic filters to reduce the full 220K problems to 26K of the hardest candidates. These problems are then augmented with partial-solution prefixes where we conduct a second difficulty screening: sample multiple completions from the model for each augmented prompt, and only those instances with consistently low pass rates are retained. This two-stage filtering pipeline yields a final pool of no more than 10K problems, ensuring that augmentation resources are concentrated on the most challenging cases where the base model needs additional guidance and scaffolding.
96
+
97
+ [p. 5 | section: Hint: Partial Solution | type: Text]
98
+ Integrating with RL Pipelines QUESTA exhibits orthogonality to underlying RL algorithms, enabling seamless integration into existing training pipelines (e.g., GRPO (Shao et al., 2024), DAPO (Yu et al., 2025)) without modifications. Specifically, integration requires only replacing the original rollout dataset with the augmented dataset, while retaining the original reward function and policy update mechanism. To further exploit this input-level flexibility, we extended QUESTA with an iterative curriculum RL paradigm:
99
+
100
+ [p. 5 | section: Hint: Partial Solution | type: ListGroup]
101
+ 1. First, augment the dataset with p = 50%, apply the difficulty filtering with the augmented prompt, and conduct reinforcement learning training until the performance saturates. 2. Second, reduce the augmentation from p = 50% to p = 25%, i.e. provide fewer hints. Again, we apply the difficulty filtering, and conduct reinforcement learning training until convergence.
102
+
103
+ [p. 5 | section: Hint: Partial Solution | type: Text]
104
+ Here, the rationale for the choice of p is provided in Appendix B.6. By keeping the training signals strong at each stage, the method speeds up convergence on difficult tasks and makes QUESTA a simple, plug-and-play approach for curriculum-based RL.
105
+
106
+ [p. 5 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
107
+ In this section, we present a theoretical perspective on how question augmentation improves the efficiency of reinforcement learning. Our central thesis is that the primary bottleneck in RL-based reasoning lies in the difficulty of discovering successful trajectories within a finite sampling budget. Question augmentation addresses this challenge by reshaping the learnability landscape —making hard problems more discoverable by increasing the likelihood of encountering correct trajectories.
108
+
109
+ [p. 5 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
110
+ Motivated by experiments which quantify model capcity with pass@k accuracy, we introduce the following notions of solution set (Definition 4.1) and model capacity set (Definition 4.2) for a given question q and model \mu . Let \mathcal V be the vocaboluary set, and let P_{\mu}(q,\tau) denote the probability that a language model \mu generates trajectory \tau \in \mathcal V^* when conditioned on input question q \in \mathcal V^* .
111
+
112
+ [p. 5 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
113
+ Definition 4.1 (Solution Set). Given a question q and a binary reward function R: \mathcal{V}^* \times \mathcal{V}^* \to \{0, 1\} , the solution set is defined as:
114
+
115
+ [p. 5 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Equation]
116
+ S(q) = \{ \tau \in \mathcal{V}^* \mid R(q, \tau) = 1 \}.
117
+
118
+ [p. 5 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
119
+ Definition 4.2 (Model Capacity Set). Given a probability threshold \delta_p > 0 , a language model \mu , and a question q, define the model capacity set C(q, \delta_p) as the smallest set of trajectories whose total probability mass is at least 1 - \delta_p :
120
+
121
+ [p. 5 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Equation]
122
+ C(q, \delta_p) = \arg\min_{S \subseteq \mathcal{V}^*} \left\{ |S| \left| \sum_{\tau \in S} P_{\mu}(q, \tau) \ge 1 - \delta_p \right\}. \right.
123
+
124
+ [p. 5 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
125
+ The Model Capacity Set C(q, \delta_p) intuitively captures the set of most likely output trajectories that the model \mu can generate for a given input q, up to a small probability threshold \delta_p .
126
+
127
+ [p. 5 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
128
+ This formalization leads to a critical insight: if the model's capacity set fails to intersect with the solution set—meaning the model is unlikely to generate any correct completions—then the RL process cannot make progress. To articulate this more formally, we begin by stating a standard assumption satisfied by many popular RL algorithms, such as DAPO and online GRPO:
129
+
130
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
131
+ Assumption 4.3 (Null Gradient from Zero-Reinforcement). The RL algorithm does not update the model weights if none of the sampled rollouts receives a positive reward (i.e., reward = 1).
132
+
133
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
134
+ Under this assumption, we easily the following lower bound, which states that if all training questions are unreachable within the model's capacity set, the RL process is likely to stall entirely:
135
+
136
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
137
+ Theorem 4.4 (Lower Bound on RL Learnability under Solution Inaccessibility). Given a probability threshold \delta_p > 0 , if for every question q \in \mathcal{Q} , the model capacity set C(q, \delta_p) does not intersect with the solution set \mathcal{S}(q) , i.e.,
138
+
139
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Equation]
140
+ C(q, \delta_p) \cap \mathcal{S}(q) = \emptyset, \quad \forall q \in \mathcal{Q},
141
+
142
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
143
+ then under Assumption 4.3, when training RL for T steps with B samples per step such that TB = \Theta(1/\delta_p) , there is a constant probability that the RL algorithm will not update the model.
144
+
145
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
146
+ To overcome this limitation, our method QUESTA provides a simple yet effective solution: augment each question in \mathcal Q with a partial solution to improve the chances of sampling informative trajectories. Formally, we assume the existence of a hint h_q for every question q \in \mathcal Q that can guide the model toward discovering a valid completion.
147
+
148
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
149
+ Definition 4.5 (Question Augmentation). For every question q \in \mathcal{Q} , hint h_q \in \mathcal{V}^* satisfies that for \delta'_p = \delta_p^{1/2 - \epsilon} for some \epsilon > 0 :
150
+
151
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: ListGroup]
152
+ the hint h_q can be generated with a non-neglible probability: P_{\mu}(h_q|q) \geq \delta_p' there exists a solution to the hinted problem s_q \in \mathcal{S}(q) such that s_q can be generated with high probability after s_q , i.e.
153
+
154
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Equation]
155
+ P_{\mu}(s_q|(q,h_q)) = \delta'_{p}. \quad R(q,h \oplus s_q) = 1.
156
+
157
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
158
+ The hint h_q can exist for every question even when the model's capacity set C(q, \delta_p) does not intersect with the solution set \mathcal{S}(q) . For instance, if every solution can be decomposed into two steps, and the model can generate each step correctly with probability \delta_p' = \sqrt{o(\delta_p)} , then the possibility of generating two steps correctly at the same time is only o(\delta_p) .
159
+
160
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
161
+ This implies that the sampling budget needed with a hint is asymptotically almost the square root of the budget required without it (\Theta(1/\delta_p)) , as given in Theorem 4.4. We further provide a learnability result where we assume the policy is parameterized by a softmax policy parameterization in a classical tabular RL setup.
162
+
163
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
164
+ Theorem 4.6 (Informal Upper Bound on RL Learnability with Hint). If we have a hint h_q for every question q \in \mathcal{Q} (Def. 4.5), then there exists an RL algorithm that can output a policy \pi_\theta such that \mathbb{E}_{q \sim \mathrm{Uniform}(\mathcal{Q})}[\mathbb{P}_{\tau \sim \pi_\theta(\cdot|q)}(\tau \in \mathcal{S}(q))] \geq 0.99 with O(1/\delta_p') sampling budget with high probability.
165
+
166
+ [p. 6 | section: 4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY | type: Text]
167
+ Theorem 4.6 provides a theoretical guarantee that the model can reach a high training success rate when partial solution is included. Empirically, we observe the model generalizes well both in-distribution and out-of-distribution to hard questions.
168
+
169
+ [p. 6 | section: 5 EXPERIMENTS | type: Text]
170
+ Dataset. We begin with the OpenR1-Math-220K dataset and use DeepSeek-R1-Distill-1.5B as a weak selection model to filter it down to the 26K hardest items. This set serves as our base prompts. We then use Nemotron-1.5B to sample eight generations per prompt and classify problems into Easy Data (7–8 correct answers) and Hard Data (0–1 correct answers), enabling controlled experiments introduced in Section 2. The exact prompt template is provided in Appendix B.8
171
+
172
+ [p. 6 | section: 5 EXPERIMENTS | type: Text]
173
+ Data Augmentation (QUESTA). To improve the tractability of the problems, we apply QUESTA to prepend the prompt with partial solutions, i.e. first p% of the full solution in the SFT data provided in the OpenR1-Math-220K dataset. After augmentation, we use the initial model at RL training, either Nemotron-1.5B or DeepScaleR-1.5B, to sample 8 generations per augmented prompts and select samples with 0–4 correct predictions. Full details are provided in Appendix B.5. These high-variance cases provide stronger learning signals and make the training process more effective.
174
+
175
+ [p. 7 | section: 5 EXPERIMENTS | type: TableGroup]
176
+ Table 1: Performance comparison (Pass@1, averaged over 32 samples) across maths benchmarks. The best results among the 1.5B models are highlighted in bold. Larger models are shown in gray as reference points. Reported results for DeepSeek-R1-Distill and Qwen3 are taken from their official documentation (Guo et al., 2025; Yang et al., 2025) , while the rest are self-evaluated. Our QUESTA-Nemotron-1.5B achieves state-of-the-art performance among 1.5B models and, notably, matches or even exceeds the performance of DeepSeek-R1-Distill-32B across several benchmarks, despite being over 20× smaller in parameter count. This demonstrates the effectiveness of QUESTA in enhancing small model capabilities through targeted training. Model AIME24 AIME25 HMMT FEB 25 Olympiad Bench BRUMO25 Avg DeepSeek-R1-Distill-1.5B 28.7 22.3 12.0 52.4 31.8 29.44 Qwen3-1.7B 48.3 36.8 22.19 56.13 44.06 41.50 DeepSeek-R1-Distill-32B 72.6 51.8 33 65.0 68 58.08 Qwen3-8B 76.0 67.3 44.79 68.56 68.33 64.99 Nemotron-1.5B 61.77 49.50 31.56 64.62 58.23 53.14 QUESTA-Nemotron-1.5B 72.50 62.29 41.67 70.36 69.48 63.26
177
+
178
+ [p. 7 | section: 5 EXPERIMENTS | type: Text]
179
+ Training Setup. We use AReaL (Fu et al., 2025) as our RL training framework, applying the GRPO algorithm (Guo et al., 2025) without the Kullback–Leibler (KL) divergence loss. Following DAPO (Yu et al., 2025) , we also dynamically filter out prompts that are either all correct or all incorrect during rollouts. During training, we sample n = 16 responses per prompt with a maximum prompt length of 8192 tokens and a maximum generation length of 24000 tokens, using a sampling temperature of 1.0 and clipping hyperparameters with εlow = εhigh = 0.2. The batch size is 128 with a mini-batch size of 1, equivalent to 128 gradient updates per rollout step. Optimization is performed with AdamW (Kingma & Ba, 2017; Loshchilov & Hutter, 2019) using a constant learning rate of 2 × 10 − 5 . Experiments are conducted on eight NVIDIA H800 (80GB) nodes. Full details of our training method are provided in Appendix B.1.
180
+
181
+ [p. 7 | section: 5 EXPERIMENTS | type: Text]
182
+ Evaluation Setup. For each problem in the evaluation benchmarks, we generate 32 samples and report pass@1 results. Generation uses a sampling temperature of 0.7 and a top-p value of 0.95, with k = 32 responses per question unless otherwise specified. It is important to note that while partial solutions were incorporated during training, no partial solutions are provided at evaluation time.
183
+
184
+ [p. 7 | section: 5.1 EXPERIMENTAL RESULTS | type: Text]
185
+ Key Results. Table 1 reports results on challenging math benchmarks. QUESTA yields substantial gains for Nemotron-1.5B, achieving an average improvement of 10% over its baseline and a particularly strong +13% on AIME25. These improvements are consistent across all benchmarks, highlighting the effectiveness of our approach in enhancing problem-solving robustness.
186
+
187
+ [p. 7 | section: 5.1 EXPERIMENTAL RESULTS | type: Text]
188
+ Compared to other models, QUESTA-Nemotron-1.5B consistently outperforms peers of similar scale, such as DeepSeek-R1-Distill-1.5B and Qwen3-1.7B, and even surpasses larger models like DeepSeek-R1-Distill-32B across all benchmarks. On AIME25 in particular, it exceeds DeepSeek-R1-Distill-32B by a substantial margin of +11%. Against the stronger Qwen3-8B, QUESTA-Nemotron-1.5B remains competitive despite operating at a fraction of the parameter scale.
189
+
190
+ [p. 7 | section: 5.1 EXPERIMENTAL RESULTS | type: Text]
191
+ Training Dynamics. Figure 5 summarizes the training dynamics of QUESTA-Nemotron-1.5B. A positive correlation is observed between average response length and model accuracy, reflecting common trends in RL training. Notably, with QUESTA, the entropy during RL training remains stable and does not exhibit significant collapse.
192
+
193
+ [p. 7 | section: 5.1 EXPERIMENTAL RESULTS | type: Text]
194
+ Pass@k Analysis. Our evaluation follows the standard pass@k methodology, consistent with DeepSeek-R1 (Guo et al., 2025) , with further details provided in Appendix B.2. In contrast to recent findings that RL-based training can reduce pass@k at larger k values (Yue et al., 2025; Liu et al., 2025) , our results show that QUESTA preserves—and in many cases modestly improves—performance across a broad range of k. As shown in Figure 2, incorporating partial-solution hints within a two-stage curriculum yields consistent gains across models, without the degradation in pass@k often observed under standard RL training. These results indicate that QUESTA enhances both the quality and diversity of candidate solutions, rather than overfitting to a single best trajectory.
195
+
196
+ [p. 8 | section: 5.1 EXPERIMENTAL RESULTS | type: FigureGroup]
197
+ Figure 5: Training dynamics of QUESTA-Nemotron-1.5B. The first and second charts show the progression of average response length and average reward across rollout samples during the RL process, both of which steadily increase over time. The third chart presents the average entropy. Interestingly, the entropy increases over time, suggesting that QUESTA does not suffer from entropy collapse and instead encourages diverse and exploratory behavior.
198
+
199
+ [p. 8 | section: 5.1 EXPERIMENTAL RESULTS | type: FigureGroup]
200
+ Figure 6: Pass Rate Distribution on Training Prompts. We compare the success rate on the 26K training set before and after RL, using the average pass rate over 8 samples per question. Although partial solutions are included during QUESTA training, no hints are provided during this evaluation. This setup isolates the true impact of QUESTA by assessing its ability to improve performance on problems without hints. QUESTA significantly reduces the number of unsolved or partially solved problems in the training set, especially for hard ones where initial model solves only 0/8 or 1/8 times.
201
+
202
+ [p. 8 | section: 5.1 EXPERIMENTAL RESULTS | type: Text]
203
+ Generalization at Test Time when Hints are Removed. A natural question arises from our approach: since we add partial solutions during RL training, does this improvement persist when hints are removed at evaluation time? To answer this, Figure 6 compares the pre- and post-RL models on the 26K training prompt set, evaluated without any hints. The distribution clearly shifts away from the 0/8–1/8 bins toward higher pass rates, indicating that the model solves a larger fraction of problems even without access to partial solutions. On the evaluation AIME benchmarks, Table 2 further demonstrates that QUESTA expands coverage at Pass@32: for Nemotron-1.5B, the number of unsolved problems drops from 5 to 2 on AIME24 (newly solved indices 2, 13, 29) and from 6 to 3 on AIME25 (newly solved indices 9, 13, 27). Taken together, these results show that our method generalizes well beyond the training setting and helps solve hard problems that are otherwise inaccessible without partial-solution guidance.
204
+
205
+ [p. 8 | section: 5.2 Further Ablations | type: Text]
206
+ Ablation with Difficulty Curriculum. We first motivate the choice of a two-stage curriculum: RL on Partial-50 followed by RL on Partial-25 . From a modeling standpoint, the most appropriate inference distribution for the model should be the original (no-hint) distribution. Hence, during training we should gradually reduce reliance on hints to align the learned policy with the evaluation distribution. This motivates decreasing the partial ratio over time so that the model transitions from scaffolded reasoning to autonomous reasoning.
207
+
208
+ [p. 9 | section: 5.2 Further Ablations | type: TableGroup]
209
+ Table 2: Indices of unsolved problems at Pass@32 on AIME24 and AIME25 (with indices ranging from 0-29). Our method, QUESTA, consistently improve the model capacity on hard cases where the initial model is unable to solve, improving overall coverage at Pass@32. Models AIME24 Unsodlved Indices AIME25 Unsolved Indices Nemotron-1.5B 2, 3, 13, 21, 29 9, 12, 13, 14, 27, 29 QUESTA-Nemotron-1.5B 3, 21 12, 14, 29 Table 3: Ablation Study on the Impact of Curriculum Design. This table demonstrates the importance of curriculum learning in improving model performance. The model QUESTA-Nemotron-1.5B-50 was trained entirely with Partial-50 data for 2000 steps, while QUESTA-Nemotron-1.5B followed a curriculum learning approach, starting with 100 steps of Partial-50 data followed by 1900 steps of Partial-25 data. As seen in the table, the curriculum learning approach (QUESTA-Nemotron-1.5B) outperforms training with only Partial-50 data (QUESTA-Nemotron-1.5B-50). Extension with Partial-50-Partial-25-Partial-0 did not yield significant improvements, and thus, are not included in the table.
210
+
211
+ [p. 9 | section: 5.2 Further Ablations | type: Table]
212
+ Model | AIME24 AIME25 HMMT FEB 25 Olympiad Bench BRUMO25 | Avg Nemotron-1.5B QUESTA-Nemotron-1.5B-50 QUESTA-Nemotron-1.5B 61.77 49.50 31.56 64.62 58.23 53.14 67.18 59.38 39.17 69.41 66.15 60.26 72.50 62.29 41.67 70.36 69.48 63.26
213
+
214
+ [p. 9 | section: 5.2 Further Ablations | type: Text]
215
+ Empirically, Table 3 shows that, under the same 2000-step budget, the curriculum Partial-50 Partial-25 learns substantially better than training on Partial-50 alone. We cap the Partial-50 stage at 100 steps, after which we switch to Partial-25 . As shown in Figure 11, entropy for QUESTA-Nemotron-1.5B-50 begins to decline beyond 100 steps, so transitioning at this point prevents overconfidence and sustains training stability. We have also tried extending the curriculum from Partial-25 to Partial-0 in our experiments, but observed no gains and no increase in response length (see Figure 12).
216
+
217
+ [p. 9 | section: 5.2 Further Ablations | type: TableGroup]
218
+ Table 4: Performance comparison (Pass@1, averaged over 32 samples) between Nemotron-1.5B and QUESTA-Nemotron-1.5B (By OpenMathReasoning). The two models achieve comparable results, with the version trained on OpenR1 performing slightly better overall. Model AIME24 AIME25 HMMT FEB 25 Olympiad Bench BRUMO25 | Avg Nemotron-1.5B QUESTA-50 (with OpenMathReasoning) QUESTA-50 (with OpenR1) 61.77 49.50 31.56 64.62 58.23 | 53.14 66.46 58.54 36.35 66.06 63.13 | 58.11 67.18 59.38 39.17 69.41 66.15 | 60.26
219
+
220
+ [p. 9 | section: 5.2 Further Ablations | type: Text]
221
+ Ablation with Different Dataset. We also evaluated QUESTA on OpenMathReasoning Moshkov et al. (2025), selecting the 60K questions with pass_rate_72b_tir of 0 or 1/32. Due to time constraints, we trained only the first stage of QUESTA with 50% partial solutions. Table 4 shows that QUESTA-Nemotron-1.5B-50 achieves similar performance as using the OpenR1 dataset. This indicates that our approach generalizes across datasets.
222
+
223
+ [p. 9 | section: 5.2 Further Ablations | type: Text]
224
+ Other Ablations. We also conduct an extensive set of comparative experiments and ablation studies, with detailed results provided in Appendix D. These include an ablation of QUESTA without hints (Appendix D.1), experiments with different model backbones (Appendix D.2), and the full set of pass rates and training curves for additional models (Appendix D.3).
225
+
226
+ [p. 9 | section: 6 CONCLUSIONS | type: Text]
227
+ In this work we introduced QUESTA, a lightweight data-centric framework that augments hard prompts with partial-solution hints during RL training. Without altering model architecture or reward design, QUESTA sets new state-of-the-art results for 1.5 B-scale models on AIME24, AIME25 and HMMT25. Further, we theoretically demonstrate how question augmentation can improve sample
228
+
229
+ [p. 10 | section: 6 CONCLUSIONS | type: Text]
230
+ efficiency. Our analysis shows that the method can potentially be generalized to other domains such as competitive coding, software engineering or other agentic tasks. Designing proper question augmentation pipelines for theses new tasks can be an important and interesting future direction.
iclr26/3MifB0f7qR/paper.blocks.json ADDED
The diff for this file is too large to render. See raw diff
 
iclr26/3MifB0f7qR/paper.md ADDED
@@ -0,0 +1,647 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ {0}------------------------------------------------
4
+
5
+ # QUESTA: EXPANDING REASONING CAPACITY IN LLMS VIA QUESTION AUGMENTATION
6
+
7
+ Jiazheng Li\* $^{\dagger 1,2}$ , Hongzhou Lin\* $^{\ddagger 3}$ , Hong Lu $^{1,2}$ , Kaiyue Wen $^4$ , Zaiwen Yang $^1$ , Jiaxuan Gao $^1$ , Yi Wu $^{1,2}$ , Jingzhao Zhang $^{1,2}$
8
+
9
+ ## **ABSTRACT**
10
+
11
+ Reinforcement learning (RL) has emerged as a central paradigm for training large language models (LLMs) in reasoning tasks. Yet recent studies (Yue et al., 2025; Liu et al., 2025) question RL's ability to incentivize reasoning capacity beyond the base model. This raises a key challenge: how can RL be adapted to solve harder reasoning problems more effectively? To address this challenge, we propose a simple yet effective strategy via Question Augmentation: introduce partial solutions during training to reduce problem difficulty and provide more informative learning signals. Our method, QuestA, when applied during RL training on math reasoning tasks, not only improves pass@1 but also pass@k—particularly on problems where standard RL struggles to make progress. This enables continual improvement over strong open-source models such as DEEPSCALER and OPENMATH NEMOTRON, further enhancing their reasoning capabilities. We achieve new state-of-the-art results on math benchmarks using 1.5B-parameter models: 72.50% (+10.73%) on AIME24, 62.29% (+12.79%) on AIME25, and 41.67% (+10.11%) on HMMT25. Code, data and model are available at https://github.com/foreverlasting1202/QuestA.
12
+
13
+ ![](_page_0_Figure_6.jpeg)
14
+
15
+ Figure 1: QUESTA is a data augmentation method that injects partial solutions to effectively scaffold RL training on hard reasoning problems. We construct 26K high-quality augmented prompts from challenging instances in OpenR1 (Open-R1 Team, 2025), and fine-tune models using 32K-context-length RL. When applied to Nemotron-1.5B, QUESTA delivers substantial performance gains—achieving new state-of-the-art results across all math benchmarks for 1.5B-parameter models.
16
+
17
+ #### 1 Introduction
18
+
19
+ Frontier large language models (LLMs), including OpenAI-O1, O3 (Jaech et al., 2024), DeepSeek-R1 (Guo et al., 2025), Qwen3 (Yang et al., 2025), and Gemini 2.5 (Gemini Team, Google DeepMind,
20
+
21
+ <sup>&</sup>lt;sup>1</sup>Tsinghua University, <sup>2</sup>Shanghai Qi Zhi Institute, <sup>3</sup>Amazon, <sup>4</sup>Stanford University
22
+
23
+ <sup>\*</sup>Equal Contribution
24
+
25
+ <sup>&</sup>lt;sup>†</sup>Contact: Jiazheng at foreverlasting1202@outlook.com, and Jingzhao at jingzhaoz@mail.tsinghua.edu.cn
26
+
27
+ <sup>&</sup>lt;sup>‡</sup>This work is independent of and outside of the work at Amazon.
28
+
29
+ {1}------------------------------------------------
30
+
31
+ <span id="page-1-0"></span>![](_page_1_Figure_1.jpeg)
32
+
33
+ Figure 2: We compare pass@k curves of RLVR-trained models, with and without QUESTA. As a controlled experiment, we perform RL training using either easy or hard prompts. Standard RL on easy prompts (red) shows clear degradation in pass@k as k increases compared to the base model (blue). Training on hard prompts (green) improves pass@k, but comes at the cost of substantially longer training. This motivates our development of QUESTA, which scaffolds hard problems to improve training efficiency and delivers consistently stronger results: the RL+QUESTA model (orange) stays above standard RL (red) across all k, while also preserving or improving performance at larger k relative to RL trained with hard prompts.
34
+
35
+ 2025), have exhibited exceptional performance on high-complexity reasoning tasks spanning mathematics, programming, and formal logic. Recent advances in the field have increasingly prioritized reinforcement learning paradigms (RL), among which *Reinforcement Learning with Verifiable Rewards* (RLVR) has emerged as a scalable and efficient approach to enhancing reasoning capabilities. Using automatically verifiable signals, RLVR enables alignment between model output and objective correctness, thus addressing a critical limitation of traditional RL for reasoning.
36
+
37
+ However, the community remains divided on a fundamental question regarding RLVR: does it expand the model's intrinsic reasoning capacity, or merely exploit pre-existing knowledge encoded in the base model? Recent research (Yue et al., 2025; Liu et al., 2025; Zhao et al., 2025) show that while state-of-the-art RL methods (e.g., GRPO, DAPO) (Guo et al., 2025; Yu et al., 2025; An et al., 2025) can enhance the pass@1 metric by reinforcing high-reward completions, they encounter significant limitations when tackling high-difficulty tasks where the base model performs poorly. This phenomenon differs from that observed in Supervised Fine-Tuning (SFT) Luo et al. (2025a). Within the SFT paradigm, enhancing the diversity of problem difficulty serves as a critical factor, as it can effectively improve the model's performance on downstream tasks. However, in the framework of RLVR, the inclusion of easy prompts tends to undermine the model's inherent reasoning capabilities.
38
+
39
+ One insightful explanation (Cui et al., 2025; Wang et al., 2025a) for the drop suggests that model overfits on correct solutions and hence causes entropy collapse, limiting its ability to explore. To validate this, we design a controlled setup that separates prompts into easy and hard groups. When applying RLVR on the Nemotron 1.5B model (Moshkov et al., 2025) with the OpenR1 dataset, we find that training on easy prompts leads to a clear decline in pass@k accuracy (Figure 2).
40
+
41
+ Given these findings, we observe that training with hard prompts is more beneficial than with easy ones. Yet, RL training on hard problems tends to be much slower, as sparse reward signals and limited sample efficiency hinder progress. The key challenge, then, is **how to structure the learning process to fully expand reasoning capabilities while mitigating the inefficiency of RL on hard tasks**. To this end, we introduce QUESTA: a parsimonious and efficient strategy that dynamically adjusts problem difficulty during RL training. The core contributions of this work are threefold:
42
+
43
+ • We notice that the evolution of model capacity in RLVR critically depends on dataset difficulty, underscoring the importance of training on *hard problems* to expand reasoning ability.
44
+
45
+ {2}------------------------------------------------
46
+
47
+ <span id="page-2-0"></span>![](_page_2_Figure_1.jpeg)
48
+
49
+ Figure 3: Comparison of RL training dynamics: Training with only hard problems (green) makes progress very slowly due to sparse rewards, while our method with partial solutions (orange) accelerates training and consistently achieves higher accuracy across training steps.
50
+
51
+ - We introduce QUESTA, an efficient procedure that controls difficulty by augmenting hard problems with partial solutions. This approach provides a smooth curriculum within RL training and makes high-difficulty tasks more tractable. Through our **fully open-sourced** training pipeline, QUESTA consistently improves pass@1 and pass@k, enabling 1.5B-parameter models to reach new state-of-the-art performance—72.5% on AIME24, 62.3% on AIME25, and 41.7% on HMMT25 (Table 1).
52
+ - Our theoretical analysis in Section 4 explains why partial-solution augmentation accelerates RL training: by decomposing problems into intermediate steps, the method yields denser reward signals and improves sample efficiency, while still driving the model to master the hardest problems.
53
+
54
+ ## <span id="page-2-1"></span>2 Tradeoffs between Reasoning Capacity and Learning Efficiency
55
+
56
+ Given the ongoing debate on whether reinforcement learning enhances the reasoning capacity of language models, we design a controlled experiment to study how dataset difficulty changes model performances measured by pass@k accuracy. Specifically, we filter out easy problems and hard problems from the 220K OpenR1 dataset, base on model's success rate, each containing around 4K data. We then run RL with GRPO for one thousand steps. This setup allows us to isolate how the choice of prompt difficulty impacts the model's reasoning capacity. In Figure 2 and Figure 3, we provide pass@k comparison and the learning dynamics, we make two observations.
57
+
58
+ **RL** with Easy Prompts Hurts pass@k and Reasoning Capacity. Training on easy or already-solvable problems leads to overfitting on shallow patterns, reinforcing confidence rather than expanding reasoning capacity. While pass@1 may rise, output diversity declines and performance on harder benchmarks deteriorates, with pass@k dropping at larger k (see Figure 2). This suggests that the model exploits familiar solution modes instead of exploring new trajectories. To truly expand capacity, RL training should focus on hard problems, where the policy is forced to explore and acquire novel solution strategies.
59
+
60
+ **RL** with Hard Prompts Leads to Slow Learning. Training on hard prompts directly targets the reasoning capacity of the model, but the learning process is much slower (see Figure 3) and less sample-efficient. The difficulty arises because RL rewards on these problems are sparse, providing limited gradient signals for policy improvement. We formallize the underlying reason in Section 4 and in Theorem 4.4.
61
+
62
+ In practice, not all questions in the training set Q are equally difficult, and one might hope that training on easier examples could generalize to harder ones. However, empirical evidence suggests that RL-based training exhibits a bi-modal pattern in success rates (An et al., 2025): by the end of training, models tend to either solve a question reliably or fail entirely (see Figure 6). This implies that once a question falls outside the model's capacity set, the RL algorithm is unlikely to recover.
63
+
64
+ {3}------------------------------------------------
65
+
66
+ Together, these results highlight a tension: *easy prompts dilute reasoning capacity, while hard prompts stall learning altogether.* This motivates the need for strategies that can retain the benefits of hard problems while mitigating the inefficiency caused by sparse rewards. To this end, we introduce partial solutions that break a complex question into smaller, more approachable pieces. Theoretical analysis (Theorem 4.6) suggests that appending part of the solutions as hint can greatly improve RL efficiency.
67
+
68
+ Empirically, we simply choose the hint to be a part of the solution of the original question q and observe faster learning in Figure 3. Surprisingly, even if we don't explicitly train the model to generate the hint, the model's capacity without hint still continues to improve and lead to steady improvement in problems out of reach in standard RL training (see Table 3). We elaborate on implementation details in the next section.
69
+
70
+ ## 3 Questa: Question Augmentation with Partial Solutions
71
+
72
+ QUESTA is a modular augmentation framework designed to inject partial solution sketches into prompts during reinforcement learning (RL) training. It adresses scenarios where the base model fails to generate correct completions—conditions that typically result in sparse reward signals. Distinct from approaches that modify reward functions or optimization algorithms, QUESTA operates at the input level: it transforms original training prompts into more tractable variants, thereby exposing intermediate reasoning steps to the model.
73
+
74
+ #### <span id="page-3-0"></span>**Original Prompt**
75
+
76
+ Let $\mathbb N$ be the set of positive integers. A function $f:\mathbb N\to\mathbb N$ satisfies the equation
77
+
78
+ $$f(f(\dots f(n)\dots)) = \frac{n^2}{f(f(n))}$$
79
+ with $f(n)$ applications of $f$ ,
80
+
81
+ for all positive integers n. Given this information, determine all possible values of f(1000).
82
+
83
+ ![](_page_3_Picture_9.jpeg)
84
+
85
+ #### **Augmented Prompt**
86
+
87
+ Let $\mathbb N$ be the set of positive integers. The function $f:\mathbb N\to\mathbb N$ satisfies the equation
88
+
89
+ $$f(f(\dots f(n)\dots)) = \frac{n^2}{f(f(n))} \quad \text{with } f(n) \text{ applications of } f,$$
90
+
91
+ for all positive integers n. Given this information, determine all possible values of f(1000).
92
+
93
+ #### ## Hint: Partial Solution
94
+
95
+ Analysis shows that f must be an involution, meaning f(f(n)) = n for all n, and it fixes all odd positive integers, so f(n) = n for odd n. For even positive integers, f either fixes the number or swaps it with another even positive integer in a 2-cycle.
96
+
97
+ Please reason step by step, and put your final answer within \boxed{}.
98
+
99
+ Figure 4: QUESTA augments each original question in the dataset by prepending the first p% of the solution sketch. In our experiments, we apply augmentation using the solution block rather than the reasoning chain-of-thought. The hint percentage p is computed as the ratio of tokens used as hints to the total number of tokens in the solution sketch.
100
+
101
+ Question Augmentation Mechanism For a given problem x with an n-step solution trajectory $y=(y_1,y_2,\ldots,y_n)$ , QUESTA constructs a set of augmented prompts $\{\tilde{x}^{(p)}\}$ , where each $\tilde{x}^{(p)}$ appends the first p steps of the solution as a prefix to the original question. The parameter p (e.g., p=50% or 25%) quantifies the proportion of the solution revealed, thereby enabling precise control over the difficulty of the augmented prompt.
102
+
103
+ In our empirical evaluations, we employed the OpenR1-Math-220K dataset (Open-R1 Team, 2025)—a supervised fine-tuning (SFT) corpus containing solution trajectories generated by DEEPSEEK-R1. Each instance in this dataset comprises a detailed chain-of-thought (CoT) section followed by a final solution block. For augmentation, we extracted the final solution (omitting speculative reasoning
104
+
105
+ {4}------------------------------------------------
106
+
107
+ within the CoT section). The solution was then truncated at a predefined percentage p and prepended to the original question, yielding the augmented prompt used in RL training, as shwon in Figure 4.
108
+
109
+ **Targeting High-Difficulty Problems** QUESTA is applied exclusively to prompts where the base model's pass rate is close to zero. Using the OpenR1-Math-220K dataset, we first employ lightweight heuristic filters to reduce the full 220K problems to 26K of the hardest candidates. These problems are then augmented with partial-solution prefixes where we conduct a second difficulty screening: sample multiple completions from the model for each augmented prompt, and only those instances with consistently low pass rates are retained. This two-stage filtering pipeline yields a final pool of no more than 10K problems, ensuring that augmentation resources are concentrated on the most challenging cases where the base model needs additional guidance and scaffolding.
110
+
111
+ **Integrating with RL Pipelines** QUESTA exhibits orthogonality to underlying RL algorithms, enabling seamless integration into existing training pipelines (e.g., GRPO (Shao et al., 2024), DAPO (Yu et al., 2025)) without modifications. Specifically, integration requires only replacing the original rollout dataset with the augmented dataset, while retaining the original reward function and policy update mechanism. To further exploit this input-level flexibility, we extended QUESTA with an iterative curriculum RL paradigm:
112
+
113
+ - 1. First, augment the dataset with p = 50%, apply the difficulty filtering with the augmented prompt, and conduct reinforcement learning training until the performance saturates.
114
+ - 2. Second, reduce the augmentation from p = 50% to p = 25%, i.e. provide fewer hints. Again, we apply the difficulty filtering, and conduct reinforcement learning training until convergence.
115
+
116
+ Here, the rationale for the choice of *p* is provided in Appendix B.6. By keeping the training signals strong at each stage, the method speeds up convergence on difficult tasks and makes QUESTA a simple, plug-and-play approach for curriculum-based RL.
117
+
118
+ ## <span id="page-4-0"></span>4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY
119
+
120
+ In this section, we present a theoretical perspective on how question augmentation improves the efficiency of reinforcement learning. Our central thesis is that the primary bottleneck in RL-based reasoning lies in the difficulty of discovering successful trajectories within a finite sampling budget. Question augmentation addresses this challenge by reshaping the *learnability landscape*—making hard problems more discoverable by increasing the likelihood of encountering correct trajectories.
121
+
122
+ Motivated by experiments which quantify model capcity with pass@k accuracy, we introduce the following notions of *solution set* (Definition 4.1) and *model capacity set* (Definition 4.2) for a given question q and model $\mu$ . Let $\mathcal V$ be the vocaboluary set, and let $P_{\mu}(q,\tau)$ denote the probability that a language model $\mu$ generates trajectory $\tau \in \mathcal V^*$ when conditioned on input question $q \in \mathcal V^*$ .
123
+
124
+ <span id="page-4-1"></span>**Definition 4.1** (Solution Set). Given a question q and a binary reward function $R: \mathcal{V}^* \times \mathcal{V}^* \to \{0, 1\}$ , the *solution set* is defined as:
125
+
126
+ $$S(q) = \{ \tau \in \mathcal{V}^* \mid R(q, \tau) = 1 \}.$$
127
+
128
+ <span id="page-4-2"></span>**Definition 4.2** (Model Capacity Set). Given a probability threshold $\delta_p > 0$ , a language model $\mu$ , and a question q, define the *model capacity set* $C(q, \delta_p)$ as the smallest set of trajectories whose total probability mass is at least $1 - \delta_p$ :
129
+
130
+ $$C(q, \delta_p) = \arg\min_{S \subseteq \mathcal{V}^*} \left\{ |S| \left| \sum_{\tau \in S} P_{\mu}(q, \tau) \ge 1 - \delta_p \right\}. \right.$$
131
+
132
+ The Model Capacity Set $C(q, \delta_p)$ intuitively captures the set of most likely output trajectories that the model $\mu$ can generate for a given input q, up to a small probability threshold $\delta_p$ .
133
+
134
+ <span id="page-4-3"></span>This formalization leads to a critical insight: if the model's capacity set fails to intersect with the solution set—meaning the model is unlikely to generate any correct completions—then the RL process cannot make progress. To articulate this more formally, we begin by stating a standard assumption satisfied by many popular RL algorithms, such as DAPO and online GRPO:
135
+
136
+ {5}------------------------------------------------
137
+
138
+ **Assumption 4.3** (Null Gradient from Zero-Reinforcement). The RL algorithm does not update the model weights if none of the sampled rollouts receives a positive reward (i.e., reward = 1).
139
+
140
+ Under this assumption, we easily the following lower bound, which states that if all training questions are unreachable within the model's capacity set, the RL process is likely to stall entirely:
141
+
142
+ <span id="page-5-0"></span>**Theorem 4.4** (Lower Bound on RL Learnability under Solution Inaccessibility). Given a probability threshold $\delta_p > 0$ , if for every question $q \in \mathcal{Q}$ , the model capacity set $C(q, \delta_p)$ does not intersect with the solution set $\mathcal{S}(q)$ , i.e.,
143
+
144
+ $$C(q, \delta_p) \cap \mathcal{S}(q) = \emptyset, \quad \forall q \in \mathcal{Q},$$
145
+
146
+ then under Assumption 4.3, when training RL for T steps with B samples per step such that $TB = \Theta(1/\delta_p)$ , there is a constant probability that the RL algorithm will not update the model.
147
+
148
+ To overcome this limitation, our method QUESTA provides a simple yet effective solution: augment each question in $\mathcal Q$ with a partial solution to improve the chances of sampling informative trajectories. Formally, we assume the existence of a hint $h_q$ for every question $q \in \mathcal Q$ that can guide the model toward discovering a valid completion.
149
+
150
+ <span id="page-5-2"></span>**Definition 4.5** (Question Augmentation). For every question $q \in \mathcal{Q}$ , hint $h_q \in \mathcal{V}^*$ satisfies that for $\delta'_p = \delta_p^{1/2 - \epsilon}$ for some $\epsilon > 0$ :
151
+
152
+ - the hint $h_q$ can be generated with a non-neglible probability: $P_{\mu}(h_q|q) \geq \delta_p'$
153
+ - there exists a solution to the hinted problem $s_q \in \mathcal{S}(q)$ such that $s_q$ can be generated with high probability after $s_q$ , i.e.
154
+
155
+ $$P_{\mu}(s_q|(q,h_q)) = \delta'_{p}. \quad R(q,h \oplus s_q) = 1.$$
156
+
157
+ The hint $h_q$ can exist for every question even when the model's capacity set $C(q, \delta_p)$ does not intersect with the solution set $\mathcal{S}(q)$ . For instance, if every solution can be decomposed into two steps, and the model can generate each step correctly with probability $\delta_p' = \sqrt{o(\delta_p)}$ , then the possibility of generating two steps correctly at the same time is only $o(\delta_p)$ .
158
+
159
+ This implies that the sampling budget needed with a hint is asymptotically almost the square root of the budget required without it $(\Theta(1/\delta_p))$ , as given in Theorem 4.4. We further provide a learnability result where we assume the policy is parameterized by a softmax policy parameterization in a classical tabular RL setup.
160
+
161
+ <span id="page-5-1"></span>**Theorem 4.6** (Informal Upper Bound on RL Learnability with Hint). If we have a hint $h_q$ for every question $q \in \mathcal{Q}$ (Def. 4.5), then there exists an RL algorithm that can output a policy $\pi_\theta$ such that $\mathbb{E}_{q \sim \mathrm{Uniform}(\mathcal{Q})}[\mathbb{P}_{\tau \sim \pi_\theta(\cdot|q)}(\tau \in \mathcal{S}(q))] \geq 0.99$ with $O(1/\delta_p')$ sampling budget with high probability.
162
+
163
+ Theorem 4.6 provides a theoretical guarantee that the model can reach a high training success rate when partial solution is included. Empirically, we observe the model generalizes well both in-distribution and out-of-distribution to hard questions.
164
+
165
+ #### 5 EXPERIMENTS
166
+
167
+ **Dataset.** We begin with the OpenR1-Math-220K dataset and use DeepSeek-R1-Distill-1.5B as a weak selection model to filter it down to the 26K hardest items. This set serves as our base prompts. We then use Nemotron-1.5B to sample eight generations per prompt and classify problems into Easy Data (7–8 correct answers) and Hard Data (0–1 correct answers), enabling controlled experiments introduced in Section 2. The exact prompt template is provided in Appendix B.8
168
+
169
+ **Data Augmentation (QUESTA).** To improve the tractability of the problems, we apply QUESTA to prepend the prompt with partial solutions, i.e. first p% of the full solution in the SFT data provided in the OpenR1-Math-220K dataset. After augmentation, we use the initial model at RL training, either Nemotron-1.5B or DeepScaleR-1.5B, to sample 8 generations per augmented prompts and select samples with 0–4 correct predictions. Full details are provided in Appendix B.5. These high-variance cases provide stronger learning signals and make the training process more effective.
170
+
171
+ {6}------------------------------------------------
172
+
173
+ <span id="page-6-0"></span>Table 1: Performance comparison (Pass@1, averaged over 32 samples) across maths benchmarks. The best results among the 1.5B models are highlighted in bold. Larger models are shown in gray as reference points. Reported results for DeepSeek-R1-Distill and Qwen3 are taken from their official documentation [\(Guo et al., 2025;](#page-10-2) [Yang et al., 2025\)](#page-11-2), while the rest are self-evaluated. Our QUESTA-Nemotron-1.5B achieves state-of-the-art performance among 1.5B models and, notably, matches or even exceeds the performance of DeepSeek-R1-Distill-32B across several benchmarks, despite being over 20× smaller in parameter count. This demonstrates the effectiveness of QUESTA in enhancing small model capabilities through targeted training.
174
+
175
+ | Model | AIME24 | AIME25 | HMMT FEB 25 | Olympiad Bench | BRUMO25 | Avg |
176
+ |--------------------------|--------|--------|-------------|----------------|---------|-------|
177
+ | DeepSeek-R1-Distill-1.5B | 28.7 | 22.3 | 12.0 | 52.4 | 31.8 | 29.44 |
178
+ | Qwen3-1.7B | 48.3 | 36.8 | 22.19 | 56.13 | 44.06 | 41.50 |
179
+ | DeepSeek-R1-Distill-32B | 72.6 | 51.8 | 33 | 65.0 | 68 | 58.08 |
180
+ | Qwen3-8B | 76.0 | 67.3 | 44.79 | 68.56 | 68.33 | 64.99 |
181
+ | Nemotron-1.5B | 61.77 | 49.50 | 31.56 | 64.62 | 58.23 | 53.14 |
182
+ | QUESTA-Nemotron-1.5B | 72.50 | 62.29 | 41.67 | 70.36 | 69.48 | 63.26 |
183
+
184
+ Training Setup. We use AReaL [\(Fu et al., 2025\)](#page-9-2) as our RL training framework, applying the GRPO algorithm [\(Guo et al., 2025\)](#page-10-2) without the Kullback–Leibler (KL) divergence loss. Following DAPO [\(Yu et al., 2025\)](#page-11-3), we also dynamically filter out prompts that are either all correct or all incorrect during rollouts. During training, we sample n = 16 responses per prompt with a maximum prompt length of 8192 tokens and a maximum generation length of 24000 tokens, using a sampling temperature of 1.0 and clipping hyperparameters with εlow = εhigh = 0.2. The batch size is 128 with a mini-batch size of 1, equivalent to 128 gradient updates per rollout step. Optimization is performed with AdamW [\(Kingma & Ba, 2017;](#page-10-5) [Loshchilov & Hutter, 2019\)](#page-10-6) using a constant learning rate of 2 × 10<sup>−</sup><sup>5</sup> . Experiments are conducted on eight NVIDIA H800 (80GB) nodes. Full details of our training method are provided in Appendix [B.1.](#page-13-0)
185
+
186
+ Evaluation Setup. For each problem in the evaluation benchmarks, we generate 32 samples and report pass@1 results. Generation uses a sampling temperature of 0.7 and a top-p value of 0.95, with k = 32 responses per question unless otherwise specified. *It is important to note that while partial solutions were incorporated during training, no partial solutions are provided at evaluation time.*
187
+
188
+ ## 5.1 EXPERIMENTAL RESULTS
189
+
190
+ Key Results. Table [1](#page-6-0) reports results on challenging math benchmarks. QUESTA yields substantial gains for Nemotron-1.5B, achieving an average improvement of 10% over its baseline and a particularly strong +13% on AIME25. These improvements are consistent across all benchmarks, highlighting the effectiveness of our approach in enhancing problem-solving robustness.
191
+
192
+ Compared to other models, QUESTA-Nemotron-1.5B consistently outperforms peers of similar scale, such as DeepSeek-R1-Distill-1.5B and Qwen3-1.7B, and even surpasses larger models like DeepSeek-R1-Distill-32B across all benchmarks. On AIME25 in particular, it exceeds DeepSeek-R1-Distill-32B by a substantial margin of +11%. Against the stronger Qwen3-8B, QUESTA-Nemotron-1.5B remains competitive despite operating at a fraction of the parameter scale.
193
+
194
+ Training Dynamics. Figure [5](#page-7-1) summarizes the training dynamics of QUESTA-Nemotron-1.5B. A positive correlation is observed between average response length and model accuracy, reflecting common trends in RL training. Notably, with QUESTA, the entropy during RL training remains stable and does not exhibit significant collapse.
195
+
196
+ Pass@k Analysis. Our evaluation follows the standard pass@k methodology, consistent with DeepSeek-R1 [\(Guo et al., 2025\)](#page-10-2), with further details provided in Appendix [B.2.](#page-13-1) In contrast to recent findings that RL-based training can reduce pass@k at larger k values [\(Yue et al., 2025;](#page-11-0) [Liu et al., 2025\)](#page-10-0), our results show that QUESTA preserves—and in many cases modestly improves—performance across a broad range of k. As shown in Figure [2,](#page-1-0) incorporating partial-solution hints within a two-stage curriculum yields consistent gains across models, without the degradation in pass@k often observed under standard RL training. These results indicate that QUESTA enhances both the quality and diversity of candidate solutions, rather than overfitting to a single best trajectory.
197
+
198
+ {7}------------------------------------------------
199
+
200
+ <span id="page-7-1"></span>![](_page_7_Figure_1.jpeg)
201
+
202
+ Figure 5: Training dynamics of QUESTA-Nemotron-1.5B. The first and second charts show the progression of average response length and average reward across rollout samples during the RL process, both of which steadily increase over time. The third chart presents the average entropy. Interestingly, the entropy increases over time, suggesting that QUESTA does not suffer from entropy collapse and instead encourages diverse and exploratory behavior.
203
+
204
+ <span id="page-7-0"></span>![](_page_7_Figure_3.jpeg)
205
+
206
+ Figure 6: Pass Rate Distribution on Training Prompts. We compare the success rate on the 26K training set before and after RL, using the average pass rate over 8 samples per question. Although partial solutions are included during QUESTA training, **no hints** are provided during this evaluation. This setup isolates the true impact of QUESTA by assessing its ability to improve performance on problems without hints. QUESTA significantly reduces the number of unsolved or partially solved problems in the training set, especially for hard ones where initial model solves only 0/8 or 1/8 times.
207
+
208
+ Generalization at Test Time when Hints are Removed. A natural question arises from our approach: since we add partial solutions during RL training, does this improvement persist when hints are removed at evaluation time? To answer this, Figure 6 compares the pre- and post-RL models on the 26K training prompt set, evaluated without any hints. The distribution clearly shifts away from the 0/8–1/8 bins toward higher pass rates, indicating that the model solves a larger fraction of problems even without access to partial solutions. On the evaluation AIME benchmarks, Table 2 further demonstrates that QUESTA expands coverage at Pass@32: for Nemotron-1.5B, the number of unsolved problems drops from 5 to 2 on AIME24 (newly solved indices 2, 13, 29) and from 6 to 3 on AIME25 (newly solved indices 9, 13, 27). Taken together, these results show that our method generalizes well beyond the training setting and helps solve hard problems that are otherwise inaccessible without partial-solution guidance.
209
+
210
+ #### 5.2 Further Ablations
211
+
212
+ **Ablation with Difficulty Curriculum.** We first motivate the choice of a two-stage curriculum: RL on *Partial-50* followed by RL on *Partial-25*. From a modeling standpoint, the most appropriate inference distribution for the model should be the original (no-hint) distribution. Hence, during training we should gradually reduce reliance on hints to align the learned policy with the evaluation distribution. This motivates decreasing the partial ratio over time so that the model transitions from scaffolded reasoning to autonomous reasoning.
213
+
214
+ {8}------------------------------------------------
215
+
216
+ <span id="page-8-1"></span>Table 2: Indices of **unsolved** problems at Pass@32 on AIME24 and AIME25 (with indices ranging from 0-29). Our method, QUESTA, consistently improve the model capacity on hard cases where the initial model is unable to solve, improving overall coverage at Pass@32.
217
+
218
+ | Models | AIME24 Unsodlved Indices | AIME25 Unsolved Indices |
219
+ |----------------------|--------------------------|-------------------------|
220
+ | Nemotron-1.5B | 2, 3, 13, 21, 29 | 9, 12, 13, 14, 27, 29 |
221
+ | QUESTA-Nemotron-1.5B | 3, 21 | 12, 14, 29 |
222
+
223
+ <span id="page-8-0"></span>Table 3: Ablation Study on the Impact of Curriculum Design. This table demonstrates the importance of curriculum learning in improving model performance. The model QUESTA-Nemotron-1.5B-50 was trained entirely with Partial-50 data for 2000 steps, while QUESTA-Nemotron-1.5B followed a curriculum learning approach, starting with 100 steps of Partial-50 data followed by 1900 steps of Partial-25 data. As seen in the table, the curriculum learning approach (QUESTA-Nemotron-1.5B) outperforms training with only Partial-50 data (QUESTA-Nemotron-1.5B-50). Extension with Partial-50-Partial-25-Partial-0 did not yield significant improvements, and thus, are not included in the table.
224
+
225
+ | Model | AIME24 | AIME25 | HMMT FEB 25 | Olympiad Bench | BRUMO25 | Avg |
226
+ |------------------------------------------------------------|--------------|--------------|--------------|----------------|--------------|--------------|
227
+ | Nemotron-1.5B QUESTA-Nemotron-1.5B-50 QUESTA-Nemotron-1.5B | 61.77 | 49.50 | 31.56 | 64.62 | 58.23 | 53.14 |
228
+ | | 67.18 | 59.38 | 39.17 | 69.41 | 66.15 | 60.26 |
229
+ | | <b>72.50</b> | <b>62.29</b> | <b>41.67</b> | <b>70.36</b> | <b>69.48</b> | <b>63.26</b> |
230
+
231
+ Empirically, Table 3 shows that, under the same 2000-step budget, the curriculum *Partial-50* Partial-25 learns substantially better than training on *Partial-50* alone. We cap the *Partial-50* stage at 100 steps, after which we switch to *Partial-25*. As shown in Figure 11, entropy for QUESTA-Nemotron-1.5B-50 begins to decline beyond 100 steps, so transitioning at this point prevents overconfidence and sustains training stability. We have also tried extending the curriculum from *Partial-25* to *Partial-0* in our experiments, but observed no gains and no increase in response length (see Figure 12).
232
+
233
+ <span id="page-8-2"></span>Table 4: Performance comparison (Pass@1, averaged over 32 samples) between Nemotron-1.5B and QUESTA-Nemotron-1.5B (By OpenMathReasoning). The two models achieve comparable results, with the version trained on OpenR1 performing slightly better overall.
234
+
235
+ | Model | AIME24 | AIME25 | HMMT FEB 25 | Olympiad Bench | BRUMO25 Avg |
236
+ |--------------------------------------------------------------------------|--------|--------|-------------|----------------|---------------|
237
+ | Nemotron-1.5B QUESTA-50 (with OpenMathReasoning) QUESTA-50 (with OpenR1) | 61.77 | 49.50 | 31.56 | 64.62 | 58.23 53.14 |
238
+ | | 66.46 | 58.54 | 36.35 | 66.06 | 63.13 58.11 |
239
+ | | 67.18 | 59.38 | 39.17 | 69.41 | 66.15 60.26 |
240
+
241
+ Ablation with Different Dataset. We also evaluated QUESTA on OpenMathReasoning Moshkov et al. (2025), selecting the 60K questions with pass\_rate\_72b\_tir of 0 or 1/32. Due to time constraints, we trained only the first stage of QUESTA with 50% partial solutions. Table 4 shows that QUESTA-Nemotron-1.5B-50 achieves similar performance as using the OpenR1 dataset. This indicates that our approach generalizes across datasets.
242
+
243
+ **Other Ablations.** We also conduct an extensive set of comparative experiments and ablation studies, with detailed results provided in Appendix D. These include an ablation of QUESTA without hints (Appendix D.1), experiments with different model backbones (Appendix D.2), and the full set of pass rates and training curves for additional models (Appendix D.3).
244
+
245
+ #### 6 CONCLUSIONS
246
+
247
+ In this work we introduced QUESTA, a lightweight data-centric framework that augments hard prompts with partial-solution hints during RL training. Without altering model architecture or reward design, QUESTA sets new state-of-the-art results for 1.5 B-scale models on AIME24, AIME25 and HMMT25. Further, we theoretically demonstrate how question augmentation can improve sample
248
+
249
+ {9}------------------------------------------------
250
+
251
+ efficiency. Our analysis shows that the method can potentially be generalized to other domains such as competitive coding, software engineering or other agentic tasks. Designing proper question augmentation pipelines for theses new tasks can be an important and interesting future direction.
252
+
253
+ #### 7 ETHICS STATEMENT
254
+
255
+ We use only public, non-PII datasets—OpenR1-Math-220K (Apache 2.0) and OpenMathReasoning (CC BY 4.0)—in full compliance with their licenses (including attribution and modification notices); no new human-subjects data were collected, no re-identification was attempted, and no IRB review was required. Our augmentation pipeline generates math problems and solutions while avoiding harmful or copyrighted non-math content; outputs may inherit source biases, so we report settings transparently, discourage high-stakes deployment or misuse without safeguards and human oversight, and will release artifacts that respect the original licenses.
256
+
257
+ #### 8 Reproducibility Statement
258
+
259
+ To ensure reproducibility, we provide the code, dataset and model in the the supplementary materials and anonymous github https://anonymous.4open.science/r/questa932/README.md. In the README.md file included with the code, we present a step-by-step guide for reproducing our results.
260
+
261
+ #### 9 ACKNOWLEDGEMENTS AND DISCLOSURE OF FUNDING
262
+
263
+ J.Z. acknowledges support by the National Key R&D Program of China 2024YFA1015800 and Xiongan AI Institute.
264
+
265
+ #### REFERENCES
266
+
267
+ <span id="page-9-5"></span>Brown university math olympiad 2025. February 2025.
268
+
269
+ <span id="page-9-4"></span>Harvard-mit mathematics tournament 2025. February 2025.
270
+
271
+ <span id="page-9-0"></span>Chenxin An, Zhihui Xie, Xiaonan Li, Lei Li, Jun Zhang, Shansan Gong, Ming Zhong, Jingjing Xu, Xipeng Qiu, Mingxuan Wang, and Lingpeng Kong. Polaris: A post-training recipe for scaling reinforcement learning on advanced reasoning models, 2025.
272
+
273
+ <span id="page-9-6"></span>Mislav Balunović, Jasper Dekoninck, Ivo Petrov, Nikola Jovanović, and Martin Vechev. Matharena: Evaluating Ilms on uncontaminated math competitions, February 2025.
274
+
275
+ <span id="page-9-3"></span>Mark Chen, Jerry Tworek, Heewoo Jun, Qiming Yuan, Henrique Ponde de Oliveira Pinto, Jared Kaplan, Harri Edwards, Yuri Burda, Nicholas Joseph, Greg Brockman, Alex Ray, Raul Puri, Gretchen Krueger, Michael Petrov, Heidy Khlaaf, Girish Sastry, Pamela Mishkin, Brooke Chan, Scott Gray, Nick Ryder, Mikhail Pavlov, Alethea Power, Lukasz Kaiser, Mohammad Bavarian, Clemens Winter, Philippe Tillet, Felipe Petroski Such, Dave Cummings, Matthias Plappert, Fotios Chantzis, Elizabeth Barnes, Ariel Herbert-Voss, William Hebgen Guss, Alex Nichol, Alex Paino, Nikolas Tezak, Jie Tang, Igor Babuschkin, Suchir Balaji, Shantanu Jain, William Saunders, Christopher Hesse, Andrew N. Carr, Jan Leike, Josh Achiam, Vedant Misra, Evan Morikawa, Alec Radford, Matthew Knight, Miles Brundage, Mira Murati, Katie Mayer, Peter Welinder, Bob McGrew, Dario Amodei, Sam McCandlish, Ilya Sutskever, and Wojciech Zaremba. Evaluating large language models trained on code, 2021.
276
+
277
+ <span id="page-9-1"></span>Ganqu Cui, Yuchen Zhang, Jiacheng Chen, Lifan Yuan, Zhi Wang, Yuxin Zuo, Haozhan Li, Yuchen Fan, Huayu Chen, Weize Chen, et al. The entropy mechanism of reinforcement learning for reasoning language models. *arXiv preprint arXiv:2505.22617*, 2025.
278
+
279
+ <span id="page-9-2"></span>Wei Fu, Jiaxuan Gao, Xujie Shen, Chen Zhu, Zhiyu Mei, Chuyi He, Shusheng Xu, Guo Wei, Jun Mei, Jiashu Wang, et al. Areal: A large-scale asynchronous reinforcement learning system for language reasoning. *arXiv preprint arXiv:2505.24298*, 2025.
280
+
281
+ <span id="page-9-7"></span>Zitian Gao, Lynx Chen, Haoming Luo, Joey Zhou, and Bryan Dai. One-shot entropy minimization, 2025.
282
+
283
+ {10}------------------------------------------------
284
+
285
+ - <span id="page-10-3"></span>Gemini Team, Google DeepMind. Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities, 2025. Accessed: July 2025.
286
+ - <span id="page-10-2"></span>Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. *arXiv preprint arXiv:2501.12948*, 2025.
287
+ - <span id="page-10-13"></span>Chaoqun He, Renjie Luo, Yuzhuo Bai, Shengding Hu, Zhen Leng Thai, Junhao Shen, Jinyi Hu, Xu Han, Yujie Huang, Yuxiang Zhang, Jie Liu, Lei Qi, Zhiyuan Liu, and Maosong Sun. Olympiadbench: A challenging benchmark for promoting agi with olympiad-level bilingual multimodal scientific problems, 2024.
288
+ - <span id="page-10-9"></span>Zhenyu Hou, Ziniu Hu, Yujiang Li, Rui Lu, Jie Tang, and Yuxiao Dong. Treerl: Llm reinforcement learning with on-policy tree search, 2025.
289
+ - <span id="page-10-1"></span>Aaron Jaech, Adam Kalai, Adam Lerer, Adam Richardson, Ahmed El-Kishky, Aiden Low, Alec Helyar, Aleksander Madry, Alex Beutel, Alex Carney, et al. Openai o1 system card. *arXiv preprint arXiv:2412.16720*, 2024.
290
+ - <span id="page-10-15"></span>Naman Jain, King Han, Alex Gu, Wen-Ding Li, Fanjia Yan, Tianjun Zhang, Sida Wang, Armando Solar-Lezama, Koushik Sen, and Ion Stoica. Livecodebench: Holistic and contamination free evaluation of large language models for code, 2024.
291
+ - <span id="page-10-10"></span>Amirhossein Kazemnejad, Milad Aghajohari, Eva Portelance, Alessandro Sordoni, Siva Reddy, Aaron Courville, and Nicolas Le Roux. Vineppo: Refining credit assignment in rl training of llms, 2025.
292
+ - <span id="page-10-5"></span>Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization, 2017.
293
+ - <span id="page-10-14"></span>Yujia Li, David Choi, Junyoung Chung, Nate Kushman, Julian Schrittwieser, Rémi Leblond, Tom Eccles, James Keeling, Felix Gimeno, Agustin Dal Lago, Thomas Hubert, Peter Choy, Cyprien de Masson d'Autume, Igor Babuschkin, Xinyun Chen, Po-Sen Huang, Johannes Welbl, Sven Gowal, Alexey Cherepanov, James Molloy, Daniel J. Mankowitz, Esme Sutherland Robson, Pushmeet Kohli, Nando de Freitas, Koray Kavukcuoglu, and Oriol Vinyals. Competition-level code generation with alphacode. *Science*, 378(6624):1092–1097, December 2022. ISSN 1095-9203. doi: 10.1126/science.abq1158.
294
+ - <span id="page-10-16"></span>Bill Yuchen Lin, Ronan Le Bras, Kyle Richardson, Ashish Sabharwal, Radha Poovendran, Peter Clark, and Yejin Choi. Zebralogic: On the scaling limits of llms for logical reasoning, 2025.
295
+ - <span id="page-10-0"></span>Mingjie Liu, Shizhe Diao, Ximing Lu, Jian Hu, Xin Dong, Yejin Choi, Jan Kautz, and Yi Dong. Prorl: Prolonged reinforcement learning expands reasoning boundaries in large language models. *arXiv preprint arXiv:2505.24864*, 2025.
296
+ - <span id="page-10-6"></span>Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization, 2019.
297
+ - <span id="page-10-4"></span>Haipeng Luo, Qingfeng Sun, Can Xu, Pu Zhao, Jianguang Lou, Chongyang Tao, Xiubo Geng, Qingwei Lin, Shifeng Chen, Yansong Tang, and Dongmei Zhang. Wizardmath: Empowering mathematical reasoning for large language models via reinforced evol-instruct, 2025a. URL <https://arxiv.org/abs/2308.09583>.
298
+ - <span id="page-10-7"></span>Michael Luo, Sijun Tan, Justin Wong, Xiaoxiang Shi, William Y. Tang, Manan Roongta, Colin Cai, Jeffrey Luo, Li Erran Li, Raluca Ada Popa, and Ion Stoica. Deepscaler: Surpassing o1-preview with a 1.5b model by scaling rl, 2025b. Notion Blog.
299
+ - <span id="page-10-11"></span>MAA. American invitational mathematics examination 2024. February 2024.
300
+ - <span id="page-10-12"></span>MAA. American invitational mathematics examination 2025. February 2025.
301
+ - <span id="page-10-8"></span>Saumya Malik, Valentina Pyatkin, Sander Land, Jacob Morrison, Noah A. Smith, Hannaneh Hajishirzi, and Nathan Lambert. Rewardbench 2: Advancing reward model evaluation, 2025.
302
+ - <span id="page-10-17"></span>Jincheng Mei, Chenjun Xiao, Csaba Szepesvari, and Dale Schuurmans. On the global convergence rates of softmax policy gradient methods, 2022.
303
+
304
+ {11}------------------------------------------------
305
+
306
+ - <span id="page-11-5"></span>Ivan Moshkov, Darragh Hanley, Ivan Sorokin, Shubham Toshniwal, Christof Henkel, Benedikt Schifferer, Wei Du, and Igor Gitman. Aimo-2 winning solution: Building state-of-the-art mathematical reasoning models with openmathreasoning dataset. *arXiv preprint arXiv:2504.16891*, 2025.
307
+ - <span id="page-11-1"></span>Open-R1 Team. Openr1-math-220k: A large-scale dataset for mathematical reasoning, 2025.
308
+ - <span id="page-11-13"></span>Shubham Parashar, Shurui Gui, Xiner Li, Hongyi Ling, Sushil Vemuri, Blake Olson, Eric Li, Yu Zhang, James Caverlee, Dileep Kalathil, and Shuiwang Ji. Curriculum reinforcement learning from easy to hard tasks improves llm reasoning. 2025.
309
+ - <span id="page-11-11"></span>Yuxiao Qu, Matthew Y. R. Yang, Amrith Setlur, Lewis Tunstall, Edward Emanuel Beeching, Ruslan Salakhutdinov, and Aviral Kumar. Optimizing test-time compute via meta reinforcement finetuning, 2025.
310
+ - <span id="page-11-15"></span>David Rein, Betty Li Hou, Asa Cooper Stickland, Jackson Petty, Richard Yuanzhe Pang, Julien Dirani, Julian Michael, and Samuel R. Bowman. Gpqa: A graduate-level google-proof q&a benchmark, 2023.
311
+ - <span id="page-11-7"></span>John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms, 2017.
312
+ - <span id="page-11-8"></span>Rulin Shao, Shuyue Stella Li, Rui Xin, Scott Geng, Yiping Wang, Sewoong Oh, Simon Shaolei Du, Nathan Lambert, Sewon Min, Ranjay Krishna, et al. Spurious rewards: Rethinking training signals in rlvr. *arXiv preprint arXiv:2506.10947*, 2025.
313
+ - <span id="page-11-6"></span>Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Y Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. *arXiv preprint arXiv:2402.03300*, 2024.
314
+ - <span id="page-11-9"></span>Peiyi Wang, Lei Li, Zhihong Shao, R. X. Xu, Damai Dai, Yifei Li, Deli Chen, Y. Wu, and Zhifang Sui. Math-shepherd: Verify and reinforce llms step-by-step without human annotations, 2024.
315
+ - <span id="page-11-4"></span>Shenzhi Wang, Le Yu, Chang Gao, Chujie Zheng, Shixuan Liu, Rui Lu, Kai Dang, Xionghui Chen, Jianxin Yang, Zhenru Zhang, et al. Beyond the 80/20 rule: High-entropy minority tokens drive effective reinforcement learning for llm reasoning. *arXiv preprint arXiv:2506.01939*, 2025a.
316
+ - <span id="page-11-16"></span>Yiping Wang, Qing Yang, Zhiyuan Zeng, Liliang Ren, Liyuan Liu, Baolin Peng, Hao Cheng, Xuehai He, Kuan Wang, Jianfeng Gao, Weizhu Chen, Shuohang Wang, Simon Shaolei Du, and Yelong Shen. Reinforcement learning for reasoning in large language models with one training example, 2025b.
317
+ - <span id="page-11-10"></span>Xumeng Wen, Zihan Liu, Shun Zheng, Zhijian Xu, Shengyu Ye, Zhirong Wu, Xiao Liang, Yang Wang, Junjie Li, Ziming Miao, et al. Reinforcement learning with verifiable rewards implicitly incentivizes correct reasoning in base llms. *arXiv preprint arXiv:2506.14245*, 2025.
318
+ - <span id="page-11-12"></span>Zhiheng Xi, Wenxiang Chen, Boyang Hong, Senjie Jin, Rui Zheng, Wei He, Yiwen Ding, Shichun Liu, Xin Guo, Junzhe Wang, Honglin Guo, Wei Shen, Xiaoran Fan, Yuhao Zhou, Shihan Dou, Xiao Wang, Xinbo Zhang, Peng Sun, Tao Gui, Qi Zhang, and Xuanjing Huang. Training large language models for reasoning through reverse curriculum reinforcement learning, 2024. URL <https://arxiv.org/abs/2402.05808>.
319
+ - <span id="page-11-14"></span>Yuchen Yan, Yongliang Shen, Yang Liu, Jin Jiang, Mengdi Zhang, Jian Shao, and Yueting Zhuang. Inftythink: Breaking the length limits of long-context reasoning in large language models. *arXiv preprint arXiv:2503.06692*, 2025.
320
+ - <span id="page-11-2"></span>An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, et al. Qwen3 technical report. *arXiv preprint arXiv:2505.09388*, 2025.
321
+ - <span id="page-11-3"></span>Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Weinan Dai, Tiantian Fan, Gaohong Liu, Lingjun Liu, et al. Dapo: An open-source llm reinforcement learning system at scale. *arXiv preprint arXiv:2503.14476*, 2025.
322
+ - <span id="page-11-0"></span>Yang Yue, Zhiqi Chen, Rui Lu, Andrew Zhao, Zhaokai Wang, Shiji Song, and Gao Huang. Does reinforcement learning really incentivize reasoning capacity in llms beyond the base model? *arXiv preprint arXiv:2504.13837*, 2025.
323
+
324
+ {12}------------------------------------------------
325
+
326
+ - <span id="page-12-2"></span>Kaiyi Zhang, Ang Lv, Jinpeng Li, Yongbo Wang, Feng Wang, Haoyuan Hu, and Rui Yan. Stephint: Multi-level stepwise hints enhance reinforcement learning to reason. *arXiv preprint arXiv:2507.02841*, 2025. doi: 10.48550/arXiv.2507.02841. Submitted Jul 3, 2025.
327
+ - <span id="page-12-0"></span>Rosie Zhao, Alexandru Meterez, Sham Kakade, Cengiz Pehlevan, Samy Jelassi, and Eran Malach. Echo chamber: Rl post-training amplifies behaviors learned in pretraining, 2025.
328
+ - <span id="page-12-1"></span>Xinyu Zhu, Mengzhou Xia, Zhepei Wei, Wei-Lin Chen, Danqi Chen, and Yu Meng. The surprising effectiveness of negative reinforcement in llm reasoning. *arXiv preprint arXiv:2506.01347*, 2025.
329
+
330
+ {13}------------------------------------------------
331
+
332
+ ## A THE USE OF LARGE LANGUAGE MODELS (LLMS)
333
+
334
+ The Large Language Models (LLMs) were exclusively utilized to polish the writing and detect potential typos, with no involvement in other aspects.
335
+
336
+ #### **B** IMPLEMENTATION DETAILS
337
+
338
+ #### <span id="page-13-0"></span>**B.1 RLVR ALGORITHMS**
339
+
340
+ We have employed the GRPO algorithm enhanced with a subset of DAPO techniques. Primarily, we have integrated DAPO's Dynamic Sampling Trick and eliminated the KL divergence term, resulting in an optimization objective that is:
341
+
342
+ $$\begin{split} \mathcal{J}(\theta) &= & \mathbb{E}_{q \sim \mathcal{D}, \{o_i\}_{i=1}^G \sim \pi_{\theta_{\text{old}}}(\cdot|q)} \\ & \left[ \frac{1}{G} \sum_{i=1}^G \frac{1}{|o_i|} \sum_{t=1}^{|o_i|} \min\left(r_{i,t}(\theta) \hat{A}_{i,t}, \, \text{clip}\Big(r_{i,t}(\theta), 1-\varepsilon, 1+\varepsilon\Big) \hat{A}_{i,t}\Big) \right] \\ & \text{s.t.} \quad 0 < \#\Big\{o_i \mid [o_i \text{ is correct}]\}\Big\} < G, \end{split} \tag{1}$$
343
+
344
+ where
345
+
346
+ $$r_{i,t}(\theta) = \frac{\pi_{\theta}(o_{i,t} \mid q, o_{i, < t})}{\pi_{\theta_{\text{old}}}(o_{i,t} \mid q, o_{i, < t})}, \quad \hat{A}_{i,t} = \frac{R_i - \text{mean}(\{R_i\}_{i=1}^G)}{\text{std}(\{R_i\}_{i=1}^G)}.$$
347
+ (2)
348
+
349
+ Our reward function R mirrors that of DeepScaleR (Luo et al., 2025b), employing an Outcome Reward Model. It returns 1 if and only if both the answer and format are correct; otherwise, it returns 0. In summary, our reward function yields:
350
+
351
+ $$R = \begin{cases} 1, & \text{if the answer (e.g. passes basic LaTeX/Sympy checks)} \\ & \text{and format (e.g. exists and ) are both correct,} \\ 0, & \text{otherwise.} \end{cases}$$
352
+ (3)
353
+
354
+ #### <span id="page-13-1"></span>B.2 LOW-VARIANCE PASS@K ESTIMATION
355
+
356
+ Pass@k is a measure of a model's problem - solving ability, indicating the probability that the model can generate at least one correct solution in k attempts. Specifically, for each problem $x_i$ in the evaluation dataset $\mathcal{D}$ , we generate n samples (where $n \geq k$ ) and count the correct ones as $c_i$ . The direct calculation formula is:
357
+
358
+ $$\operatorname{pass}@k := \mathbb{E}_{x_i \sim \mathcal{D}} \left[ 1 - \left( 1 - \frac{c_i}{n} \right)^k \right] \tag{4}$$
359
+
360
+ However, this formula has excessive variance and insufficient accuracy. To solve this problem, we adopt the unbiased estimation method proposed by Chen et al. (Chen et al., 2021), using the unbiased estimator of pass@k over the dataset:
361
+
362
+ $$\operatorname{pass}@k := \mathbb{E}_{x_i \sim \mathcal{D}} \left[ 1 - \frac{\binom{n - c_i}{k}}{\binom{n}{k}} \right] \tag{5}$$
363
+
364
+ In our experiments, to ensure sufficient accuracy, we set n such that $2k \le n$ , which helps further reduce the variance of the estimate.
365
+
366
+ ## B.3 MORE RELATED WORKS
367
+
368
+ Recent studies show that RL algorithms, such as PPO (Schulman et al., 2017) and GRPO (Guo et al., 2025), can greatly enhance model reasoning capabilities. Building on this, several works have refined this paradigm from different perspectives. One method can be adjusting the reward function. Some studies (Zhu et al., 2025; Shao et al., 2025) directly modify the reward function to improve training efficiency. Other methods introduced intermediate process rewards (Wang et al., 2024; Malik et al., 2025), while Wen et al. (Wen et al., 2025) set up a separate correctness judgment for CoT to obtain rewards.
369
+
370
+ {14}------------------------------------------------
371
+
372
+ Another novel perspective aims to improve sample efficiency by measuring certainty. For example, TreeRL (Hou et al., 2025) and VinePPO (Kazemnejad et al., 2025) enhanced sample effects by introducing entropy or confidence. MRT (Qu et al., 2025), on the other hand, reused partial trajectories during testing to boost sample efficiency. R3 (Xi et al., 2024) improves RL sample efficiency by decomposing human solution steps and providing preceding steps to guide the model in completing subsequent ones. Further, some research adopted a multi-stage training or reasoning mode, exploring from different angles such as training length (Luo et al., 2025b), question difficulty (Parashar et al., 2025), and fixed-length summaries during reasoning (Yan et al., 2025).
373
+
374
+ In addition to designing better algorithms, another line of research (Shao et al., 2024; Yue et al., 2025; Zhao et al., 2025) has investigated how reinforcement learning affects the frontier of model capabilities, observing a decay in pass@k when k becomes large. In response to this phenomenon, some works (Yu et al., 2025; Liu et al., 2025; An et al., 2025) maintained entropy stability by adjusting training entropy through methods such as increasing the clipping upper bound, enlarging the temperature coefficient, extending the training length, and periodically updating the KL reference model. StepHint (Zhang et al., 2025) also preserved entropy stability by leveraging intermediate thinking content of iterative length as a prompting signal.
375
+
376
+ In contrast to the aforementioned research, our work adopts an orthogonal approach by using part of the ground-truth solution as a hint, without requiring any modifications to the existing reinforcement learning infrastructure. We provide both theoretical justification and empirical evidence that this strategy maintains pass@k without compromising the exploratory capacity of the underlying reinforcement learning algorithm.
377
+
378
+ #### B.4 BENCHMARKS
379
+
380
+ We evaluate the models' breadth across various tasks in multiple domains, including mathematics, coding, reasoning, and logical inference. For mathematics, we follow DeepScaleR (Luo et al., 2025b) and Nemotron (Moshkov et al., 2025), and conduct assessments on more challenging mathematical datasets such as AIME2024 (MAA, 2024), AIME2025 (MAA, 2025), Olympiad Bench (He et al., 2024), HMMT FEB 25 (hmm, 2025), and BRUMO25 (bru, 2025). Specifically, HMMT25 Feb and BRUMO25 are both sourced from MathArena (Balunović et al., 2025). In the realm of coding, we utilize commonly employed datasets, including Code Contests (Li et al., 2022), Codeforces<sup>1</sup>, and LCB V5 202410-202502 (Jain et al., 2024). For logical reasoning tasks, we assess our models' capabilities using GPQA Diamond (Rein et al., 2023) <sup>2</sup> and Zebraliogic (Lin et al., 2025). The benchmarks related to coding and logical reasoning are all referenced from AReaL (Fu et al., 2025).
381
+
382
+ ## <span id="page-14-0"></span>B.5 TRAINING DATASET
383
+
384
+ The dataset employed in our study is OpenR1-Math-220K (Open-R1 Team, 2025). Prior to commencing the training of the Partial Solution, we conducted a preliminary screening of the dataset. Specifically, we utilized the DeepSeek-R1-Distill-1.5B (Guo et al., 2025) model to perform eight inference operations on each of the 220k data entries in the OpenR1 dataset. Subsequently, we compared the annotated answers in the OpenR1 dataset with the results generated from each inference to tally the number of correct instances for each data entry. Ultimately, we selected the data entries with 0 or 1 correct instance as the training samples for our study. The final dataset size is 26K.
385
+
386
+ For controlled comparisons, we further split this 26K subset by re-sampling **Nemotron-1.5B** eight times per item and counting correct completions. We define *Easy Data* as questions with correct counts in [7,8] and train a model on this split, denoted <code>Easy-Nemotron-1.5B</code>. Similarly, we define *Hard Data* as questions with correct counts in [0,1] and train <code>Hard-Nemotron-1.5B</code> on this split.
387
+
388
+ Additionally, for the augmented data, we perform eight inference passes using the model currently under training. We then select samples for which the number of correct predictions falls within the range of [0,4]. This criterion is motivated by the finding that samples exhibiting higher variance are more beneficial for training (Gao et al., 2025; Wang et al., 2025b). The range [0,4] is chosen because it includes the point of maximum sample variance, which is achieved with four correct predictions out of eight trials. For convenience, we refer to augmented data with partial ratio p as Partial-p data.
389
+
390
+ <span id="page-14-2"></span><span id="page-14-1"></span><sup>1</sup>https://codeforces.com/
391
+
392
+ <sup>&</sup>lt;sup>2</sup>In the GPQA Diamond dataset, multiple-choice questions are presented in the form of options rather than directly providing the answer, requiring the model to output only A, B, C, or D.
393
+
394
+ {15}------------------------------------------------
395
+
396
+ ## <span id="page-15-0"></span>B.6 THE RATIONALE FOR THE CHOICE OF p
397
+
398
+ <span id="page-15-2"></span>Table 5: Number of problems vs pass rate under different hint levels on OpenMath-Nemotron-1.5B before training. We evaluated OpenMath-Nemotron-1.5B on the OpenR1 dataset after the first round of filtering, with each problem assessed 8 times. The table illustrates the distribution of correct answers (n) where n ∈ {0, 1, . . . , 8}.
399
+
400
+ | Hint Levels | 0 / 8 | 1 / 8 | 2 / 8 | 3 / 8 | 4 / 8 | 5 / 8 | 6 / 8 | 7 / 8 | 8 / 8 |
401
+ |-------------|-------|-------|-------|-------|-------|-------|-------|-------|-------|
402
+ | Partial-50 | 143 | 224 | 304 | 472 | 710 | 1013 | 1779 | 3655 | 17741 |
403
+ | Partial-25 | 3155 | 1997 | 1814 | 1785 | 1902 | 2175 | 2614 | 3440 | 7159 |
404
+ | Partial-10 | 3589 | 2090 | 1865 | 1842 | 1905 | 2176 | 2653 | 3415 | 6506 |
405
+ | Partial-0 | 3812 | 2218 | 1854 | 1842 | 2007 | 2136 | 2517 | 3264 | 6391 |
406
+
407
+ In this study, we evaluated the performance of OpenMath-Nemotron-1.5B on the OpenR1 dataset under various hint levels. The evaluation was performed after the first round of filtering, and each problem was assessed 8 times to capture the predictive distribution. The resulting table (Table [5\)](#page-15-2) shows the distribution of correct answers across different hint levels, where the values represent the number of times the model answered correctly (n ∈ {0, 1, . . . , 8}).
408
+
409
+ The selection of the hint parameter p was primarily based on these evaluation results. As shown in the table, the performance with a Partial-50 hint significantly reduces task difficulty, as evidenced by the high pass rates across most levels. In contrast, Partial-25 (25% hint) exhibits a performance pattern similar to that of the no-hint scenario (Partial-0), with only marginal differences in task difficulty.
410
+
411
+ This minimal difference in difficulty between Partial-0 and Partial-25 suggests that training with Partial-25 does not provide substantial gains compared to Partial-0. Consequently, we adopted a stepwise design in which the hint level is first set to p = 50%, followed by p = 25%, to evaluate the model's performance under varying conditions.
412
+
413
+ ## B.7 EVALUATION SETUP
414
+
415
+ We configured the models to have a maximum generation length of 32,768 tokens. In line with DeepSeek-R1 [\(Guo et al., 2025\)](#page-10-2), we utilized pass@k evaluation [\(Chen et al., 2021\)](#page-9-3), with the formula detailed in [B.2.](#page-13-1) We reported pass@1 using a non-zero temperature. Specifically, we used a sampling temperature of 0.7 and a top-p value of 0.95 to generate k responses per question, typically set at 32, with deviations explicitly noted. *Particular attention should be paid to the fact that, although we incorporated partial Solution during training, it was not included in the evaluation phase.*
416
+
417
+ ## <span id="page-15-1"></span>B.8 DETAIL ON PROMPT TEMPLATE
418
+
419
+ ## DeepScaleR Coding's Inference: <|User|>{input}<|Assistant|><think>
420
+
421
+ ## DeepScaleR Others' Inference:
422
+
423
+ <|User|>{input}
424
+
425
+ Please reason step by step, and put your final answer within \boxed{}.<|Assistant|><think>
426
+
427
+ #### Nemotrion Coding's Inference:
428
+
429
+ <|im\_start|>user
430
+
431
+ {input}
432
+
433
+ <|im\_end|> <|im\_start|>assistant
434
+
435
+ <think>
436
+
437
+ ## Nemotrion Others' Inference:
438
+
439
+ <|im\_start|>system
440
+
441
+ Please reason step by step, and put your final answer within \boxed{}.<|im\_end|> <|im\_start|>user
442
+
443
+ {16}------------------------------------------------
444
+
445
+ {input}<lim\_endl> <lim\_startl>assistant
446
+
447
+ ## Training prompt with partial solutions (math RL):
448
+
449
+ {Problem}
450
+
451
+ ## Hint: {Partial Solution}
452
+
453
+ Please reason step by step, and put your final answer within \boxed{}.
454
+
455
+ #### C THEORY
456
+
457
+ #### C.1 Proofs
458
+
459
+ **Theorem 4.4** (Lower Bound on RL Learnability under Solution Inaccessibility). Given a probability threshold $\delta_p > 0$ , if for every question $q \in \mathcal{Q}$ , the model capacity set $C(q, \delta_p)$ does not intersect with the solution set $\mathcal{S}(q)$ , i.e.,
460
+
461
+ $$C(q, \delta_n) \cap \mathcal{S}(q) = \emptyset, \quad \forall q \in \mathcal{Q},$$
462
+
463
+ then under Assumption 4.3, when training RL for T steps with B samples per step such that $TB = \Theta(1/\delta_p)$ , there is a constant probability that the RL algorithm will not update the model.
464
+
465
+ *Proof.* Let $p_{\text{sol}} = \sum_{\tau^* \in \mathcal{S}(q)} P_{\mu}(\tau^*|q)$ denote the cumulative generation probability of any solution trajectory. By $C(q, \delta_p) \cap \mathcal{S}(q) = \emptyset$ and Def 4.2:
466
+
467
+ $$p_{\text{sol}} = \sum_{\tau^* \in \mathcal{S}(q)} P_{\mu}(\tau^*|q) < \delta_p$$
468
+
469
+ For N=TB independent samples across T steps with batch size B, the probability of complete failure (no solution sampled) is:
470
+
471
+ $$\mathbb{P}(\text{failure}) = (1 - p_{\text{sol}})^N > (1 - \delta_p)^N$$
472
+
473
+ Given $TB = \Theta(1/\delta_p)$ , we have:
474
+
475
+ $$(1 - \delta_p)^N > (1 - \delta_p)^{\Theta(1/\delta_p)} = \Theta(1).$$
476
+
477
+ The last inequality follows from the fact that $(1-x)^{1/x} > \exp(-1/(1-x))$ for $x \in (0,1)$ . By Assumption 4.3, if no solution is found, the model weights remain unchanged.
478
+
479
+ <span id="page-16-0"></span>**Lemma C.1** (Upper Bound on Sampling Budget for Solution Given Hint). Given a question $q \in \mathcal{Q}$ , if there exists a hint $h_q$ for the question q (Def. 4.5), then if we perform $TB = \Theta(1/\delta_p') = \Theta(\delta_p^\epsilon/\sqrt{\delta_p})$ i.i.d sampling over the initial model conditioned on $(q, h_q)$ , we can find a valid solution with a constant probability.
480
+
481
+ *Proof.* By Definition 4.5, we know:
482
+
483
+ 1.
484
+ $$P_{\mu}(h_a|q) \geq \delta'_n$$
485
+
486
+ 2.
487
+ $$\exists s_q \in \mathcal{S}(q) : P_{\mu}(s_q|(q,h_q)) \geq \delta_p'$$
488
+
489
+ With $N = TB \ge 10/\delta'_p$ independent samples conditioned on $(q, h_q)$ , the probability of not finding the solution $s_q$ is:
490
+
491
+ $$\mathbb{P}(\text{no solution}) = (1 - P_{\mu}(s_q|(q, h_q)))^N \le (1 - \delta_p')^{10/\delta_p'} \le \exp(-10) < 0.01.$$
492
+
493
+ Therefore, $\mathbb{P}(\text{finding solution}) > 0.99$ .
494
+
495
+ **Theorem 4.6** (Informal Upper Bound on RL Learnability with Hint). If we have a hint $h_q$ for every question $q \in \mathcal{Q}$ (Def. 4.5), then there exists an RL algorithm that can output a policy $\pi_\theta$ such that $\mathbb{E}_{q \sim \mathrm{Uniform}(\mathcal{Q})}[\mathbb{P}_{\tau \sim \pi_\theta(\cdot|q)}(\tau \in \mathcal{S}(q))] \geq 0.99$ with $O(1/\delta_p')$ sampling budget with high probability.
496
+
497
+ {17}------------------------------------------------
498
+
499
+ This theorem is a direct corollary of the Theorem 5 regarding the bandit setup in (Mei et al., 2022). Because the setup here is relatively simple, we also present a detailed proof for this special case here. We first formalize our setup as follows:
500
+
501
+ <span id="page-17-0"></span>**Assumption C.2** (Tabular RL with Hint). We consider the tabular RL setting with softmax policy parameterization. There exists a finite set of possible questions $\mathcal{Q}$ and a finite set of possible solutions $\mathcal{S}$ . For each question $q \in \mathcal{Q}$ , there exists a hint $h_q$ , which is a subset of solutions $h_q \subseteq \mathcal{S}$ .
502
+
503
+ The policy is parameterized by a $|S| \times |Q|$ matrix $\theta$ in the following way:
504
+
505
+ $$\mu_{\theta}(s|q) = \frac{\exp(\theta_{s,q})}{\sum_{s' \in S} \exp(\theta_{s',q})}$$
506
+
507
+ Here the setup is different than the autoregressive setting in our experiments and simplify the model to a tabular setup for the simplicity of analysis. We now restate the assumption on the existence of hint in this setup.
508
+
509
+ <span id="page-17-1"></span>**Assumption C.3** (Hint Existence, Formal Version of Definition 4.5). For each question $q \in \mathcal{Q}$ , there exists a hint $h_q \subseteq \mathcal{S}$ such that $\sum_{s \in h_q} P_{\mu}(s|q) \ge \delta'_p$ . Further, there exists a solution $s_q \in \mathcal{S}$ such that $P_{\mu}(s_q|q) \ge \delta'_p \sum_{s \in h_q} P_{\mu}(s|q)$ .
510
+
511
+ **RL Algorithm:** We will first sample $\Theta(1/\delta'_p)$ action based on the policy $\mu_\theta$ conditioned on the question q and the hint $h_q$ . Then we will do a one-step policy gradient update on our policy. Noted that here we can reach high reward within one step because the reward function is deterministic.
512
+
513
+ **Theorem C.4** (Formal Version of Theorem 4.6). *Under Assumption C.2 and Assumption C.3, running* 1 *steps of policy gradient update with sampling budget* $\Theta(1/\delta'_{v})$ , *the learned policy achieves:*
514
+
515
+ $$\mathbb{E}_{q \sim \text{Uniform}(\mathcal{Q})}[\mathbb{P}_{\tau \sim \mu_{\theta}(\cdot|q)}(\tau \in \mathcal{S}(q))] \geq 0.99$$
516
+
517
+ with probability 0.99.
518
+
519
+ *Proof.* First, by Assumption C.3, for any question q, we have:
520
+
521
+ $$\sum_{s \in h_q} P_{\mu}(s|q) \geq \delta_p \quad \text{and} \quad \exists s_q : P_{\mu}(s_q|q) \geq \delta_p' \sum_{s \in h_q} P_{\mu}(s|q)$$
522
+
523
+ With sampling budget $N = \Theta(|\mathcal{Q}|/\delta_p')$ , by Lemma C.1 and the union bound, we will find a solution $s_q$ for every question q with probability at least 0.99. Suppose the found set of solutions for question q is $S_q$ and all sampled solutions are $s^{(1)}, \ldots, s^{(N)}$ . Then because
524
+
525
+ $$\nabla_{\theta} \log \mu_{\theta}(s|q) = e_s - \sum_{s' \in \mathcal{S}} \mu_{\theta}(s'|q)e_{s'}$$
526
+
527
+ We have the policy gradient being
528
+
529
+ $$\begin{aligned} \text{PG}_{:,q} &= \frac{1}{N} \sum_{i=1}^{N} \mathbf{1}[s^{(i)} \in S_q] \nabla_{\theta} \log \mu_{\theta}(s^{(i)}|q) \\ &= \frac{1}{N} \sum_{i=1}^{N} \mathbf{1}[s^{(i)} \in S_q] (e_{s^{(i)}} - \sum_{s' \in \mathcal{S}} \mu_{\theta}(s'|q) e_{s'}) \\ &= \frac{1}{N} \sum_{i=1}^{N} \mathbf{1}[s^{(i)} \in S_q] e_{s^{(i)}} - \left(\frac{1}{N} \sum_{i=1}^{N} \mathbf{1}[s^{(i)} \in S_q]\right) \left(\sum_{s' \in \mathcal{S}} \mu_{\theta}(s'|q) e_{s'}\right). \end{aligned}$$
530
+
531
+ We can make two simple observations:
532
+
533
+ - 1. For every $s \notin S_a$ , $PG_{s,a} < 0$ .
534
+ - 2. There exists a $s^* \in S_q$ such that $PG_{s^*,q} > 0$ .
535
+
536
+ Therefore, consider the updated parameters
537
+
538
+ $$\theta'_{s,q} = \theta_{s,q} + \eta PG_{s,q}$$
539
+
540
+ If $\eta$ is large enough, we know that $\sum_{s \in S_-} P_{\mu_{\theta'}}(s|q) \ge 0.99$ . This completes the proof.
541
+
542
+ {18}------------------------------------------------
543
+
544
+ ## <span id="page-18-0"></span>D ADDITIONAL EXPERIMENTAL RESULTS
545
+
546
+ #### <span id="page-18-1"></span>D.1 ABLATION STUDY WITHOUT HINT
547
+
548
+ <span id="page-18-2"></span>Table 6: Ablation without hint on Nemotron-1.5B: Pass@1 (avg@32) on challenging maths benchmarks. "QUESTA-Nemotron-1.5B w/o hint" trains RL on the same data but removes hints from the prompt, while "w/ hint" uses partial-solution hints during training. With hints, the model improves all benchmarks and achieves a +2.82 average gain over w/o hint (63.26 vs. 60.44), on top of the improvements over the base model. The one using hint requires nearly half the number of steps compared to the one not using hint to achieve the same performance.
549
+
550
+ | Model | AIME24 | AIME25 | HMMT FEB 25 | Olympiad Bench | BRUMO25 | Avg |
551
+ |------------------------------------------|--------|--------|-------------|----------------|---------|-------|
552
+ | Nemotron-1.5B | 61.77 | 49.50 | 31.56 | 64.62 | 58.23 | 53.14 |
553
+ | QUESTA-Nemotron-1.5B w/o hint (2K step) | 69.48 | 59.79 | 38.85 | 68.05 | 66.04 | 60.44 |
554
+ | QUESTA-Nemotron-1.5B w/ hint (1.1K step) | 69.27 | 60.00 | 37.92 | 69.72 | 68.33 | 61.05 |
555
+ | QUESTA-Nemotron-1.5B w/ hint (2K step) | 72.50 | 62.29 | 41.67 | 70.36 | 69.48 | 63.26 |
556
+
557
+ <span id="page-18-3"></span>![](_page_18_Figure_5.jpeg)
558
+
559
+ Figure 7: Pass@k comparison on Nemotron-1.5B for RL with vs. without hints. Training with hints consistently dominates across k and avoids the performance drop at larger k seen in standard RL. Hints are used only during training; evaluation uses no hints.
560
+
561
+ We ablate the role of hints by training RL on Nemotron-1.5B with and without partial-solution hints. Here, QUESTA-Nemotron-1.5B w/o hint denotes RL on the same data and schedule but with the hint removed from the prompt; QUESTA-Nemotron-1.5B w/h hint uses identical settings except that the partial solution is provided as a hint during training. As summarized in Table 6, removing the hint still improves over the base model (average Pass@1: $53.14 \rightarrow 60.44$ ), but adding the hint yields a
562
+
563
+ {19}------------------------------------------------
564
+
565
+ further +2.82 average gain ( $60.44 \rightarrow 63.26$ ), with consistent improvements across all five benchmarks. The one using hint requires nearly half the number of steps compared to the one not using hint to achieve the same performance. Note that hints are used only during training; all evaluations are conducted *without* hints.
566
+
567
+ Figure 7 compares Pass@k curves. The w/hint model lifts the entire curve across k and avoids the degradation at larger k commonly observed in standard RL, while the w/o hint variant brings smaller gains that taper off as k increases. A possible reason for this phenomenon is that, without hints, extremely difficult problems remain unlearned. Consequently, during reinforcement learning training, the model prioritizes improving performance on problems that have become relatively easier as training progresses. This leads the model to become overly confident, thereby reducing its Pass@k metric. In contrast, when hints are provided, the model still prioritizes learning more difficult problems—this is because such problems can provide effective learning signals.
568
+
569
+ #### <span id="page-19-0"></span>D.2 ABLATION STUDY WITH DIFFERENT MODELS
570
+
571
+ <span id="page-19-1"></span>Table 7: Performance comparison on DeepScaleR-1.5B: Pass@1 (avg@32) across maths benchmarks. QUESTA consistently improves all tasks and raises the average by +6.50 points.
572
+
573
+ | Model | AIME24 | AIME25 | HMMT FEB 25 | Olympiad Bench | BRUMO25 | Avg |
574
+ |------------------------|--------|--------|-------------|----------------|---------|-------|
575
+ | DeepScaleR-1.5B | 40.42 | 31.35 | 19.27 | 52.97 | 37.40 | 36.28 |
576
+ | QUESTA-DeepScaleR-1.5B | 49.16 | 35.94 | 21.77 | 58.69 | 48.33 | 42.78 |
577
+
578
+ <span id="page-19-3"></span>Table 8: Performance comparison (Pass@1, averaged over 32 samples) showing the impact of QUESTA across benchmarks in other domains, including general knowledge, logic, and coding tasks. We observe minor cross-domain generalization on all these benchmarks, despite QUESTA being applied exclusively in the maths domain.
579
+
580
+ | Model | GPQA Diamond | Zebralogic | Code Contest All | Codeforces | LCB V5 202410-202502 | Avg |
581
+ |------------------------|--------------|------------|------------------|------------|----------------------|-------|
582
+ | DeepScaleR-1.5B | 38.5 | 14.26 | 9.07 | 8.79 | 19.57 | 18.04 |
583
+ | QUESTA-DeepScaleR-1.5B | 39.2 | 14.98 | 10.1 | 8.9 | 20.9 | 18.82 |
584
+
585
+ <span id="page-19-2"></span>![](_page_19_Figure_8.jpeg)
586
+
587
+ Figure 8: Pass@k on DeepScaleR-1.5B: QUESTA raises the entire curve across k and avoids the large-k drop often seen in standard RL. The increasing gap with k indicates improved sample diversity rather than overconfident collapse. No hints are used at evaluation.
588
+
589
+ We next examine model-family transfer by applying QUESTA to DeepScaleR-1.5B. We train for 750 steps on DeepScaleR-1.5B Stage 2 Luo et al. (2025b) on the QUESTA first stage.
590
+
591
+ {20}------------------------------------------------
592
+
593
+ <span id="page-20-1"></span>![](_page_20_Figure_1.jpeg)
594
+
595
+ Figure 9: We conducted training of the DeepScaleR model employing the QUESTA with a dataset comprising 26,000 questions. The average pass rate was calculated from a sample of 8 instances. The initial graph represents the scenario without the incorporation of partial solutions, while the subsequent graph depicts the situation where partial solutions were included. The application of QUESTA significantly diminishes the incidence of unsolved or partially addressed problems within the training dataset. Concurrently, it has come to our attention that our previous method of data curation was not entirely accurate; in fact, the amount of data providing meaningful training signals is less abundant than anticipated, suggesting the potential for further refinement of the dataset.
596
+
597
+ As shown in Table 7, QUESTA-DeepScaleR-1.5B improves *every* maths benchmark over the base model, achieved an average improvement of 6%, indicating that the benefits of QUESTA are not tied to a single architecture.
598
+
599
+ Pass@k behavior mirrors these gains. In Figure 8, QUESTA-DeepScaleR lifts the entire Pass@k curve across k and avoids the degradation at larger k reported in standard RL settings. The widening gap at larger k suggests improved candidate diversity rather than overfitting to a single trajectory, consistent with our general pass@k analysis in Appendix B.2. Complementing this, Figure 9 shows that on the 26K training set (evaluated *without* hints), mass shifts away from the 0/8-1/8 bins toward higher pass rates, reducing unsolved or partially solved cases. Hints are used only during training and are removed at evaluation time.
600
+
601
+ Beyond maths, Table 8 reports out-of-distribution (OOD) results on general knowledge, logic, and coding. QUESTA-DeepScaleR-1.5B achieves small but consistent gains (Avg: 18.04 $\rightarrow$ 18.82; +0.78), suggesting that the improved reasoning patterns transfer modestly beyond the training domain.
602
+
603
+ ## <span id="page-20-0"></span>D.3 SUPPLEMENTAL EXPERIMENT DETAIL
604
+
605
+ ![](_page_20_Figure_7.jpeg)
606
+
607
+ Figure 10: Training dynamics of QUESTA-Nemotron-1.5B w/o hint.
608
+
609
+ {21}------------------------------------------------
610
+
611
+ <span id="page-21-0"></span>![](_page_21_Figure_1.jpeg)
612
+
613
+ Figure 11: Training dynamics of QUESTA-Nemotron-1.5B-50.
614
+
615
+ <span id="page-21-1"></span>![](_page_21_Figure_3.jpeg)
616
+
617
+ Figure 12: Training dynamics of QUESTA-Nemotron-1.5B-50-25-0.
618
+
619
+ ![](_page_21_Figure_5.jpeg)
620
+
621
+ Figure 13: Training dynamics of Easy-Nemotron-1.5B.
622
+
623
+ ![](_page_21_Figure_7.jpeg)
624
+
625
+ Figure 14: Training dynamics of Hard-Nemotron-1.5B.
626
+
627
+ {22}------------------------------------------------
628
+
629
+ ![](_page_22_Figure_1.jpeg)
630
+
631
+ Figure 15: The training dynamics of QUESTA-DeepScaleR-1.5B. The first and second charts show the changes in the average reward and average inference length of the rollout samples that include all incorrect/correct ones, respectively. The third chart shows the average entropy excluding all incorrect/correct rollout samples.
632
+
633
+ ![](_page_22_Figure_3.jpeg)
634
+
635
+ Figure 16: Training dynamics of QUESTA-Nemotron-1.5B on OpenMathReasoning (Moshkov et al., 2025). The first and second charts show the changes in the average reward and average inference length of the rollout samples that include all incorrect/correct ones, respectively. The third chart shows the average entropy excluding all incorrect/correct rollout samples. Dynamics closely mirror those on OpenR1-Math-220K, with no entropy collapse.
636
+
637
+ {23}------------------------------------------------
638
+
639
+ ![](_page_23_Figure_1.jpeg)
640
+
641
+ Figure 17: We compare pass@k curves of RLVR-trained models with and without QUESTA.
642
+
643
+ {24}------------------------------------------------
644
+
645
+ ![](_page_24_Figure_1.jpeg)
646
+
647
+ Figure 18: Comparison of RL training dynamics: Training with only hard problems (green) makes progress very slowly due to sparse rewards, while our method with partial solutions (orange) accelerates learning and consistently achieves higher accuracy across training steps.
iclr26/3MifB0f7qR/parse_report.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paper_id": "3MifB0f7qR",
3
+ "pipeline": "marker_non_llm_v3",
4
+ "parser": "marker_single",
5
+ "formats": [
6
+ "markdown",
7
+ "chunks"
8
+ ],
9
+ "llm_enabled": false,
10
+ "pdf_path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/raw/3MifB0f7qR.pdf",
11
+ "pdf_sha256": "6345c44f35aac9e12b38a433d5abfddedda7eb28ca4536cb9c84becf98877dd9",
12
+ "bytes": 913916,
13
+ "source": "https://openreview.net/pdf?id=3MifB0f7qR",
14
+ "page_count": 25,
15
+ "ok": true,
16
+ "elapsed_seconds": 207.63,
17
+ "paper2markdown_v3": {
18
+ "paper_id": "3MifB0f7qR",
19
+ "pipeline": "Paper2Markdown-V3",
20
+ "ok": true,
21
+ "page_count": 25,
22
+ "chunk_count": 187,
23
+ "main_body_chunk_count": 77,
24
+ "appendix_chunk_count": 100,
25
+ "reference_chunk_count": 10,
26
+ "model_text_chars": 36398,
27
+ "raw_markdown_chars": 76702,
28
+ "sanitized_chars": 72894,
29
+ "page_provenance": {
30
+ "min_page": 1,
31
+ "max_page": 25,
32
+ "invalid_count": 0
33
+ },
34
+ "marker_block_type_counts": {
35
+ "Caption": 1,
36
+ "Equation": 24,
37
+ "FigureGroup": 17,
38
+ "Footnote": 6,
39
+ "ListGroup": 7,
40
+ "PageFooter": 25,
41
+ "PageHeader": 25,
42
+ "Picture": 1,
43
+ "SectionHeader": 38,
44
+ "Table": 2,
45
+ "TableGroup": 6,
46
+ "Text": 134
47
+ },
48
+ "asset_count_raw": 18,
49
+ "asset_count_model_kept": 17,
50
+ "asset_count_rejected": 1,
51
+ "asset_reject_reasons": {
52
+ "kept": 17,
53
+ "too_small": 1
54
+ },
55
+ "artifact_leak_audit": {
56
+ "ok": true,
57
+ "hits": {
58
+ "Anonymous Authors": [],
59
+ "ACKNOWLEDGMENT": [],
60
+ "OpenReview": [],
61
+ "\"accept_label\"": [],
62
+ "\"decision\"": [],
63
+ "\"decision_tier\"": [],
64
+ "\"source_status\"": [],
65
+ "Meta-review": [],
66
+ "Official Review": [],
67
+ "official_reviews": [],
68
+ "meta_reviews": [],
69
+ "suggested_verdict_score": []
70
+ },
71
+ "artifact_count": 2
72
+ },
73
+ "default_model_input": "model_text_v3.txt",
74
+ "appendix_input": "appendix_text_v3.txt",
75
+ "reference_input": "reference_text_v3.txt"
76
+ }
77
+ }
iclr26/3MifB0f7qR/reference_chunks.jsonl ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0077", "section": "REFERENCES", "page_start": 10, "page_end": 10, "type": "Text", "text": "Brown university math olympiad 2025. February 2025.", "source": "marker_v2", "marker_block_id": "/page/9/Text/9"}
2
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0078", "section": "REFERENCES", "page_start": 10, "page_end": 10, "type": "Text", "text": "Harvard-mit mathematics tournament 2025. February 2025.", "source": "marker_v2", "marker_block_id": "/page/9/Text/10"}
3
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0079", "section": "REFERENCES", "page_start": 10, "page_end": 10, "type": "Text", "text": "Chenxin An, Zhihui Xie, Xiaonan Li, Lei Li, Jun Zhang, Shansan Gong, Ming Zhong, Jingjing Xu, Xipeng Qiu, Mingxuan Wang, and Lingpeng Kong. Polaris: A post-training recipe for scaling reinforcement learning on advanced reasoning models, 2025.", "source": "marker_v2", "marker_block_id": "/page/9/Text/11"}
4
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0080", "section": "REFERENCES", "page_start": 10, "page_end": 10, "type": "Text", "text": "Mislav Balunović, Jasper Dekoninck, Ivo Petrov, Nikola Jovanović, and Martin Vechev. Matharena: Evaluating Ilms on uncontaminated math competitions, February 2025.", "source": "marker_v2", "marker_block_id": "/page/9/Text/12"}
5
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0081", "section": "REFERENCES", "page_start": 10, "page_end": 10, "type": "Text", "text": "Mark Chen, Jerry Tworek, Heewoo Jun, Qiming Yuan, Henrique Ponde de Oliveira Pinto, Jared Kaplan, Harri Edwards, Yuri Burda, Nicholas Joseph, Greg Brockman, Alex Ray, Raul Puri, Gretchen Krueger, Michael Petrov, Heidy Khlaaf, Girish Sastry, Pamela Mishkin, Brooke Chan, Scott Gray, Nick Ryder, Mikhail Pavlov, Alethea Power, Lukasz Kaiser, Mohammad Bavarian, Clemens Winter, Philippe Tillet, Felipe Petroski Such, Dave Cummings, Matthias Plappert, Fotios Chantzis, Elizabeth Barnes, Ariel Herbert-Voss, William Hebgen Guss, Alex Nichol, Alex Paino, Nikolas Tezak, Jie Tang, Igor Babuschkin, Suchir Balaji, Shantanu Jain, William Saunders, Christopher Hesse, Andrew N. Carr, Jan Leike, Josh Achiam, Vedant Misra, Evan Morikawa, Alec Radford, Matthew Knight, Miles Brundage, Mira Murati, Katie Mayer, Peter Welinder, Bob McGrew, Dario Amodei, Sam McCandlish, Ilya Sutskever, and Wojciech Zaremba. Evaluating large language models trained on code, 2021.", "source": "marker_v2", "marker_block_id": "/page/9/Text/13"}
6
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0082", "section": "REFERENCES", "page_start": 10, "page_end": 10, "type": "Text", "text": "Ganqu Cui, Yuchen Zhang, Jiacheng Chen, Lifan Yuan, Zhi Wang, Yuxin Zuo, Haozhan Li, Yuchen Fan, Huayu Chen, Weize Chen, et al. The entropy mechanism of reinforcement learning for reasoning language models. arXiv preprint arXiv:2505.22617 , 2025.", "source": "marker_v2", "marker_block_id": "/page/9/Text/14"}
7
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0083", "section": "REFERENCES", "page_start": 10, "page_end": 10, "type": "Text", "text": "Wei Fu, Jiaxuan Gao, Xujie Shen, Chen Zhu, Zhiyu Mei, Chuyi He, Shusheng Xu, Guo Wei, Jun Mei, Jiashu Wang, et al. Areal: A large-scale asynchronous reinforcement learning system for language reasoning. arXiv preprint arXiv:2505.24298 , 2025.", "source": "marker_v2", "marker_block_id": "/page/9/Text/15"}
8
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0084", "section": "REFERENCES", "page_start": 10, "page_end": 10, "type": "Text", "text": "Zitian Gao, Lynx Chen, Haoming Luo, Joey Zhou, and Bryan Dai. One-shot entropy minimization, 2025.", "source": "marker_v2", "marker_block_id": "/page/9/Text/16"}
9
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0085", "section": "REFERENCES", "page_start": 11, "page_end": 11, "type": "ListGroup", "text": "Gemini Team, Google DeepMind. Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities, 2025. Accessed: July 2025. Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv preprint arXiv:2501.12948 , 2025. Chaoqun He, Renjie Luo, Yuzhuo Bai, Shengding Hu, Zhen Leng Thai, Junhao Shen, Jinyi Hu, Xu Han, Yujie Huang, Yuxiang Zhang, Jie Liu, Lei Qi, Zhiyuan Liu, and Maosong Sun. Olympiadbench: A challenging benchmark for promoting agi with olympiad-level bilingual multimodal scientific problems, 2024. Zhenyu Hou, Ziniu Hu, Yujiang Li, Rui Lu, Jie Tang, and Yuxiao Dong. Treerl: Llm reinforcement learning with on-policy tree search, 2025. Aaron Jaech, Adam Kalai, Adam Lerer, Adam Richardson, Ahmed El-Kishky, Aiden Low, Alec Helyar, Aleksander Madry, Alex Beutel, Alex Carney, et al. Openai o1 system card. arXiv preprint arXiv:2412.16720 , 2024. Naman Jain, King Han, Alex Gu, Wen-Ding Li, Fanjia Yan, Tianjun Zhang, Sida Wang, Armando Solar-Lezama, Koushik Sen, and Ion Stoica. Livecodebench: Holistic and contamination free evaluation of large language models for code, 2024. Amirhossein Kazemnejad, Milad Aghajohari, Eva Portelance, Alessandro Sordoni, Siva Reddy, Aaron Courville, and Nicolas Le Roux. Vineppo: Refining credit assignment in rl training of llms, 2025. Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization, 2017. Yujia Li, David Choi, Junyoung Chung, Nate Kushman, Julian Schrittwieser, Rémi Leblond, Tom Eccles, James Keeling, Felix Gimeno, Agustin Dal Lago, Thomas Hubert, Peter Choy, Cyprien de Masson d'Autume, Igor Babuschkin, Xinyun Chen, Po-Sen Huang, Johannes Welbl, Sven Gowal, Alexey Cherepanov, James Molloy, Daniel J. Mankowitz, Esme Sutherland Robson, Pushmeet Kohli, Nando de Freitas, Koray Kavukcuoglu, and Oriol Vinyals. Competition-level code generation with alphacode. Science , 378(6624):1092–1097, December 2022. ISSN 1095-9203. doi: 10.1126/science.abq1158. Bill Yuchen Lin, Ronan Le Bras, Kyle Richardson, Ashish Sabharwal, Radha Poovendran, Peter Clark, and Yejin Choi. Zebralogic: On the scaling limits of llms for logical reasoning, 2025. Mingjie Liu, Shizhe Diao, Ximing Lu, Jian Hu, Xin Dong, Yejin Choi, Jan Kautz, and Yi Dong. Prorl: Prolonged reinforcement learning expands reasoning boundaries in large language models. arXiv preprint arXiv:2505.24864 , 2025. Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization, 2019. Haipeng Luo, Qingfeng Sun, Can Xu, Pu Zhao, Jianguang Lou, Chongyang Tao, Xiubo Geng, Qingwei Lin, Shifeng Chen, Yansong Tang, and Dongmei Zhang. Wizardmath: Empowering mathematical reasoning for large language models via reinforced evol-instruct, 2025a. URL . Michael Luo, Sijun Tan, Justin Wong, Xiaoxiang Shi, William Y. Tang, Manan Roongta, Colin Cai, Jeffrey Luo, Li Erran Li, Raluca Ada Popa, and Ion Stoica. Deepscaler: Surpassing o1-preview with a 1.5b model by scaling rl, 2025b. Notion Blog. MAA. American invitational mathematics examination 2024. February 2024. MAA. American invitational mathematics examination 2025. February 2025. Saumya Malik, Valentina Pyatkin, Sander Land, Jacob Morrison, Noah A. Smith, Hannaneh Hajishirzi, and Nathan Lambert. Rewardbench 2: Advancing reward model evaluation, 2025. Jincheng Mei, Chenjun Xiao, Csaba Szepesvari, and Dale Schuurmans. On the global convergence rates of softmax policy gradient methods, 2022.", "source": "marker_v2", "marker_block_id": "/page/10/ListGroup/175"}
10
+ {"paper_id": "3MifB0f7qR", "chunk_id": "3MifB0f7qR:0086", "section": "REFERENCES", "page_start": 12, "page_end": 12, "type": "ListGroup", "text": "Ivan Moshkov, Darragh Hanley, Ivan Sorokin, Shubham Toshniwal, Christof Henkel, Benedikt Schifferer, Wei Du, and Igor Gitman. Aimo-2 winning solution: Building state-of-the-art mathematical reasoning models with openmathreasoning dataset. arXiv preprint arXiv:2504.16891 , 2025. Open-R1 Team. Openr1-math-220k: A large-scale dataset for mathematical reasoning, 2025. Shubham Parashar, Shurui Gui, Xiner Li, Hongyi Ling, Sushil Vemuri, Blake Olson, Eric Li, Yu Zhang, James Caverlee, Dileep Kalathil, and Shuiwang Ji. Curriculum reinforcement learning from easy to hard tasks improves llm reasoning. 2025. Yuxiao Qu, Matthew Y. R. Yang, Amrith Setlur, Lewis Tunstall, Edward Emanuel Beeching, Ruslan Salakhutdinov, and Aviral Kumar. Optimizing test-time compute via meta reinforcement finetuning, 2025. David Rein, Betty Li Hou, Asa Cooper Stickland, Jackson Petty, Richard Yuanzhe Pang, Julien Dirani, Julian Michael, and Samuel R. Bowman. Gpqa: A graduate-level google-proof q&a benchmark, 2023. John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms, 2017. Rulin Shao, Shuyue Stella Li, Rui Xin, Scott Geng, Yiping Wang, Sewoong Oh, Simon Shaolei Du, Nathan Lambert, Sewon Min, Ranjay Krishna, et al. Spurious rewards: Rethinking training signals in rlvr. arXiv preprint arXiv:2506.10947 , 2025. Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Y Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300 , 2024. Peiyi Wang, Lei Li, Zhihong Shao, R. X. Xu, Damai Dai, Yifei Li, Deli Chen, Y. Wu, and Zhifang Sui. Math-shepherd: Verify and reinforce llms step-by-step without human annotations, 2024. Shenzhi Wang, Le Yu, Chang Gao, Chujie Zheng, Shixuan Liu, Rui Lu, Kai Dang, Xionghui Chen, Jianxin Yang, Zhenru Zhang, et al. Beyond the 80/20 rule: High-entropy minority tokens drive effective reinforcement learning for llm reasoning. arXiv preprint arXiv:2506.01939 , 2025a. Yiping Wang, Qing Yang, Zhiyuan Zeng, Liliang Ren, Liyuan Liu, Baolin Peng, Hao Cheng, Xuehai He, Kuan Wang, Jianfeng Gao, Weizhu Chen, Shuohang Wang, Simon Shaolei Du, and Yelong Shen. Reinforcement learning for reasoning in large language models with one training example, 2025b. Xumeng Wen, Zihan Liu, Shun Zheng, Zhijian Xu, Shengyu Ye, Zhirong Wu, Xiao Liang, Yang Wang, Junjie Li, Ziming Miao, et al. Reinforcement learning with verifiable rewards implicitly incentivizes correct reasoning in base llms. arXiv preprint arXiv:2506.14245 , 2025. Zhiheng Xi, Wenxiang Chen, Boyang Hong, Senjie Jin, Rui Zheng, Wei He, Yiwen Ding, Shichun Liu, Xin Guo, Junzhe Wang, Honglin Guo, Wei Shen, Xiaoran Fan, Yuhao Zhou, Shihan Dou, Xiao Wang, Xinbo Zhang, Peng Sun, Tao Gui, Qi Zhang, and Xuanjing Huang. Training large language models for reasoning through reverse curriculum reinforcement learning, 2024. URL . Yuchen Yan, Yongliang Shen, Yang Liu, Jin Jiang, Mengdi Zhang, Jian Shao, and Yueting Zhuang. Inftythink: Breaking the length limits of long-context reasoning in large language models. arXiv preprint arXiv:2503.06692 , 2025. An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, et al. Qwen3 technical report. arXiv preprint arXiv:2505.09388 , 2025. Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Weinan Dai, Tiantian Fan, Gaohong Liu, Lingjun Liu, et al. Dapo: An open-source llm reinforcement learning system at scale. arXiv preprint arXiv:2503.14476 , 2025. Yang Yue, Zhiqi Chen, Rui Lu, Andrew Zhao, Zhaokai Wang, Shiji Song, and Gao Huang. Does reinforcement learning really incentivize reasoning capacity in llms beyond the base model? arXiv preprint arXiv:2504.13837 , 2025.", "source": "marker_v2", "marker_block_id": "/page/11/ListGroup/200"}
iclr26/3MifB0f7qR/reference_text_v3.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [p. 10 | section: REFERENCES | type: Text]
2
+ Brown university math olympiad 2025. February 2025.
3
+
4
+ [p. 10 | section: REFERENCES | type: Text]
5
+ Harvard-mit mathematics tournament 2025. February 2025.
6
+
7
+ [p. 10 | section: REFERENCES | type: Text]
8
+ Chenxin An, Zhihui Xie, Xiaonan Li, Lei Li, Jun Zhang, Shansan Gong, Ming Zhong, Jingjing Xu, Xipeng Qiu, Mingxuan Wang, and Lingpeng Kong. Polaris: A post-training recipe for scaling reinforcement learning on advanced reasoning models, 2025.
9
+
10
+ [p. 10 | section: REFERENCES | type: Text]
11
+ Mislav Balunović, Jasper Dekoninck, Ivo Petrov, Nikola Jovanović, and Martin Vechev. Matharena: Evaluating Ilms on uncontaminated math competitions, February 2025.
12
+
13
+ [p. 10 | section: REFERENCES | type: Text]
14
+ Mark Chen, Jerry Tworek, Heewoo Jun, Qiming Yuan, Henrique Ponde de Oliveira Pinto, Jared Kaplan, Harri Edwards, Yuri Burda, Nicholas Joseph, Greg Brockman, Alex Ray, Raul Puri, Gretchen Krueger, Michael Petrov, Heidy Khlaaf, Girish Sastry, Pamela Mishkin, Brooke Chan, Scott Gray, Nick Ryder, Mikhail Pavlov, Alethea Power, Lukasz Kaiser, Mohammad Bavarian, Clemens Winter, Philippe Tillet, Felipe Petroski Such, Dave Cummings, Matthias Plappert, Fotios Chantzis, Elizabeth Barnes, Ariel Herbert-Voss, William Hebgen Guss, Alex Nichol, Alex Paino, Nikolas Tezak, Jie Tang, Igor Babuschkin, Suchir Balaji, Shantanu Jain, William Saunders, Christopher Hesse, Andrew N. Carr, Jan Leike, Josh Achiam, Vedant Misra, Evan Morikawa, Alec Radford, Matthew Knight, Miles Brundage, Mira Murati, Katie Mayer, Peter Welinder, Bob McGrew, Dario Amodei, Sam McCandlish, Ilya Sutskever, and Wojciech Zaremba. Evaluating large language models trained on code, 2021.
15
+
16
+ [p. 10 | section: REFERENCES | type: Text]
17
+ Ganqu Cui, Yuchen Zhang, Jiacheng Chen, Lifan Yuan, Zhi Wang, Yuxin Zuo, Haozhan Li, Yuchen Fan, Huayu Chen, Weize Chen, et al. The entropy mechanism of reinforcement learning for reasoning language models. arXiv preprint arXiv:2505.22617 , 2025.
18
+
19
+ [p. 10 | section: REFERENCES | type: Text]
20
+ Wei Fu, Jiaxuan Gao, Xujie Shen, Chen Zhu, Zhiyu Mei, Chuyi He, Shusheng Xu, Guo Wei, Jun Mei, Jiashu Wang, et al. Areal: A large-scale asynchronous reinforcement learning system for language reasoning. arXiv preprint arXiv:2505.24298 , 2025.
21
+
22
+ [p. 10 | section: REFERENCES | type: Text]
23
+ Zitian Gao, Lynx Chen, Haoming Luo, Joey Zhou, and Bryan Dai. One-shot entropy minimization, 2025.
24
+
25
+ [p. 11 | section: REFERENCES | type: ListGroup]
26
+ Gemini Team, Google DeepMind. Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities, 2025. Accessed: July 2025. Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv preprint arXiv:2501.12948 , 2025. Chaoqun He, Renjie Luo, Yuzhuo Bai, Shengding Hu, Zhen Leng Thai, Junhao Shen, Jinyi Hu, Xu Han, Yujie Huang, Yuxiang Zhang, Jie Liu, Lei Qi, Zhiyuan Liu, and Maosong Sun. Olympiadbench: A challenging benchmark for promoting agi with olympiad-level bilingual multimodal scientific problems, 2024. Zhenyu Hou, Ziniu Hu, Yujiang Li, Rui Lu, Jie Tang, and Yuxiao Dong. Treerl: Llm reinforcement learning with on-policy tree search, 2025. Aaron Jaech, Adam Kalai, Adam Lerer, Adam Richardson, Ahmed El-Kishky, Aiden Low, Alec Helyar, Aleksander Madry, Alex Beutel, Alex Carney, et al. Openai o1 system card. arXiv preprint arXiv:2412.16720 , 2024. Naman Jain, King Han, Alex Gu, Wen-Ding Li, Fanjia Yan, Tianjun Zhang, Sida Wang, Armando Solar-Lezama, Koushik Sen, and Ion Stoica. Livecodebench: Holistic and contamination free evaluation of large language models for code, 2024. Amirhossein Kazemnejad, Milad Aghajohari, Eva Portelance, Alessandro Sordoni, Siva Reddy, Aaron Courville, and Nicolas Le Roux. Vineppo: Refining credit assignment in rl training of llms, 2025. Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization, 2017. Yujia Li, David Choi, Junyoung Chung, Nate Kushman, Julian Schrittwieser, Rémi Leblond, Tom Eccles, James Keeling, Felix Gimeno, Agustin Dal Lago, Thomas Hubert, Peter Choy, Cyprien de Masson d'Autume, Igor Babuschkin, Xinyun Chen, Po-Sen Huang, Johannes Welbl, Sven Gowal, Alexey Cherepanov, James Molloy, Daniel J. Mankowitz, Esme Sutherland Robson, Pushmeet Kohli, Nando de Freitas, Koray Kavukcuoglu, and Oriol Vinyals. Competition-level code generation with alphacode. Science , 378(6624):1092–1097, December 2022. ISSN 1095-9203. doi: 10.1126/science.abq1158. Bill Yuchen Lin, Ronan Le Bras, Kyle Richardson, Ashish Sabharwal, Radha Poovendran, Peter Clark, and Yejin Choi. Zebralogic: On the scaling limits of llms for logical reasoning, 2025. Mingjie Liu, Shizhe Diao, Ximing Lu, Jian Hu, Xin Dong, Yejin Choi, Jan Kautz, and Yi Dong. Prorl: Prolonged reinforcement learning expands reasoning boundaries in large language models. arXiv preprint arXiv:2505.24864 , 2025. Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization, 2019. Haipeng Luo, Qingfeng Sun, Can Xu, Pu Zhao, Jianguang Lou, Chongyang Tao, Xiubo Geng, Qingwei Lin, Shifeng Chen, Yansong Tang, and Dongmei Zhang. Wizardmath: Empowering mathematical reasoning for large language models via reinforced evol-instruct, 2025a. URL . Michael Luo, Sijun Tan, Justin Wong, Xiaoxiang Shi, William Y. Tang, Manan Roongta, Colin Cai, Jeffrey Luo, Li Erran Li, Raluca Ada Popa, and Ion Stoica. Deepscaler: Surpassing o1-preview with a 1.5b model by scaling rl, 2025b. Notion Blog. MAA. American invitational mathematics examination 2024. February 2024. MAA. American invitational mathematics examination 2025. February 2025. Saumya Malik, Valentina Pyatkin, Sander Land, Jacob Morrison, Noah A. Smith, Hannaneh Hajishirzi, and Nathan Lambert. Rewardbench 2: Advancing reward model evaluation, 2025. Jincheng Mei, Chenjun Xiao, Csaba Szepesvari, and Dale Schuurmans. On the global convergence rates of softmax policy gradient methods, 2022.
27
+
28
+ [p. 12 | section: REFERENCES | type: ListGroup]
29
+ Ivan Moshkov, Darragh Hanley, Ivan Sorokin, Shubham Toshniwal, Christof Henkel, Benedikt Schifferer, Wei Du, and Igor Gitman. Aimo-2 winning solution: Building state-of-the-art mathematical reasoning models with openmathreasoning dataset. arXiv preprint arXiv:2504.16891 , 2025. Open-R1 Team. Openr1-math-220k: A large-scale dataset for mathematical reasoning, 2025. Shubham Parashar, Shurui Gui, Xiner Li, Hongyi Ling, Sushil Vemuri, Blake Olson, Eric Li, Yu Zhang, James Caverlee, Dileep Kalathil, and Shuiwang Ji. Curriculum reinforcement learning from easy to hard tasks improves llm reasoning. 2025. Yuxiao Qu, Matthew Y. R. Yang, Amrith Setlur, Lewis Tunstall, Edward Emanuel Beeching, Ruslan Salakhutdinov, and Aviral Kumar. Optimizing test-time compute via meta reinforcement finetuning, 2025. David Rein, Betty Li Hou, Asa Cooper Stickland, Jackson Petty, Richard Yuanzhe Pang, Julien Dirani, Julian Michael, and Samuel R. Bowman. Gpqa: A graduate-level google-proof q&a benchmark, 2023. John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms, 2017. Rulin Shao, Shuyue Stella Li, Rui Xin, Scott Geng, Yiping Wang, Sewoong Oh, Simon Shaolei Du, Nathan Lambert, Sewon Min, Ranjay Krishna, et al. Spurious rewards: Rethinking training signals in rlvr. arXiv preprint arXiv:2506.10947 , 2025. Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Y Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300 , 2024. Peiyi Wang, Lei Li, Zhihong Shao, R. X. Xu, Damai Dai, Yifei Li, Deli Chen, Y. Wu, and Zhifang Sui. Math-shepherd: Verify and reinforce llms step-by-step without human annotations, 2024. Shenzhi Wang, Le Yu, Chang Gao, Chujie Zheng, Shixuan Liu, Rui Lu, Kai Dang, Xionghui Chen, Jianxin Yang, Zhenru Zhang, et al. Beyond the 80/20 rule: High-entropy minority tokens drive effective reinforcement learning for llm reasoning. arXiv preprint arXiv:2506.01939 , 2025a. Yiping Wang, Qing Yang, Zhiyuan Zeng, Liliang Ren, Liyuan Liu, Baolin Peng, Hao Cheng, Xuehai He, Kuan Wang, Jianfeng Gao, Weizhu Chen, Shuohang Wang, Simon Shaolei Du, and Yelong Shen. Reinforcement learning for reasoning in large language models with one training example, 2025b. Xumeng Wen, Zihan Liu, Shun Zheng, Zhijian Xu, Shengyu Ye, Zhirong Wu, Xiao Liang, Yang Wang, Junjie Li, Ziming Miao, et al. Reinforcement learning with verifiable rewards implicitly incentivizes correct reasoning in base llms. arXiv preprint arXiv:2506.14245 , 2025. Zhiheng Xi, Wenxiang Chen, Boyang Hong, Senjie Jin, Rui Zheng, Wei He, Yiwen Ding, Shichun Liu, Xin Guo, Junzhe Wang, Honglin Guo, Wei Shen, Xiaoran Fan, Yuhao Zhou, Shihan Dou, Xiao Wang, Xinbo Zhang, Peng Sun, Tao Gui, Qi Zhang, and Xuanjing Huang. Training large language models for reasoning through reverse curriculum reinforcement learning, 2024. URL . Yuchen Yan, Yongliang Shen, Yang Liu, Jin Jiang, Mengdi Zhang, Jian Shao, and Yueting Zhuang. Inftythink: Breaking the length limits of long-context reasoning in large language models. arXiv preprint arXiv:2503.06692 , 2025. An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, et al. Qwen3 technical report. arXiv preprint arXiv:2505.09388 , 2025. Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Weinan Dai, Tiantian Fan, Gaohong Liu, Lingjun Liu, et al. Dapo: An open-source llm reinforcement learning system at scale. arXiv preprint arXiv:2503.14476 , 2025. Yang Yue, Zhiqi Chen, Rui Lu, Andrew Zhao, Zhaokai Wang, Shiji Song, and Gao Huang. Does reinforcement learning really incentivize reasoning capacity in llms beyond the base model? arXiv preprint arXiv:2504.13837 , 2025.
iclr26/3MifB0f7qR/sanitization_report.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paper_id": "3MifB0f7qR",
3
+ "pipeline": "Paper2Markdown-V3",
4
+ "ok": true,
5
+ "page_count": 25,
6
+ "chunk_count": 187,
7
+ "main_body_chunk_count": 77,
8
+ "appendix_chunk_count": 100,
9
+ "reference_chunk_count": 10,
10
+ "model_text_chars": 36398,
11
+ "raw_markdown_chars": 76702,
12
+ "sanitized_chars": 72894,
13
+ "page_provenance": {
14
+ "min_page": 1,
15
+ "max_page": 25,
16
+ "invalid_count": 0
17
+ },
18
+ "marker_block_type_counts": {
19
+ "Caption": 1,
20
+ "Equation": 24,
21
+ "FigureGroup": 17,
22
+ "Footnote": 6,
23
+ "ListGroup": 7,
24
+ "PageFooter": 25,
25
+ "PageHeader": 25,
26
+ "Picture": 1,
27
+ "SectionHeader": 38,
28
+ "Table": 2,
29
+ "TableGroup": 6,
30
+ "Text": 134
31
+ },
32
+ "asset_count_raw": 18,
33
+ "asset_count_model_kept": 17,
34
+ "asset_count_rejected": 1,
35
+ "asset_reject_reasons": {
36
+ "kept": 17,
37
+ "too_small": 1
38
+ },
39
+ "artifact_leak_audit": {
40
+ "ok": true,
41
+ "hits": {
42
+ "Anonymous Authors": [],
43
+ "ACKNOWLEDGMENT": [],
44
+ "OpenReview": [],
45
+ "\"accept_label\"": [],
46
+ "\"decision\"": [],
47
+ "\"decision_tier\"": [],
48
+ "\"source_status\"": [],
49
+ "Meta-review": [],
50
+ "Official Review": [],
51
+ "official_reviews": [],
52
+ "meta_reviews": [],
53
+ "suggested_verdict_score": []
54
+ },
55
+ "artifact_count": 2
56
+ },
57
+ "default_model_input": "model_text_v3.txt",
58
+ "appendix_input": "appendix_text_v3.txt",
59
+ "reference_input": "reference_text_v3.txt"
60
+ }
iclr26/3MifB0f7qR/sanitized_v3.txt ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {0}
2
+ ## **ABSTRACT**
3
+ Reinforcement learning (RL) has emerged as a central paradigm for training large language models (LLMs) in reasoning tasks. Yet recent studies (Yue et al., 2025; Liu et al., 2025) question RL's ability to incentivize reasoning capacity beyond the base model. This raises a key challenge: how can RL be adapted to solve harder reasoning problems more effectively? To address this challenge, we propose a simple yet effective strategy via Question Augmentation: introduce partial solutions during training to reduce problem difficulty and provide more informative learning signals. Our method, QuestA, when applied during RL training on math reasoning tasks, not only improves pass@1 but also pass@k—particularly on problems where standard RL struggles to make progress. This enables continual improvement over strong open-source models such as DEEPSCALER and OPENMATH NEMOTRON, further enhancing their reasoning capabilities. We achieve new state-of-the-art results on math benchmarks using 1.5B-parameter models: 72.50% (+10.73%) on AIME24, 62.29% (+12.79%) on AIME25, and 41.67% (+10.11%) on HMMT25. Code, data and model are available at
4
+ ![](_page_0_Figure_6.jpeg)
5
+ Figure 1: QUESTA is a data augmentation method that injects partial solutions to effectively scaffold RL training on hard reasoning problems. We construct 26K high-quality augmented prompts from challenging instances in OpenR1 (Open-R1 Team, 2025), and fine-tune models using 32K-context-length RL. When applied to Nemotron-1.5B, QUESTA delivers substantial performance gains—achieving new state-of-the-art results across all math benchmarks for 1.5B-parameter models.
6
+ #### 1 Introduction
7
+ Frontier large language models (LLMs), including OpenAI-O1, O3 (Jaech et al., 2024), DeepSeek-R1 (Guo et al., 2025), Qwen3 (Yang et al., 2025), and Gemini 2.5 (Gemini Team, Google DeepMind,
8
+ <sup>&</sup>lt;sup>‡</sup>This work is independent of and outside of the work at Amazon.
9
+ {1}------------------------------------------------
10
+ <span id="page-1-0"></span>![](_page_1_Figure_1.jpeg)
11
+ Figure 2: We compare pass@k curves of RLVR-trained models, with and without QUESTA. As a controlled experiment, we perform RL training using either easy or hard prompts. Standard RL on easy prompts (red) shows clear degradation in pass@k as k increases compared to the base model (blue). Training on hard prompts (green) improves pass@k, but comes at the cost of substantially longer training. This motivates our development of QUESTA, which scaffolds hard problems to improve training efficiency and delivers consistently stronger results: the RL+QUESTA model (orange) stays above standard RL (red) across all k, while also preserving or improving performance at larger k relative to RL trained with hard prompts.
12
+ 2025), have exhibited exceptional performance on high-complexity reasoning tasks spanning mathematics, programming, and formal logic. Recent advances in the field have increasingly prioritized reinforcement learning paradigms (RL), among which *Reinforcement Learning with Verifiable Rewards* (RLVR) has emerged as a scalable and efficient approach to enhancing reasoning capabilities. Using automatically verifiable signals, RLVR enables alignment between model output and objective correctness, thus addressing a critical limitation of traditional RL for reasoning.
13
+ However, the community remains divided on a fundamental question regarding RLVR: does it expand the model's intrinsic reasoning capacity, or merely exploit pre-existing knowledge encoded in the base model? Recent research (Yue et al., 2025; Liu et al., 2025; Zhao et al., 2025) show that while state-of-the-art RL methods (e.g., GRPO, DAPO) (Guo et al., 2025; Yu et al., 2025; An et al., 2025) can enhance the pass@1 metric by reinforcing high-reward completions, they encounter significant limitations when tackling high-difficulty tasks where the base model performs poorly. This phenomenon differs from that observed in Supervised Fine-Tuning (SFT) Luo et al. (2025a). Within the SFT paradigm, enhancing the diversity of problem difficulty serves as a critical factor, as it can effectively improve the model's performance on downstream tasks. However, in the framework of RLVR, the inclusion of easy prompts tends to undermine the model's inherent reasoning capabilities.
14
+ One insightful explanation (Cui et al., 2025; Wang et al., 2025a) for the drop suggests that model overfits on correct solutions and hence causes entropy collapse, limiting its ability to explore. To validate this, we design a controlled setup that separates prompts into easy and hard groups. When applying RLVR on the Nemotron 1.5B model (Moshkov et al., 2025) with the OpenR1 dataset, we find that training on easy prompts leads to a clear decline in pass@k accuracy (Figure 2).
15
+ Given these findings, we observe that training with hard prompts is more beneficial than with easy ones. Yet, RL training on hard problems tends to be much slower, as sparse reward signals and limited sample efficiency hinder progress. The key challenge, then, is **how to structure the learning process to fully expand reasoning capabilities while mitigating the inefficiency of RL on hard tasks**. To this end, we introduce QUESTA: a parsimonious and efficient strategy that dynamically adjusts problem difficulty during RL training. The core contributions of this work are threefold:
16
+ • We notice that the evolution of model capacity in RLVR critically depends on dataset difficulty, underscoring the importance of training on *hard problems* to expand reasoning ability.
17
+ {2}------------------------------------------------
18
+ <span id="page-2-0"></span>![](_page_2_Figure_1.jpeg)
19
+ Figure 3: Comparison of RL training dynamics: Training with only hard problems (green) makes progress very slowly due to sparse rewards, while our method with partial solutions (orange) accelerates training and consistently achieves higher accuracy across training steps.
20
+ - We introduce QUESTA, an efficient procedure that controls difficulty by augmenting hard problems with partial solutions. This approach provides a smooth curriculum within RL training and makes high-difficulty tasks more tractable. Through our **fully open-sourced** training pipeline, QUESTA consistently improves pass@1 and pass@k, enabling 1.5B-parameter models to reach new state-of-the-art performance—72.5% on AIME24, 62.3% on AIME25, and 41.7% on HMMT25 (Table 1).
21
+ - Our theoretical analysis in Section 4 explains why partial-solution augmentation accelerates RL training: by decomposing problems into intermediate steps, the method yields denser reward signals and improves sample efficiency, while still driving the model to master the hardest problems.
22
+ ## <span id="page-2-1"></span>2 Tradeoffs between Reasoning Capacity and Learning Efficiency
23
+ Given the ongoing debate on whether reinforcement learning enhances the reasoning capacity of language models, we design a controlled experiment to study how dataset difficulty changes model performances measured by pass@k accuracy. Specifically, we filter out easy problems and hard problems from the 220K OpenR1 dataset, base on model's success rate, each containing around 4K data. We then run RL with GRPO for one thousand steps. This setup allows us to isolate how the choice of prompt difficulty impacts the model's reasoning capacity. In Figure 2 and Figure 3, we provide pass@k comparison and the learning dynamics, we make two observations.
24
+ **RL** with Easy Prompts Hurts pass@k and Reasoning Capacity. Training on easy or already-solvable problems leads to overfitting on shallow patterns, reinforcing confidence rather than expanding reasoning capacity. While pass@1 may rise, output diversity declines and performance on harder benchmarks deteriorates, with pass@k dropping at larger k (see Figure 2). This suggests that the model exploits familiar solution modes instead of exploring new trajectories. To truly expand capacity, RL training should focus on hard problems, where the policy is forced to explore and acquire novel solution strategies.
25
+ **RL** with Hard Prompts Leads to Slow Learning. Training on hard prompts directly targets the reasoning capacity of the model, but the learning process is much slower (see Figure 3) and less sample-efficient. The difficulty arises because RL rewards on these problems are sparse, providing limited gradient signals for policy improvement. We formallize the underlying reason in Section 4 and in Theorem 4.4.
26
+ In practice, not all questions in the training set Q are equally difficult, and one might hope that training on easier examples could generalize to harder ones. However, empirical evidence suggests that RL-based training exhibits a bi-modal pattern in success rates (An et al., 2025): by the end of training, models tend to either solve a question reliably or fail entirely (see Figure 6). This implies that once a question falls outside the model's capacity set, the RL algorithm is unlikely to recover.
27
+ {3}------------------------------------------------
28
+ Together, these results highlight a tension: *easy prompts dilute reasoning capacity, while hard prompts stall learning altogether.* This motivates the need for strategies that can retain the benefits of hard problems while mitigating the inefficiency caused by sparse rewards. To this end, we introduce partial solutions that break a complex question into smaller, more approachable pieces. Theoretical analysis (Theorem 4.6) suggests that appending part of the solutions as hint can greatly improve RL efficiency.
29
+ Empirically, we simply choose the hint to be a part of the solution of the original question q and observe faster learning in Figure 3. Surprisingly, even if we don't explicitly train the model to generate the hint, the model's capacity without hint still continues to improve and lead to steady improvement in problems out of reach in standard RL training (see Table 3). We elaborate on implementation details in the next section.
30
+ ## 3 Questa: Question Augmentation with Partial Solutions
31
+ QUESTA is a modular augmentation framework designed to inject partial solution sketches into prompts during reinforcement learning (RL) training. It adresses scenarios where the base model fails to generate correct completions—conditions that typically result in sparse reward signals. Distinct from approaches that modify reward functions or optimization algorithms, QUESTA operates at the input level: it transforms original training prompts into more tractable variants, thereby exposing intermediate reasoning steps to the model.
32
+ #### <span id="page-3-0"></span>**Original Prompt**
33
+ Let $\mathbb N$ be the set of positive integers. A function $f:\mathbb N\to\mathbb N$ satisfies the equation
34
+ $$f(f(\dots f(n)\dots)) = \frac{n^2}{f(f(n))}$$
35
+ with $f(n)$ applications of $f$ ,
36
+ for all positive integers n. Given this information, determine all possible values of f(1000).
37
+ ![](_page_3_Picture_9.jpeg)
38
+ #### **Augmented Prompt**
39
+ Let $\mathbb N$ be the set of positive integers. The function $f:\mathbb N\to\mathbb N$ satisfies the equation
40
+ $$f(f(\dots f(n)\dots)) = \frac{n^2}{f(f(n))} \quad \text{with } f(n) \text{ applications of } f,$$
41
+ for all positive integers n. Given this information, determine all possible values of f(1000).
42
+ #### ## Hint: Partial Solution
43
+ Analysis shows that f must be an involution, meaning f(f(n)) = n for all n, and it fixes all odd positive integers, so f(n) = n for odd n. For even positive integers, f either fixes the number or swaps it with another even positive integer in a 2-cycle.
44
+ Please reason step by step, and put your final answer within \boxed{}.
45
+ Figure 4: QUESTA augments each original question in the dataset by prepending the first p% of the solution sketch. In our experiments, we apply augmentation using the solution block rather than the reasoning chain-of-thought. The hint percentage p is computed as the ratio of tokens used as hints to the total number of tokens in the solution sketch.
46
+ Question Augmentation Mechanism For a given problem x with an n-step solution trajectory $y=(y_1,y_2,\ldots,y_n)$ , QUESTA constructs a set of augmented prompts $\{\tilde{x}^{(p)}\}$ , where each $\tilde{x}^{(p)}$ appends the first p steps of the solution as a prefix to the original question. The parameter p (e.g., p=50% or 25%) quantifies the proportion of the solution revealed, thereby enabling precise control over the difficulty of the augmented prompt.
47
+ In our empirical evaluations, we employed the OpenR1-Math-220K dataset (Open-R1 Team, 2025)—a supervised fine-tuning (SFT) corpus containing solution trajectories generated by DEEPSEEK-R1. Each instance in this dataset comprises a detailed chain-of-thought (CoT) section followed by a final solution block. For augmentation, we extracted the final solution (omitting speculative reasoning
48
+ {4}------------------------------------------------
49
+ within the CoT section). The solution was then truncated at a predefined percentage p and prepended to the original question, yielding the augmented prompt used in RL training, as shwon in Figure 4.
50
+ **Targeting High-Difficulty Problems** QUESTA is applied exclusively to prompts where the base model's pass rate is close to zero. Using the OpenR1-Math-220K dataset, we first employ lightweight heuristic filters to reduce the full 220K problems to 26K of the hardest candidates. These problems are then augmented with partial-solution prefixes where we conduct a second difficulty screening: sample multiple completions from the model for each augmented prompt, and only those instances with consistently low pass rates are retained. This two-stage filtering pipeline yields a final pool of no more than 10K problems, ensuring that augmentation resources are concentrated on the most challenging cases where the base model needs additional guidance and scaffolding.
51
+ **Integrating with RL Pipelines** QUESTA exhibits orthogonality to underlying RL algorithms, enabling seamless integration into existing training pipelines (e.g., GRPO (Shao et al., 2024), DAPO (Yu et al., 2025)) without modifications. Specifically, integration requires only replacing the original rollout dataset with the augmented dataset, while retaining the original reward function and policy update mechanism. To further exploit this input-level flexibility, we extended QUESTA with an iterative curriculum RL paradigm:
52
+ - 1. First, augment the dataset with p = 50%, apply the difficulty filtering with the augmented prompt, and conduct reinforcement learning training until the performance saturates.
53
+ - 2. Second, reduce the augmentation from p = 50% to p = 25%, i.e. provide fewer hints. Again, we apply the difficulty filtering, and conduct reinforcement learning training until convergence.
54
+ Here, the rationale for the choice of *p* is provided in Appendix B.6. By keeping the training signals strong at each stage, the method speeds up convergence on difficult tasks and makes QUESTA a simple, plug-and-play approach for curriculum-based RL.
55
+ ## <span id="page-4-0"></span>4 THEORY: VARYING LEARNABILITY ENHANCES RL EFFICIENCY
56
+ In this section, we present a theoretical perspective on how question augmentation improves the efficiency of reinforcement learning. Our central thesis is that the primary bottleneck in RL-based reasoning lies in the difficulty of discovering successful trajectories within a finite sampling budget. Question augmentation addresses this challenge by reshaping the *learnability landscape*—making hard problems more discoverable by increasing the likelihood of encountering correct trajectories.
57
+ Motivated by experiments which quantify model capcity with pass@k accuracy, we introduce the following notions of *solution set* (Definition 4.1) and *model capacity set* (Definition 4.2) for a given question q and model $\mu$ . Let $\mathcal V$ be the vocaboluary set, and let $P_{\mu}(q,\tau)$ denote the probability that a language model $\mu$ generates trajectory $\tau \in \mathcal V^*$ when conditioned on input question $q \in \mathcal V^*$ .
58
+ <span id="page-4-1"></span>**Definition 4.1** (Solution Set). Given a question q and a binary reward function $R: \mathcal{V}^* \times \mathcal{V}^* \to \{0, 1\}$ , the *solution set* is defined as:
59
+ $$S(q) = \{ \tau \in \mathcal{V}^* \mid R(q, \tau) = 1 \}.$$
60
+ <span id="page-4-2"></span>**Definition 4.2** (Model Capacity Set). Given a probability threshold $\delta_p > 0$ , a language model $\mu$ , and a question q, define the *model capacity set* $C(q, \delta_p)$ as the smallest set of trajectories whose total probability mass is at least $1 - \delta_p$ :
61
+ $$C(q, \delta_p) = \arg\min_{S \subseteq \mathcal{V}^*} \left\{ |S| \left| \sum_{\tau \in S} P_{\mu}(q, \tau) \ge 1 - \delta_p \right\}. \right.$$
62
+ The Model Capacity Set $C(q, \delta_p)$ intuitively captures the set of most likely output trajectories that the model $\mu$ can generate for a given input q, up to a small probability threshold $\delta_p$ .
63
+ <span id="page-4-3"></span>This formalization leads to a critical insight: if the model's capacity set fails to intersect with the solution set—meaning the model is unlikely to generate any correct completions—then the RL process cannot make progress. To articulate this more formally, we begin by stating a standard assumption satisfied by many popular RL algorithms, such as DAPO and online GRPO:
64
+ {5}------------------------------------------------
65
+ **Assumption 4.3** (Null Gradient from Zero-Reinforcement). The RL algorithm does not update the model weights if none of the sampled rollouts receives a positive reward (i.e., reward = 1).
66
+ Under this assumption, we easily the following lower bound, which states that if all training questions are unreachable within the model's capacity set, the RL process is likely to stall entirely:
67
+ <span id="page-5-0"></span>**Theorem 4.4** (Lower Bound on RL Learnability under Solution Inaccessibility). Given a probability threshold $\delta_p > 0$ , if for every question $q \in \mathcal{Q}$ , the model capacity set $C(q, \delta_p)$ does not intersect with the solution set $\mathcal{S}(q)$ , i.e.,
68
+ $$C(q, \delta_p) \cap \mathcal{S}(q) = \emptyset, \quad \forall q \in \mathcal{Q},$$
69
+ then under Assumption 4.3, when training RL for T steps with B samples per step such that $TB = \Theta(1/\delta_p)$ , there is a constant probability that the RL algorithm will not update the model.
70
+ To overcome this limitation, our method QUESTA provides a simple yet effective solution: augment each question in $\mathcal Q$ with a partial solution to improve the chances of sampling informative trajectories. Formally, we assume the existence of a hint $h_q$ for every question $q \in \mathcal Q$ that can guide the model toward discovering a valid completion.
71
+ <span id="page-5-2"></span>**Definition 4.5** (Question Augmentation). For every question $q \in \mathcal{Q}$ , hint $h_q \in \mathcal{V}^*$ satisfies that for $\delta'_p = \delta_p^{1/2 - \epsilon}$ for some $\epsilon > 0$ :
72
+ - the hint $h_q$ can be generated with a non-neglible probability: $P_{\mu}(h_q|q) \geq \delta_p'$
73
+ - there exists a solution to the hinted problem $s_q \in \mathcal{S}(q)$ such that $s_q$ can be generated with high probability after $s_q$ , i.e.
74
+ $$P_{\mu}(s_q|(q,h_q)) = \delta'_{p}. \quad R(q,h \oplus s_q) = 1.$$
75
+ The hint $h_q$ can exist for every question even when the model's capacity set $C(q, \delta_p)$ does not intersect with the solution set $\mathcal{S}(q)$ . For instance, if every solution can be decomposed into two steps, and the model can generate each step correctly with probability $\delta_p' = \sqrt{o(\delta_p)}$ , then the possibility of generating two steps correctly at the same time is only $o(\delta_p)$ .
76
+ This implies that the sampling budget needed with a hint is asymptotically almost the square root of the budget required without it $(\Theta(1/\delta_p))$ , as given in Theorem 4.4. We further provide a learnability result where we assume the policy is parameterized by a softmax policy parameterization in a classical tabular RL setup.
77
+ <span id="page-5-1"></span>**Theorem 4.6** (Informal Upper Bound on RL Learnability with Hint). If we have a hint $h_q$ for every question $q \in \mathcal{Q}$ (Def. 4.5), then there exists an RL algorithm that can output a policy $\pi_\theta$ such that $\mathbb{E}_{q \sim \mathrm{Uniform}(\mathcal{Q})}[\mathbb{P}_{\tau \sim \pi_\theta(\cdot|q)}(\tau \in \mathcal{S}(q))] \geq 0.99$ with $O(1/\delta_p')$ sampling budget with high probability.
78
+ Theorem 4.6 provides a theoretical guarantee that the model can reach a high training success rate when partial solution is included. Empirically, we observe the model generalizes well both in-distribution and out-of-distribution to hard questions.
79
+ #### 5 EXPERIMENTS
80
+ **Dataset.** We begin with the OpenR1-Math-220K dataset and use DeepSeek-R1-Distill-1.5B as a weak selection model to filter it down to the 26K hardest items. This set serves as our base prompts. We then use Nemotron-1.5B to sample eight generations per prompt and classify problems into Easy Data (7–8 correct answers) and Hard Data (0–1 correct answers), enabling controlled experiments introduced in Section 2. The exact prompt template is provided in Appendix B.8
81
+ **Data Augmentation (QUESTA).** To improve the tractability of the problems, we apply QUESTA to prepend the prompt with partial solutions, i.e. first p% of the full solution in the SFT data provided in the OpenR1-Math-220K dataset. After augmentation, we use the initial model at RL training, either Nemotron-1.5B or DeepScaleR-1.5B, to sample 8 generations per augmented prompts and select samples with 0–4 correct predictions. Full details are provided in Appendix B.5. These high-variance cases provide stronger learning signals and make the training process more effective.
82
+ {6}------------------------------------------------
83
+ <span id="page-6-0"></span>Table 1: Performance comparison (Pass@1, averaged over 32 samples) across maths benchmarks. The best results among the 1.5B models are highlighted in bold. Larger models are shown in gray as reference points. Reported results for DeepSeek-R1-Distill and Qwen3 are taken from their official documentation [\(Guo et al., 2025;](#page-10-2) [Yang et al., 2025\)](#page-11-2), while the rest are self-evaluated. Our QUESTA-Nemotron-1.5B achieves state-of-the-art performance among 1.5B models and, notably, matches or even exceeds the performance of DeepSeek-R1-Distill-32B across several benchmarks, despite being over 20× smaller in parameter count. This demonstrates the effectiveness of QUESTA in enhancing small model capabilities through targeted training.
84
+ | Model | AIME24 | AIME25 | HMMT FEB 25 | Olympiad Bench | BRUMO25 | Avg |
85
+ |--------------------------|--------|--------|-------------|----------------|---------|-------|
86
+ | DeepSeek-R1-Distill-1.5B | 28.7 | 22.3 | 12.0 | 52.4 | 31.8 | 29.44 |
87
+ | Qwen3-1.7B | 48.3 | 36.8 | 22.19 | 56.13 | 44.06 | 41.50 |
88
+ | DeepSeek-R1-Distill-32B | 72.6 | 51.8 | 33 | 65.0 | 68 | 58.08 |
89
+ | Qwen3-8B | 76.0 | 67.3 | 44.79 | 68.56 | 68.33 | 64.99 |
90
+ | Nemotron-1.5B | 61.77 | 49.50 | 31.56 | 64.62 | 58.23 | 53.14 |
91
+ | QUESTA-Nemotron-1.5B | 72.50 | 62.29 | 41.67 | 70.36 | 69.48 | 63.26 |
92
+ Training Setup. We use AReaL [\(Fu et al., 2025\)](#page-9-2) as our RL training framework, applying the GRPO algorithm [\(Guo et al., 2025\)](#page-10-2) without the Kullback–Leibler (KL) divergence loss. Following DAPO [\(Yu et al., 2025\)](#page-11-3), we also dynamically filter out prompts that are either all correct or all incorrect during rollouts. During training, we sample n = 16 responses per prompt with a maximum prompt length of 8192 tokens and a maximum generation length of 24000 tokens, using a sampling temperature of 1.0 and clipping hyperparameters with εlow = εhigh = 0.2. The batch size is 128 with a mini-batch size of 1, equivalent to 128 gradient updates per rollout step. Optimization is performed with AdamW [\(Kingma & Ba, 2017;](#page-10-5) [Loshchilov & Hutter, 2019\)](#page-10-6) using a constant learning rate of 2 × 10<sup>−</sup><sup>5</sup> . Experiments are conducted on eight NVIDIA H800 (80GB) nodes. Full details of our training method are provided in Appendix [B.1.](#page-13-0)
93
+ Evaluation Setup. For each problem in the evaluation benchmarks, we generate 32 samples and report pass@1 results. Generation uses a sampling temperature of 0.7 and a top-p value of 0.95, with k = 32 responses per question unless otherwise specified. *It is important to note that while partial solutions were incorporated during training, no partial solutions are provided at evaluation time.*
94
+ ## 5.1 EXPERIMENTAL RESULTS
95
+ Key Results. Table [1](#page-6-0) reports results on challenging math benchmarks. QUESTA yields substantial gains for Nemotron-1.5B, achieving an average improvement of 10% over its baseline and a particularly strong +13% on AIME25. These improvements are consistent across all benchmarks, highlighting the effectiveness of our approach in enhancing problem-solving robustness.
96
+ Compared to other models, QUESTA-Nemotron-1.5B consistently outperforms peers of similar scale, such as DeepSeek-R1-Distill-1.5B and Qwen3-1.7B, and even surpasses larger models like DeepSeek-R1-Distill-32B across all benchmarks. On AIME25 in particular, it exceeds DeepSeek-R1-Distill-32B by a substantial margin of +11%. Against the stronger Qwen3-8B, QUESTA-Nemotron-1.5B remains competitive despite operating at a fraction of the parameter scale.
97
+ Training Dynamics. Figure [5](#page-7-1) summarizes the training dynamics of QUESTA-Nemotron-1.5B. A positive correlation is observed between average response length and model accuracy, reflecting common trends in RL training. Notably, with QUESTA, the entropy during RL training remains stable and does not exhibit significant collapse.
98
+ Pass@k Analysis. Our evaluation follows the standard pass@k methodology, consistent with DeepSeek-R1 [\(Guo et al., 2025\)](#page-10-2), with further details provided in Appendix [B.2.](#page-13-1) In contrast to recent findings that RL-based training can reduce pass@k at larger k values [\(Yue et al., 2025;](#page-11-0) [Liu et al., 2025\)](#page-10-0), our results show that QUESTA preserves—and in many cases modestly improves—performance across a broad range of k. As shown in Figure [2,](#page-1-0) incorporating partial-solution hints within a two-stage curriculum yields consistent gains across models, without the degradation in pass@k often observed under standard RL training. These results indicate that QUESTA enhances both the quality and diversity of candidate solutions, rather than overfitting to a single best trajectory.
99
+ {7}------------------------------------------------
100
+ <span id="page-7-1"></span>![](_page_7_Figure_1.jpeg)
101
+ Figure 5: Training dynamics of QUESTA-Nemotron-1.5B. The first and second charts show the progression of average response length and average reward across rollout samples during the RL process, both of which steadily increase over time. The third chart presents the average entropy. Interestingly, the entropy increases over time, suggesting that QUESTA does not suffer from entropy collapse and instead encourages diverse and exploratory behavior.
102
+ <span id="page-7-0"></span>![](_page_7_Figure_3.jpeg)
103
+ Figure 6: Pass Rate Distribution on Training Prompts. We compare the success rate on the 26K training set before and after RL, using the average pass rate over 8 samples per question. Although partial solutions are included during QUESTA training, **no hints** are provided during this evaluation. This setup isolates the true impact of QUESTA by assessing its ability to improve performance on problems without hints. QUESTA significantly reduces the number of unsolved or partially solved problems in the training set, especially for hard ones where initial model solves only 0/8 or 1/8 times.
104
+ Generalization at Test Time when Hints are Removed. A natural question arises from our approach: since we add partial solutions during RL training, does this improvement persist when hints are removed at evaluation time? To answer this, Figure 6 compares the pre- and post-RL models on the 26K training prompt set, evaluated without any hints. The distribution clearly shifts away from the 0/8–1/8 bins toward higher pass rates, indicating that the model solves a larger fraction of problems even without access to partial solutions. On the evaluation AIME benchmarks, Table 2 further demonstrates that QUESTA expands coverage at Pass@32: for Nemotron-1.5B, the number of unsolved problems drops from 5 to 2 on AIME24 (newly solved indices 2, 13, 29) and from 6 to 3 on AIME25 (newly solved indices 9, 13, 27). Taken together, these results show that our method generalizes well beyond the training setting and helps solve hard problems that are otherwise inaccessible without partial-solution guidance.
105
+ #### 5.2 Further Ablations
106
+ **Ablation with Difficulty Curriculum.** We first motivate the choice of a two-stage curriculum: RL on *Partial-50* followed by RL on *Partial-25*. From a modeling standpoint, the most appropriate inference distribution for the model should be the original (no-hint) distribution. Hence, during training we should gradually reduce reliance on hints to align the learned policy with the evaluation distribution. This motivates decreasing the partial ratio over time so that the model transitions from scaffolded reasoning to autonomous reasoning.
107
+ {8}------------------------------------------------
108
+ <span id="page-8-1"></span>Table 2: Indices of **unsolved** problems at Pass@32 on AIME24 and AIME25 (with indices ranging from 0-29). Our method, QUESTA, consistently improve the model capacity on hard cases where the initial model is unable to solve, improving overall coverage at Pass@32.
109
+ | Models | AIME24 Unsodlved Indices | AIME25 Unsolved Indices |
110
+ |----------------------|--------------------------|-------------------------|
111
+ | Nemotron-1.5B | 2, 3, 13, 21, 29 | 9, 12, 13, 14, 27, 29 |
112
+ | QUESTA-Nemotron-1.5B | 3, 21 | 12, 14, 29 |
113
+ <span id="page-8-0"></span>Table 3: Ablation Study on the Impact of Curriculum Design. This table demonstrates the importance of curriculum learning in improving model performance. The model QUESTA-Nemotron-1.5B-50 was trained entirely with Partial-50 data for 2000 steps, while QUESTA-Nemotron-1.5B followed a curriculum learning approach, starting with 100 steps of Partial-50 data followed by 1900 steps of Partial-25 data. As seen in the table, the curriculum learning approach (QUESTA-Nemotron-1.5B) outperforms training with only Partial-50 data (QUESTA-Nemotron-1.5B-50). Extension with Partial-50-Partial-25-Partial-0 did not yield significant improvements, and thus, are not included in the table.
114
+ | Model | AIME24 | AIME25 | HMMT FEB 25 | Olympiad Bench | BRUMO25 | Avg |
115
+ |------------------------------------------------------------|--------------|--------------|--------------|----------------|--------------|--------------|
116
+ | Nemotron-1.5B QUESTA-Nemotron-1.5B-50 QUESTA-Nemotron-1.5B | 61.77 | 49.50 | 31.56 | 64.62 | 58.23 | 53.14 |
117
+ | | 67.18 | 59.38 | 39.17 | 69.41 | 66.15 | 60.26 |
118
+ | | <b>72.50</b> | <b>62.29</b> | <b>41.67</b> | <b>70.36</b> | <b>69.48</b> | <b>63.26</b> |
119
+ Empirically, Table 3 shows that, under the same 2000-step budget, the curriculum *Partial-50* Partial-25 learns substantially better than training on *Partial-50* alone. We cap the *Partial-50* stage at 100 steps, after which we switch to *Partial-25*. As shown in Figure 11, entropy for QUESTA-Nemotron-1.5B-50 begins to decline beyond 100 steps, so transitioning at this point prevents overconfidence and sustains training stability. We have also tried extending the curriculum from *Partial-25* to *Partial-0* in our experiments, but observed no gains and no increase in response length (see Figure 12).
120
+ <span id="page-8-2"></span>Table 4: Performance comparison (Pass@1, averaged over 32 samples) between Nemotron-1.5B and QUESTA-Nemotron-1.5B (By OpenMathReasoning). The two models achieve comparable results, with the version trained on OpenR1 performing slightly better overall.
121
+ | Model | AIME24 | AIME25 | HMMT FEB 25 | Olympiad Bench | BRUMO25 Avg |
122
+ |--------------------------------------------------------------------------|--------|--------|-------------|----------------|---------------|
123
+ | Nemotron-1.5B QUESTA-50 (with OpenMathReasoning) QUESTA-50 (with OpenR1) | 61.77 | 49.50 | 31.56 | 64.62 | 58.23 53.14 |
124
+ | | 66.46 | 58.54 | 36.35 | 66.06 | 63.13 58.11 |
125
+ | | 67.18 | 59.38 | 39.17 | 69.41 | 66.15 60.26 |
126
+ Ablation with Different Dataset. We also evaluated QUESTA on OpenMathReasoning Moshkov et al. (2025), selecting the 60K questions with pass\_rate\_72b\_tir of 0 or 1/32. Due to time constraints, we trained only the first stage of QUESTA with 50% partial solutions. Table 4 shows that QUESTA-Nemotron-1.5B-50 achieves similar performance as using the OpenR1 dataset. This indicates that our approach generalizes across datasets.
127
+ **Other Ablations.** We also conduct an extensive set of comparative experiments and ablation studies, with detailed results provided in Appendix D. These include an ablation of QUESTA without hints (Appendix D.1), experiments with different model backbones (Appendix D.2), and the full set of pass rates and training curves for additional models (Appendix D.3).
128
+ #### 6 CONCLUSIONS
129
+ In this work we introduced QUESTA, a lightweight data-centric framework that augments hard prompts with partial-solution hints during RL training. Without altering model architecture or reward design, QUESTA sets new state-of-the-art results for 1.5 B-scale models on AIME24, AIME25 and HMMT25. Further, we theoretically demonstrate how question augmentation can improve sample
130
+ {9}------------------------------------------------
131
+ efficiency. Our analysis shows that the method can potentially be generalized to other domains such as competitive coding, software engineering or other agentic tasks. Designing proper question augmentation pipelines for theses new tasks can be an important and interesting future direction.
132
+ #### REFERENCES
133
+ <span id="page-9-5"></span>Brown university math olympiad 2025. February 2025.
134
+ <span id="page-9-4"></span>Harvard-mit mathematics tournament 2025. February 2025.
135
+ <span id="page-9-0"></span>Chenxin An, Zhihui Xie, Xiaonan Li, Lei Li, Jun Zhang, Shansan Gong, Ming Zhong, Jingjing Xu, Xipeng Qiu, Mingxuan Wang, and Lingpeng Kong. Polaris: A post-training recipe for scaling reinforcement learning on advanced reasoning models, 2025.
136
+ <span id="page-9-6"></span>Mislav Balunović, Jasper Dekoninck, Ivo Petrov, Nikola Jovanović, and Martin Vechev. Matharena: Evaluating Ilms on uncontaminated math competitions, February 2025.
137
+ <span id="page-9-3"></span>Mark Chen, Jerry Tworek, Heewoo Jun, Qiming Yuan, Henrique Ponde de Oliveira Pinto, Jared Kaplan, Harri Edwards, Yuri Burda, Nicholas Joseph, Greg Brockman, Alex Ray, Raul Puri, Gretchen Krueger, Michael Petrov, Heidy Khlaaf, Girish Sastry, Pamela Mishkin, Brooke Chan, Scott Gray, Nick Ryder, Mikhail Pavlov, Alethea Power, Lukasz Kaiser, Mohammad Bavarian, Clemens Winter, Philippe Tillet, Felipe Petroski Such, Dave Cummings, Matthias Plappert, Fotios Chantzis, Elizabeth Barnes, Ariel Herbert-Voss, William Hebgen Guss, Alex Nichol, Alex Paino, Nikolas Tezak, Jie Tang, Igor Babuschkin, Suchir Balaji, Shantanu Jain, William Saunders, Christopher Hesse, Andrew N. Carr, Jan Leike, Josh Achiam, Vedant Misra, Evan Morikawa, Alec Radford, Matthew Knight, Miles Brundage, Mira Murati, Katie Mayer, Peter Welinder, Bob McGrew, Dario Amodei, Sam McCandlish, Ilya Sutskever, and Wojciech Zaremba. Evaluating large language models trained on code, 2021.
138
+ <span id="page-9-1"></span>Ganqu Cui, Yuchen Zhang, Jiacheng Chen, Lifan Yuan, Zhi Wang, Yuxin Zuo, Haozhan Li, Yuchen Fan, Huayu Chen, Weize Chen, et al. The entropy mechanism of reinforcement learning for reasoning language models. *arXiv preprint arXiv:2505.22617*, 2025.
139
+ <span id="page-9-2"></span>Wei Fu, Jiaxuan Gao, Xujie Shen, Chen Zhu, Zhiyu Mei, Chuyi He, Shusheng Xu, Guo Wei, Jun Mei, Jiashu Wang, et al. Areal: A large-scale asynchronous reinforcement learning system for language reasoning. *arXiv preprint arXiv:2505.24298*, 2025.
140
+ <span id="page-9-7"></span>Zitian Gao, Lynx Chen, Haoming Luo, Joey Zhou, and Bryan Dai. One-shot entropy minimization, 2025.
141
+ {10}------------------------------------------------
142
+ - <span id="page-10-3"></span>Gemini Team, Google DeepMind. Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities, 2025. Accessed: July 2025.
143
+ - <span id="page-10-2"></span>Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. *arXiv preprint arXiv:2501.12948*, 2025.
144
+ - <span id="page-10-13"></span>Chaoqun He, Renjie Luo, Yuzhuo Bai, Shengding Hu, Zhen Leng Thai, Junhao Shen, Jinyi Hu, Xu Han, Yujie Huang, Yuxiang Zhang, Jie Liu, Lei Qi, Zhiyuan Liu, and Maosong Sun. Olympiadbench: A challenging benchmark for promoting agi with olympiad-level bilingual multimodal scientific problems, 2024.
145
+ - <span id="page-10-9"></span>Zhenyu Hou, Ziniu Hu, Yujiang Li, Rui Lu, Jie Tang, and Yuxiao Dong. Treerl: Llm reinforcement learning with on-policy tree search, 2025.
146
+ - <span id="page-10-1"></span>Aaron Jaech, Adam Kalai, Adam Lerer, Adam Richardson, Ahmed El-Kishky, Aiden Low, Alec Helyar, Aleksander Madry, Alex Beutel, Alex Carney, et al. Openai o1 system card. *arXiv preprint arXiv:2412.16720*, 2024.
147
+ - <span id="page-10-15"></span>Naman Jain, King Han, Alex Gu, Wen-Ding Li, Fanjia Yan, Tianjun Zhang, Sida Wang, Armando Solar-Lezama, Koushik Sen, and Ion Stoica. Livecodebench: Holistic and contamination free evaluation of large language models for code, 2024.
148
+ - <span id="page-10-10"></span>Amirhossein Kazemnejad, Milad Aghajohari, Eva Portelance, Alessandro Sordoni, Siva Reddy, Aaron Courville, and Nicolas Le Roux. Vineppo: Refining credit assignment in rl training of llms, 2025.
149
+ - <span id="page-10-5"></span>Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization, 2017.
150
+ - <span id="page-10-14"></span>Yujia Li, David Choi, Junyoung Chung, Nate Kushman, Julian Schrittwieser, Rémi Leblond, Tom Eccles, James Keeling, Felix Gimeno, Agustin Dal Lago, Thomas Hubert, Peter Choy, Cyprien de Masson d'Autume, Igor Babuschkin, Xinyun Chen, Po-Sen Huang, Johannes Welbl, Sven Gowal, Alexey Cherepanov, James Molloy, Daniel J. Mankowitz, Esme Sutherland Robson, Pushmeet Kohli, Nando de Freitas, Koray Kavukcuoglu, and Oriol Vinyals. Competition-level code generation with alphacode. *Science*, 378(6624):1092–1097, December 2022. ISSN 1095-9203. doi: 10.1126/science.abq1158.
151
+ - <span id="page-10-16"></span>Bill Yuchen Lin, Ronan Le Bras, Kyle Richardson, Ashish Sabharwal, Radha Poovendran, Peter Clark, and Yejin Choi. Zebralogic: On the scaling limits of llms for logical reasoning, 2025.
152
+ - <span id="page-10-0"></span>Mingjie Liu, Shizhe Diao, Ximing Lu, Jian Hu, Xin Dong, Yejin Choi, Jan Kautz, and Yi Dong. Prorl: Prolonged reinforcement learning expands reasoning boundaries in large language models. *arXiv preprint arXiv:2505.24864*, 2025.
153
+ - <span id="page-10-6"></span>Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization, 2019.
154
+ - <span id="page-10-4"></span>Haipeng Luo, Qingfeng Sun, Can Xu, Pu Zhao, Jianguang Lou, Chongyang Tao, Xiubo Geng, Qingwei Lin, Shifeng Chen, Yansong Tang, and Dongmei Zhang. Wizardmath: Empowering mathematical reasoning for large language models via reinforced evol-instruct, 2025a. URL <
155
+ - <span id="page-10-7"></span>Michael Luo, Sijun Tan, Justin Wong, Xiaoxiang Shi, William Y. Tang, Manan Roongta, Colin Cai, Jeffrey Luo, Li Erran Li, Raluca Ada Popa, and Ion Stoica. Deepscaler: Surpassing o1-preview with a 1.5b model by scaling rl, 2025b. Notion Blog.
156
+ - <span id="page-10-11"></span>MAA. American invitational mathematics examination 2024. February 2024.
157
+ - <span id="page-10-12"></span>MAA. American invitational mathematics examination 2025. February 2025.
158
+ - <span id="page-10-8"></span>Saumya Malik, Valentina Pyatkin, Sander Land, Jacob Morrison, Noah A. Smith, Hannaneh Hajishirzi, and Nathan Lambert. Rewardbench 2: Advancing reward model evaluation, 2025.
159
+ - <span id="page-10-17"></span>Jincheng Mei, Chenjun Xiao, Csaba Szepesvari, and Dale Schuurmans. On the global convergence rates of softmax policy gradient methods, 2022.
160
+ {11}------------------------------------------------
161
+ - <span id="page-11-5"></span>Ivan Moshkov, Darragh Hanley, Ivan Sorokin, Shubham Toshniwal, Christof Henkel, Benedikt Schifferer, Wei Du, and Igor Gitman. Aimo-2 winning solution: Building state-of-the-art mathematical reasoning models with openmathreasoning dataset. *arXiv preprint arXiv:2504.16891*, 2025.
162
+ - <span id="page-11-1"></span>Open-R1 Team. Openr1-math-220k: A large-scale dataset for mathematical reasoning, 2025.
163
+ - <span id="page-11-13"></span>Shubham Parashar, Shurui Gui, Xiner Li, Hongyi Ling, Sushil Vemuri, Blake Olson, Eric Li, Yu Zhang, James Caverlee, Dileep Kalathil, and Shuiwang Ji. Curriculum reinforcement learning from easy to hard tasks improves llm reasoning. 2025.
164
+ - <span id="page-11-11"></span>Yuxiao Qu, Matthew Y. R. Yang, Amrith Setlur, Lewis Tunstall, Edward Emanuel Beeching, Ruslan Salakhutdinov, and Aviral Kumar. Optimizing test-time compute via meta reinforcement finetuning, 2025.
165
+ - <span id="page-11-15"></span>David Rein, Betty Li Hou, Asa Cooper Stickland, Jackson Petty, Richard Yuanzhe Pang, Julien Dirani, Julian Michael, and Samuel R. Bowman. Gpqa: A graduate-level google-proof q&a benchmark, 2023.
166
+ - <span id="page-11-7"></span>John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms, 2017.
167
+ - <span id="page-11-8"></span>Rulin Shao, Shuyue Stella Li, Rui Xin, Scott Geng, Yiping Wang, Sewoong Oh, Simon Shaolei Du, Nathan Lambert, Sewon Min, Ranjay Krishna, et al. Spurious rewards: Rethinking training signals in rlvr. *arXiv preprint arXiv:2506.10947*, 2025.
168
+ - <span id="page-11-6"></span>Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Y Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. *arXiv preprint arXiv:2402.03300*, 2024.
169
+ - <span id="page-11-9"></span>Peiyi Wang, Lei Li, Zhihong Shao, R. X. Xu, Damai Dai, Yifei Li, Deli Chen, Y. Wu, and Zhifang Sui. Math-shepherd: Verify and reinforce llms step-by-step without human annotations, 2024.
170
+ - <span id="page-11-4"></span>Shenzhi Wang, Le Yu, Chang Gao, Chujie Zheng, Shixuan Liu, Rui Lu, Kai Dang, Xionghui Chen, Jianxin Yang, Zhenru Zhang, et al. Beyond the 80/20 rule: High-entropy minority tokens drive effective reinforcement learning for llm reasoning. *arXiv preprint arXiv:2506.01939*, 2025a.
171
+ - <span id="page-11-16"></span>Yiping Wang, Qing Yang, Zhiyuan Zeng, Liliang Ren, Liyuan Liu, Baolin Peng, Hao Cheng, Xuehai He, Kuan Wang, Jianfeng Gao, Weizhu Chen, Shuohang Wang, Simon Shaolei Du, and Yelong Shen. Reinforcement learning for reasoning in large language models with one training example, 2025b.
172
+ - <span id="page-11-10"></span>Xumeng Wen, Zihan Liu, Shun Zheng, Zhijian Xu, Shengyu Ye, Zhirong Wu, Xiao Liang, Yang Wang, Junjie Li, Ziming Miao, et al. Reinforcement learning with verifiable rewards implicitly incentivizes correct reasoning in base llms. *arXiv preprint arXiv:2506.14245*, 2025.
173
+ - <span id="page-11-12"></span>Zhiheng Xi, Wenxiang Chen, Boyang Hong, Senjie Jin, Rui Zheng, Wei He, Yiwen Ding, Shichun Liu, Xin Guo, Junzhe Wang, Honglin Guo, Wei Shen, Xiaoran Fan, Yuhao Zhou, Shihan Dou, Xiao Wang, Xinbo Zhang, Peng Sun, Tao Gui, Qi Zhang, and Xuanjing Huang. Training large language models for reasoning through reverse curriculum reinforcement learning, 2024. URL <
174
+ - <span id="page-11-14"></span>Yuchen Yan, Yongliang Shen, Yang Liu, Jin Jiang, Mengdi Zhang, Jian Shao, and Yueting Zhuang. Inftythink: Breaking the length limits of long-context reasoning in large language models. *arXiv preprint arXiv:2503.06692*, 2025.
175
+ - <span id="page-11-2"></span>An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, et al. Qwen3 technical report. *arXiv preprint arXiv:2505.09388*, 2025.
176
+ - <span id="page-11-3"></span>Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Weinan Dai, Tiantian Fan, Gaohong Liu, Lingjun Liu, et al. Dapo: An open-source llm reinforcement learning system at scale. *arXiv preprint arXiv:2503.14476*, 2025.
177
+ - <span id="page-11-0"></span>Yang Yue, Zhiqi Chen, Rui Lu, Andrew Zhao, Zhaokai Wang, Shiji Song, and Gao Huang. Does reinforcement learning really incentivize reasoning capacity in llms beyond the base model? *arXiv preprint arXiv:2504.13837*, 2025.
178
+ {12}------------------------------------------------
179
+ - <span id="page-12-0"></span>Rosie Zhao, Alexandru Meterez, Sham Kakade, Cengiz Pehlevan, Samy Jelassi, and Eran Malach. Echo chamber: Rl post-training amplifies behaviors learned in pretraining, 2025.
180
+ - <span id="page-12-1"></span>Xinyu Zhu, Mengzhou Xia, Zhepei Wei, Wei-Lin Chen, Danqi Chen, and Yu Meng. The surprising effectiveness of negative reinforcement in llm reasoning. *arXiv preprint arXiv:2506.01347*, 2025.
181
+ {13}------------------------------------------------
182
+ ## A THE USE OF LARGE LANGUAGE MODELS (LLMS)
183
+ The Large Language Models (LLMs) were exclusively utilized to polish the writing and detect potential typos, with no involvement in other aspects.
184
+ #### **B** IMPLEMENTATION DETAILS
185
+ #### <span id="page-13-0"></span>**B.1 RLVR ALGORITHMS**
186
+ We have employed the GRPO algorithm enhanced with a subset of DAPO techniques. Primarily, we have integrated DAPO's Dynamic Sampling Trick and eliminated the KL divergence term, resulting in an optimization objective that is:
187
+ $$\begin{split} \mathcal{J}(\theta) &= & \mathbb{E}_{q \sim \mathcal{D}, \{o_i\}_{i=1}^G \sim \pi_{\theta_{\text{old}}}(\cdot|q)} \\ & \left[ \frac{1}{G} \sum_{i=1}^G \frac{1}{|o_i|} \sum_{t=1}^{|o_i|} \min\left(r_{i,t}(\theta) \hat{A}_{i,t}, \, \text{clip}\Big(r_{i,t}(\theta), 1-\varepsilon, 1+\varepsilon\Big) \hat{A}_{i,t}\Big) \right] \\ & \text{s.t.} \quad 0 < \#\Big\{o_i \mid [o_i \text{ is correct}]\}\Big\} < G, \end{split} \tag{1}$$
188
+ where
189
+ $$r_{i,t}(\theta) = \frac{\pi_{\theta}(o_{i,t} \mid q, o_{i, < t})}{\pi_{\theta_{\text{old}}}(o_{i,t} \mid q, o_{i, < t})}, \quad \hat{A}_{i,t} = \frac{R_i - \text{mean}(\{R_i\}_{i=1}^G)}{\text{std}(\{R_i\}_{i=1}^G)}.$$
190
+ (2)
191
+ Our reward function R mirrors that of DeepScaleR (Luo et al., 2025b), employing an Outcome Reward Model. It returns 1 if and only if both the answer and format are correct; otherwise, it returns 0. In summary, our reward function yields:
192
+ $$R = \begin{cases} 1, & \text{if the answer (e.g. passes basic LaTeX/Sympy checks)} \\ & \text{and format (e.g. exists and ) are both correct,} \\ 0, & \text{otherwise.} \end{cases}$$
193
+ (3)
194
+ #### <span id="page-13-1"></span>B.2 LOW-VARIANCE PASS@K ESTIMATION
195
+ Pass@k is a measure of a model's problem - solving ability, indicating the probability that the model can generate at least one correct solution in k attempts. Specifically, for each problem $x_i$ in the evaluation dataset $\mathcal{D}$ , we generate n samples (where $n \geq k$ ) and count the correct ones as $c_i$ . The direct calculation formula is:
196
+ $$\operatorname{pass}@k := \mathbb{E}_{x_i \sim \mathcal{D}} \left[ 1 - \left( 1 - \frac{c_i}{n} \right)^k \right] \tag{4}$$
197
+ However, this formula has excessive variance and insufficient accuracy. To solve this problem, we adopt the unbiased estimation method proposed by Chen et al. (Chen et al., 2021), using the unbiased estimator of pass@k over the dataset:
198
+ $$\operatorname{pass}@k := \mathbb{E}_{x_i \sim \mathcal{D}} \left[ 1 - \frac{\binom{n - c_i}{k}}{\binom{n}{k}} \right] \tag{5}$$
199
+ In our experiments, to ensure sufficient accuracy, we set n such that $2k \le n$ , which helps further reduce the variance of the estimate.
200
+ ## B.3 MORE RELATED WORKS
201
+ Recent studies show that RL algorithms, such as PPO (Schulman et al., 2017) and GRPO (Guo et al., 2025), can greatly enhance model reasoning capabilities. Building on this, several works have refined this paradigm from different perspectives. One method can be adjusting the reward function. Some studies (Zhu et al., 2025; Shao et al., 2025) directly modify the reward function to improve training efficiency. Other methods introduced intermediate process rewards (Wang et al., 2024; Malik et al., 2025), while Wen et al. (Wen et al., 2025) set up a separate correctness judgment for CoT to obtain rewards.
202
+ {14}------------------------------------------------
203
+ Another novel perspective aims to improve sample efficiency by measuring certainty. For example, TreeRL (Hou et al., 2025) and VinePPO (Kazemnejad et al., 2025) enhanced sample effects by introducing entropy or confidence. MRT (Qu et al., 2025), on the other hand, reused partial trajectories during testing to boost sample efficiency. R3 (Xi et al., 2024) improves RL sample efficiency by decomposing human solution steps and providing preceding steps to guide the model in completing subsequent ones. Further, some research adopted a multi-stage training or reasoning mode, exploring from different angles such as training length (Luo et al., 2025b), question difficulty (Parashar et al., 2025), and fixed-length summaries during reasoning (Yan et al., 2025).
204
+ In addition to designing better algorithms, another line of research (Shao et al., 2024; Yue et al., 2025; Zhao et al., 2025) has investigated how reinforcement learning affects the frontier of model capabilities, observing a decay in pass@k when k becomes large. In response to this phenomenon, some works (Yu et al., 2025; Liu et al., 2025; An et al., 2025) maintained entropy stability by adjusting training entropy through methods such as increasing the clipping upper bound, enlarging the temperature coefficient, extending the training length, and periodically updating the KL reference model. StepHint (Zhang et al., 2025) also preserved entropy stability by leveraging intermediate thinking content of iterative length as a prompting signal.
205
+ In contrast to the aforementioned research, our work adopts an orthogonal approach by using part of the ground-truth solution as a hint, without requiring any modifications to the existing reinforcement learning infrastructure. We provide both theoretical justification and empirical evidence that this strategy maintains pass@k without compromising the exploratory capacity of the underlying reinforcement learning algorithm.
206
+ #### B.4 BENCHMARKS
207
+ We evaluate the models' breadth across various tasks in multiple domains, including mathematics, coding, reasoning, and logical inference. For mathematics, we follow DeepScaleR (Luo et al., 2025b) and Nemotron (Moshkov et al., 2025), and conduct assessments on more challenging mathematical datasets such as AIME2024 (MAA, 2024), AIME2025 (MAA, 2025), Olympiad Bench (He et al., 2024), HMMT FEB 25 (hmm, 2025), and BRUMO25 (bru, 2025). Specifically, HMMT25 Feb and BRUMO25 are both sourced from MathArena (Balunović et al., 2025). In the realm of coding, we utilize commonly employed datasets, including Code Contests (Li et al., 2022), Codeforces<sup>1</sup>, and LCB V5 202410-202502 (Jain et al., 2024). For logical reasoning tasks, we assess our models' capabilities using GPQA Diamond (Rein et al., 2023) <sup>2</sup> and Zebraliogic (Lin et al., 2025). The benchmarks related to coding and logical reasoning are all referenced from AReaL (Fu et al., 2025).
208
+ ## <span id="page-14-0"></span>B.5 TRAINING DATASET
209
+ The dataset employed in our study is OpenR1-Math-220K (Open-R1 Team, 2025). Prior to commencing the training of the Partial Solution, we conducted a preliminary screening of the dataset. Specifically, we utilized the DeepSeek-R1-Distill-1.5B (Guo et al., 2025) model to perform eight inference operations on each of the 220k data entries in the OpenR1 dataset. Subsequently, we compared the annotated answers in the OpenR1 dataset with the results generated from each inference to tally the number of correct instances for each data entry. Ultimately, we selected the data entries with 0 or 1 correct instance as the training samples for our study. The final dataset size is 26K.
210
+ For controlled comparisons, we further split this 26K subset by re-sampling **Nemotron-1.5B** eight times per item and counting correct completions. We define *Easy Data* as questions with correct counts in [7,8] and train a model on this split, denoted <code>Easy-Nemotron-1.5B</code>. Similarly, we define *Hard Data* as questions with correct counts in [0,1] and train <code>Hard-Nemotron-1.5B</code> on this split.
211
+ Additionally, for the augmented data, we perform eight inference passes using the model currently under training. We then select samples for which the number of correct predictions falls within the range of [0,4]. This criterion is motivated by the finding that samples exhibiting higher variance are more beneficial for training (Gao et al., 2025; Wang et al., 2025b). The range [0,4] is chosen because it includes the point of maximum sample variance, which is achieved with four correct predictions out of eight trials. For convenience, we refer to augmented data with partial ratio p as Partial-p data.
212
+ <span id="page-14-2"></span><span id="page-14-1"></span><sup>1</sup>
213
+ <sup>&</sup>lt;sup>2</sup>In the GPQA Diamond dataset, multiple-choice questions are presented in the form of options rather than directly providing the answer, requiring the model to output only A, B, C, or D.
214
+ {15}------------------------------------------------
215
+ ## <span id="page-15-0"></span>B.6 THE RATIONALE FOR THE CHOICE OF p
216
+ <span id="page-15-2"></span>Table 5: Number of problems vs pass rate under different hint levels on OpenMath-Nemotron-1.5B before training. We evaluated OpenMath-Nemotron-1.5B on the OpenR1 dataset after the first round of filtering, with each problem assessed 8 times. The table illustrates the distribution of correct answers (n) where n ∈ {0, 1, . . . , 8}.
217
+ | Hint Levels | 0 / 8 | 1 / 8 | 2 / 8 | 3 / 8 | 4 / 8 | 5 / 8 | 6 / 8 | 7 / 8 | 8 / 8 |
218
+ |-------------|-------|-------|-------|-------|-------|-------|-------|-------|-------|
219
+ | Partial-50 | 143 | 224 | 304 | 472 | 710 | 1013 | 1779 | 3655 | 17741 |
220
+ | Partial-25 | 3155 | 1997 | 1814 | 1785 | 1902 | 2175 | 2614 | 3440 | 7159 |
221
+ | Partial-10 | 3589 | 2090 | 1865 | 1842 | 1905 | 2176 | 2653 | 3415 | 6506 |
222
+ | Partial-0 | 3812 | 2218 | 1854 | 1842 | 2007 | 2136 | 2517 | 3264 | 6391 |
223
+ In this study, we evaluated the performance of OpenMath-Nemotron-1.5B on the OpenR1 dataset under various hint levels. The evaluation was performed after the first round of filtering, and each problem was assessed 8 times to capture the predictive distribution. The resulting table (Table [5\)](#page-15-2) shows the distribution of correct answers across different hint levels, where the values represent the number of times the model answered correctly (n ∈ {0, 1, . . . , 8}).
224
+ The selection of the hint parameter p was primarily based on these evaluation results. As shown in the table, the performance with a Partial-50 hint significantly reduces task difficulty, as evidenced by the high pass rates across most levels. In contrast, Partial-25 (25% hint) exhibits a performance pattern similar to that of the no-hint scenario (Partial-0), with only marginal differences in task difficulty.
225
+ This minimal difference in difficulty between Partial-0 and Partial-25 suggests that training with Partial-25 does not provide substantial gains compared to Partial-0. Consequently, we adopted a stepwise design in which the hint level is first set to p = 50%, followed by p = 25%, to evaluate the model's performance under varying conditions.
226
+ ## B.7 EVALUATION SETUP
227
+ We configured the models to have a maximum generation length of 32,768 tokens. In line with DeepSeek-R1 [\(Guo et al., 2025\)](#page-10-2), we utilized pass@k evaluation [\(Chen et al., 2021\)](#page-9-3), with the formula detailed in [B.2.](#page-13-1) We reported pass@1 using a non-zero temperature. Specifically, we used a sampling temperature of 0.7 and a top-p value of 0.95 to generate k responses per question, typically set at 32, with deviations explicitly noted. *Particular attention should be paid to the fact that, although we incorporated partial Solution during training, it was not included in the evaluation phase.*
228
+ ## <span id="page-15-1"></span>B.8 DETAIL ON PROMPT TEMPLATE
229
+ ## DeepScaleR Coding's Inference: <|User|>{input}<|Assistant|><think>
230
+ ## DeepScaleR Others' Inference:
231
+ <|User|>{input}
232
+ Please reason step by step, and put your final answer within \boxed{}.<|Assistant|><think>
233
+ #### Nemotrion Coding's Inference:
234
+ <|im\_start|>user
235
+ {input}
236
+ <|im\_end|> <|im\_start|>assistant
237
+ <think>
238
+ ## Nemotrion Others' Inference:
239
+ <|im\_start|>system
240
+ Please reason step by step, and put your final answer within \boxed{}.<|im\_end|> <|im\_start|>user
241
+ {16}------------------------------------------------
242
+ {input}<lim\_endl> <lim\_startl>assistant
243
+ ## Training prompt with partial solutions (math RL):
244
+ {Problem}
245
+ ## Hint: {Partial Solution}
246
+ Please reason step by step, and put your final answer within \boxed{}.
247
+ #### C THEORY
248
+ #### C.1 Proofs
249
+ **Theorem 4.4** (Lower Bound on RL Learnability under Solution Inaccessibility). Given a probability threshold $\delta_p > 0$ , if for every question $q \in \mathcal{Q}$ , the model capacity set $C(q, \delta_p)$ does not intersect with the solution set $\mathcal{S}(q)$ , i.e.,
250
+ $$C(q, \delta_n) \cap \mathcal{S}(q) = \emptyset, \quad \forall q \in \mathcal{Q},$$
251
+ then under Assumption 4.3, when training RL for T steps with B samples per step such that $TB = \Theta(1/\delta_p)$ , there is a constant probability that the RL algorithm will not update the model.
252
+ *Proof.* Let $p_{\text{sol}} = \sum_{\tau^* \in \mathcal{S}(q)} P_{\mu}(\tau^*|q)$ denote the cumulative generation probability of any solution trajectory. By $C(q, \delta_p) \cap \mathcal{S}(q) = \emptyset$ and Def 4.2:
253
+ $$p_{\text{sol}} = \sum_{\tau^* \in \mathcal{S}(q)} P_{\mu}(\tau^*|q) < \delta_p$$
254
+ For N=TB independent samples across T steps with batch size B, the probability of complete failure (no solution sampled) is:
255
+ $$\mathbb{P}(\text{failure}) = (1 - p_{\text{sol}})^N > (1 - \delta_p)^N$$
256
+ Given $TB = \Theta(1/\delta_p)$ , we have:
257
+ $$(1 - \delta_p)^N > (1 - \delta_p)^{\Theta(1/\delta_p)} = \Theta(1).$$
258
+ The last inequality follows from the fact that $(1-x)^{1/x} > \exp(-1/(1-x))$ for $x \in (0,1)$ . By Assumption 4.3, if no solution is found, the model weights remain unchanged.
259
+ <span id="page-16-0"></span>**Lemma C.1** (Upper Bound on Sampling Budget for Solution Given Hint). Given a question $q \in \mathcal{Q}$ , if there exists a hint $h_q$ for the question q (Def. 4.5), then if we perform $TB = \Theta(1/\delta_p') = \Theta(\delta_p^\epsilon/\sqrt{\delta_p})$ i.i.d sampling over the initial model conditioned on $(q, h_q)$ , we can find a valid solution with a constant probability.
260
+ *Proof.* By Definition 4.5, we know:
261
+ 1.
262
+ $$P_{\mu}(h_a|q) \geq \delta'_n$$
263
+ 2.
264
+ $$\exists s_q \in \mathcal{S}(q) : P_{\mu}(s_q|(q,h_q)) \geq \delta_p'$$
265
+ With $N = TB \ge 10/\delta'_p$ independent samples conditioned on $(q, h_q)$ , the probability of not finding the solution $s_q$ is:
266
+ $$\mathbb{P}(\text{no solution}) = (1 - P_{\mu}(s_q|(q, h_q)))^N \le (1 - \delta_p')^{10/\delta_p'} \le \exp(-10) < 0.01.$$
267
+ Therefore, $\mathbb{P}(\text{finding solution}) > 0.99$ .
268
+ **Theorem 4.6** (Informal Upper Bound on RL Learnability with Hint). If we have a hint $h_q$ for every question $q \in \mathcal{Q}$ (Def. 4.5), then there exists an RL algorithm that can output a policy $\pi_\theta$ such that $\mathbb{E}_{q \sim \mathrm{Uniform}(\mathcal{Q})}[\mathbb{P}_{\tau \sim \pi_\theta(\cdot|q)}(\tau \in \mathcal{S}(q))] \geq 0.99$ with $O(1/\delta_p')$ sampling budget with high probability.
269
+ {17}------------------------------------------------
270
+ This theorem is a direct corollary of the Theorem 5 regarding the bandit setup in (Mei et al., 2022). Because the setup here is relatively simple, we also present a detailed proof for this special case here. We first formalize our setup as follows:
271
+ <span id="page-17-0"></span>**Assumption C.2** (Tabular RL with Hint). We consider the tabular RL setting with softmax policy parameterization. There exists a finite set of possible questions $\mathcal{Q}$ and a finite set of possible solutions $\mathcal{S}$ . For each question $q \in \mathcal{Q}$ , there exists a hint $h_q$ , which is a subset of solutions $h_q \subseteq \mathcal{S}$ .
272
+ The policy is parameterized by a $|S| \times |Q|$ matrix $\theta$ in the following way:
273
+ $$\mu_{\theta}(s|q) = \frac{\exp(\theta_{s,q})}{\sum_{s' \in S} \exp(\theta_{s',q})}$$
274
+ Here the setup is different than the autoregressive setting in our experiments and simplify the model to a tabular setup for the simplicity of analysis. We now restate the assumption on the existence of hint in this setup.
275
+ <span id="page-17-1"></span>**Assumption C.3** (Hint Existence, Formal Version of Definition 4.5). For each question $q \in \mathcal{Q}$ , there exists a hint $h_q \subseteq \mathcal{S}$ such that $\sum_{s \in h_q} P_{\mu}(s|q) \ge \delta'_p$ . Further, there exists a solution $s_q \in \mathcal{S}$ such that $P_{\mu}(s_q|q) \ge \delta'_p \sum_{s \in h_q} P_{\mu}(s|q)$ .
276
+ **RL Algorithm:** We will first sample $\Theta(1/\delta'_p)$ action based on the policy $\mu_\theta$ conditioned on the question q and the hint $h_q$ . Then we will do a one-step policy gradient update on our policy. Noted that here we can reach high reward within one step because the reward function is deterministic.
277
+ **Theorem C.4** (Formal Version of Theorem 4.6). *Under Assumption C.2 and Assumption C.3, running* 1 *steps of policy gradient update with sampling budget* $\Theta(1/\delta'_{v})$ , *the learned policy achieves:*
278
+ $$\mathbb{E}_{q \sim \text{Uniform}(\mathcal{Q})}[\mathbb{P}_{\tau \sim \mu_{\theta}(\cdot|q)}(\tau \in \mathcal{S}(q))] \geq 0.99$$
279
+ with probability 0.99.
280
+ *Proof.* First, by Assumption C.3, for any question q, we have:
281
+ $$\sum_{s \in h_q} P_{\mu}(s|q) \geq \delta_p \quad \text{and} \quad \exists s_q : P_{\mu}(s_q|q) \geq \delta_p' \sum_{s \in h_q} P_{\mu}(s|q)$$
282
+ With sampling budget $N = \Theta(|\mathcal{Q}|/\delta_p')$ , by Lemma C.1 and the union bound, we will find a solution $s_q$ for every question q with probability at least 0.99. Suppose the found set of solutions for question q is $S_q$ and all sampled solutions are $s^{(1)}, \ldots, s^{(N)}$ . Then because
283
+ $$\nabla_{\theta} \log \mu_{\theta}(s|q) = e_s - \sum_{s' \in \mathcal{S}} \mu_{\theta}(s'|q)e_{s'}$$
284
+ We have the policy gradient being
285
+ $$\begin{aligned} \text{PG}_{:,q} &= \frac{1}{N} \sum_{i=1}^{N} \mathbf{1}[s^{(i)} \in S_q] \nabla_{\theta} \log \mu_{\theta}(s^{(i)}|q) \\ &= \frac{1}{N} \sum_{i=1}^{N} \mathbf{1}[s^{(i)} \in S_q] (e_{s^{(i)}} - \sum_{s' \in \mathcal{S}} \mu_{\theta}(s'|q) e_{s'}) \\ &= \frac{1}{N} \sum_{i=1}^{N} \mathbf{1}[s^{(i)} \in S_q] e_{s^{(i)}} - \left(\frac{1}{N} \sum_{i=1}^{N} \mathbf{1}[s^{(i)} \in S_q]\right) \left(\sum_{s' \in \mathcal{S}} \mu_{\theta}(s'|q) e_{s'}\right). \end{aligned}$$
286
+ We can make two simple observations:
287
+ - 1. For every $s \notin S_a$ , $PG_{s,a} < 0$ .
288
+ - 2. There exists a $s^* \in S_q$ such that $PG_{s^*,q} > 0$ .
289
+ Therefore, consider the updated parameters
290
+ $$\theta'_{s,q} = \theta_{s,q} + \eta PG_{s,q}$$
291
+ If $\eta$ is large enough, we know that $\sum_{s \in S_-} P_{\mu_{\theta'}}(s|q) \ge 0.99$ . This completes the proof.
292
+ {18}------------------------------------------------
293
+ ## <span id="page-18-0"></span>D ADDITIONAL EXPERIMENTAL RESULTS
294
+ #### <span id="page-18-1"></span>D.1 ABLATION STUDY WITHOUT HINT
295
+ <span id="page-18-2"></span>Table 6: Ablation without hint on Nemotron-1.5B: Pass@1 (avg@32) on challenging maths benchmarks. "QUESTA-Nemotron-1.5B w/o hint" trains RL on the same data but removes hints from the prompt, while "w/ hint" uses partial-solution hints during training. With hints, the model improves all benchmarks and achieves a +2.82 average gain over w/o hint (63.26 vs. 60.44), on top of the improvements over the base model. The one using hint requires nearly half the number of steps compared to the one not using hint to achieve the same performance.
296
+ | Model | AIME24 | AIME25 | HMMT FEB 25 | Olympiad Bench | BRUMO25 | Avg |
297
+ |------------------------------------------|--------|--------|-------------|----------------|---------|-------|
298
+ | Nemotron-1.5B | 61.77 | 49.50 | 31.56 | 64.62 | 58.23 | 53.14 |
299
+ | QUESTA-Nemotron-1.5B w/o hint (2K step) | 69.48 | 59.79 | 38.85 | 68.05 | 66.04 | 60.44 |
300
+ | QUESTA-Nemotron-1.5B w/ hint (1.1K step) | 69.27 | 60.00 | 37.92 | 69.72 | 68.33 | 61.05 |
301
+ | QUESTA-Nemotron-1.5B w/ hint (2K step) | 72.50 | 62.29 | 41.67 | 70.36 | 69.48 | 63.26 |
302
+ <span id="page-18-3"></span>![](_page_18_Figure_5.jpeg)
303
+ Figure 7: Pass@k comparison on Nemotron-1.5B for RL with vs. without hints. Training with hints consistently dominates across k and avoids the performance drop at larger k seen in standard RL. Hints are used only during training; evaluation uses no hints.
304
+ We ablate the role of hints by training RL on Nemotron-1.5B with and without partial-solution hints. Here, QUESTA-Nemotron-1.5B w/o hint denotes RL on the same data and schedule but with the hint removed from the prompt; QUESTA-Nemotron-1.5B w/h hint uses identical settings except that the partial solution is provided as a hint during training. As summarized in Table 6, removing the hint still improves over the base model (average Pass@1: $53.14 \rightarrow 60.44$ ), but adding the hint yields a
305
+ {19}------------------------------------------------
306
+ further +2.82 average gain ( $60.44 \rightarrow 63.26$ ), with consistent improvements across all five benchmarks. The one using hint requires nearly half the number of steps compared to the one not using hint to achieve the same performance. Note that hints are used only during training; all evaluations are conducted *without* hints.
307
+ Figure 7 compares Pass@k curves. The w/hint model lifts the entire curve across k and avoids the degradation at larger k commonly observed in standard RL, while the w/o hint variant brings smaller gains that taper off as k increases. A possible reason for this phenomenon is that, without hints, extremely difficult problems remain unlearned. Consequently, during reinforcement learning training, the model prioritizes improving performance on problems that have become relatively easier as training progresses. This leads the model to become overly confident, thereby reducing its Pass@k metric. In contrast, when hints are provided, the model still prioritizes learning more difficult problems—this is because such problems can provide effective learning signals.
308
+ #### <span id="page-19-0"></span>D.2 ABLATION STUDY WITH DIFFERENT MODELS
309
+ <span id="page-19-1"></span>Table 7: Performance comparison on DeepScaleR-1.5B: Pass@1 (avg@32) across maths benchmarks. QUESTA consistently improves all tasks and raises the average by +6.50 points.
310
+ | Model | AIME24 | AIME25 | HMMT FEB 25 | Olympiad Bench | BRUMO25 | Avg |
311
+ |------------------------|--------|--------|-------------|----------------|---------|-------|
312
+ | DeepScaleR-1.5B | 40.42 | 31.35 | 19.27 | 52.97 | 37.40 | 36.28 |
313
+ | QUESTA-DeepScaleR-1.5B | 49.16 | 35.94 | 21.77 | 58.69 | 48.33 | 42.78 |
314
+ <span id="page-19-3"></span>Table 8: Performance comparison (Pass@1, averaged over 32 samples) showing the impact of QUESTA across benchmarks in other domains, including general knowledge, logic, and coding tasks. We observe minor cross-domain generalization on all these benchmarks, despite QUESTA being applied exclusively in the maths domain.
315
+ | Model | GPQA Diamond | Zebralogic | Code Contest All | Codeforces | LCB V5 202410-202502 | Avg |
316
+ |------------------------|--------------|------------|------------------|------------|----------------------|-------|
317
+ | DeepScaleR-1.5B | 38.5 | 14.26 | 9.07 | 8.79 | 19.57 | 18.04 |
318
+ | QUESTA-DeepScaleR-1.5B | 39.2 | 14.98 | 10.1 | 8.9 | 20.9 | 18.82 |
319
+ <span id="page-19-2"></span>![](_page_19_Figure_8.jpeg)
320
+ Figure 8: Pass@k on DeepScaleR-1.5B: QUESTA raises the entire curve across k and avoids the large-k drop often seen in standard RL. The increasing gap with k indicates improved sample diversity rather than overconfident collapse. No hints are used at evaluation.
321
+ We next examine model-family transfer by applying QUESTA to DeepScaleR-1.5B. We train for 750 steps on DeepScaleR-1.5B Stage 2 Luo et al. (2025b) on the QUESTA first stage.
322
+ {20}------------------------------------------------
323
+ <span id="page-20-1"></span>![](_page_20_Figure_1.jpeg)
324
+ Figure 9: We conducted training of the DeepScaleR model employing the QUESTA with a dataset comprising 26,000 questions. The average pass rate was calculated from a sample of 8 instances. The initial graph represents the scenario without the incorporation of partial solutions, while the subsequent graph depicts the situation where partial solutions were included. The application of QUESTA significantly diminishes the incidence of unsolved or partially addressed problems within the training dataset. Concurrently, it has come to our attention that our previous method of data curation was not entirely accurate; in fact, the amount of data providing meaningful training signals is less abundant than anticipated, suggesting the potential for further refinement of the dataset.
325
+ As shown in Table 7, QUESTA-DeepScaleR-1.5B improves *every* maths benchmark over the base model, achieved an average improvement of 6%, indicating that the benefits of QUESTA are not tied to a single architecture.
326
+ Pass@k behavior mirrors these gains. In Figure 8, QUESTA-DeepScaleR lifts the entire Pass@k curve across k and avoids the degradation at larger k reported in standard RL settings. The widening gap at larger k suggests improved candidate diversity rather than overfitting to a single trajectory, consistent with our general pass@k analysis in Appendix B.2. Complementing this, Figure 9 shows that on the 26K training set (evaluated *without* hints), mass shifts away from the 0/8-1/8 bins toward higher pass rates, reducing unsolved or partially solved cases. Hints are used only during training and are removed at evaluation time.
327
+ Beyond maths, Table 8 reports out-of-distribution (OOD) results on general knowledge, logic, and coding. QUESTA-DeepScaleR-1.5B achieves small but consistent gains (Avg: 18.04 $\rightarrow$ 18.82; +0.78), suggesting that the improved reasoning patterns transfer modestly beyond the training domain.
328
+ ## <span id="page-20-0"></span>D.3 SUPPLEMENTAL EXPERIMENT DETAIL
329
+ ![](_page_20_Figure_7.jpeg)
330
+ Figure 10: Training dynamics of QUESTA-Nemotron-1.5B w/o hint.
331
+ {21}------------------------------------------------
332
+ <span id="page-21-0"></span>![](_page_21_Figure_1.jpeg)
333
+ Figure 11: Training dynamics of QUESTA-Nemotron-1.5B-50.
334
+ <span id="page-21-1"></span>![](_page_21_Figure_3.jpeg)
335
+ Figure 12: Training dynamics of QUESTA-Nemotron-1.5B-50-25-0.
336
+ ![](_page_21_Figure_5.jpeg)
337
+ Figure 13: Training dynamics of Easy-Nemotron-1.5B.
338
+ ![](_page_21_Figure_7.jpeg)
339
+ Figure 14: Training dynamics of Hard-Nemotron-1.5B.
340
+ {22}------------------------------------------------
341
+ ![](_page_22_Figure_1.jpeg)
342
+ Figure 15: The training dynamics of QUESTA-DeepScaleR-1.5B. The first and second charts show the changes in the average reward and average inference length of the rollout samples that include all incorrect/correct ones, respectively. The third chart shows the average entropy excluding all incorrect/correct rollout samples.
343
+ ![](_page_22_Figure_3.jpeg)
344
+ Figure 16: Training dynamics of QUESTA-Nemotron-1.5B on OpenMathReasoning (Moshkov et al., 2025). The first and second charts show the changes in the average reward and average inference length of the rollout samples that include all incorrect/correct ones, respectively. The third chart shows the average entropy excluding all incorrect/correct rollout samples. Dynamics closely mirror those on OpenR1-Math-220K, with no entropy collapse.
345
+ {23}------------------------------------------------
346
+ ![](_page_23_Figure_1.jpeg)
347
+ Figure 17: We compare pass@k curves of RLVR-trained models with and without QUESTA.
348
+ {24}------------------------------------------------
349
+ ![](_page_24_Figure_1.jpeg)
350
+ Figure 18: Comparison of RL training dynamics: Training with only hard problems (green) makes progress very slowly due to sparse rewards, while our method with partial solutions (orange) accelerates learning and consistently achieves higher accuracy across training steps.