andyjzhao commited on
Commit
20a588b
·
verified ·
1 Parent(s): d982888

Upload folder using huggingface_hub

Browse files
iclr26/5wxyCidRsK/appendix_chunks.jsonl ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0081", "section": "A TRAINING PROMPT", "page_start": 14, "page_end": 14, "type": "Text", "text": "As shown in Table 9, for a multi-modal image-question input, we concatenate the question with our instruction, which guides the model to perform step-by-step reasoning and specifies the desired output format.", "source": "marker_v2", "marker_block_id": "/page/13/Text/2"}
2
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0082", "section": "A TRAINING PROMPT", "page_start": 14, "page_end": 14, "type": "Caption", "text": "Table 9: Prompt template.", "source": "marker_v2", "marker_block_id": "/page/13/Caption/3"}
3
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0083", "section": "A TRAINING PROMPT", "page_start": 14, "page_end": 14, "type": "Text", "text": "<image> question.", "source": "marker_v2", "marker_block_id": "/page/13/Text/4"}
4
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0084", "section": "A TRAINING PROMPT", "page_start": 14, "page_end": 14, "type": "Text", "text": "You FIRST think about the reasoning process as an internal monologue and then provide the final answer.", "source": "marker_v2", "marker_block_id": "/page/13/Text/5"}
5
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0085", "section": "A TRAINING PROMPT", "page_start": 14, "page_end": 14, "type": "Text", "text": "The reasoning process MUST BE enclosed within <think> < /think> tags. The final answer MUST BE put in <answer> < /answer> tags.", "source": "marker_v2", "marker_block_id": "/page/13/Text/6"}
6
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0086", "section": "B TRAINING SETTINGS.", "page_start": 14, "page_end": 14, "type": "Text", "text": "We conduct all our experiments on 8 NVIDIA A800 80G GPUS. For fair comparison, we follow the standard GRPO training setup with several modifications as previous works (Liu et al., 2025b; Yan et al., 2025; Dong et al., 2025) . First, we disable the KL regularization term by setting its coefficient to zero and removing both the length normalization and the standard error normalization in the original GRPO loss. For rollout generation, we use a temperature of 1.0 and perform 10 rollouts per prompt. In the case of hybrid-policy RL, we additionally include one off-policy rollout. The rollout batch size is set to 480, while the update batch size is 120. As the reward signal, we employ MATH-VERIFY (Kydl´ıcek) , combined with a lightweight format reward of ˇ 0.1. For our controllable exploration, we set the λ weight to 0.1 as the default. The GeoEval data remained completely unseen during training. We trained all models for a fixed number of steps without any early stopping, and checkpoints for comparison were selected at identical training steps across all experiments.", "source": "marker_v2", "marker_block_id": "/page/13/Text/8"}
7
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0087", "section": "C ADDITIONAL EXPERIMENTAL RESULTS", "page_start": 14, "page_end": 14, "type": "Text", "text": "General applicability beyond visual reasoning. In this work, we focus on achieving stable entropy control in RLVR for VLMs, where the challenge becomes especially severe in the vast state space of MLLMs and substantially limits learning efficiency. While a series of works like LUFFY (Yan et al., 2025) and RL-PLUS (Dong et al., 2025) have achieved promising results for LLMs, such results have not transferred to MLLMs, leaving a notable gap in the literature, one that our work aims to fill.", "source": "marker_v2", "marker_block_id": "/page/13/Text/10"}
8
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0088", "section": "C ADDITIONAL EXPERIMENTAL RESULTS", "page_start": 14, "page_end": 14, "type": "Text", "text": "However, our method can certainly be expanded to broader applications beyond visual reasoning. We extend CalibRL to pure text math reasoning tasks to demonstrate the effectiveness beyond visual reasoning. Specifically, we train Qwen2.5-VL-7B on a 9k-sample subset of the MATH dataset (Hendrycks et al., 2021) and evaluate the model on the in-distribution benchmark MATH-500 (Hendrycks et al., 2021) and the out-of-distribution benchmark AMC (Li et al., 2024) .", "source": "marker_v2", "marker_block_id": "/page/13/Text/11"}
9
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0089", "section": "C ADDITIONAL EXPERIMENTAL RESULTS", "page_start": 14, "page_end": 14, "type": "TableGroup", "text": "Table 10: Performance of the Qwen2.5-VL-7B model on math reasoning tasks. Method MATH-500 (in-distribution) AMC (out-of-distribution) Qwen2.5-VL-7B 64.8 31.97 GRPO 68.5 31.59 CalibRL (ours) 70.2 32.08", "source": "marker_v2", "marker_block_id": "/page/13/TableGroup/245"}
10
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0090", "section": "C ADDITIONAL EXPERIMENTAL RESULTS", "page_start": 14, "page_end": 14, "type": "Text", "text": "Results are reported in Table 10. Training on pure text data, CalibRL yields stronger gains than GRPO on MATH-500, demonstrating more effective in-distribution improvement. Moreover, unlike GRPO, which fails to enhance out-of-distribution performance, CalibRL continues to deliver benefits on AMC, achieving strong generalization results.", "source": "marker_v2", "marker_block_id": "/page/13/Text/14"}
11
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0091", "section": "C ADDITIONAL EXPERIMENTAL RESULTS", "page_start": 15, "page_end": 15, "type": "Text", "text": "Scalability to larger model sizes. We also verify our method on the Qwen2.5-VL-32B model. We train the Qwen2.5-VL-32B with GRPO and our CalibRL, respectively, using the same training data we constructed for our main paper results. Results are reported in Table 11. Our method exhibits consistent improvements when scaled to a larger model.", "source": "marker_v2", "marker_block_id": "/page/14/Text/1"}
12
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0092", "section": "C ADDITIONAL EXPERIMENTAL RESULTS", "page_start": 15, "page_end": 15, "type": "TableGroup", "text": "Table 11: Performance of the Qwen2.5-VL-32B model. Method in-distribution out-of-distribution Avg. GeoEval Geo3K GeoQA Qwen2.5-VL-32B 37.94 48.24 60.87 48.60 GRPO 44.48 51.75 63.53 53.25 CalibRL(ours) 48.77 52.58 67.90 56.42", "source": "marker_v2", "marker_block_id": "/page/14/TableGroup/199"}
13
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0093", "section": "C ADDITIONAL EXPERIMENTAL RESULTS", "page_start": 15, "page_end": 15, "type": "Text", "text": "Moreover, this bias does not override correctness learning. The policy is still optimized primarily by the main GRPO loss, which determines reward-maximizing behavior. The exploration term is scaled by a small λ and serves only to regulate the degree of deviation from the expert, rather than to dictate correctness. Thus, the optimization direction remains dominated by the policy objective, and we did not observe harmful interference with correctness.", "source": "marker_v2", "marker_block_id": "/page/14/Text/5"}
14
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0094", "section": "C ADDITIONAL EXPERIMENTAL RESULTS", "page_start": 15, "page_end": 15, "type": "Text", "text": "To further analyze the influence of such length bias, we conduct an ablation by adding a length normalization to the ∆ℓ i computation. Results are reported in Table 12. The strong performance of the model without length normalization supports our original design.", "source": "marker_v2", "marker_block_id": "/page/14/Text/6"}
15
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0095", "section": "C ADDITIONAL EXPERIMENTAL RESULTS", "page_start": 15, "page_end": 15, "type": "TableGroup", "text": "Table 12: Performance on length norm. Method in-distribution out-of-distribution Avg. GeoEval Geo3K GeoQA CalibRL w/o length norm w/ length norm 33.44 29.26 40.60 39.10 60.74 60.34 44.93 42.90", "source": "marker_v2", "marker_block_id": "/page/14/TableGroup/200"}
16
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0096", "section": "C ADDITIONAL EXPERIMENTAL RESULTS", "page_start": 15, "page_end": 15, "type": "Text", "text": "Effect of weaker expert baselines. In our main results, we use GPT-4o as the expert to generate CoT responses for training. To further verify the generalizability of CalibRL, we additionally compare GRPO and CalibRL when the training data are produced by Qwen2.5-VL-72B, which serves as a weaker expert compared to GPT-4o. We keep the size of the Qwen-generated dataset comparable to the GPT-generated one (approximately 9k samples). However, because the two expert models differ in capability, the filtered sets of correct responses are not identical, and we cannot guarantee that both methods are trained on the same sampled data. Nonetheless, this setting still provides a meaningful evaluation of the robustness and generality of CalibRL under varying expert quality.", "source": "marker_v2", "marker_block_id": "/page/14/Text/9"}
17
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0097", "section": "C ADDITIONAL EXPERIMENTAL RESULTS", "page_start": 15, "page_end": 15, "type": "Text", "text": "The results in Table 13 show that CalibRL consistently delivers substantial improvements over GRPO in both settings. As expected, the magnitude of improvement depends on the quality of the expert baseline, with a stronger expert providing a high-quality, generalizable, and informative reference. This highlights the importance of expert guidance in controllable-entropy RLVR and further demonstrates that CalibRL can effectively adapt its learning behavior to the quality of the expert model, leading to significant gains in training performance.", "source": "marker_v2", "marker_block_id": "/page/14/Text/10"}
18
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0098", "section": "D COMPUTATIONAL COST AND SAMPLE EFFICIENCY", "page_start": 15, "page_end": 15, "type": "Text", "text": "Our method adds one off-policy expert response per prompt to the standard GRPO group of G policy-generated responses (where G = 10 in our implementation). This introduces a well-defined", "source": "marker_v2", "marker_block_id": "/page/14/Text/12"}
19
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0099", "section": "D COMPUTATIONAL COST AND SAMPLE EFFICIENCY", "page_start": 16, "page_end": 16, "type": "TableGroup", "text": "Method in-distribution out-of-di stribution Avg. 111011100 GeoEval Geo3K GeoQA 11.8. On Qwen data GRPO CalibRL 23.26 26.90 41.10 40.43 49.87 56.90 38.08 41.41 +3.33 On GPT data GRPO CalibRL 26.15 33.44 39.77 40.60 52.52 60.74 39.48 44.93 +5.45 Table 13: Trained on different expert data.", "source": "marker_v2", "marker_block_id": "/page/15/TableGroup/83"}
20
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0100", "section": "D COMPUTATIONAL COST AND SAMPLE EFFICIENCY", "page_start": 16, "page_end": 16, "type": "Text", "text": "incremental cost that we quantify below (see Table 14). The expert response requires one additional forward pass to compute the expert log probability. Importantly, different from previous hybrid-policy methods, including LUFFY and RL-PLUS, the expert response does not participate in gradient computation . It serves only as a reference baseline. This means while we have G+1 forward passes per prompt, we still only perform G backward passes, identical to standard GRPO . Also, different from LUFFY, we require no additional reward for the expert trajectory, since we only include on-policy samples in the advantage calculation. Additionally, expert data collection is a one-time offline cost, not incurred during training, so rollout sampling overhead is zero.", "source": "marker_v2", "marker_block_id": "/page/15/Text/3"}
21
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0101", "section": "D COMPUTATIONAL COST AND SAMPLE EFFICIENCY", "page_start": 16, "page_end": 16, "type": "TableGroup", "text": "Table 14: Per-prompt computational breakdown for a typical group size of G. Component GRPO CalibRL Additional Cost Rollout sampling G G 0 Forward passes G G + 1 +1 Reward model queries G G 0 Backward passes G G 0", "source": "marker_v2", "marker_block_id": "/page/15/TableGroup/84"}
22
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0102", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 16, "page_end": 16, "type": "Text", "text": "Possible double-counting of advantage terms. Our training objective:", "source": "marker_v2", "marker_block_id": "/page/15/Text/7"}
23
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0103", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 16, "page_end": 16, "type": "Equation", "text": "\\mathcal{J}(\\theta) = \\mathbb{E}_{q \\sim \\mathcal{D}, \\tau \\sim \\pi_{\\theta}(\\cdot|q)} \\left[ \\sum_{t=1}^{|\\tau|} \\min\\left(r_{i,t}(\\theta) \\hat{A}_{i,t}, \\right. \\right. \\\\ \\left. \\text{clip}\\left(r_{i,t}(\\theta), 1 - \\epsilon, 1 + \\epsilon\\right) \\hat{A}_{i,t}\\right) - \\lambda |\\hat{A}_{i}| \\cdot \\text{LeakyReLU}\\left(-s_{i} \\Delta \\ell_{i}, \\alpha\\right) \\right]. (11)", "source": "marker_v2", "marker_block_id": "/page/15/Equation/8"}
24
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0104", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 16, "page_end": 16, "type": "Text", "text": "In the main GRPO objective, \\hat{A}_{i,t} determines the update direction of the policy, while in the exploration term, |\\hat{A}_i| is treated purely as a static importance weight. The two occurrences of the advantage influence different aspects of the optimization: the GRPO term governs policy improvement, whereas the exploration term modulates the strength of trajectory-level exploration correction.", "source": "marker_v2", "marker_block_id": "/page/15/Text/9"}
25
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0105", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 16, "page_end": 16, "type": "Text", "text": "The exploration loss gradient is:", "source": "marker_v2", "marker_block_id": "/page/15/Text/10"}
26
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0106", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 16, "page_end": 16, "type": "Equation", "text": "\\frac{\\partial \\mathcal{L}_{\\text{exploration}}}{\\partial \\theta} = |\\hat{A}_i| \\cdot \\text{LeakyReLU}'(-s_i \\Delta \\ell_i) \\cdot (-s_i) \\cdot \\nabla_{\\theta} \\log \\pi_{\\theta}(a_i), \\tag{12}", "source": "marker_v2", "marker_block_id": "/page/15/Equation/11"}
27
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0107", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 16, "page_end": 16, "type": "Text", "text": "while the GRPO gradient is:", "source": "marker_v2", "marker_block_id": "/page/15/Text/12"}
28
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0108", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 16, "page_end": 16, "type": "Equation", "text": "\\frac{\\partial}{\\partial \\theta} \\left( r_{i,t}(\\theta) \\hat{A}_{i,t} \\right) = \\hat{A}_{i,t} \\cdot \\nabla_{\\theta} r_{i,t}(\\theta) = \\hat{A}_{i,t} \\cdot r_{i,t}(\\theta) \\cdot \\nabla_{\\theta} \\log \\pi_{\\theta}(a_{i,t}). (13)", "source": "marker_v2", "marker_block_id": "/page/15/Equation/13"}
29
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0109", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 16, "page_end": 16, "type": "Text", "text": "Both terms produce updates through (\\nabla_{\\theta} \\log \\pi_{\\theta}) , but with different multiplicative coefficients (the GRPO term uses (\\hat{A}_{i,t}r_{i,t}) while the exploration term uses (|\\hat{A}_i|(-s_i\\text{LeakyReLU}(\\cdot))) and is scaled", "source": "marker_v2", "marker_block_id": "/page/15/Text/14"}
30
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0110", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Text", "text": "by \\lambda ). The key observation is that these coefficients are additive in the total gradient, not multiplicative. The final gradient is:", "source": "marker_v2", "marker_block_id": "/page/16/Text/1"}
31
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0111", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Equation", "text": "\\nabla_{\\theta} \\mathcal{J} = \\sum_{t} \\hat{A}_{i,t} \\cdot r_{i,t}(\\theta) \\cdot \\nabla_{\\theta} \\log \\pi_{\\theta}(a_{i,t}) - \\lambda \\cdot |\\hat{A}_{i}| \\cdot (-s_{i}) \\cdot \\text{LeakyReLU}(\\cdot) \\cdot \\nabla_{\\theta} \\log \\pi_{\\theta}(a_{i}). \\tag{14}", "source": "marker_v2", "marker_block_id": "/page/16/Equation/2"}
32
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0112", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Text", "text": "The advantage appears in two separate, additive gradient contributions that can constructively or destructively interfere depending on their signs, with the hyperparameter \\lambda controlling the relative magnitude of exploration correction versus policy improvement, preventing uncontrolled amplification. In our experiments, \\lambda=0.1 ensures the exploration term provides a measured correction signal without dominating the GRPO updates.", "source": "marker_v2", "marker_block_id": "/page/16/Text/3"}
33
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0113", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Text", "text": "The \"rarity\" interpretation of |\\hat{A}_i| . We provide a formal characterization of the intuition of using |\\hat{A}_i| value to naturally capture group-wise \"rarity\".", "source": "marker_v2", "marker_block_id": "/page/16/Text/4"}
34
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0114", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Text", "text": "First, consider several example groups of sequence-level rewards:", "source": "marker_v2", "marker_block_id": "/page/16/Text/5"}
35
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0115", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "ListGroup", "text": "Group 1: [0,1,1,1], where the \"0\" answer is relatively rare within the group. The absolute value of the group advantage is [0.75,0.25,0.25,0.25]. The \"0\" has the largest |\\hat{A}| , indicating that a reward of \"0\" is the group-wise outlier. Group 2: [1,0,0,0], where the \"1\" answer is relatively rare within the group. This group resulted in the same absolute value of the group advantage: [0.75,0.25,0.25,0.25], also indicating that a reward of \"1\" is \"rare\" in this group.", "source": "marker_v2", "marker_block_id": "/page/16/ListGroup/108"}
36
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0116", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Text", "text": "The examples demonstrate that the frequency of correct/incorrect answers and |\\hat{A}_i| correspond symmetrically and automatically, without requiring additional heuristics. We further show a continuous change between |\\hat{A}_i| and reward frequency in a group of 10 samples in Figure 4. The curve shows a strictly monotonic mapping between rarity and magnitude.", "source": "marker_v2", "marker_block_id": "/page/16/Text/8"}
37
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0117", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "FigureGroup", "text": "Figure 4: Relationship between |A_i| and reward frequency in a group of 10 samples.", "source": "marker_v2", "marker_block_id": "/page/16/FigureGroup/107"}
38
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0118", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Text", "text": "Furthermore, to analyze robustness under small additive reward noise (e.g., formatting bonuses), consider the perturbed reward", "source": "marker_v2", "marker_block_id": "/page/16/Text/11"}
39
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0119", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Equation", "text": "R'(\\tau_i) = R(\\tau_i) + \\delta_i, \\quad |\\delta_i| \\le \\epsilon.", "source": "marker_v2", "marker_block_id": "/page/16/Equation/12"}
40
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0120", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Text", "text": "The corresponding advantage becomes", "source": "marker_v2", "marker_block_id": "/page/16/Text/13"}
41
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0121", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Equation", "text": "\\hat{A}'_{i,t} = R'(\\tau_i) - \\text{mean}(R'(\\{\\tau_j\\}_{j=1}^G)) = (R(\\tau_i) - \\mu_G) + (\\delta_i - \\bar{\\delta}),", "source": "marker_v2", "marker_block_id": "/page/16/Equation/14"}
42
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0122", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Text", "text": "where", "source": "marker_v2", "marker_block_id": "/page/16/Text/15"}
43
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0123", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Equation", "text": "\\mu_G = \\operatorname{mean}(R(\\{\\tau_j\\}_{j=1}^G)), \\qquad \\bar{\\delta} = \\operatorname{mean}(\\{\\delta_j\\}_{j=1}^G).", "source": "marker_v2", "marker_block_id": "/page/16/Equation/16"}
44
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0124", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Text", "text": "Thus, the perturbation to the advantage is", "source": "marker_v2", "marker_block_id": "/page/16/Text/17"}
45
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0125", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 17, "page_end": 17, "type": "Equation", "text": "\\hat{A}'_{i,t} - \\hat{A}_{i,t} = \\delta_i - \\bar{\\delta},", "source": "marker_v2", "marker_block_id": "/page/16/Equation/18"}
46
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0126", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 18, "page_end": 18, "type": "Text", "text": "which is a mean-centered noise term satisfying", "source": "marker_v2", "marker_block_id": "/page/17/Text/1"}
47
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0127", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 18, "page_end": 18, "type": "Equation", "text": "|\\delta_i - \\bar{\\delta}| \\le 2\\epsilon.", "source": "marker_v2", "marker_block_id": "/page/17/Equation/2"}
48
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0128", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 18, "page_end": 18, "type": "Text", "text": "Since typically", "source": "marker_v2", "marker_block_id": "/page/17/Text/3"}
49
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0129", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 18, "page_end": 18, "type": "Equation", "text": "|R(\\tau_i) - \\mu_G| = O(1),", "source": "marker_v2", "marker_block_id": "/page/17/Equation/4"}
50
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0130", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 18, "page_end": 18, "type": "Text", "text": "the ordering of |\\hat{A}_{i,t}| , which determines group-wise rarity, is preserved for sufficiently small \\epsilon . In the common case where noise is approximately uniform across samples (e.g., shared formatting bonuses), we have \\delta_i \\approx \\bar{\\delta} , and the perturbation cancels:", "source": "marker_v2", "marker_block_id": "/page/17/Text/5"}
51
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0131", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 18, "page_end": 18, "type": "Equation", "text": "\\hat{A}'_{i,t} \\approx \\hat{A}_{i,t} .", "source": "marker_v2", "marker_block_id": "/page/17/Equation/6"}
52
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0132", "section": "E THEORETICAL GROUNDING OF |\\hat{A}_i|", "page_start": 18, "page_end": 18, "type": "Text", "text": "Hence, mean-centered normalization makes the rarity signal |\\hat{A}_{i,t}| inherently robust to small reward noise.", "source": "marker_v2", "marker_block_id": "/page/17/Text/7"}
53
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0133", "section": "F EFFECTIVENESS ANALYSIS OF CALIBRL", "page_start": 18, "page_end": 18, "type": "Text", "text": "We obtain several statistical data points from our trained checkpoints to contrast CalibRL with RL-PLUS and LUFFY and to reveal the structural differences brought by explicit calibration. Both LUFFY and RL-PLUS attempt to use experts without an effective calibration mechanism, which leads to either diluted expert signals or unstable confidence dynamics. In contrast, CalibRL introduces a calibration mechanism that stabilizes expert influence, as reflected in the following statistics.", "source": "marker_v2", "marker_block_id": "/page/17/Text/9"}
54
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0134", "section": "F EFFECTIVENESS ANALYSIS OF CALIBRL", "page_start": 18, "page_end": 18, "type": "Text", "text": "As in Table 15, LUFFY collapses to a single expert mode. The policy and expert distributions become nearly indistinguishable after training. The model treats expert responses as a uniform style to imitate. It loses the ability to evaluate where expert guidance should matter and where exploration should continue. RL-PLUS shows the opposite tendency. The policy becomes prematurely certain. Expert responses also lose diversity and drift toward the policy. The model reinforces its own early preferences without checking them against a stable expert reference. It converges quickly but without reliable calibration. In both cases, expert information does not form a stable reference for exploration.", "source": "marker_v2", "marker_block_id": "/page/17/Text/10"}
55
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0135", "section": "F EFFECTIVENESS ANALYSIS OF CALIBRL", "page_start": 18, "page_end": 18, "type": "Text", "text": "Differently, our CalibRL is not designed to directly learn or fit the expert distribution, which would resemble an off-policy imitation objective. Instead, CalibRL uses expert responses as a baseline that calibrates exploration rather than constrains generation. As shown in Equations 8 and 9, the distributional influence of expert samples is not a monotonic or uniform increase in consistency with the expert distribution. Specifically, when the policy's rollout produces an incorrect answer, optimization pushes the policy closer to the expert sample distribution; however, when the policy itself produces a correct rollout, the method suppresses the probability of expert samples. Thus, distributional shifts measured across all samples cannot directly reflect the calibration mechanism that CalibRL performs.", "source": "marker_v2", "marker_block_id": "/page/17/Text/11"}
56
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0136", "section": "F EFFECTIVENESS ANALYSIS OF CALIBRL", "page_start": 18, "page_end": 18, "type": "Text", "text": "The statistics in Table 15 support this distinction. CalibRL maintains the broadest policy entropy, showing that the model stays exploratory rather than collapsing into a single expert mode as in LUFFY or becoming prematurely overconfident as in RL-PLUS. Expert responses also remain diverse and on-policy, which provides a stable reference for calibration rather than a target distribution to mimic. CalibRL shows a negative \\Delta \\ell_i , indicating that the model consistently assigns a higher likelihood to expert answers and uses this signal to navigate exploration toward better solutions. This calibrated behavior produces higher rewards and shorter, more precise outputs.", "source": "marker_v2", "marker_block_id": "/page/17/Text/12"}
57
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0137", "section": "F EFFECTIVENESS ANALYSIS OF CALIBRL", "page_start": 18, "page_end": 18, "type": "TableGroup", "text": "Table 15: Statistical data points from our trained checkpoints. Method \\bigg| \\Delta \\ell_i policy entropy reward response length (expert length 382.19) Qwen2.5-VL-7B 0.1459 0.4401 0.2029 437.76 GRPO 0.4256 0.2508 0.5381 431.79 LUFFY 0.0881 0.4688 0.4980 414.58 RL-PLUS 0.3452 0.2580 0.4975 425.08 CalibRL -0.8025 1.4968 0.5667 271.71", "source": "marker_v2", "marker_block_id": "/page/17/TableGroup/92"}
58
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0138", "section": "G CASE STUDY", "page_start": 19, "page_end": 19, "type": "Text", "text": "We select cases from the challenging MathVision (Wang et al., 2024) benchmark and compare our response with the GRPO baseline, the SFT+GRPO baseline, the LUFFY (Yan et al., 2025) , and the RL-PLUS (Dong et al., 2025) .", "source": "marker_v2", "marker_block_id": "/page/18/Text/2"}
59
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0139", "section": "G CASE STUDY", "page_start": 19, "page_end": 19, "type": "Text", "text": "We first compare the case response among our CalibRL, the GRPO baseline, and the SFT+GRPO baseline in Figure 5. The GRPO baseline, lacking explicit guidance, exhibits erroneous reasoning and hallucinatory requirements (highlighted in red). In contrast, the SFT+GRPO baseline is overly constrained by the supervised signals, limiting its exploratory capacity; as a result, it attempts to frame the problem in a purely mathematical manner, which ultimately leads to ineffective reasoning. Distinct from both, our approach leverages effective guidance to explore the most efficient solution path, directly and precisely resolving the problem.", "source": "marker_v2", "marker_block_id": "/page/18/Text/3"}
60
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0140", "section": "G CASE STUDY", "page_start": 19, "page_end": 19, "type": "Text", "text": "Similarly, in the case analysis shown in Figure 6, LUFFY falls into inefficient exploration, which results in both visual understanding errors and flawed reasoning (highlighted in red), ultimately failing to produce the correct answer. RL-PLUS leverages multiple importance sampling (Dong et al., 2025) to partially alleviate inefficient reasoning. However, it fails to fundamentally resolve the problem. In contrast, our method maintains effective exploration while preserving expert guidance, thereby successfully and reliably addressing the task.", "source": "marker_v2", "marker_block_id": "/page/18/Text/4"}
61
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0141", "section": "H THE USE OF LARGE LANGUAGE MODELS", "page_start": 19, "page_end": 19, "type": "Text", "text": "We employed large language models in our work to check the grammatical correctness of the paper and to provide refinements to selected sentences for improved clarity and readability.", "source": "marker_v2", "marker_block_id": "/page/18/Text/6"}
62
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0142", "section": "H THE USE OF LARGE LANGUAGE MODELS", "page_start": 20, "page_end": 20, "type": "FigureGroup", "text": "Figure 5: A case of CalibRL compared with baselines GRPO and SFT+GRPO.", "source": "marker_v2", "marker_block_id": "/page/19/FigureGroup/116"}
63
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0143", "section": "H THE USE OF LARGE LANGUAGE MODELS", "page_start": 21, "page_end": 21, "type": "Text", "text": "Prompt: You are a helpful assistant. The diagram shows the floor plan of Renate's house. Renate enters her house from the terrace (Terrasse) and walks through every door of the house exactly once. Which room does she end up in?", "source": "marker_v2", "marker_block_id": "/page/20/Text/1"}
64
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0144", "section": "H THE USE OF LARGE LANGUAGE MODELS", "page_start": 21, "page_end": 21, "type": "Text", "text": "Correct Answer: \"2\"", "source": "marker_v2", "marker_block_id": "/page/20/Text/2"}
65
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0145", "section": "LUFFY", "page_start": 21, "page_end": 21, "type": "Text", "text": "Response: <think> To solve this problem, we need to determine which room Renate ends up in after walking through every door exactly once. This is essentially a problem of finding an Eulerian path in a graph, where each room is a node and each door is an edge. Here's the step-by-step reasoning:", "source": "marker_v2", "marker_block_id": "/page/20/Text/5"}
66
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0146", "section": "LUFFY", "page_start": 21, "page_end": 21, "type": "ListGroup", "text": "1. Identify the nodes (rooms) and edges (doors) in the graph. 2. Count the degree (number of edges) of each node. 3. According to Euler's theorem, a graph has an Eulerian path if and only if exactly zero or two nodes have an odd degree. All other nodes must have an even degree. 4. If there are exactly two nodes with odd degrees, the Eulerian path will start at one of those nodes and end at the other. 5. If there are no nodes with odd degrees, the Eulerian path can start at any node and end at any node.", "source": "marker_v2", "marker_block_id": "/page/20/ListGroup/419"}
67
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0147", "section": "LUFFY", "page_start": 21, "page_end": 21, "type": "Text", "text": "In the given diagram:", "source": "marker_v2", "marker_block_id": "/page/20/Text/11"}
68
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0148", "section": "LUFFY", "page_start": 21, "page_end": 21, "type": "ListGroup", "text": "The rooms are labeled as 1, 2, 3, 4, and 5. The terrace is not a room but an entrance.", "source": "marker_v2", "marker_block_id": "/page/20/ListGroup/420"}
69
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0149", "section": "LUFFY", "page_start": 21, "page_end": 21, "type": "Text", "text": "Let's count the degrees of each node:", "source": "marker_v2", "marker_block_id": "/page/20/Text/14"}
70
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0150", "section": "LUFFY", "page_start": 21, "page_end": 21, "type": "ListGroup", "text": "Room 1: 2 edges - Room 2: 2 edges Room 3: 2 edges Room 4: 2 edges - Room 5: 2 edges", "source": "marker_v2", "marker_block_id": "/page/20/ListGroup/421"}
71
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0151", "section": "LUFFY", "page_start": 21, "page_end": 21, "type": "Text", "text": "room.", "source": "marker_v2", "marker_block_id": "/page/20/Text/41"}
72
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0152", "section": "LUFFY", "page_start": 21, "page_end": 21, "type": "Text", "text": "All rooms have an even degree, which means the graph has an Eulerian path that can start at any room and end at any", "source": "marker_v2", "marker_block_id": "/page/20/Text/424"}
73
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0153", "section": "LUFFY", "page_start": 21, "page_end": 21, "type": "Text", "text": "Since Renate enters from the terrace, we can assume she starts at room 5 (since it's the only room connected to the terrace). If she walks through every door exactly once, she will end up in the room that is connected to the last door she used. In this case, she will end up in room 1, as she starts from room 5 and walks through each room exactly once, ending at room 1.", "source": "marker_v2", "marker_block_id": "/page/20/Text/19"}
74
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0154", "section": "LUFFY", "page_start": 21, "page_end": 21, "type": "Text", "text": "Therefore, the room she ends up in is room 1.</think>", "source": "marker_v2", "marker_block_id": "/page/20/Text/20"}
75
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0155", "section": "LUFFY", "page_start": 21, "page_end": 21, "type": "Text", "text": "<answer> 1 </answer> .", "source": "marker_v2", "marker_block_id": "/page/20/Text/21"}
76
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0156", "section": "RL-PLUS", "page_start": 21, "page_end": 21, "type": "Text", "text": "Response: <think> To solve this problem, we need to determine which room Renate ends up in after walking through every door exactly once. This is a classic problem of finding an Eulerian path in a graph, where each room is a node and each door is an edge. Let's analyze the floor plan:", "source": "marker_v2", "marker_block_id": "/page/20/Text/23"}
77
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0157", "section": "RL-PLUS", "page_start": 21, "page_end": 21, "type": "ListGroup", "text": "The house has five rooms labeled 1, 2, 3, 4, and 5. There are doors connecting these rooms. The terrace is not connected to the house, but Renate enters from it.", "source": "marker_v2", "marker_block_id": "/page/20/ListGroup/422"}
78
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0158", "section": "RL-PLUS", "page_start": 21, "page_end": 21, "type": "Text", "text": "To find the room Renate ends up in, we need to identify the room that has an odd number of edges (doors) connected to it. In an Eulerian path, the path starts at a vertex with an odd degree and ends at a vertex with an odd degree. All other vertices must have an even degree.", "source": "marker_v2", "marker_block_id": "/page/20/Text/27"}
79
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0159", "section": "RL-PLUS", "page_start": 21, "page_end": 21, "type": "ListGroup", "text": "Let's count the edges for each room: Room 1: 3 edges Room 2: 3 edges - Room 3: 3 edges Room 4: 3 edges Room 5: 2 edges", "source": "marker_v2", "marker_block_id": "/page/20/ListGroup/423"}
80
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0160", "section": "RL-PLUS", "page_start": 21, "page_end": 21, "type": "Text", "text": "Room 5 has an even number of edges, while all other rooms have an odd number of edges. Therefore, Room 5 is the only room that can be the endpoint of the Eulerian path.", "source": "marker_v2", "marker_block_id": "/page/20/Text/33"}
81
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0161", "section": "RL-PLUS", "page_start": 21, "page_end": 21, "type": "Text", "text": "Thus, Renate ends up in Room 5. </think>", "source": "marker_v2", "marker_block_id": "/page/20/Text/34"}
82
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0162", "section": "RL-PLUS", "page_start": 21, "page_end": 21, "type": "Text", "text": "<answer> 5 </answer> .", "source": "marker_v2", "marker_block_id": "/page/20/Text/35"}
83
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0163", "section": "CalibRL", "page_start": 21, "page_end": 21, "type": "Text", "text": "Response: <think> The floor plan represents a grid-like structure. To walk through every door exactly once, Renate must start at the terrace, walk through each room, and end at a room that allows her to do so without retracing her steps. The rooms must be traversed in such a way that they form a path that crosses each door once and only once. Since this is a 2x3 grid, one room will not have an exit corresponding to a nonvisited door. Here, room 2 appears to be the room without an exit corresponding to an unvisited door, and it is connected to three doors. The logical end point is room 2. </think>", "source": "marker_v2", "marker_block_id": "/page/20/Text/37"}
84
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0164", "section": "CalibRL", "page_start": 21, "page_end": 21, "type": "Text", "text": "<answer> 2 </answer> .", "source": "marker_v2", "marker_block_id": "/page/20/Text/38"}
iclr26/5wxyCidRsK/appendix_text_v3.txt ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [p. 14 | section: A TRAINING PROMPT | type: Text]
2
+ As shown in Table 9, for a multi-modal image-question input, we concatenate the question with our instruction, which guides the model to perform step-by-step reasoning and specifies the desired output format.
3
+
4
+ [p. 14 | section: A TRAINING PROMPT | type: Caption]
5
+ Table 9: Prompt template.
6
+
7
+ [p. 14 | section: A TRAINING PROMPT | type: Text]
8
+ <image> question.
9
+
10
+ [p. 14 | section: A TRAINING PROMPT | type: Text]
11
+ You FIRST think about the reasoning process as an internal monologue and then provide the final answer.
12
+
13
+ [p. 14 | section: A TRAINING PROMPT | type: Text]
14
+ The reasoning process MUST BE enclosed within <think> < /think> tags. The final answer MUST BE put in <answer> < /answer> tags.
15
+
16
+ [p. 14 | section: B TRAINING SETTINGS. | type: Text]
17
+ We conduct all our experiments on 8 NVIDIA A800 80G GPUS. For fair comparison, we follow the standard GRPO training setup with several modifications as previous works (Liu et al., 2025b; Yan et al., 2025; Dong et al., 2025) . First, we disable the KL regularization term by setting its coefficient to zero and removing both the length normalization and the standard error normalization in the original GRPO loss. For rollout generation, we use a temperature of 1.0 and perform 10 rollouts per prompt. In the case of hybrid-policy RL, we additionally include one off-policy rollout. The rollout batch size is set to 480, while the update batch size is 120. As the reward signal, we employ MATH-VERIFY (Kydl´ıcek) , combined with a lightweight format reward of ˇ 0.1. For our controllable exploration, we set the λ weight to 0.1 as the default. The GeoEval data remained completely unseen during training. We trained all models for a fixed number of steps without any early stopping, and checkpoints for comparison were selected at identical training steps across all experiments.
18
+
19
+ [p. 14 | section: C ADDITIONAL EXPERIMENTAL RESULTS | type: Text]
20
+ General applicability beyond visual reasoning. In this work, we focus on achieving stable entropy control in RLVR for VLMs, where the challenge becomes especially severe in the vast state space of MLLMs and substantially limits learning efficiency. While a series of works like LUFFY (Yan et al., 2025) and RL-PLUS (Dong et al., 2025) have achieved promising results for LLMs, such results have not transferred to MLLMs, leaving a notable gap in the literature, one that our work aims to fill.
21
+
22
+ [p. 14 | section: C ADDITIONAL EXPERIMENTAL RESULTS | type: Text]
23
+ However, our method can certainly be expanded to broader applications beyond visual reasoning. We extend CalibRL to pure text math reasoning tasks to demonstrate the effectiveness beyond visual reasoning. Specifically, we train Qwen2.5-VL-7B on a 9k-sample subset of the MATH dataset (Hendrycks et al., 2021) and evaluate the model on the in-distribution benchmark MATH-500 (Hendrycks et al., 2021) and the out-of-distribution benchmark AMC (Li et al., 2024) .
24
+
25
+ [p. 14 | section: C ADDITIONAL EXPERIMENTAL RESULTS | type: TableGroup]
26
+ Table 10: Performance of the Qwen2.5-VL-7B model on math reasoning tasks. Method MATH-500 (in-distribution) AMC (out-of-distribution) Qwen2.5-VL-7B 64.8 31.97 GRPO 68.5 31.59 CalibRL (ours) 70.2 32.08
27
+
28
+ [p. 14 | section: C ADDITIONAL EXPERIMENTAL RESULTS | type: Text]
29
+ Results are reported in Table 10. Training on pure text data, CalibRL yields stronger gains than GRPO on MATH-500, demonstrating more effective in-distribution improvement. Moreover, unlike GRPO, which fails to enhance out-of-distribution performance, CalibRL continues to deliver benefits on AMC, achieving strong generalization results.
30
+
31
+ [p. 15 | section: C ADDITIONAL EXPERIMENTAL RESULTS | type: Text]
32
+ Scalability to larger model sizes. We also verify our method on the Qwen2.5-VL-32B model. We train the Qwen2.5-VL-32B with GRPO and our CalibRL, respectively, using the same training data we constructed for our main paper results. Results are reported in Table 11. Our method exhibits consistent improvements when scaled to a larger model.
33
+
34
+ [p. 15 | section: C ADDITIONAL EXPERIMENTAL RESULTS | type: TableGroup]
35
+ Table 11: Performance of the Qwen2.5-VL-32B model. Method in-distribution out-of-distribution Avg. GeoEval Geo3K GeoQA Qwen2.5-VL-32B 37.94 48.24 60.87 48.60 GRPO 44.48 51.75 63.53 53.25 CalibRL(ours) 48.77 52.58 67.90 56.42
36
+
37
+ [p. 15 | section: C ADDITIONAL EXPERIMENTAL RESULTS | type: Text]
38
+ Moreover, this bias does not override correctness learning. The policy is still optimized primarily by the main GRPO loss, which determines reward-maximizing behavior. The exploration term is scaled by a small λ and serves only to regulate the degree of deviation from the expert, rather than to dictate correctness. Thus, the optimization direction remains dominated by the policy objective, and we did not observe harmful interference with correctness.
39
+
40
+ [p. 15 | section: C ADDITIONAL EXPERIMENTAL RESULTS | type: Text]
41
+ To further analyze the influence of such length bias, we conduct an ablation by adding a length normalization to the ���ℓ i computation. Results are reported in Table 12. The strong performance of the model without length normalization supports our original design.
42
+
43
+ [p. 15 | section: C ADDITIONAL EXPERIMENTAL RESULTS | type: TableGroup]
44
+ Table 12: Performance on length norm. Method in-distribution out-of-distribution Avg. GeoEval Geo3K GeoQA CalibRL w/o length norm w/ length norm 33.44 29.26 40.60 39.10 60.74 60.34 44.93 42.90
45
+
46
+ [p. 15 | section: C ADDITIONAL EXPERIMENTAL RESULTS | type: Text]
47
+ Effect of weaker expert baselines. In our main results, we use GPT-4o as the expert to generate CoT responses for training. To further verify the generalizability of CalibRL, we additionally compare GRPO and CalibRL when the training data are produced by Qwen2.5-VL-72B, which serves as a weaker expert compared to GPT-4o. We keep the size of the Qwen-generated dataset comparable to the GPT-generated one (approximately 9k samples). However, because the two expert models differ in capability, the filtered sets of correct responses are not identical, and we cannot guarantee that both methods are trained on the same sampled data. Nonetheless, this setting still provides a meaningful evaluation of the robustness and generality of CalibRL under varying expert quality.
48
+
49
+ [p. 15 | section: C ADDITIONAL EXPERIMENTAL RESULTS | type: Text]
50
+ The results in Table 13 show that CalibRL consistently delivers substantial improvements over GRPO in both settings. As expected, the magnitude of improvement depends on the quality of the expert baseline, with a stronger expert providing a high-quality, generalizable, and informative reference. This highlights the importance of expert guidance in controllable-entropy RLVR and further demonstrates that CalibRL can effectively adapt its learning behavior to the quality of the expert model, leading to significant gains in training performance.
51
+
52
+ [p. 15 | section: D COMPUTATIONAL COST AND SAMPLE EFFICIENCY | type: Text]
53
+ Our method adds one off-policy expert response per prompt to the standard GRPO group of G policy-generated responses (where G = 10 in our implementation). This introduces a well-defined
54
+
55
+ [p. 16 | section: D COMPUTATIONAL COST AND SAMPLE EFFICIENCY | type: TableGroup]
56
+ Method in-distribution out-of-di stribution Avg. 111011100 GeoEval Geo3K GeoQA 11.8. On Qwen data GRPO CalibRL 23.26 26.90 41.10 40.43 49.87 56.90 38.08 41.41 +3.33 On GPT data GRPO CalibRL 26.15 33.44 39.77 40.60 52.52 60.74 39.48 44.93 +5.45 Table 13: Trained on different expert data.
57
+
58
+ [p. 16 | section: D COMPUTATIONAL COST AND SAMPLE EFFICIENCY | type: Text]
59
+ incremental cost that we quantify below (see Table 14). The expert response requires one additional forward pass to compute the expert log probability. Importantly, different from previous hybrid-policy methods, including LUFFY and RL-PLUS, the expert response does not participate in gradient computation . It serves only as a reference baseline. This means while we have G+1 forward passes per prompt, we still only perform G backward passes, identical to standard GRPO . Also, different from LUFFY, we require no additional reward for the expert trajectory, since we only include on-policy samples in the advantage calculation. Additionally, expert data collection is a one-time offline cost, not incurred during training, so rollout sampling overhead is zero.
60
+
61
+ [p. 16 | section: D COMPUTATIONAL COST AND SAMPLE EFFICIENCY | type: TableGroup]
62
+ Table 14: Per-prompt computational breakdown for a typical group size of G. Component GRPO CalibRL Additional Cost Rollout sampling G G 0 Forward passes G G + 1 +1 Reward model queries G G 0 Backward passes G G 0
63
+
64
+ [p. 16 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
65
+ Possible double-counting of advantage terms. Our training objective:
66
+
67
+ [p. 16 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Equation]
68
+ \mathcal{J}(\theta) = \mathbb{E}_{q \sim \mathcal{D}, \tau \sim \pi_{\theta}(\cdot|q)} \left[ \sum_{t=1}^{|\tau|} \min\left(r_{i,t}(\theta) \hat{A}_{i,t}, \right. \right. \\ \left. \text{clip}\left(r_{i,t}(\theta), 1 - \epsilon, 1 + \epsilon\right) \hat{A}_{i,t}\right) - \lambda |\hat{A}_{i}| \cdot \text{LeakyReLU}\left(-s_{i} \Delta \ell_{i}, \alpha\right) \right]. (11)
69
+
70
+ [p. 16 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
71
+ In the main GRPO objective, \hat{A}_{i,t} determines the update direction of the policy, while in the exploration term, |\hat{A}_i| is treated purely as a static importance weight. The two occurrences of the advantage influence different aspects of the optimization: the GRPO term governs policy improvement, whereas the exploration term modulates the strength of trajectory-level exploration correction.
72
+
73
+ [p. 16 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
74
+ The exploration loss gradient is:
75
+
76
+ [p. 16 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Equation]
77
+ \frac{\partial \mathcal{L}_{\text{exploration}}}{\partial \theta} = |\hat{A}_i| \cdot \text{LeakyReLU}'(-s_i \Delta \ell_i) \cdot (-s_i) \cdot \nabla_{\theta} \log \pi_{\theta}(a_i), \tag{12}
78
+
79
+ [p. 16 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
80
+ while the GRPO gradient is:
81
+
82
+ [p. 16 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Equation]
83
+ \frac{\partial}{\partial \theta} \left( r_{i,t}(\theta) \hat{A}_{i,t} \right) = \hat{A}_{i,t} \cdot \nabla_{\theta} r_{i,t}(\theta) = \hat{A}_{i,t} \cdot r_{i,t}(\theta) \cdot \nabla_{\theta} \log \pi_{\theta}(a_{i,t}). (13)
84
+
85
+ [p. 16 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
86
+ Both terms produce updates through (\nabla_{\theta} \log \pi_{\theta}) , but with different multiplicative coefficients (the GRPO term uses (\hat{A}_{i,t}r_{i,t}) while the exploration term uses (|\hat{A}_i|(-s_i\text{LeakyReLU}(\cdot))) and is scaled
87
+
88
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
89
+ by \lambda ). The key observation is that these coefficients are additive in the total gradient, not multiplicative. The final gradient is:
90
+
91
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Equation]
92
+ \nabla_{\theta} \mathcal{J} = \sum_{t} \hat{A}_{i,t} \cdot r_{i,t}(\theta) \cdot \nabla_{\theta} \log \pi_{\theta}(a_{i,t}) - \lambda \cdot |\hat{A}_{i}| \cdot (-s_{i}) \cdot \text{LeakyReLU}(\cdot) \cdot \nabla_{\theta} \log \pi_{\theta}(a_{i}). \tag{14}
93
+
94
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
95
+ The advantage appears in two separate, additive gradient contributions that can constructively or destructively interfere depending on their signs, with the hyperparameter \lambda controlling the relative magnitude of exploration correction versus policy improvement, preventing uncontrolled amplification. In our experiments, \lambda=0.1 ensures the exploration term provides a measured correction signal without dominating the GRPO updates.
96
+
97
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
98
+ The "rarity" interpretation of |\hat{A}_i| . We provide a formal characterization of the intuition of using |\hat{A}_i| value to naturally capture group-wise "rarity".
99
+
100
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
101
+ First, consider several example groups of sequence-level rewards:
102
+
103
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: ListGroup]
104
+ Group 1: [0,1,1,1], where the "0" answer is relatively rare within the group. The absolute value of the group advantage is [0.75,0.25,0.25,0.25]. The "0" has the largest |\hat{A}| , indicating that a reward of "0" is the group-wise outlier. Group 2: [1,0,0,0], where the "1" answer is relatively rare within the group. This group resulted in the same absolute value of the group advantage: [0.75,0.25,0.25,0.25], also indicating that a reward of "1" is "rare" in this group.
105
+
106
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
107
+ The examples demonstrate that the frequency of correct/incorrect answers and |\hat{A}_i| correspond symmetrically and automatically, without requiring additional heuristics. We further show a continuous change between |\hat{A}_i| and reward frequency in a group of 10 samples in Figure 4. The curve shows a strictly monotonic mapping between rarity and magnitude.
108
+
109
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: FigureGroup]
110
+ Figure 4: Relationship between |A_i| and reward frequency in a group of 10 samples.
111
+
112
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
113
+ Furthermore, to analyze robustness under small additive reward noise (e.g., formatting bonuses), consider the perturbed reward
114
+
115
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Equation]
116
+ R'(\tau_i) = R(\tau_i) + \delta_i, \quad |\delta_i| \le \epsilon.
117
+
118
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
119
+ The corresponding advantage becomes
120
+
121
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Equation]
122
+ \hat{A}'_{i,t} = R'(\tau_i) - \text{mean}(R'(\{\tau_j\}_{j=1}^G)) = (R(\tau_i) - \mu_G) + (\delta_i - \bar{\delta}),
123
+
124
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
125
+ where
126
+
127
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Equation]
128
+ \mu_G = \operatorname{mean}(R(\{\tau_j\}_{j=1}^G)), \qquad \bar{\delta} = \operatorname{mean}(\{\delta_j\}_{j=1}^G).
129
+
130
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
131
+ Thus, the perturbation to the advantage is
132
+
133
+ [p. 17 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Equation]
134
+ \hat{A}'_{i,t} - \hat{A}_{i,t} = \delta_i - \bar{\delta},
135
+
136
+ [p. 18 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
137
+ which is a mean-centered noise term satisfying
138
+
139
+ [p. 18 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Equation]
140
+ |\delta_i - \bar{\delta}| \le 2\epsilon.
141
+
142
+ [p. 18 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
143
+ Since typically
144
+
145
+ [p. 18 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Equation]
146
+ |R(\tau_i) - \mu_G| = O(1),
147
+
148
+ [p. 18 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
149
+ the ordering of |\hat{A}_{i,t}| , which determines group-wise rarity, is preserved for sufficiently small \epsilon . In the common case where noise is approximately uniform across samples (e.g., shared formatting bonuses), we have \delta_i \approx \bar{\delta} , and the perturbation cancels:
150
+
151
+ [p. 18 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Equation]
152
+ \hat{A}'_{i,t} \approx \hat{A}_{i,t} .
153
+
154
+ [p. 18 | section: E THEORETICAL GROUNDING OF |\hat{A}_i| | type: Text]
155
+ Hence, mean-centered normalization makes the rarity signal |\hat{A}_{i,t}| inherently robust to small reward noise.
156
+
157
+ [p. 18 | section: F EFFECTIVENESS ANALYSIS OF CALIBRL | type: Text]
158
+ We obtain several statistical data points from our trained checkpoints to contrast CalibRL with RL-PLUS and LUFFY and to reveal the structural differences brought by explicit calibration. Both LUFFY and RL-PLUS attempt to use experts without an effective calibration mechanism, which leads to either diluted expert signals or unstable confidence dynamics. In contrast, CalibRL introduces a calibration mechanism that stabilizes expert influence, as reflected in the following statistics.
159
+
160
+ [p. 18 | section: F EFFECTIVENESS ANALYSIS OF CALIBRL | type: Text]
161
+ As in Table 15, LUFFY collapses to a single expert mode. The policy and expert distributions become nearly indistinguishable after training. The model treats expert responses as a uniform style to imitate. It loses the ability to evaluate where expert guidance should matter and where exploration should continue. RL-PLUS shows the opposite tendency. The policy becomes prematurely certain. Expert responses also lose diversity and drift toward the policy. The model reinforces its own early preferences without checking them against a stable expert reference. It converges quickly but without reliable calibration. In both cases, expert information does not form a stable reference for exploration.
162
+
163
+ [p. 18 | section: F EFFECTIVENESS ANALYSIS OF CALIBRL | type: Text]
164
+ Differently, our CalibRL is not designed to directly learn or fit the expert distribution, which would resemble an off-policy imitation objective. Instead, CalibRL uses expert responses as a baseline that calibrates exploration rather than constrains generation. As shown in Equations 8 and 9, the distributional influence of expert samples is not a monotonic or uniform increase in consistency with the expert distribution. Specifically, when the policy's rollout produces an incorrect answer, optimization pushes the policy closer to the expert sample distribution; however, when the policy itself produces a correct rollout, the method suppresses the probability of expert samples. Thus, distributional shifts measured across all samples cannot directly reflect the calibration mechanism that CalibRL performs.
165
+
166
+ [p. 18 | section: F EFFECTIVENESS ANALYSIS OF CALIBRL | type: Text]
167
+ The statistics in Table 15 support this distinction. CalibRL maintains the broadest policy entropy, showing that the model stays exploratory rather than collapsing into a single expert mode as in LUFFY or becoming prematurely overconfident as in RL-PLUS. Expert responses also remain diverse and on-policy, which provides a stable reference for calibration rather than a target distribution to mimic. CalibRL shows a negative \Delta \ell_i , indicating that the model consistently assigns a higher likelihood to expert answers and uses this signal to navigate exploration toward better solutions. This calibrated behavior produces higher rewards and shorter, more precise outputs.
168
+
169
+ [p. 18 | section: F EFFECTIVENESS ANALYSIS OF CALIBRL | type: TableGroup]
170
+ Table 15: Statistical data points from our trained checkpoints. Method \bigg| \Delta \ell_i policy entropy reward response length (expert length 382.19) Qwen2.5-VL-7B 0.1459 0.4401 0.2029 437.76 GRPO 0.4256 0.2508 0.5381 431.79 LUFFY 0.0881 0.4688 0.4980 414.58 RL-PLUS 0.3452 0.2580 0.4975 425.08 CalibRL -0.8025 1.4968 0.5667 271.71
171
+
172
+ [p. 19 | section: G CASE STUDY | type: Text]
173
+ We select cases from the challenging MathVision (Wang et al., 2024) benchmark and compare our response with the GRPO baseline, the SFT+GRPO baseline, the LUFFY (Yan et al., 2025) , and the RL-PLUS (Dong et al., 2025) .
174
+
175
+ [p. 19 | section: G CASE STUDY | type: Text]
176
+ We first compare the case response among our CalibRL, the GRPO baseline, and the SFT+GRPO baseline in Figure 5. The GRPO baseline, lacking explicit guidance, exhibits erroneous reasoning and hallucinatory requirements (highlighted in red). In contrast, the SFT+GRPO baseline is overly constrained by the supervised signals, limiting its exploratory capacity; as a result, it attempts to frame the problem in a purely mathematical manner, which ultimately leads to ineffective reasoning. Distinct from both, our approach leverages effective guidance to explore the most efficient solution path, directly and precisely resolving the problem.
177
+
178
+ [p. 19 | section: G CASE STUDY | type: Text]
179
+ Similarly, in the case analysis shown in Figure 6, LUFFY falls into inefficient exploration, which results in both visual understanding errors and flawed reasoning (highlighted in red), ultimately failing to produce the correct answer. RL-PLUS leverages multiple importance sampling (Dong et al., 2025) to partially alleviate inefficient reasoning. However, it fails to fundamentally resolve the problem. In contrast, our method maintains effective exploration while preserving expert guidance, thereby successfully and reliably addressing the task.
180
+
181
+ [p. 19 | section: H THE USE OF LARGE LANGUAGE MODELS | type: Text]
182
+ We employed large language models in our work to check the grammatical correctness of the paper and to provide refinements to selected sentences for improved clarity and readability.
183
+
184
+ [p. 20 | section: H THE USE OF LARGE LANGUAGE MODELS | type: FigureGroup]
185
+ Figure 5: A case of CalibRL compared with baselines GRPO and SFT+GRPO.
186
+
187
+ [p. 21 | section: H THE USE OF LARGE LANGUAGE MODELS | type: Text]
188
+ Prompt: You are a helpful assistant. The diagram shows the floor plan of Renate's house. Renate enters her house from the terrace (Terrasse) and walks through every door of the house exactly once. Which room does she end up in?
189
+
190
+ [p. 21 | section: H THE USE OF LARGE LANGUAGE MODELS | type: Text]
191
+ Correct Answer: "2"
192
+
193
+ [p. 21 | section: LUFFY | type: Text]
194
+ Response: <think> To solve this problem, we need to determine which room Renate ends up in after walking through every door exactly once. This is essentially a problem of finding an Eulerian path in a graph, where each room is a node and each door is an edge. Here's the step-by-step reasoning:
195
+
196
+ [p. 21 | section: LUFFY | type: ListGroup]
197
+ 1. Identify the nodes (rooms) and edges (doors) in the graph. 2. Count the degree (number of edges) of each node. 3. According to Euler's theorem, a graph has an Eulerian path if and only if exactly zero or two nodes have an odd degree. All other nodes must have an even degree. 4. If there are exactly two nodes with odd degrees, the Eulerian path will start at one of those nodes and end at the other. 5. If there are no nodes with odd degrees, the Eulerian path can start at any node and end at any node.
198
+
199
+ [p. 21 | section: LUFFY | type: Text]
200
+ In the given diagram:
201
+
202
+ [p. 21 | section: LUFFY | type: ListGroup]
203
+ The rooms are labeled as 1, 2, 3, 4, and 5. The terrace is not a room but an entrance.
204
+
205
+ [p. 21 | section: LUFFY | type: Text]
206
+ Let's count the degrees of each node:
207
+
208
+ [p. 21 | section: LUFFY | type: ListGroup]
209
+ Room 1: 2 edges - Room 2: 2 edges Room 3: 2 edges Room 4: 2 edges - Room 5: 2 edges
210
+
211
+ [p. 21 | section: LUFFY | type: Text]
212
+ room.
213
+
214
+ [p. 21 | section: LUFFY | type: Text]
215
+ All rooms have an even degree, which means the graph has an Eulerian path that can start at any room and end at any
216
+
217
+ [p. 21 | section: LUFFY | type: Text]
218
+ Since Renate enters from the terrace, we can assume she starts at room 5 (since it's the only room connected to the terrace). If she walks through every door exactly once, she will end up in the room that is connected to the last door she used. In this case, she will end up in room 1, as she starts from room 5 and walks through each room exactly once, ending at room 1.
219
+
220
+ [p. 21 | section: LUFFY | type: Text]
221
+ Therefore, the room she ends up in is room 1.</think>
222
+
223
+ [p. 21 | section: LUFFY | type: Text]
224
+ <answer> 1 </answer> .
225
+
226
+ [p. 21 | section: RL-PLUS | type: Text]
227
+ Response: <think> To solve this problem, we need to determine which room Renate ends up in after walking through every door exactly once. This is a classic problem of finding an Eulerian path in a graph, where each room is a node and each door is an edge. Let's analyze the floor plan:
228
+
229
+ [p. 21 | section: RL-PLUS | type: ListGroup]
230
+ The house has five rooms labeled 1, 2, 3, 4, and 5. There are doors connecting these rooms. The terrace is not connected to the house, but Renate enters from it.
231
+
232
+ [p. 21 | section: RL-PLUS | type: Text]
233
+ To find the room Renate ends up in, we need to identify the room that has an odd number of edges (doors) connected to it. In an Eulerian path, the path starts at a vertex with an odd degree and ends at a vertex with an odd degree. All other vertices must have an even degree.
234
+
235
+ [p. 21 | section: RL-PLUS | type: ListGroup]
236
+ Let's count the edges for each room: Room 1: 3 edges Room 2: 3 edges - Room 3: 3 edges Room 4: 3 edges Room 5: 2 edges
237
+
238
+ [p. 21 | section: RL-PLUS | type: Text]
239
+ Room 5 has an even number of edges, while all other rooms have an odd number of edges. Therefore, Room 5 is the only room that can be the endpoint of the Eulerian path.
240
+
241
+ [p. 21 | section: RL-PLUS | type: Text]
242
+ Thus, Renate ends up in Room 5. </think>
243
+
244
+ [p. 21 | section: RL-PLUS | type: Text]
245
+ <answer> 5 </answer> .
246
+
247
+ [p. 21 | section: CalibRL | type: Text]
248
+ Response: <think> The floor plan represents a grid-like structure. To walk through every door exactly once, Renate must start at the terrace, walk through each room, and end at a room that allows her to do so without retracing her steps. The rooms must be traversed in such a way that they form a path that crosses each door once and only once. Since this is a 2x3 grid, one room will not have an exit corresponding to a nonvisited door. Here, room 2 appears to be the room without an exit corresponding to an unvisited door, and it is connected to three doors. The logical end point is room 2. </think>
249
+
250
+ [p. 21 | section: CalibRL | type: Text]
251
+ <answer> 2 </answer> .
iclr26/5wxyCidRsK/assets.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "filename": "_page_16_Figure_9.jpeg",
4
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/5wxyCidRsK/marker_markdown/5wxyCidRsK/_page_16_Figure_9.jpeg",
5
+ "bytes": 44053,
6
+ "width": 846,
7
+ "height": 498,
8
+ "aspect_ratio": 1.6987951807228916,
9
+ "keep": true,
10
+ "reject_reason": null,
11
+ "model_path": "assets/_page_16_Figure_9.jpeg"
12
+ },
13
+ {
14
+ "filename": "_page_19_Figure_1.jpeg",
15
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/5wxyCidRsK/marker_markdown/5wxyCidRsK/_page_19_Figure_1.jpeg",
16
+ "bytes": 237902,
17
+ "width": 1059,
18
+ "height": 1479,
19
+ "aspect_ratio": 0.716024340770791,
20
+ "keep": true,
21
+ "reject_reason": null,
22
+ "model_path": "assets/_page_19_Figure_1.jpeg"
23
+ },
24
+ {
25
+ "filename": "_page_20_Figure_39.jpeg",
26
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/5wxyCidRsK/marker_markdown/5wxyCidRsK/_page_20_Figure_39.jpeg",
27
+ "bytes": 7973,
28
+ "width": 834,
29
+ "height": 30,
30
+ "aspect_ratio": 27.8,
31
+ "keep": false,
32
+ "reject_reason": "extreme_aspect_ratio",
33
+ "model_path": null
34
+ },
35
+ {
36
+ "filename": "_page_5_Figure_8.jpeg",
37
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/5wxyCidRsK/marker_markdown/5wxyCidRsK/_page_5_Figure_8.jpeg",
38
+ "bytes": 33616,
39
+ "width": 966,
40
+ "height": 241,
41
+ "aspect_ratio": 4.008298755186722,
42
+ "keep": true,
43
+ "reject_reason": null,
44
+ "model_path": "assets/_page_5_Figure_8.jpeg"
45
+ },
46
+ {
47
+ "filename": "_page_6_Figure_8.jpeg",
48
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/5wxyCidRsK/marker_markdown/5wxyCidRsK/_page_6_Figure_8.jpeg",
49
+ "bytes": 34079,
50
+ "width": 658,
51
+ "height": 462,
52
+ "aspect_ratio": 1.4242424242424243,
53
+ "keep": true,
54
+ "reject_reason": null,
55
+ "model_path": "assets/_page_6_Figure_8.jpeg"
56
+ },
57
+ {
58
+ "filename": "_page_7_Figure_8.jpeg",
59
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/5wxyCidRsK/marker_markdown/5wxyCidRsK/_page_7_Figure_8.jpeg",
60
+ "bytes": 34341,
61
+ "width": 872,
62
+ "height": 340,
63
+ "aspect_ratio": 2.5647058823529414,
64
+ "keep": true,
65
+ "reject_reason": null,
66
+ "model_path": "assets/_page_7_Figure_8.jpeg"
67
+ }
68
+ ]
iclr26/5wxyCidRsK/assets/_page_16_Figure_9.jpeg ADDED

Git LFS Details

  • SHA256: 765d17e0c6fca6c0120fc20685f8d88e6a20835d67c3d45210004bf3e879a090
  • Pointer size: 130 Bytes
  • Size of remote file: 44.1 kB
iclr26/5wxyCidRsK/assets/_page_19_Figure_1.jpeg ADDED

Git LFS Details

  • SHA256: bbeaee3fcffb97301dbb6dc74192361768f36dfce7ac68b5ad67d704957e331e
  • Pointer size: 131 Bytes
  • Size of remote file: 238 kB
iclr26/5wxyCidRsK/assets/_page_5_Figure_8.jpeg ADDED

Git LFS Details

  • SHA256: 56e675d20b5dc0906030864f2f8bc193a206b05dbab5adb32335eab31a18a1f3
  • Pointer size: 130 Bytes
  • Size of remote file: 33.6 kB
iclr26/5wxyCidRsK/assets/_page_6_Figure_8.jpeg ADDED

Git LFS Details

  • SHA256: fa0fe487980be355156ab14fde41ba1b54e6d1f10a4df24a6b504dd9ada978b9
  • Pointer size: 130 Bytes
  • Size of remote file: 34.1 kB
iclr26/5wxyCidRsK/assets/_page_7_Figure_8.jpeg ADDED

Git LFS Details

  • SHA256: 295f07dcef141339a3a65675602fe68ad0382cdbdf623c7bd7eba252e420d83a
  • Pointer size: 130 Bytes
  • Size of remote file: 34.3 kB
iclr26/5wxyCidRsK/chunks_v3_anonymized.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
iclr26/5wxyCidRsK/dataset_meta.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paper_id": "5wxyCidRsK",
3
+ "pipeline": "Paper2Markdown-V3",
4
+ "ok": true,
5
+ "page_count": 21,
6
+ "chunk_count": 165,
7
+ "main_body_chunk_count": 79,
8
+ "appendix_chunk_count": 84,
9
+ "reference_chunk_count": 2,
10
+ "model_text_chars": 44458,
11
+ "raw_markdown_chars": 83059,
12
+ "sanitized_chars": 76871,
13
+ "page_provenance": {
14
+ "min_page": 1,
15
+ "max_page": 21,
16
+ "invalid_count": 0
17
+ },
18
+ "marker_block_type_counts": {
19
+ "Caption": 1,
20
+ "Equation": 21,
21
+ "Figure": 1,
22
+ "FigureGroup": 5,
23
+ "Footnote": 2,
24
+ "ListGroup": 10,
25
+ "PageFooter": 21,
26
+ "PageHeader": 21,
27
+ "SectionHeader": 29,
28
+ "Table": 3,
29
+ "TableGroup": 12,
30
+ "Text": 119
31
+ },
32
+ "asset_count_raw": 6,
33
+ "asset_count_model_kept": 5,
34
+ "asset_count_rejected": 1,
35
+ "asset_reject_reasons": {
36
+ "extreme_aspect_ratio": 1,
37
+ "kept": 5
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_train",
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/5wxyCidRsK/main_body_chunks.jsonl ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0000", "section": "ABSTRACT", "page_start": 1, "page_end": 1, "type": "Text", "text": "Reinforcement Learning with verifiable rewards (RLVR) has emerged as a primary learning paradigm for enhancing the reasoning capabilities of multi-modal large language models (MLLMs). However, during RL training, the enormous state space of MLLM and sparse rewards often leads to entropy collapse, policy degradation, or over-exploitation of suboptimal behaviors. This necessitates an exploration strategy that maintains productive stochasticity while avoiding the drawbacks of uncontrolled random sampling, yielding inefficient exploration. In this paper, we propose CalibRL, a hybrid-policy RLVR framework that supports controllable exploration with expert guidance, enabled by two key mechanisms. First, a distribution-aware advantage weighting scales updates by group rareness to calibrate the distribution, therefore preserving exploration. Meanwhile, the asymmetric activation function (LeakyReLU) leverages the expert knowledge as a calibration baseline to moderate overconfident updates while preserving their corrective direction. CalibRL increases policy entropy in a guided manner and clarifies the target distribution by estimating the on-policy distribution through online sampling. Updates are driven by these informative behaviors, avoiding convergence to erroneous patterns. Importantly, these designs help alleviate the distributional mismatch between the model's policy and expert trajectories, thereby achieving a more stable balance between exploration and exploitation. Extensive experiments across eight benchmarks, including both in-domain and outof-domain settings, demonstrate consistent improvements, validating the effectiveness of our controllable hybrid-policy RLVR training. Code is available at", "source": "marker_v2", "marker_block_id": "/page/0/Text/5"}
2
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0001", "section": "1 INTRODUCTION", "page_start": 1, "page_end": 1, "type": "Text", "text": "Recent Large Language Models (LLMs), such as OpenAI-o1 (Jaech et al., 2024) , DeepSeek-R1 (Guo et al., 2025) , and Kimi-1.5 (Team et al., 2025) , have achieved remarkable breakthroughs in complex reasoning by leveraging extended Chain-of-Thought (CoT) reasoning (Wei et al., 2022) , showcasing unprecedented proficiency in multi-step logical inference. Building on these advances, Multi-Modal Large Language Models (MLLMs), including Virgo (Du et al., 2025) , InternVL3 (Zhu et al., 2025) , MiMo-VL (Xiaomi, 2025) , and Ovis2.5 (Lu et al., 2025) , have further extended reasoning into multi-modal domains, enabling complex visual reasoning, mathematical diagram interpretation, and cross-modal logical inference.", "source": "marker_v2", "marker_block_id": "/page/0/Text/7"}
3
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0002", "section": "1 INTRODUCTION", "page_start": 1, "page_end": 1, "type": "Text", "text": "The success of recent models is largely attributed to advanced Reinforcement Learning using Verifiable Rewards (RLVR). Despite this progress, recent studies have shown fundamental challenges: improvements in policy performance often come at the cost of reduced policy entropy, creating a bottleneck where entropy depletion constrains further progress (Cui et al., 2025) . Conventional RL methods usually incorporate entropy regularization (Liu et al., 2025a; Starnes et al., 2023) to encourage stochasticity, but the resulting high-entropy strategies rely on unguided random sampling, leading to inefficient exploration. This issue is especially pronounced in the enormous state space of MLLMs and significantly limits learning efficiency. Recently, combining Supervised Fine-Tuning", "source": "marker_v2", "marker_block_id": "/page/0/Text/8"}
4
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0003", "section": "1 INTRODUCTION", "page_start": 2, "page_end": 2, "type": "Text", "text": "(SFT) with Reinforcement Learning (RL) training enables the integration of expert knowledge with self-improvement mechanisms, which can increase policy exploration while providing a clearer target distribution. Yet, neither the popular \"SFT-then-RL\" pipeline nor recent hybrid-policy frameworks that embed SFT supervision directly into RL training (Yan et al., 2025; Ma et al., 2025; Dong et al., 2025; Zhang et al., 2025) could provide stable and controllable exploration. In the sequential \"SFT-then-RL\" paradigm, the initial SFT stage anchors the policy to a static demonstration distribution, thereby diminishing its exploratory tendency in subsequent RL training. As a result, the policy struggles to adapt beyond the supervised baseline and fails to concentrate probability mass on novel, high-reward behaviors. Hybrid-policy methods that inject SFT supervision into RL suffer from a distributional mismatch between the current policy and expert trajectories. This mismatch introduces high bias and variance, leading to unstable policy learning. The resulting instability interferes with exploration and accelerates entropy collapse, driving the policy toward either overly deterministic or excessively random behaviors.", "source": "marker_v2", "marker_block_id": "/page/1/Text/1"}
5
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0004", "section": "1 INTRODUCTION", "page_start": 2, "page_end": 2, "type": "Text", "text": "To address this dilemma, we propose CalibRL : Hybrid-Policy RLVR with Controllable Exploration , a framework that redefines the role of expert supervision as the calibration baseline. CalibRL treats expert data as a distributional baseline—a reference against which the model's on-policy behaviors are evaluated. From this perspective, our framework performs distributional calibration, explicitly designed to maintain sufficient policy entropy while guiding effective exploration. Responses are assessed relative to the baseline distribution from the expert: underrepresented yet correct reasoning paths are selectively reinforced, maintaining rare but informative behaviors as valuable exploration signals, while overconfident but erroneous predictions are penalized more strongly to prevent misleading convergence. This calibrated treatment transforms expert supervision from a rigid imitation signal into a nuanced guidance mechanism that balances exploration and performance, ensuring that policy entropy is retained while exploration is directed toward meaningful reasoning behaviors.", "source": "marker_v2", "marker_block_id": "/page/1/Text/2"}
6
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0005", "section": "1 INTRODUCTION", "page_start": 2, "page_end": 2, "type": "Text", "text": "Crucially, controllable exploration is achieved by using two complementary mechanisms. An advantage weighting serves as an indicator of the relative likelihood of a response within its group, naturally emphasizing the contribution of the rare sample to enforce distribution calibration. In parallel, a asymmetric activation based on LeakyReLU leverages expert knowledge as a calibrated baseline to moderate overconfident updates while preserving their corrective direction, ensuring exploration remains guided and stable. Together, these mechanisms regulate both the strength and direction of policy updates, enabling guided and stable exploration, ensuring expert supervision remains informative rather than restrictive. We conduct extensive experiments across eight benchmarks and demonstrate consistent superiority over previous hybrid-policy methods, which fail to improve upon the GRPO baseline in our multi-modal scenario. In summary, the contributions of this work are threefold:", "source": "marker_v2", "marker_block_id": "/page/1/Text/3"}
7
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0006", "section": "1 INTRODUCTION", "page_start": 2, "page_end": 2, "type": "ListGroup", "text": "We propose CalibRL , a hybrid-policy RLVR framework for controllable exploration in reasoning-oriented MLLMs, which leverages expert guidance to stabilize policy updates and increase policy entropy in a guided manner. Our CalibRL introduces two complementary mechanisms: advantage weighting , which emphasizes rare responses to enforce distribution calibration, and a LeakyReLU–based asymmetric activation , which moderates overconfident updates while preserving their corrective direction. We validate our method through extensive experiments on eight reasoning benchmarks, demonstrating substantial improvements over GRPO and state-of-the-art hybrid-policy baselines, with consistent gains across both in-domain and out-of-domain tasks.", "source": "marker_v2", "marker_block_id": "/page/1/ListGroup/220"}
8
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0007", "section": "2 PRELIMINARIES AND RELATED WORKS", "page_start": 2, "page_end": 2, "type": "Text", "text": "This section introduces preliminary knowledge related to our work to facilitate understanding of the proposed method. We then review the most pertinent related work, identifying key limitations and outlining our research motivation.", "source": "marker_v2", "marker_block_id": "/page/1/Text/8"}
9
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0008", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 2, "page_end": 2, "type": "Text", "text": "We start with definitions for training the LLM with RLVR. Given an input prompt q, and an LLM with parameters θ, the reasoning generation task with the LLM is framed as a Markov Decision", "source": "marker_v2", "marker_block_id": "/page/1/Text/10"}
10
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0009", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 3, "page_end": 3, "type": "Text", "text": "Process (MDP) (Puterman, 2014). The LLM is represented as a policy \\pi_{\\theta} . The output response from the LLM is represented as the trajectory \\tau = (o_1, o_2, \\dots, o_T) , where T is the response length.", "source": "marker_v2", "marker_block_id": "/page/2/Text/1"}
11
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0010", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 3, "page_end": 3, "type": "Text", "text": "At each generation step t \\in [1,T] , the MDP defines a state s_t = (q,o_1,o_2,\\ldots,o_{t-1}) , which represents the concatenation of the prompt q and the response tokens generated up to step t-1. The initial state s_0 = q . For each generation step t, the MDP defines an action a_t = o_t \\sim \\pi_{\\theta}(\\cdot|s_t) , representing the selection of o_t as the next token with state s_t as a condition.", "source": "marker_v2", "marker_block_id": "/page/2/Text/2"}
12
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0011", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 3, "page_end": 3, "type": "Text", "text": "In the circumstances, the policy \\pi_{\\theta} provides a probability distribution over the LLM's vocabulary for the next token prediction. With a spare verifiable reward R formulated as follows:", "source": "marker_v2", "marker_block_id": "/page/2/Text/3"}
13
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0012", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 3, "page_end": 3, "type": "Equation", "text": "R(\\tau) = \\begin{cases} 1 & \\text{if the response } \\tau \\text{ is correct,} \\\\ 0 & \\text{otherwise.} \\end{cases} (1)", "source": "marker_v2", "marker_block_id": "/page/2/Equation/4"}
14
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0013", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 3, "page_end": 3, "type": "Text", "text": "The training objective of RLVR is then formulated as follows:", "source": "marker_v2", "marker_block_id": "/page/2/Text/5"}
15
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0014", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 3, "page_end": 3, "type": "Equation", "text": "\\mathcal{J}(\\theta) = \\mathbb{E}_{q \\sim \\mathcal{D}, \\tau \\sim \\pi_{\\theta}(\\cdot | q)}[R(\\tau)], \\tag{2}", "source": "marker_v2", "marker_block_id": "/page/2/Equation/6"}
16
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0015", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 3, "page_end": 3, "type": "Text", "text": "where \\mathcal{D} is the prompts set. This objective is optimized with policy gradient optimization that aims to maximize the reward R over the prompts \\mathcal{D} .", "source": "marker_v2", "marker_block_id": "/page/2/Text/7"}
17
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0016", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 3, "page_end": 3, "type": "Text", "text": "In recent applications, the Group Relative Policy Optimization (GRPO) (Shao et al., 2024) has become the de facto choice owing to the success of Deepseek-R1 (Guo et al., 2025). The primary advantage stems from utilizing intra-group reward comparisons to derive the advantage for each trajectory. Given G responses for each prompt q, the response group \\{\\tau_i\\}_{i=1}^G is validated by the reward function and used to calculate the advantages. This process can be formulated as follows:", "source": "marker_v2", "marker_block_id": "/page/2/Text/8"}
18
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0017", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 3, "page_end": 3, "type": "Equation", "text": "\\hat{A}_{i,t} = \\frac{R(\\tau_i) - mean(R(\\{\\tau_i\\}_{i=1}^G))}{std(R(\\{\\tau_i\\}_{i=1}^G))}. (3)", "source": "marker_v2", "marker_block_id": "/page/2/Equation/9"}
19
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0018", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 3, "page_end": 3, "type": "Text", "text": "The advantage signal guides the preference policy optimization, directing updates to increase the log-probability of tokens that exhibit high advantage values using a clipped PPO-style (Schulman et al., 2017) objective:", "source": "marker_v2", "marker_block_id": "/page/2/Text/10"}
20
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0019", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 3, "page_end": 3, "type": "Equation", "text": "\\mathcal{J}_{GRPO}(\\theta) = \\mathbb{E}_{q \\sim \\mathcal{D}, \\tau \\sim \\pi_{\\theta}(\\cdot|q)} \\left[ \\sum_{t=1}^{|\\tau|} \\min \\left( r_{i,t}(\\theta) \\hat{A}_{i,t}, \\right. \\right. \\\\ \\left. \\text{clip} \\left( r_{i,t}(\\theta), 1 - \\epsilon, 1 + \\epsilon \\right) \\hat{A}_{i,t} \\right) \\right] - \\beta \\mathbf{D}_{KL}(\\pi_{\\theta} || \\pi_{ref}), \\tag{4}", "source": "marker_v2", "marker_block_id": "/page/2/Equation/11"}
21
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0020", "section": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)", "page_start": 3, "page_end": 3, "type": "Text", "text": "where the r_{i,t}(\\theta) = \\frac{\\pi_{\\theta}(\\tau_{i,t}|s_{i,t})}{\\pi_{\\theta_{old}}(\\tau_{i,t}|s_{i,t})} represent the importance sampling ratio. The KL-divergence penalty \\beta \\mathbf{D}_{KL}(\\pi_{\\theta}||\\pi_{ref}) in the original GRPO (Shao et al., 2024) is used to regularize the policy update. In recent implementations (Yan et al., 2025; Dong et al., 2025), this KL term is usually omitted when training models for long CoT reasoning, as the model's distribution is expected to diverge significantly from the initial policy, rendering this constraint unnecessary.", "source": "marker_v2", "marker_block_id": "/page/2/Text/12"}
22
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0021", "section": "2.2 RELATED WORK", "page_start": 3, "page_end": 3, "type": "Text", "text": "Reinforcement Learning for Reasoning Models. Recent advances in reinforcement learning have significantly improved the reasoning ability of large language models (LLMs) (Guo et al., 2025; Jaech et al., 2024; Team et al., 2025; Xiaomi, 2025; Du et al., 2025; Zhu et al., 2025; Lu et al., 2025; Wang et al., 2025). These advancements have largely benefited from the emergence of Reinforcement Learning with Verifiable Rewards (RLVR) frameworks (Schulman et al., 2017; Shao et al., 2024; Liu et al., 2025b; Rafailov et al., 2023; Hao et al., 2025; Hu et al., 2025), which leverage verifiable signals to provide precise and stable reward shaping. Among these, the GRPO framework (Shao et al., 2024) has become particularly influential, introducing group-normalized advantage estimation as an efficient alternative to PPO (Schulman et al., 2017) under verifiable reward settings in mathematical reasoning. Despite these successes, recent studies have highlighted important limitations of on-policy RLVR when applied to reasoning tasks. Zhao et al. (2025) show that RL post-training often amplifies behaviors inherited from pre-training rather than fundamentally expanding reasoning capacity, leading to an \"echo chamber\" effect. Yue et al. (2025) further demonstrate that while RL improves sample efficiency (e.g., pass@1), it does not substantially broaden the model's reasoning boundary beyond that of the base model. Complementarily, Cui et al. (2025) provide an", "source": "marker_v2", "marker_block_id": "/page/2/Text/14"}
23
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0022", "section": "2.2 RELATED WORK", "page_start": 4, "page_end": 4, "type": "Text", "text": "analysis of entropy dynamics, revealing that on-policy updates tend to concentrate probability mass on a narrow set of high-reward trajectories, causing premature entropy collapse and limiting exploration. Together, these findings suggest that although RLVR stabilizes training through verifiable feedback, it also risks over-constraining the policy and failing to sustain the exploration necessary for discovering genuinely novel reasoning strategies.", "source": "marker_v2", "marker_block_id": "/page/3/Text/1"}
24
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0023", "section": "2.2 RELATED WORK", "page_start": 4, "page_end": 4, "type": "Text", "text": "Hybrid-Policy Optimization Frameworks. To address the limitations of purely on-policy RL, hybrid-policy optimization methods have been proposed, combining reinforcement learning with supervised fine-tuning (SFT) on expert data (Yan et al., 2025; Dong et al., 2025; Wu et al., 2025; Ma et al., 2025; Zhang et al., 2025). LUFFY (Yan et al., 2025) introduces off-policy guidance via mixed-policy optimization with regularized importance sampling, while RL-PLUS (Dong et al., 2025) develops a multi-importance sampling strategy combined with exploration-based advantage shaping. Other approaches, such as ReLIFT (Ma et al., 2025), interleave SFT and RL updates or introduce template-augmented objectives, whereas CHORD (Zhang et al., 2025) employs phased training to balance exploration and exploitation. Despite their innovations, these hybrid frameworks commonly rely on direct log-likelihood maximization of expert data, which imposes a unidirectional optimization pressure toward expert distributions. This often accelerates entropy collapse by suppressing alternative responses, thereby constraining policy diversity and weakening exploration. These limitations motivate our work: rather than treating expert data as an absolute imitation target, we propose to reinterpret it as a distributional baseline, enabling relative calibration of on-policy behaviors in a way that sustains entropy while still providing directional guidance.", "source": "marker_v2", "marker_block_id": "/page/3/Text/2"}
25
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0024", "section": "3 Method", "page_start": 4, "page_end": 4, "type": "Text", "text": "In this section, we reveal the entropy collapse acceleration process caused by the distribution gap between the expert data and the model behaviors. We then illustrate our controllable exploration under expert guidance, analyzing how it preserves policy entropy and directs exploration toward reliable behaviors.", "source": "marker_v2", "marker_block_id": "/page/3/Text/4"}
26
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0025", "section": "3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION", "page_start": 4, "page_end": 4, "type": "Text", "text": "Given a dataset of expert demonstrations \\mathcal{D}=\\{(q_i,\\tau_i^{\\text{expert}})\\} , policies are typically trained to imitate expert behaviors by minimizing the negative log-likelihood, which is formalized as follows:", "source": "marker_v2", "marker_block_id": "/page/3/Text/6"}
27
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0026", "section": "3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\mathcal{L}_{\\text{expert}} = -\\mathbb{E}_{(q_i, \\tau_i^{\\text{expert}}) \\sim \\mathcal{D}} \\left[ \\log \\pi_{\\theta} (\\tau_i^{\\text{expert}} | q_i) \\right]. \\tag{5}", "source": "marker_v2", "marker_block_id": "/page/3/Equation/7"}
28
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0027", "section": "3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION", "page_start": 4, "page_end": 4, "type": "Text", "text": "The corresponding gradient update can be formalized as:", "source": "marker_v2", "marker_block_id": "/page/3/Text/8"}
29
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0028", "section": "3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\nabla_{\\theta} \\mathcal{L}_{\\text{expert}} = -\\mathbb{E}_{(q_i, \\tau_i^{\\text{expert}})} \\left[ \\nabla_{\\theta} \\log \\pi_{\\theta} (\\tau_i^{\\text{expert}} | q_i) \\right], \\tag{6}", "source": "marker_v2", "marker_block_id": "/page/3/Equation/9"}
30
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0029", "section": "3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION", "page_start": 4, "page_end": 4, "type": "Text", "text": "which monotonically increases \\pi_{\\theta}(\\tau^{\\text{expert}}|q) . This objective enforces unidirectional expert optimization: probability mass is consistently shifted toward expert responses, regardless of the model's current distribution. While this secures alignment, it also narrows distributional support and suppresses diversity of outputs.", "source": "marker_v2", "marker_block_id": "/page/3/Text/10"}
31
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0030", "section": "3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION", "page_start": 4, "page_end": 4, "type": "Text", "text": "In the sequential SFT-then-RL paradigm, this effect anchors the policy close to the expert distribution after SFT. Subsequent RL updates are further restricted by importance sampling and ratio clipping (Equation 4), which penalize deviations from the SFT initialization. Consequently, exploration remains confined to the neighborhood of expert behaviors, hindering adaptation to reward signals and limiting the discovery of higher-reward reasoning paths (Figure 1).", "source": "marker_v2", "marker_block_id": "/page/3/Text/11"}
32
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0031", "section": "3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION", "page_start": 4, "page_end": 4, "type": "Text", "text": "Hybrid-policy frameworks embed expert supervision directly into the RL objective, effectively rewarding higher likelihood of expert responses. While this guarantees continual expert alignment, normalization dictates that increasing \\pi_{\\theta}(\\tau^{\\text{expert}}|q) necessarily decreases \\pi_{\\theta}(\\tau \\neq \\tau^{\\text{expert}}|q) , leading to overall entropy reduction, thereby accelerating entropy collapse and pushing the model toward overly deterministic expert-like behaviors:", "source": "marker_v2", "marker_block_id": "/page/3/Text/12"}
33
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0032", "section": "3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\mathcal{H}(\\pi_{\\theta}(\\cdot|q)) = -\\sum_{\\tau} \\pi_{\\theta}(\\tau|q) \\log \\pi_{\\theta}(\\tau|q) \\quad \\downarrow . \\tag{7}", "source": "marker_v2", "marker_block_id": "/page/3/Equation/13"}
34
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0033", "section": "3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION", "page_start": 4, "page_end": 4, "type": "Text", "text": "In summary, both SFT-then-RL and hybrid-policy frameworks inherit the limitation of unidirectional expert optimization. By uniformly shifting probability mass toward expert trajectories, they", "source": "marker_v2", "marker_block_id": "/page/3/Text/14"}
35
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0034", "section": "3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION", "page_start": 5, "page_end": 5, "type": "Text", "text": "constrain exploration, accelerate entropy decay, and fail to adaptively account for the model's heterogeneous cognitive states. To address this limitation, we advocate a relative calibration perspective, treating expert data not as absolute imitation targets but as distributional baselines for evaluating on-policy behaviors.", "source": "marker_v2", "marker_block_id": "/page/4/Text/1"}
36
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0035", "section": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE", "page_start": 5, "page_end": 5, "type": "Text", "text": "Our framework redefines the role of expert supervision by treating it as a distributional baseline rather than a strict imitation target. Given an input q i , a model-generated response τ policy i , and the corresponding expert response τ expert i , we first define a log-probability gap as", "source": "marker_v2", "marker_block_id": "/page/4/Text/3"}
37
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0036", "section": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE", "page_start": 5, "page_end": 5, "type": "Equation", "text": "\\Delta \\ell_i = \\log \\pi_{\\theta}(\\tau_i^{\\text{policy}}|q_i) - \\log \\pi_{\\theta}(\\tau_i^{\\text{expert}}|q_i) = \\log \\frac{\\pi_{\\theta}(\\tau_i^{\\text{policy}}|q_i)}{\\pi_{\\theta}(\\tau_i^{\\text{expert}}|q_i)}. (8)", "source": "marker_v2", "marker_block_id": "/page/4/Equation/4"}
38
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0037", "section": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE", "page_start": 5, "page_end": 5, "type": "Text", "text": "The quantity ∆ℓ i captures the model's relative preference between its own response and the expert's. A positive value indicates the model favors its own answer over the expert's, while a negative value indicates underconfidence relative to the expert.", "source": "marker_v2", "marker_block_id": "/page/4/Text/5"}
39
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0038", "section": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE", "page_start": 5, "page_end": 5, "type": "Text", "text": "We introduce a correctness signal s i = +1 for correct responses and s i = −1 for incorrect responses, as the actual reward, including the format reward, can exceed the [0, 1] range. To ensure a rigorous definition that remains valid across a broad range of scenarios, we explicitly define the separate correctness signal s i rather than relying solely on a normalized version of the actual reward. We then design an objective that enables controllable exploration through an asymmetric activation based on the LeakyReLU operator, and an advantage weighting that emphasizes rare but informative events. The objective is written as", "source": "marker_v2", "marker_block_id": "/page/4/Text/6"}
40
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0039", "section": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE", "page_start": 5, "page_end": 5, "type": "Equation", "text": "\\mathcal{L}_{\\text{exploration}} = |\\hat{A}_i| \\cdot \\text{LeakyReLU}(-s_i \\cdot \\Delta \\ell_i, \\alpha), \\tag{9}", "source": "marker_v2", "marker_block_id": "/page/4/Equation/7"}
41
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0040", "section": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE", "page_start": 5, "page_end": 5, "type": "Text", "text": "where |Aˆ i | is the absolute value of the group-wise advantage Aˆ i , representing an advantage weight capturing group-wise rarity. Multiplying s i with ∆ℓ i ensures that the optimization direction always aligns with correctness.", "source": "marker_v2", "marker_block_id": "/page/4/Text/8"}
42
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0041", "section": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE", "page_start": 5, "page_end": 5, "type": "Text", "text": "Under this objective, correct responses that are underweighted relative to the expert are reinforced, thereby broadening the support of the policy distribution and increasing entropy, while incorrect responses that are overweighted are suppressed, thereby shifting probability mass away from them and preventing entropy collapse. The LeakyReLU introduces asymmetric gradient gating, which allows the model to amplify underrepresented reasoning patterns while reducing overconfident predictions. Once a response's probability crosses the expert baseline, the slope parameter α ∈ (0, 1) controls the degree of further reinforcement or suppression, enabling exploration that is both directed and regulated. In this way, expert supervision functions as a relative reference rather than an absolute target, guiding probability redistribution in a calibrated manner while preserving sufficient stochasticity for the model to explore novel reasoning strategies.", "source": "marker_v2", "marker_block_id": "/page/4/Text/9"}
43
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0042", "section": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE", "page_start": 5, "page_end": 5, "type": "Text", "text": "The weighting |Aˆ i | also contributes to controllable exploration by calibrating the scale of the update according to group-wise rarity. Large values occur when a rare correct response emerges among mostly incorrect ones, amplifying its reinforcement as an exploration signal. Similarly, when a rare incorrect response appears among mostly correct ones, the weighting increases its suppression. By modulating the update magnitude in this way, the model emphasizes rare but informative deviations while damping misleading outliers, ensuring that exploration remains selective and controllable.", "source": "marker_v2", "marker_block_id": "/page/4/Text/10"}
44
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0043", "section": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE", "page_start": 5, "page_end": 5, "type": "Text", "text": "We then integrate the controllable exploration term into the GRPO objective to obtain the final training objective", "source": "marker_v2", "marker_block_id": "/page/4/Text/11"}
45
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0044", "section": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE", "page_start": 5, "page_end": 5, "type": "Equation", "text": "\\mathcal{J}(\\theta) = \\mathbb{E}_{q \\sim \\mathcal{D}, \\tau \\sim \\pi_{\\theta}(\\cdot|q)} \\left[ \\sum_{t=1}^{|\\tau|} \\min\\left(r_{i,t}(\\theta)\\hat{A}_{i,t}, \\right. \\right. \\\\ \\left. \\text{clip}\\left(\\left(r_{i,t}(\\theta), 1 - \\epsilon, 1 + \\epsilon\\right) \\hat{A}_{i,t}\\right) - \\lambda \\mathcal{L}_{\\text{exploration}} \\right], (10)", "source": "marker_v2", "marker_block_id": "/page/4/Equation/12"}
46
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0045", "section": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE", "page_start": 5, "page_end": 5, "type": "Text", "text": "where λ balances standard PPO-style policy optimization and expert-guided exploration.", "source": "marker_v2", "marker_block_id": "/page/4/Text/13"}
47
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0046", "section": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE", "page_start": 5, "page_end": 5, "type": "Text", "text": "In summary, our controllable exploration framework combines correctness signals, asymmetric gradient gating via the LeakyReLU, and advantage weighting to modulate probability updates, selectively reinforcing underrepresented correct responses and suppressing overconfident errors while maintaining calibrated stochasticity.", "source": "marker_v2", "marker_block_id": "/page/4/Text/14"}
48
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0047", "section": "4.1 SETUP", "page_start": 6, "page_end": 6, "type": "Text", "text": "Training dataset. We construct our training dataset from the ViRL39K collection (Wang et al., 2025) . Specifically, we sample geometry problems from ViRL39K and generate detailed Chain-of-Thought (CoT) responses using GPT-4o (Hurst et al., 2024) . We then validate these responses across three criteria: correctness, format adherence, and logical coherence. This process yields 9,695 highquality question-response pairs for training and 933 samples for validation. Notably, the validation set comprises samples that failed our CoT validation criteria, representing challenging cases where even GPT-4o struggled to produce satisfactory responses. We refer readers to the appendix for further training details.", "source": "marker_v2", "marker_block_id": "/page/5/Text/3"}
49
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0048", "section": "4.1 SETUP", "page_start": 6, "page_end": 6, "type": "Text", "text": "Benchmarks and Baselines. We evaluate our method on a diverse suite of benchmarks covering both in-domain and out-of-domain (OOD) settings. For in-domain evaluation, we use the Geo3K (Lu et al., 2021) and GeoQA (Chen et al., 2021) test sets, along with our self-constructed GeoEval benchmark that failed the CoT validation criteria. To examine generalization, we test on MathVerse (Zhang et al., 2024) , MathVision (Wang et al., 2024) , and MathVista (Lu et al., 2024) , which involve broader mathematical reasoning and visual understanding tasks. We further incorporate samples from ViRL39K (Wang et al., 2025) , which covers diverse fields such as Science (Physics, Chemistry, Biology) and Spatial Reasoning. We also involve the MMMU (Yue et al., 2024) and the ScienceQA Lu et al. (2022) . These benchmarks enable us to evaluate not only the effectiveness of our approach in geometry/mathematics but also its robustness across broader general domains.", "source": "marker_v2", "marker_block_id": "/page/5/Text/4"}
50
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0049", "section": "4.1 SETUP", "page_start": 6, "page_end": 6, "type": "Text", "text": "For baselines, we compare against several representative approaches. GRPO (under customized training settings following Yan et al. (2025) and Dong et al. (2025) ) serves as the standard reinforcement learning baseline, while SFT+GRPO reflects the sequential paradigm of supervised finetuning followed by reinforcement learning, highlighting the issues of distribution shift and overly supervised constraints. We also include LUFFY (Yan et al., 2025) , a state-of-the-art hybrid-policy optimization method, to test whether our approach better preserves entropy compared to direct expert integration, and RLPLUS (Dong et al., 2025) , which adopts conservative update strategies to stabilize training and thus serves as a strong baseline. We reproduce those methods on our dataset, keeping all training settings consistent throughout the training process. Our experiments are mainly conducted with Qwen2.5-VL-7B (Bai et al., 2025) as base models. During evaluation, we use MATH-VERIFY (Kydl´ıcek) to score the Geo3K, GeoQA, GeoEval, Science, and Spatial Reason- ˇ ing benchmarks, while the benchmarks MathVerse, MathVision, and MathVista are evaluated with the open-source VLMEVALKIT (Duan et al., 2024) .", "source": "marker_v2", "marker_block_id": "/page/5/Text/5"}
51
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0050", "section": "4.2 MAIN RESULTS", "page_start": 6, "page_end": 6, "type": "Text", "text": "We first examine the training dynamics in Figure 1, taking GRPO as the reference baseline. As seen in the figure, SFT-then-GRPO suffers from overly supervised constraints: although it starts with relatively high reward values, its entropy remains excessively high throughout training, reflecting a lack of meaningful exploration. As a result, the policy distribution quickly solidifies, reward learning stagnates, and performance remains consistently low. In contrast, RL-PLUS (Dong et al., 2025) exhibits an opposite pathology. The entropy collapses too rapidly in the early phase and converges early to a certain pattern. This suppresses exploration and makes later reward learning ineffective, which leads to suboptimal reward curves and declining accuracy. The training dynamic shows that aggressive entropy reduction hinders sustained improvement. As also seen in Table 1,", "source": "marker_v2", "marker_block_id": "/page/5/Text/7"}
52
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0051", "section": "4.2 MAIN RESULTS", "page_start": 6, "page_end": 6, "type": "FigureGroup", "text": "Figure 1: Entropy, reward, and accuracy curves of different methods. We split the entropy comparison into two panels for clarity.", "source": "marker_v2", "marker_block_id": "/page/5/FigureGroup/207"}
53
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0052", "section": "4.2 MAIN RESULTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "both the hybrid-policy frameworks (Dong et al., 2025; Yan et al., 2025) fail to provide consistent benefits upon the GRPO baseline.", "source": "marker_v2", "marker_block_id": "/page/6/Text/1"}
54
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0053", "section": "4.2 MAIN RESULTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "In contrast, quantitative results in Table 1 and Table 2 demonstrate our method's superiority over previous hybrid-policy methods. On in-domain geometry reasoning tasks, our CalibRL achieves an average performance gain of 5.45 percentage points over the GRPO baseline, substantially outperforming existing hybrid-policy methods, including LUFFY ($\\psi$0.84$) and RL-PLUS ($\\psi$4.8$). For out-of-domain reasoning benchmarks, we observe a consistent improvement of 2.61 percentage points over GRPO, while maintaining competitive advantages over LUFFY and RL-PLUS. Additionally, DAPO does not outperform GRPO in our setting. One possible explanation is that the higher clipping threshold leads to uncontrolled exploration, which further underscores the importance of our work. We further visualize the relative changes from the GRPO baseline in Figure 2. Our method consistently improves upon the GRPO framework across both in-domain and out-of-domain scenarios, whereas existing hybrid-policy approaches exhibit varying degrees of performance degradation, underscoring the effectiveness of our approach in overcoming their limitations.", "source": "marker_v2", "marker_block_id": "/page/6/Text/2"}
55
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0054", "section": "4.2 MAIN RESULTS", "page_start": 7, "page_end": 7, "type": "TableGroup", "text": "Table 1: Performance comparison on in-domain geometry benchmarks. Method in-distribution out-of-di Avg. GeoEval Geo3K GeoQA 11.8. GRPO 26.15 39.77 52.52 39.48 SFT+GRPO 6.00 18.64 40.98 21.87 DAPO 25.19 40.93 52.52 39.55 LUFFY (Yan et al., 2025) 25.62 39.10 51.19 38.64 RL-PLUS (Dong et al., 2025) 20.69 36.94 46.42 34.68 CalibRL 33.44 40.60 60.74 44.93 Table 2: Performance comparison on out-of-domain benchmarks. We present the Science benchmark as 'Sci.' and the Spatial Reasoning benchmark as 'Sp.'.", "source": "marker_v2", "marker_block_id": "/page/6/TableGroup/112"}
56
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0055", "section": "4.2 MAIN RESULTS", "page_start": 7, "page_end": 7, "type": "Table", "text": "Method Sci Sp. MathVerse MathVision MathVista MMMU ScienceQA Avg. GRPO 61.99 48.02 49.01 27.89 70.00 55.44 88.34 57.24 SFT+GRPO 54.33 38.19 35.10 23.36 54.70 54.67 86.36 49.53 DAPO 61.61 50.21 47.82 27.07 70.40 54.67 87.95 57.10 LUFFY (Yan et al., 2025) 63.11 48.18 47.97 26.64 70.30 55.22 87.95 57.05 RL-PLUS (Dong et al., 2025) 61.21 47.55 46.40 27.14 69.90 55.88 87.50 56.51 CalibRL 65.12 53.64 51.35 27.93 71.90 56.55 89.04 59.36", "source": "marker_v2", "marker_block_id": "/page/6/Table/6"}
57
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0056", "section": "4.2 MAIN RESULTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "the GeoEval valida-Notably, tion set comprises samples that failed our CoT validation criteria, representing challenging cases where even GPT-40 struggled to produce satisfactory responses. The performance disparities on this demanding benchmark are particularly revealing: while the SFT+GRPO catastrophically fails with only 6.00% accuracy, and hybrid-policy methods struggle to match the GRPO baseline, our method achieves a remarkable 33.44% accuracy. This substantial improvement on such challenging instances demonstrates our method's superior capability in handling complex reasoning scenarios that typically confound", "source": "marker_v2", "marker_block_id": "/page/6/Text/7"}
58
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0057", "section": "4.2 MAIN RESULTS", "page_start": 7, "page_end": 7, "type": "FigureGroup", "text": "Figure 2: Performance comparison showing relative changes from GRPO baseline across in-domain geometry and out-of-domain reasoning tasks.", "source": "marker_v2", "marker_block_id": "/page/6/FigureGroup/113"}
59
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0058", "section": "4.2 MAIN RESULTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "existing approaches, validating the effectiveness of our proposed training strategy in maintaining robust performance on difficult edge cases.", "source": "marker_v2", "marker_block_id": "/page/6/Text/10"}
60
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0059", "section": "4.2 MAIN RESULTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "To validate the generalizability of our method across different model scales and architectures, we conduct experiments on both a smaller model (Qwen2.5VL-3B (Bai et al., 2025)) and a different", "source": "marker_v2", "marker_block_id": "/page/6/Text/11"}
61
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0060", "section": "4.2 MAIN RESULTS", "page_start": 8, "page_end": 8, "type": "TableGroup", "text": "- Method GeoEval Geo3K GeoQA MathVision MathVista Avg. Qwen2.5VL-3B (Bai et al., 2025) GRPO 15.11 28.95 40.05 22.99 65.1 34.44 LUFFY (Yan et al., 2025) 12.54 28.95 33.55 23.42 62.9 32.27_{-2.17} RL-PLUS (Dong et al., 2025) 12.00 27.79 35.15 24.98 63.4 32.66_{-1.78} CalibRL 19.08 30.28 46.15 24.16 65.8 37.09_{+2.65} IntrenVL3-8B (Zhu et al., 2025) GRPO 29.47 45.09 57.43 29.07 65.8 45.37 LUFFY (Yan et al., 2025) 13.83 15.14 48.67 29.07 62.0 33.74_{-11.63} RL-PLUS (Dong et al., 2025) 19.61 39.27 41.38 29.44 66.8 39.30_{-6.07} CalibRL 31.08 48.59 58.89 30.06 68.5 47.42_{+2.05} Table 3: Performance comparison on different base models.", "source": "marker_v2", "marker_block_id": "/page/7/TableGroup/88"}
62
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0061", "section": "4.2 MAIN RESULTS", "page_start": 8, "page_end": 8, "type": "Text", "text": "architecture (InternVL3-8B (Zhu et al., 2025)). As shown in Table 3, CalibRL achieves consistent improvements in both settings. On the smaller Qwen2.5VL-3B model, our method outperforms the GRPO baseline by 2.65 points, while other methods (LUFFY and RL-PLUS) show performance degradation of about 2 points. On the InternVL3-8B, CalibRL maintains its advantage with a 2.05 point improvement over GRPO, whereas competing methods suffer substantial drops. These results demonstrate that our controllable exploration mechanism generalizes effectively across varying models, consistently delivering performance gains while other recent approaches struggle with cross-model transferability.", "source": "marker_v2", "marker_block_id": "/page/7/Text/3"}
63
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0062", "section": "4.3 ABLATION STUDIES", "page_start": 8, "page_end": 8, "type": "Text", "text": "Controllable Exploration. We first conduct an ablation study to validate the importance of advantage weighting |\\hat{A}_i| by removing it from Equation 9, which treats all responses equally regardless of their distributional context. As shown in Table 4, this leads to substantial performance degradation across all benchmarks, demonstrating that advantage weighting is essential for our entropy control mechanism. The advantage weight |\\hat{A}_i| enables targeted distributional calibration by amplifying learning signals for rare correct responses while suppressing rare incorrect responses, systematically shifting probability mass toward underrepresented but valuable reasoning patterns. This represents the core of our entropy preservation strategy, ensuring controlled exploration that maintains distributional diversity. Without this mechanism, the exploration signal becomes indiscriminate, compromising both learning efficiency and generalization performance.", "source": "marker_v2", "marker_block_id": "/page/7/Text/5"}
64
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0063", "section": "4.3 ABLATION STUDIES", "page_start": 8, "page_end": 8, "type": "TableGroup", "text": "Table 4: Ablation studies on the controllable exploration objective. We present the Science benchmark as 'Sci.' and the Spatial Reasoning benchmark as 'Sp.'. The highlighted row represents our optimal results. Bold and underlined values denote the best and second-best results, respectively. Setting j in-domain out-of-domain Avg. setting GeoEval Geo3K GeoQA Sci. Sp. MathVerse MathVision MathVista 11.8. w/o |\\hat{A}_i| 25.19 28.95 57.56 61.76 47.71 43.63 26.71 70.90 45.30 w/ |\\hat{A}_i| \\alpha =0.3 31.30 42.43 59.81 64.52 50.88 50.46 28.88 71.00 49.91 \\alpha =0.5 33.44 40.60 60.74 65.12 53.64 51.35 27.93 71.90 50.59 \\alpha =0.8 30.44 43.59 58.75 65.27 50.62 50.46 28.71 71.00 49.85", "source": "marker_v2", "marker_block_id": "/page/7/TableGroup/89"}
65
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0064", "section": "4.3 ABLATION STUDIES", "page_start": 8, "page_end": 8, "type": "FigureGroup", "text": "Figure 3: Entropy evolution during training for different \\alpha values in our framework. We split the comparison into two panels for clarity. The curves demonstrate how \\alpha controls exploration strength.", "source": "marker_v2", "marker_block_id": "/page/7/FigureGroup/90"}
66
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0065", "section": "4.3 ABLATION STUDIES", "page_start": 9, "page_end": 9, "type": "Text", "text": "We further conduct an ablation study on the hyperparameter α in Equation 9 to evaluate its role in regulating exploration during training, with Table 4 reporting the performance across different α values and Figure 3 illustrating the corresponding entropy dynamics. Methodologically, α controls how the LeakyReLU mechanism scales the gradient of the exploration term. When the input to LeakyReLU is negative, the gradient is scaled by α < 1, reducing the update strength and preventing excessive promotion or suppression. In this way, α regulates the balance between exploration and convergence in a controlled manner. The results confirm this principle. Small α (=0.3) values promote aggressive exploration in early training but result in unstable optimization characterized by entropy oscillations and premature decay, failing to maintain the sustained exploration necessary for effective learning. Large α values (≥0.8) over-constrain the exploration signal, resulting in rapid entropy decay after a brief initial peak, thereby failing to maintain the distributional diversity essential for effective reasoning generalization. In contrast, an intermediate setting of α = 0.5 achieves optimal exploration regulation by maintaining smooth entropy growth without destabilizing oscillations, reaching sustained high-level exploration that enables effective learning of diverse reasoning patterns while preserving training stability, ultimately resulting in the highest overall performance and wins on the majority of benchmarks.", "source": "marker_v2", "marker_block_id": "/page/8/Text/1"}
67
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0066", "section": "4.3 ABLATION STUDIES", "page_start": 9, "page_end": 9, "type": "Text", "text": "These findings highlight that properly calibrated exploration control is essential for reasoning performance. More importantly, our framework enables fully controllable exploration regulation, allowing systematic discovery of optimal balance points and effective navigation toward superior reasoning solutions across varying task requirements.", "source": "marker_v2", "marker_block_id": "/page/8/Text/2"}
68
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0067", "section": "4.3 ABLATION STUDIES", "page_start": 9, "page_end": 9, "type": "Text", "text": "Balance Weight. We then test the performance of our method with different balance weights λ, controlling the trade-off between standard policy optimization and expert-guided controllable exploration in Equation 11. We observe that small λ values favor in-domain improvements but provide limited generalization, as the model tends to overfit to training-like trajectories. Conversely, very large λ values suppress policy learning and hurt both in-domain and out-of-domain performance due to excessive reliance on expert supervision. A moderate balance achieves the best overall performance, yielding competitive in-domain results while substantially improving out-of-domain generalization.", "source": "marker_v2", "marker_block_id": "/page/8/Text/3"}
69
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0068", "section": "4.3 ABLATION STUDIES", "page_start": 9, "page_end": 9, "type": "TableGroup", "text": "Table 5: Ablation studies on the balance weight. We present the Science benchmark as 'Sci.' and the Spatial Reasoning benchmark as 'Sp.'. The highlighted row represents our optimal results. Bold and underlined values denote the best and second-best results, respectively. λ in-domain out-of-domain Avg. GeoEval Geo3K GeoQA Sci. Sp. MathVerse MathVision MathVista 0.01 29.47 38.10 58.36 64.49 50.10 49.21 28.72 70.80 48.66 0.03 30.44 42.10 61.41 63.68 51.14 50.69 27.86 72.10 49.93 0.05 28.83 41.10 57.82 64.23 49.01 49.21 27.80 71.10 48.64 0.1 33.44 40.60 60.74 65.12 53.64 51.35 27.93 71.90 50.59 0.3 23.58 26.96 58.36 61.70 48.02 42.06 25.82 70.10 44.58 0.5 25.62 31.28 55.57 61.04 47.14 43.07 27.01 70.30 45.13", "source": "marker_v2", "marker_block_id": "/page/8/TableGroup/297"}
70
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0069", "section": "4.3 ABLATION STUDIES", "page_start": 9, "page_end": 9, "type": "Text", "text": "Different entropy control. We also conduct ablations to compare our controllable exploration with several entropy regularization methods. Results are reported in Table 6. In summary, only CalibRL delivers consistent improvements across all evaluated benchmarks. We first compare our method with fixed-coefficient entropy regularization by setting the entropy coefficient to 0.01 according to (Yan et al., 2025; Dong et al., 2025) , which results in a degradation in performance. We then apply the widely used entropy-control mechanisms based on KL and clip-covariance regularization (Cui et al., 2025) on top of GRPO. The KL-Cov variant provides a slight improvement on some tasks but remains noticeably weaker than our CalibRL, while the Clip-Cov variant again results in a performance drop. Compared with conventional entropy-based methods, CalibRL enhances policy entropy in a guided manner that avoids unguided randomness and directs exploration toward meaningful reasoning behavior. As a result, it achieves more effective exploration than the compared entropy-based baselines.", "source": "marker_v2", "marker_block_id": "/page/8/Text/6"}
71
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0070", "section": "4.3 ABLATION STUDIES", "page_start": 9, "page_end": 9, "type": "Text", "text": "Different activation functions. Adopting the leaky mechanism of the LeakyReLU function enables us to build a controllable entropy–shaping mechanism, facilitated by its adjustable negative slope. We show the necessity of this design through ablations using other activation functions, where the ReLU, sigmoid, and Huber fully truncate negative values, provide no controllable scaling, and the", "source": "marker_v2", "marker_block_id": "/page/8/Text/7"}
72
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0071", "section": "4.3 ABLATION STUDIES", "page_start": 10, "page_end": 10, "type": "Table", "text": "Table 6: Performance comparison of different entropy control.", "source": "marker_v2", "marker_block_id": "/page/9/Table/1"}
73
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0072", "section": "4.3 ABLATION STUDIES", "page_start": 10, "page_end": 10, "type": "Table", "text": "Method in-distribution out-of-distribution GeoEval Geo3K GeoQA Avg. GRPO 26.15 39.77 52.52 39.48 + entropy coefficient = 0.01 22.62 40.27 47.48 36.79 + KL-Cov (Cui et al., 2025) 26.47 41.60 53.58 40.55 + Clip-Cov (Cui et al., 2025) 25.40 39.43 52.12 38.98 CalibRL 33.44 40.60 60.74 44.93", "source": "marker_v2", "marker_block_id": "/page/9/Table/2"}
74
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0073", "section": "4.3 ABLATION STUDIES", "page_start": 10, "page_end": 10, "type": "Text", "text": "tanh, which cannot modulate the magnitude, none of which offer the required level of control. Results are reported in Table 7, the three ReLU, sigmoid, and Huber either failed to improve the GRPO baseline or only provided a slight gain. On the other hand, the tanh provides a relatively strong improvement, showing the importance of the negative value in the entropy-shaping mechanism. Finally, our design for the CalibRL consistently achieved the highest performance.", "source": "marker_v2", "marker_block_id": "/page/9/Text/3"}
75
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0074", "section": "4.3 ABLATION STUDIES", "page_start": 10, "page_end": 10, "type": "TableGroup", "text": "Table 7: Ablations on activation functions. Method in-distribution out-of-distribution GeoEval Geo3K GeoQA Avg. GRPO 26.15 39.77 52.52 39.48 CalibRL w/ ReLU 26.47 33.11 57.96 39.18 w/ Sigmoid 26.69 32.61 60.08 39.79 w/ Huber 24.22 27.62 55.70 35.85 w/ Tanh 30.65 40.93 58.62 43.40 w/ LeakyReLU(α = 0.5) 33.44 40.60 60.74 44.93", "source": "marker_v2", "marker_block_id": "/page/9/TableGroup/279"}
76
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0075", "section": "4.3 ABLATION STUDIES", "page_start": 10, "page_end": 10, "type": "Text", "text": "Different reference policies. We conduct ablations to compare different reference policies for computing ∆ℓ i . Specifically, we replace the log πθ(τ expert i |qi) with the reference policy log πθ(τ ref i |qi), resulting in a log-probability gap as: ∆ℓ ′ i = log πθ(τ policy i |qi) − log πθ(τ ref i |qi)", "source": "marker_v2", "marker_block_id": "/page/9/Text/6"}
77
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0076", "section": "4.3 ABLATION STUDIES", "page_start": 10, "page_end": 10, "type": "Text", "text": "Results are reported in Table 8. The expert baseline strongly suppresses the reference policy baseline, showing the importance of the expert guidance in our controllable exploration design.", "source": "marker_v2", "marker_block_id": "/page/9/Text/7"}
78
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0077", "section": "4.3 ABLATION STUDIES", "page_start": 10, "page_end": 10, "type": "TableGroup", "text": "Table 8: Ablations on reference baselines. Method in-distribution out-of-distribution Avg. GeoEval Geo3K CalibRL w/ expert baseline CalibRL w/ ref policy baseline 33.44 27.87 40.60 40.77 60.74 55.57 44.93 42.74", "source": "marker_v2", "marker_block_id": "/page/9/TableGroup/280"}
79
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0078", "section": "5 CONCLUSION", "page_start": 10, "page_end": 10, "type": "Text", "text": "In this work, we investigated the fundamental tension between exploration and supervision in training reasoning-oriented MLLMs and demonstrated that existing SFT-then-RL and hybrid-policy frameworks either remain overly constrained by supervised baselines or suffer from entropy collapse. To address this challenge, we proposed CalibRL: Hybrid-Policy RLVR with Controllable Exploration, a principled framework that reinterprets expert supervision as relative calibration rather than direct imitation, thereby preserving policy entropy while providing directional guidance. Through a LeakyReLU-based asymmetric activation and an advantage weighting mechanism, our method achieves explicit control over exploration, enabling the model to reinforce underrepresented yet correct reasoning trajectories while discouraging overconfident errors. Extensive experiments across eight benchmarks confirmed the effectiveness of our approach, showing consistent improvements over GRPO and strong hybrid-policy baselines. We believe this work provides a step toward more generalizable reasoning in MLLMs, highlighting the importance of controllable exploration as a key ingredient in future post-training strategies.", "source": "marker_v2", "marker_block_id": "/page/9/Text/11"}
iclr26/5wxyCidRsK/marker_meta.json ADDED
@@ -0,0 +1,1760 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "table_of_contents": [
3
+ {
4
+ "title": "CONTROLLABLE EXPLORATION IN HYBRID-POLICY\nRLVR FOR MULTI-MODAL REASONING",
5
+ "heading_level": null,
6
+ "page_id": 0,
7
+ "polygon": [
8
+ [
9
+ 107.578125,
10
+ 80.05078125
11
+ ],
12
+ [
13
+ 503.5849304199219,
14
+ 80.05078125
15
+ ],
16
+ [
17
+ 503.5849304199219,
18
+ 117.63543701171875
19
+ ],
20
+ [
21
+ 107.578125,
22
+ 117.63543701171875
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
+ 333.7167663574219,
37
+ 198.38671875
38
+ ],
39
+ [
40
+ 333.7167663574219,
41
+ 211.06646728515625
42
+ ],
43
+ [
44
+ 276.416015625,
45
+ 211.06646728515625
46
+ ]
47
+ ]
48
+ },
49
+ {
50
+ "title": "1 INTRODUCTION",
51
+ "heading_level": null,
52
+ "page_id": 0,
53
+ "polygon": [
54
+ [
55
+ 108.17578125,
56
+ 496.93359375
57
+ ],
58
+ [
59
+ 205.9939727783203,
60
+ 496.93359375
61
+ ],
62
+ [
63
+ 205.9939727783203,
64
+ 510.08416748046875
65
+ ],
66
+ [
67
+ 108.17578125,
68
+ 510.08416748046875
69
+ ]
70
+ ]
71
+ },
72
+ {
73
+ "title": "2 PRELIMINARIES AND RELATED WORKS",
74
+ "heading_level": null,
75
+ "page_id": 1,
76
+ "polygon": [
77
+ [
78
+ 106.98046875,
79
+ 614.49609375
80
+ ],
81
+ [
82
+ 327.0494079589844,
83
+ 614.49609375
84
+ ],
85
+ [
86
+ 327.0494079589844,
87
+ 628.5801391601562
88
+ ],
89
+ [
90
+ 106.98046875,
91
+ 628.5801391601562
92
+ ]
93
+ ]
94
+ },
95
+ {
96
+ "title": "2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)",
97
+ "heading_level": null,
98
+ "page_id": 1,
99
+ "polygon": [
100
+ [
101
+ 108.2490005493164,
102
+ 688.74609375
103
+ ],
104
+ [
105
+ 417.6958312988281,
106
+ 688.74609375
107
+ ],
108
+ [
109
+ 417.6958312988281,
110
+ 700.3657150268555
111
+ ],
112
+ [
113
+ 108.2490005493164,
114
+ 700.3657150268555
115
+ ]
116
+ ]
117
+ },
118
+ {
119
+ "title": "2.2 RELATED WORK",
120
+ "heading_level": null,
121
+ "page_id": 2,
122
+ "polygon": [
123
+ [
124
+ 105.78515625,
125
+ 546.43359375
126
+ ],
127
+ [
128
+ 202.5,
129
+ 546.43359375
130
+ ],
131
+ [
132
+ 202.5,
133
+ 555.75
134
+ ],
135
+ [
136
+ 105.78515625,
137
+ 555.75
138
+ ]
139
+ ]
140
+ },
141
+ {
142
+ "title": "3 Method",
143
+ "heading_level": null,
144
+ "page_id": 3,
145
+ "polygon": [
146
+ [
147
+ 107.25,
148
+ 325.5
149
+ ],
150
+ [
151
+ 173.25,
152
+ 325.5
153
+ ],
154
+ [
155
+ 173.25,
156
+ 335.25
157
+ ],
158
+ [
159
+ 107.25,
160
+ 335.25
161
+ ]
162
+ ]
163
+ },
164
+ {
165
+ "title": "3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION",
166
+ "heading_level": null,
167
+ "page_id": 3,
168
+ "polygon": [
169
+ [
170
+ 105.78515625,
171
+ 406.5
172
+ ],
173
+ [
174
+ 339.75,
175
+ 407.21484375
176
+ ],
177
+ [
178
+ 339.75,
179
+ 417.0
180
+ ],
181
+ [
182
+ 105.78515625,
183
+ 415.72265625
184
+ ]
185
+ ]
186
+ },
187
+ {
188
+ "title": "3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE",
189
+ "heading_level": null,
190
+ "page_id": 4,
191
+ "polygon": [
192
+ [
193
+ 106.98046875,
194
+ 140.765625
195
+ ],
196
+ [
197
+ 383.7691955566406,
198
+ 140.765625
199
+ ],
200
+ [
201
+ 383.7691955566406,
202
+ 151.32305908203125
203
+ ],
204
+ [
205
+ 106.98046875,
206
+ 151.32305908203125
207
+ ]
208
+ ]
209
+ },
210
+ {
211
+ "title": "4 EXPERIMENTS",
212
+ "heading_level": null,
213
+ "page_id": 5,
214
+ "polygon": [
215
+ [
216
+ 106.98046875,
217
+ 81.59765625
218
+ ],
219
+ [
220
+ 200.08822631835938,
221
+ 81.59765625
222
+ ],
223
+ [
224
+ 200.08822631835938,
225
+ 94.7125244140625
226
+ ],
227
+ [
228
+ 106.98046875,
229
+ 94.7125244140625
230
+ ]
231
+ ]
232
+ },
233
+ {
234
+ "title": "4.1 SETUP",
235
+ "heading_level": null,
236
+ "page_id": 5,
237
+ "polygon": [
238
+ [
239
+ 106.98046875,
240
+ 107.5078125
241
+ ],
242
+ [
243
+ 159.59231567382812,
244
+ 107.5078125
245
+ ],
246
+ [
247
+ 159.59231567382812,
248
+ 117.88006591796875
249
+ ],
250
+ [
251
+ 106.98046875,
252
+ 117.88006591796875
253
+ ]
254
+ ]
255
+ },
256
+ {
257
+ "title": "4.2 MAIN RESULTS",
258
+ "heading_level": null,
259
+ "page_id": 5,
260
+ "polygon": [
261
+ [
262
+ 107.578125,
263
+ 493.83984375
264
+ ],
265
+ [
266
+ 197.7371826171875,
267
+ 493.83984375
268
+ ],
269
+ [
270
+ 197.7371826171875,
271
+ 504.11871337890625
272
+ ],
273
+ [
274
+ 107.578125,
275
+ 504.11871337890625
276
+ ]
277
+ ]
278
+ },
279
+ {
280
+ "title": "4.3 ABLATION STUDIES",
281
+ "heading_level": null,
282
+ "page_id": 7,
283
+ "polygon": [
284
+ [
285
+ 106.5,
286
+ 320.9765625
287
+ ],
288
+ [
289
+ 217.5,
290
+ 320.9765625
291
+ ],
292
+ [
293
+ 217.5,
294
+ 330.0
295
+ ],
296
+ [
297
+ 106.5,
298
+ 330.0
299
+ ]
300
+ ]
301
+ },
302
+ {
303
+ "title": "5 CONCLUSION",
304
+ "heading_level": null,
305
+ "page_id": 9,
306
+ "polygon": [
307
+ [
308
+ 107.578125,
309
+ 566.0133056640625
310
+ ],
311
+ [
312
+ 195.37310791015625,
313
+ 566.0133056640625
314
+ ],
315
+ [
316
+ 195.37310791015625,
317
+ 577.968505859375
318
+ ],
319
+ [
320
+ 107.578125,
321
+ 577.968505859375
322
+ ]
323
+ ]
324
+ },
325
+ {
326
+ "title": "6 REPRODUCIBILITY STATEMENT",
327
+ "heading_level": null,
328
+ "page_id": 10,
329
+ "polygon": [
330
+ [
331
+ 106.98046875,
332
+ 82.37109375
333
+ ],
334
+ [
335
+ 285.08203125,
336
+ 82.37109375
337
+ ],
338
+ [
339
+ 285.08203125,
340
+ 94.7125244140625
341
+ ],
342
+ [
343
+ 106.98046875,
344
+ 94.7125244140625
345
+ ]
346
+ ]
347
+ },
348
+ {
349
+ "title": "ACKNOWLEDGMENTS",
350
+ "heading_level": null,
351
+ "page_id": 10,
352
+ "polygon": [
353
+ [
354
+ 105.78515625,
355
+ 186.01171875
356
+ ],
357
+ [
358
+ 200.06851196289062,
359
+ 186.01171875
360
+ ],
361
+ [
362
+ 200.06851196289062,
363
+ 196.03900146484375
364
+ ],
365
+ [
366
+ 105.78515625,
367
+ 196.03900146484375
368
+ ]
369
+ ]
370
+ },
371
+ {
372
+ "title": "REFERENCES",
373
+ "heading_level": null,
374
+ "page_id": 10,
375
+ "polygon": [
376
+ [
377
+ 106.98046875,
378
+ 243.439208984375
379
+ ],
380
+ [
381
+ 175.2549285888672,
382
+ 243.439208984375
383
+ ],
384
+ [
385
+ 175.2549285888672,
386
+ 255.3944091796875
387
+ ],
388
+ [
389
+ 106.98046875,
390
+ 255.3944091796875
391
+ ]
392
+ ]
393
+ },
394
+ {
395
+ "title": "A TRAINING PROMPT",
396
+ "heading_level": null,
397
+ "page_id": 13,
398
+ "polygon": [
399
+ [
400
+ 107.876953125,
401
+ 82.37109375
402
+ ],
403
+ [
404
+ 227.0542755126953,
405
+ 82.37109375
406
+ ],
407
+ [
408
+ 227.0542755126953,
409
+ 94.7125244140625
410
+ ],
411
+ [
412
+ 107.876953125,
413
+ 94.7125244140625
414
+ ]
415
+ ]
416
+ },
417
+ {
418
+ "title": "B TRAINING SETTINGS.",
419
+ "heading_level": null,
420
+ "page_id": 13,
421
+ "polygon": [
422
+ [
423
+ 107.578125,
424
+ 263.60626220703125
425
+ ],
426
+ [
427
+ 237.0869598388672,
428
+ 263.60626220703125
429
+ ],
430
+ [
431
+ 237.0869598388672,
432
+ 275.56146240234375
433
+ ],
434
+ [
435
+ 107.578125,
436
+ 275.56146240234375
437
+ ]
438
+ ]
439
+ },
440
+ {
441
+ "title": "C ADDITIONAL EXPERIMENTAL RESULTS",
442
+ "heading_level": null,
443
+ "page_id": 13,
444
+ "polygon": [
445
+ [
446
+ 108.17578125,
447
+ 438.15234375
448
+ ],
449
+ [
450
+ 325.22967529296875,
451
+ 438.15234375
452
+ ],
453
+ [
454
+ 325.22967529296875,
455
+ 451.17132568359375
456
+ ],
457
+ [
458
+ 108.17578125,
459
+ 451.17132568359375
460
+ ]
461
+ ]
462
+ },
463
+ {
464
+ "title": "D COMPUTATIONAL COST AND SAMPLE EFFICIENCY",
465
+ "heading_level": null,
466
+ "page_id": 14,
467
+ "polygon": [
468
+ [
469
+ 107.578125,
470
+ 685.3912734985352
471
+ ],
472
+ [
473
+ 380.7205810546875,
474
+ 685.3912734985352
475
+ ],
476
+ [
477
+ 380.7205810546875,
478
+ 697.3464736938477
479
+ ],
480
+ [
481
+ 107.578125,
482
+ 697.3464736938477
483
+ ]
484
+ ]
485
+ },
486
+ {
487
+ "title": "E THEORETICAL GROUNDING OF |\\hat{A}_i|",
488
+ "heading_level": null,
489
+ "page_id": 15,
490
+ "polygon": [
491
+ [
492
+ 108.17578125,
493
+ 425.77734375
494
+ ],
495
+ [
496
+ 305.40234375,
497
+ 425.77734375
498
+ ],
499
+ [
500
+ 305.40234375,
501
+ 440.47265625
502
+ ],
503
+ [
504
+ 108.17578125,
505
+ 440.47265625
506
+ ]
507
+ ]
508
+ },
509
+ {
510
+ "title": "F EFFECTIVENESS ANALYSIS OF CALIBRL",
511
+ "heading_level": null,
512
+ "page_id": 17,
513
+ "polygon": [
514
+ [
515
+ 106.98046875,
516
+ 249.0
517
+ ],
518
+ [
519
+ 334.5,
520
+ 249.0
521
+ ],
522
+ [
523
+ 334.5,
524
+ 258.328125
525
+ ],
526
+ [
527
+ 106.98046875,
528
+ 258.328125
529
+ ]
530
+ ]
531
+ },
532
+ {
533
+ "title": "G CASE STUDY",
534
+ "heading_level": null,
535
+ "page_id": 18,
536
+ "polygon": [
537
+ [
538
+ 106.98046875,
539
+ 81.59765625
540
+ ],
541
+ [
542
+ 194.58409118652344,
543
+ 81.59765625
544
+ ],
545
+ [
546
+ 194.58409118652344,
547
+ 94.7125244140625
548
+ ],
549
+ [
550
+ 106.98046875,
551
+ 94.7125244140625
552
+ ]
553
+ ]
554
+ },
555
+ {
556
+ "title": "H THE USE OF LARGE LANGUAGE MODELS",
557
+ "heading_level": null,
558
+ "page_id": 18,
559
+ "polygon": [
560
+ [
561
+ 107.578125,
562
+ 311.30859375
563
+ ],
564
+ [
565
+ 340.4584045410156,
566
+ 311.30859375
567
+ ],
568
+ [
569
+ 340.4584045410156,
570
+ 323.60443115234375
571
+ ],
572
+ [
573
+ 107.578125,
574
+ 323.60443115234375
575
+ ]
576
+ ]
577
+ },
578
+ {
579
+ "title": "",
580
+ "heading_level": null,
581
+ "page_id": 20,
582
+ "polygon": [
583
+ [
584
+ 359.19140625,
585
+ 155.4609375
586
+ ],
587
+ [
588
+ 453.62109375,
589
+ 155.4609375
590
+ ],
591
+ [
592
+ 453.62109375,
593
+ 218.8828125
594
+ ],
595
+ [
596
+ 359.19140625,
597
+ 218.8828125
598
+ ]
599
+ ]
600
+ },
601
+ {
602
+ "title": "LUFFY",
603
+ "heading_level": null,
604
+ "page_id": 20,
605
+ "polygon": [
606
+ [
607
+ 188.5,
608
+ 233.19140625
609
+ ],
610
+ [
611
+ 211.74366760253906,
612
+ 233.19140625
613
+ ],
614
+ [
615
+ 211.74366760253906,
616
+ 241.85028076171875
617
+ ],
618
+ [
619
+ 188.5,
620
+ 241.85028076171875
621
+ ]
622
+ ]
623
+ },
624
+ {
625
+ "title": "RL-PLUS",
626
+ "heading_level": null,
627
+ "page_id": 20,
628
+ "polygon": [
629
+ [
630
+ 291.0829772949219,
631
+ 234.73828125
632
+ ],
633
+ [
634
+ 320.9169006347656,
635
+ 234.73828125
636
+ ],
637
+ [
638
+ 320.9169006347656,
639
+ 241.96533203125
640
+ ],
641
+ [
642
+ 291.0829772949219,
643
+ 241.96533203125
644
+ ]
645
+ ]
646
+ },
647
+ {
648
+ "title": "CalibRL",
649
+ "heading_level": null,
650
+ "page_id": 20,
651
+ "polygon": [
652
+ [
653
+ 397.142578125,
654
+ 234.99151611328125
655
+ ],
656
+ [
657
+ 425.232421875,
658
+ 234.99151611328125
659
+ ],
660
+ [
661
+ 425.232421875,
662
+ 243.24609375
663
+ ],
664
+ [
665
+ 397.142578125,
666
+ 243.24609375
667
+ ]
668
+ ]
669
+ }
670
+ ],
671
+ "page_stats": [
672
+ {
673
+ "page_id": 0,
674
+ "text_extraction_method": "pdftext",
675
+ "block_counts": [
676
+ [
677
+ "Span",
678
+ 161
679
+ ],
680
+ [
681
+ "Line",
682
+ 55
683
+ ],
684
+ [
685
+ "Text",
686
+ 5
687
+ ],
688
+ [
689
+ "SectionHeader",
690
+ 3
691
+ ],
692
+ [
693
+ "Footnote",
694
+ 2
695
+ ],
696
+ [
697
+ "PageHeader",
698
+ 1
699
+ ],
700
+ [
701
+ "PageFooter",
702
+ 1
703
+ ]
704
+ ],
705
+ "block_metadata": {
706
+ "llm_request_count": 0,
707
+ "llm_error_count": 0,
708
+ "llm_tokens_used": 0,
709
+ "previous_text": "",
710
+ "previous_type": "",
711
+ "previous_order": 0
712
+ }
713
+ },
714
+ {
715
+ "page_id": 1,
716
+ "text_extraction_method": "pdftext",
717
+ "block_counts": [
718
+ [
719
+ "Span",
720
+ 154
721
+ ],
722
+ [
723
+ "Line",
724
+ 54
725
+ ],
726
+ [
727
+ "Text",
728
+ 5
729
+ ],
730
+ [
731
+ "ListItem",
732
+ 3
733
+ ],
734
+ [
735
+ "SectionHeader",
736
+ 2
737
+ ],
738
+ [
739
+ "PageHeader",
740
+ 1
741
+ ],
742
+ [
743
+ "PageFooter",
744
+ 1
745
+ ],
746
+ [
747
+ "ListGroup",
748
+ 1
749
+ ]
750
+ ],
751
+ "block_metadata": {
752
+ "llm_request_count": 0,
753
+ "llm_error_count": 0,
754
+ "llm_tokens_used": 0,
755
+ "previous_text": "",
756
+ "previous_type": "",
757
+ "previous_order": 0
758
+ }
759
+ },
760
+ {
761
+ "page_id": 2,
762
+ "text_extraction_method": "surya",
763
+ "block_counts": [
764
+ [
765
+ "Line",
766
+ 59
767
+ ],
768
+ [
769
+ "Span",
770
+ 56
771
+ ],
772
+ [
773
+ "Text",
774
+ 9
775
+ ],
776
+ [
777
+ "Equation",
778
+ 4
779
+ ],
780
+ [
781
+ "PageHeader",
782
+ 1
783
+ ],
784
+ [
785
+ "SectionHeader",
786
+ 1
787
+ ],
788
+ [
789
+ "PageFooter",
790
+ 1
791
+ ],
792
+ [
793
+ "Reference",
794
+ 1
795
+ ]
796
+ ],
797
+ "block_metadata": {
798
+ "llm_request_count": 0,
799
+ "llm_error_count": 0,
800
+ "llm_tokens_used": 0,
801
+ "previous_text": "",
802
+ "previous_type": "",
803
+ "previous_order": 0
804
+ }
805
+ },
806
+ {
807
+ "page_id": 3,
808
+ "text_extraction_method": "surya",
809
+ "block_counts": [
810
+ [
811
+ "Line",
812
+ 64
813
+ ],
814
+ [
815
+ "Span",
816
+ 21
817
+ ],
818
+ [
819
+ "Text",
820
+ 9
821
+ ],
822
+ [
823
+ "Equation",
824
+ 3
825
+ ],
826
+ [
827
+ "SectionHeader",
828
+ 2
829
+ ],
830
+ [
831
+ "PageHeader",
832
+ 1
833
+ ],
834
+ [
835
+ "PageFooter",
836
+ 1
837
+ ]
838
+ ],
839
+ "block_metadata": {
840
+ "llm_request_count": 0,
841
+ "llm_error_count": 0,
842
+ "llm_tokens_used": 0,
843
+ "previous_text": "",
844
+ "previous_type": "",
845
+ "previous_order": 0
846
+ }
847
+ },
848
+ {
849
+ "page_id": 4,
850
+ "text_extraction_method": "pdftext",
851
+ "block_counts": [
852
+ [
853
+ "Span",
854
+ 383
855
+ ],
856
+ [
857
+ "Line",
858
+ 95
859
+ ],
860
+ [
861
+ "Text",
862
+ 10
863
+ ],
864
+ [
865
+ "Equation",
866
+ 3
867
+ ],
868
+ [
869
+ "Reference",
870
+ 2
871
+ ],
872
+ [
873
+ "PageHeader",
874
+ 1
875
+ ],
876
+ [
877
+ "SectionHeader",
878
+ 1
879
+ ],
880
+ [
881
+ "PageFooter",
882
+ 1
883
+ ]
884
+ ],
885
+ "block_metadata": {
886
+ "llm_request_count": 0,
887
+ "llm_error_count": 0,
888
+ "llm_tokens_used": 0,
889
+ "previous_text": "",
890
+ "previous_type": "",
891
+ "previous_order": 0
892
+ }
893
+ },
894
+ {
895
+ "page_id": 5,
896
+ "text_extraction_method": "pdftext",
897
+ "block_counts": [
898
+ [
899
+ "Span",
900
+ 149
901
+ ],
902
+ [
903
+ "Line",
904
+ 47
905
+ ],
906
+ [
907
+ "Text",
908
+ 4
909
+ ],
910
+ [
911
+ "SectionHeader",
912
+ 3
913
+ ],
914
+ [
915
+ "Reference",
916
+ 2
917
+ ],
918
+ [
919
+ "PageHeader",
920
+ 1
921
+ ],
922
+ [
923
+ "Figure",
924
+ 1
925
+ ],
926
+ [
927
+ "Caption",
928
+ 1
929
+ ],
930
+ [
931
+ "PageFooter",
932
+ 1
933
+ ],
934
+ [
935
+ "FigureGroup",
936
+ 1
937
+ ]
938
+ ],
939
+ "block_metadata": {
940
+ "llm_request_count": 0,
941
+ "llm_error_count": 0,
942
+ "llm_tokens_used": 0,
943
+ "previous_text": "",
944
+ "previous_type": "",
945
+ "previous_order": 0
946
+ }
947
+ },
948
+ {
949
+ "page_id": 6,
950
+ "text_extraction_method": "surya",
951
+ "block_counts": [
952
+ [
953
+ "TableCell",
954
+ 102
955
+ ],
956
+ [
957
+ "Line",
958
+ 65
959
+ ],
960
+ [
961
+ "Span",
962
+ 34
963
+ ],
964
+ [
965
+ "Text",
966
+ 5
967
+ ],
968
+ [
969
+ "Caption",
970
+ 3
971
+ ],
972
+ [
973
+ "Reference",
974
+ 3
975
+ ],
976
+ [
977
+ "Table",
978
+ 2
979
+ ],
980
+ [
981
+ "PageHeader",
982
+ 1
983
+ ],
984
+ [
985
+ "Figure",
986
+ 1
987
+ ],
988
+ [
989
+ "PageFooter",
990
+ 1
991
+ ],
992
+ [
993
+ "TableGroup",
994
+ 1
995
+ ],
996
+ [
997
+ "FigureGroup",
998
+ 1
999
+ ]
1000
+ ],
1001
+ "block_metadata": {
1002
+ "llm_request_count": 0,
1003
+ "llm_error_count": 0,
1004
+ "llm_tokens_used": 0,
1005
+ "previous_text": "",
1006
+ "previous_type": "",
1007
+ "previous_order": 0
1008
+ }
1009
+ },
1010
+ {
1011
+ "page_id": 7,
1012
+ "text_extraction_method": "surya",
1013
+ "block_counts": [
1014
+ [
1015
+ "TableCell",
1016
+ 151
1017
+ ],
1018
+ [
1019
+ "Line",
1020
+ 59
1021
+ ],
1022
+ [
1023
+ "Span",
1024
+ 18
1025
+ ],
1026
+ [
1027
+ "Caption",
1028
+ 3
1029
+ ],
1030
+ [
1031
+ "Reference",
1032
+ 3
1033
+ ],
1034
+ [
1035
+ "Table",
1036
+ 2
1037
+ ],
1038
+ [
1039
+ "Text",
1040
+ 2
1041
+ ],
1042
+ [
1043
+ "TableGroup",
1044
+ 2
1045
+ ],
1046
+ [
1047
+ "PageHeader",
1048
+ 1
1049
+ ],
1050
+ [
1051
+ "SectionHeader",
1052
+ 1
1053
+ ],
1054
+ [
1055
+ "Figure",
1056
+ 1
1057
+ ],
1058
+ [
1059
+ "PageFooter",
1060
+ 1
1061
+ ],
1062
+ [
1063
+ "FigureGroup",
1064
+ 1
1065
+ ]
1066
+ ],
1067
+ "block_metadata": {
1068
+ "llm_request_count": 0,
1069
+ "llm_error_count": 0,
1070
+ "llm_tokens_used": 0,
1071
+ "previous_text": "",
1072
+ "previous_type": "",
1073
+ "previous_order": 0
1074
+ }
1075
+ },
1076
+ {
1077
+ "page_id": 8,
1078
+ "text_extraction_method": "pdftext",
1079
+ "block_counts": [
1080
+ [
1081
+ "Span",
1082
+ 230
1083
+ ],
1084
+ [
1085
+ "TableCell",
1086
+ 77
1087
+ ],
1088
+ [
1089
+ "Line",
1090
+ 58
1091
+ ],
1092
+ [
1093
+ "Text",
1094
+ 5
1095
+ ],
1096
+ [
1097
+ "PageHeader",
1098
+ 1
1099
+ ],
1100
+ [
1101
+ "Caption",
1102
+ 1
1103
+ ],
1104
+ [
1105
+ "Table",
1106
+ 1
1107
+ ],
1108
+ [
1109
+ "PageFooter",
1110
+ 1
1111
+ ],
1112
+ [
1113
+ "TableGroup",
1114
+ 1
1115
+ ]
1116
+ ],
1117
+ "block_metadata": {
1118
+ "llm_request_count": 0,
1119
+ "llm_error_count": 0,
1120
+ "llm_tokens_used": 0,
1121
+ "previous_text": "",
1122
+ "previous_type": "",
1123
+ "previous_order": 0
1124
+ }
1125
+ },
1126
+ {
1127
+ "page_id": 9,
1128
+ "text_extraction_method": "pdftext",
1129
+ "block_counts": [
1130
+ [
1131
+ "Span",
1132
+ 202
1133
+ ],
1134
+ [
1135
+ "TableCell",
1136
+ 95
1137
+ ],
1138
+ [
1139
+ "Line",
1140
+ 64
1141
+ ],
1142
+ [
1143
+ "Table",
1144
+ 4
1145
+ ],
1146
+ [
1147
+ "Text",
1148
+ 4
1149
+ ],
1150
+ [
1151
+ "Reference",
1152
+ 3
1153
+ ],
1154
+ [
1155
+ "Caption",
1156
+ 2
1157
+ ],
1158
+ [
1159
+ "TableGroup",
1160
+ 2
1161
+ ],
1162
+ [
1163
+ "PageHeader",
1164
+ 1
1165
+ ],
1166
+ [
1167
+ "SectionHeader",
1168
+ 1
1169
+ ],
1170
+ [
1171
+ "PageFooter",
1172
+ 1
1173
+ ]
1174
+ ],
1175
+ "block_metadata": {
1176
+ "llm_request_count": 0,
1177
+ "llm_error_count": 0,
1178
+ "llm_tokens_used": 0,
1179
+ "previous_text": "",
1180
+ "previous_type": "",
1181
+ "previous_order": 0
1182
+ }
1183
+ },
1184
+ {
1185
+ "page_id": 10,
1186
+ "text_extraction_method": "pdftext",
1187
+ "block_counts": [
1188
+ [
1189
+ "Span",
1190
+ 140
1191
+ ],
1192
+ [
1193
+ "Line",
1194
+ 49
1195
+ ],
1196
+ [
1197
+ "ListItem",
1198
+ 11
1199
+ ],
1200
+ [
1201
+ "Reference",
1202
+ 11
1203
+ ],
1204
+ [
1205
+ "SectionHeader",
1206
+ 3
1207
+ ],
1208
+ [
1209
+ "Text",
1210
+ 2
1211
+ ],
1212
+ [
1213
+ "PageHeader",
1214
+ 1
1215
+ ],
1216
+ [
1217
+ "PageFooter",
1218
+ 1
1219
+ ],
1220
+ [
1221
+ "ListGroup",
1222
+ 1
1223
+ ]
1224
+ ],
1225
+ "block_metadata": {
1226
+ "llm_request_count": 0,
1227
+ "llm_error_count": 0,
1228
+ "llm_tokens_used": 0,
1229
+ "previous_text": "",
1230
+ "previous_type": "",
1231
+ "previous_order": 0
1232
+ }
1233
+ },
1234
+ {
1235
+ "page_id": 11,
1236
+ "text_extraction_method": "pdftext",
1237
+ "block_counts": [
1238
+ [
1239
+ "Span",
1240
+ 138
1241
+ ],
1242
+ [
1243
+ "Line",
1244
+ 49
1245
+ ],
1246
+ [
1247
+ "ListItem",
1248
+ 15
1249
+ ],
1250
+ [
1251
+ "Reference",
1252
+ 15
1253
+ ],
1254
+ [
1255
+ "PageHeader",
1256
+ 1
1257
+ ],
1258
+ [
1259
+ "PageFooter",
1260
+ 1
1261
+ ],
1262
+ [
1263
+ "ListGroup",
1264
+ 1
1265
+ ]
1266
+ ],
1267
+ "block_metadata": {
1268
+ "llm_request_count": 0,
1269
+ "llm_error_count": 0,
1270
+ "llm_tokens_used": 0,
1271
+ "previous_text": "",
1272
+ "previous_type": "",
1273
+ "previous_order": 0
1274
+ }
1275
+ },
1276
+ {
1277
+ "page_id": 12,
1278
+ "text_extraction_method": "pdftext",
1279
+ "block_counts": [
1280
+ [
1281
+ "Span",
1282
+ 127
1283
+ ],
1284
+ [
1285
+ "Line",
1286
+ 44
1287
+ ],
1288
+ [
1289
+ "ListItem",
1290
+ 14
1291
+ ],
1292
+ [
1293
+ "Reference",
1294
+ 14
1295
+ ],
1296
+ [
1297
+ "PageHeader",
1298
+ 1
1299
+ ],
1300
+ [
1301
+ "PageFooter",
1302
+ 1
1303
+ ],
1304
+ [
1305
+ "ListGroup",
1306
+ 1
1307
+ ]
1308
+ ],
1309
+ "block_metadata": {
1310
+ "llm_request_count": 0,
1311
+ "llm_error_count": 0,
1312
+ "llm_tokens_used": 0,
1313
+ "previous_text": "",
1314
+ "previous_type": "",
1315
+ "previous_order": 0
1316
+ }
1317
+ },
1318
+ {
1319
+ "page_id": 13,
1320
+ "text_extraction_method": "pdftext",
1321
+ "block_counts": [
1322
+ [
1323
+ "Span",
1324
+ 183
1325
+ ],
1326
+ [
1327
+ "Line",
1328
+ 46
1329
+ ],
1330
+ [
1331
+ "TableCell",
1332
+ 12
1333
+ ],
1334
+ [
1335
+ "Text",
1336
+ 8
1337
+ ],
1338
+ [
1339
+ "SectionHeader",
1340
+ 3
1341
+ ],
1342
+ [
1343
+ "Caption",
1344
+ 2
1345
+ ],
1346
+ [
1347
+ "Reference",
1348
+ 2
1349
+ ],
1350
+ [
1351
+ "PageHeader",
1352
+ 1
1353
+ ],
1354
+ [
1355
+ "Table",
1356
+ 1
1357
+ ],
1358
+ [
1359
+ "PageFooter",
1360
+ 1
1361
+ ],
1362
+ [
1363
+ "TableGroup",
1364
+ 1
1365
+ ]
1366
+ ],
1367
+ "block_metadata": {
1368
+ "llm_request_count": 0,
1369
+ "llm_error_count": 0,
1370
+ "llm_tokens_used": 0,
1371
+ "previous_text": "",
1372
+ "previous_type": "",
1373
+ "previous_order": 0
1374
+ }
1375
+ },
1376
+ {
1377
+ "page_id": 14,
1378
+ "text_extraction_method": "pdftext",
1379
+ "block_counts": [
1380
+ [
1381
+ "Span",
1382
+ 136
1383
+ ],
1384
+ [
1385
+ "Line",
1386
+ 49
1387
+ ],
1388
+ [
1389
+ "TableCell",
1390
+ 39
1391
+ ],
1392
+ [
1393
+ "Text",
1394
+ 7
1395
+ ],
1396
+ [
1397
+ "Caption",
1398
+ 2
1399
+ ],
1400
+ [
1401
+ "Table",
1402
+ 2
1403
+ ],
1404
+ [
1405
+ "TableGroup",
1406
+ 2
1407
+ ],
1408
+ [
1409
+ "Reference",
1410
+ 2
1411
+ ],
1412
+ [
1413
+ "PageHeader",
1414
+ 1
1415
+ ],
1416
+ [
1417
+ "SectionHeader",
1418
+ 1
1419
+ ],
1420
+ [
1421
+ "PageFooter",
1422
+ 1
1423
+ ]
1424
+ ],
1425
+ "block_metadata": {
1426
+ "llm_request_count": 0,
1427
+ "llm_error_count": 0,
1428
+ "llm_tokens_used": 0,
1429
+ "previous_text": "",
1430
+ "previous_type": "",
1431
+ "previous_order": 0
1432
+ }
1433
+ },
1434
+ {
1435
+ "page_id": 15,
1436
+ "text_extraction_method": "surya",
1437
+ "block_counts": [
1438
+ [
1439
+ "TableCell",
1440
+ 40
1441
+ ],
1442
+ [
1443
+ "Line",
1444
+ 39
1445
+ ],
1446
+ [
1447
+ "Span",
1448
+ 28
1449
+ ],
1450
+ [
1451
+ "Text",
1452
+ 6
1453
+ ],
1454
+ [
1455
+ "Equation",
1456
+ 3
1457
+ ],
1458
+ [
1459
+ "Reference",
1460
+ 3
1461
+ ],
1462
+ [
1463
+ "Table",
1464
+ 2
1465
+ ],
1466
+ [
1467
+ "Caption",
1468
+ 2
1469
+ ],
1470
+ [
1471
+ "TableGroup",
1472
+ 2
1473
+ ],
1474
+ [
1475
+ "PageHeader",
1476
+ 1
1477
+ ],
1478
+ [
1479
+ "SectionHeader",
1480
+ 1
1481
+ ],
1482
+ [
1483
+ "PageFooter",
1484
+ 1
1485
+ ]
1486
+ ],
1487
+ "block_metadata": {
1488
+ "llm_request_count": 0,
1489
+ "llm_error_count": 0,
1490
+ "llm_tokens_used": 0,
1491
+ "previous_text": "",
1492
+ "previous_type": "",
1493
+ "previous_order": 0
1494
+ }
1495
+ },
1496
+ {
1497
+ "page_id": 16,
1498
+ "text_extraction_method": "surya",
1499
+ "block_counts": [
1500
+ [
1501
+ "Line",
1502
+ 51
1503
+ ],
1504
+ [
1505
+ "Span",
1506
+ 36
1507
+ ],
1508
+ [
1509
+ "Text",
1510
+ 9
1511
+ ],
1512
+ [
1513
+ "Equation",
1514
+ 5
1515
+ ],
1516
+ [
1517
+ "ListItem",
1518
+ 2
1519
+ ],
1520
+ [
1521
+ "PageHeader",
1522
+ 1
1523
+ ],
1524
+ [
1525
+ "Figure",
1526
+ 1
1527
+ ],
1528
+ [
1529
+ "Caption",
1530
+ 1
1531
+ ],
1532
+ [
1533
+ "PageFooter",
1534
+ 1
1535
+ ],
1536
+ [
1537
+ "FigureGroup",
1538
+ 1
1539
+ ],
1540
+ [
1541
+ "ListGroup",
1542
+ 1
1543
+ ],
1544
+ [
1545
+ "Reference",
1546
+ 1
1547
+ ]
1548
+ ],
1549
+ "block_metadata": {
1550
+ "llm_request_count": 0,
1551
+ "llm_error_count": 0,
1552
+ "llm_tokens_used": 0,
1553
+ "previous_text": "",
1554
+ "previous_type": "",
1555
+ "previous_order": 0
1556
+ }
1557
+ },
1558
+ {
1559
+ "page_id": 17,
1560
+ "text_extraction_method": "surya",
1561
+ "block_counts": [
1562
+ [
1563
+ "Line",
1564
+ 54
1565
+ ],
1566
+ [
1567
+ "TableCell",
1568
+ 30
1569
+ ],
1570
+ [
1571
+ "Span",
1572
+ 22
1573
+ ],
1574
+ [
1575
+ "Text",
1576
+ 8
1577
+ ],
1578
+ [
1579
+ "Equation",
1580
+ 3
1581
+ ],
1582
+ [
1583
+ "PageHeader",
1584
+ 1
1585
+ ],
1586
+ [
1587
+ "SectionHeader",
1588
+ 1
1589
+ ],
1590
+ [
1591
+ "Caption",
1592
+ 1
1593
+ ],
1594
+ [
1595
+ "Table",
1596
+ 1
1597
+ ],
1598
+ [
1599
+ "PageFooter",
1600
+ 1
1601
+ ],
1602
+ [
1603
+ "TableGroup",
1604
+ 1
1605
+ ],
1606
+ [
1607
+ "Reference",
1608
+ 1
1609
+ ]
1610
+ ],
1611
+ "block_metadata": {
1612
+ "llm_request_count": 0,
1613
+ "llm_error_count": 0,
1614
+ "llm_tokens_used": 0,
1615
+ "previous_text": "",
1616
+ "previous_type": "",
1617
+ "previous_order": 0
1618
+ }
1619
+ },
1620
+ {
1621
+ "page_id": 18,
1622
+ "text_extraction_method": "pdftext",
1623
+ "block_counts": [
1624
+ [
1625
+ "Span",
1626
+ 69
1627
+ ],
1628
+ [
1629
+ "Line",
1630
+ 22
1631
+ ],
1632
+ [
1633
+ "Text",
1634
+ 4
1635
+ ],
1636
+ [
1637
+ "SectionHeader",
1638
+ 2
1639
+ ],
1640
+ [
1641
+ "PageHeader",
1642
+ 1
1643
+ ],
1644
+ [
1645
+ "PageFooter",
1646
+ 1
1647
+ ]
1648
+ ],
1649
+ "block_metadata": {
1650
+ "llm_request_count": 0,
1651
+ "llm_error_count": 0,
1652
+ "llm_tokens_used": 0,
1653
+ "previous_text": "",
1654
+ "previous_type": "",
1655
+ "previous_order": 0
1656
+ }
1657
+ },
1658
+ {
1659
+ "page_id": 19,
1660
+ "text_extraction_method": "surya",
1661
+ "block_counts": [
1662
+ [
1663
+ "Line",
1664
+ 109
1665
+ ],
1666
+ [
1667
+ "Span",
1668
+ 3
1669
+ ],
1670
+ [
1671
+ "PageHeader",
1672
+ 1
1673
+ ],
1674
+ [
1675
+ "Figure",
1676
+ 1
1677
+ ],
1678
+ [
1679
+ "Caption",
1680
+ 1
1681
+ ],
1682
+ [
1683
+ "PageFooter",
1684
+ 1
1685
+ ],
1686
+ [
1687
+ "FigureGroup",
1688
+ 1
1689
+ ],
1690
+ [
1691
+ "Reference",
1692
+ 1
1693
+ ]
1694
+ ],
1695
+ "block_metadata": {
1696
+ "llm_request_count": 0,
1697
+ "llm_error_count": 0,
1698
+ "llm_tokens_used": 0,
1699
+ "previous_text": "",
1700
+ "previous_type": "",
1701
+ "previous_order": 0
1702
+ }
1703
+ },
1704
+ {
1705
+ "page_id": 20,
1706
+ "text_extraction_method": "pdftext",
1707
+ "block_counts": [
1708
+ [
1709
+ "Span",
1710
+ 262
1711
+ ],
1712
+ [
1713
+ "Line",
1714
+ 115
1715
+ ],
1716
+ [
1717
+ "ListItem",
1718
+ 19
1719
+ ],
1720
+ [
1721
+ "Text",
1722
+ 17
1723
+ ],
1724
+ [
1725
+ "ListGroup",
1726
+ 5
1727
+ ],
1728
+ [
1729
+ "SectionHeader",
1730
+ 4
1731
+ ],
1732
+ [
1733
+ "PageHeader",
1734
+ 1
1735
+ ],
1736
+ [
1737
+ "Figure",
1738
+ 1
1739
+ ],
1740
+ [
1741
+ "PageFooter",
1742
+ 1
1743
+ ],
1744
+ [
1745
+ "Reference",
1746
+ 1
1747
+ ]
1748
+ ],
1749
+ "block_metadata": {
1750
+ "llm_request_count": 0,
1751
+ "llm_error_count": 0,
1752
+ "llm_tokens_used": 0,
1753
+ "previous_text": "",
1754
+ "previous_type": "",
1755
+ "previous_order": 0
1756
+ }
1757
+ }
1758
+ ],
1759
+ "debug_data_path": "debug_data/5wxyCidRsK"
1760
+ }
iclr26/5wxyCidRsK/model_text_v3.txt ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [p. 1 | section: ABSTRACT | type: Text]
2
+ Reinforcement Learning with verifiable rewards (RLVR) has emerged as a primary learning paradigm for enhancing the reasoning capabilities of multi-modal large language models (MLLMs). However, during RL training, the enormous state space of MLLM and sparse rewards often leads to entropy collapse, policy degradation, or over-exploitation of suboptimal behaviors. This necessitates an exploration strategy that maintains productive stochasticity while avoiding the drawbacks of uncontrolled random sampling, yielding inefficient exploration. In this paper, we propose CalibRL, a hybrid-policy RLVR framework that supports controllable exploration with expert guidance, enabled by two key mechanisms. First, a distribution-aware advantage weighting scales updates by group rareness to calibrate the distribution, therefore preserving exploration. Meanwhile, the asymmetric activation function (LeakyReLU) leverages the expert knowledge as a calibration baseline to moderate overconfident updates while preserving their corrective direction. CalibRL increases policy entropy in a guided manner and clarifies the target distribution by estimating the on-policy distribution through online sampling. Updates are driven by these informative behaviors, avoiding convergence to erroneous patterns. Importantly, these designs help alleviate the distributional mismatch between the model's policy and expert trajectories, thereby achieving a more stable balance between exploration and exploitation. Extensive experiments across eight benchmarks, including both in-domain and outof-domain settings, demonstrate consistent improvements, validating the effectiveness of our controllable hybrid-policy RLVR training. Code is available at
3
+
4
+ [p. 1 | section: 1 INTRODUCTION | type: Text]
5
+ Recent Large Language Models (LLMs), such as OpenAI-o1 (Jaech et al., 2024) , DeepSeek-R1 (Guo et al., 2025) , and Kimi-1.5 (Team et al., 2025) , have achieved remarkable breakthroughs in complex reasoning by leveraging extended Chain-of-Thought (CoT) reasoning (Wei et al., 2022) , showcasing unprecedented proficiency in multi-step logical inference. Building on these advances, Multi-Modal Large Language Models (MLLMs), including Virgo (Du et al., 2025) , InternVL3 (Zhu et al., 2025) , MiMo-VL (Xiaomi, 2025) , and Ovis2.5 (Lu et al., 2025) , have further extended reasoning into multi-modal domains, enabling complex visual reasoning, mathematical diagram interpretation, and cross-modal logical inference.
6
+
7
+ [p. 1 | section: 1 INTRODUCTION | type: Text]
8
+ The success of recent models is largely attributed to advanced Reinforcement Learning using Verifiable Rewards (RLVR). Despite this progress, recent studies have shown fundamental challenges: improvements in policy performance often come at the cost of reduced policy entropy, creating a bottleneck where entropy depletion constrains further progress (Cui et al., 2025) . Conventional RL methods usually incorporate entropy regularization (Liu et al., 2025a; Starnes et al., 2023) to encourage stochasticity, but the resulting high-entropy strategies rely on unguided random sampling, leading to inefficient exploration. This issue is especially pronounced in the enormous state space of MLLMs and significantly limits learning efficiency. Recently, combining Supervised Fine-Tuning
9
+
10
+ [p. 2 | section: 1 INTRODUCTION | type: Text]
11
+ (SFT) with Reinforcement Learning (RL) training enables the integration of expert knowledge with self-improvement mechanisms, which can increase policy exploration while providing a clearer target distribution. Yet, neither the popular "SFT-then-RL" pipeline nor recent hybrid-policy frameworks that embed SFT supervision directly into RL training (Yan et al., 2025; Ma et al., 2025; Dong et al., 2025; Zhang et al., 2025) could provide stable and controllable exploration. In the sequential "SFT-then-RL" paradigm, the initial SFT stage anchors the policy to a static demonstration distribution, thereby diminishing its exploratory tendency in subsequent RL training. As a result, the policy struggles to adapt beyond the supervised baseline and fails to concentrate probability mass on novel, high-reward behaviors. Hybrid-policy methods that inject SFT supervision into RL suffer from a distributional mismatch between the current policy and expert trajectories. This mismatch introduces high bias and variance, leading to unstable policy learning. The resulting instability interferes with exploration and accelerates entropy collapse, driving the policy toward either overly deterministic or excessively random behaviors.
12
+
13
+ [p. 2 | section: 1 INTRODUCTION | type: Text]
14
+ To address this dilemma, we propose CalibRL : Hybrid-Policy RLVR with Controllable Exploration , a framework that redefines the role of expert supervision as the calibration baseline. CalibRL treats expert data as a distributional baseline—a reference against which the model's on-policy behaviors are evaluated. From this perspective, our framework performs distributional calibration, explicitly designed to maintain sufficient policy entropy while guiding effective exploration. Responses are assessed relative to the baseline distribution from the expert: underrepresented yet correct reasoning paths are selectively reinforced, maintaining rare but informative behaviors as valuable exploration signals, while overconfident but erroneous predictions are penalized more strongly to prevent misleading convergence. This calibrated treatment transforms expert supervision from a rigid imitation signal into a nuanced guidance mechanism that balances exploration and performance, ensuring that policy entropy is retained while exploration is directed toward meaningful reasoning behaviors.
15
+
16
+ [p. 2 | section: 1 INTRODUCTION | type: Text]
17
+ Crucially, controllable exploration is achieved by using two complementary mechanisms. An advantage weighting serves as an indicator of the relative likelihood of a response within its group, naturally emphasizing the contribution of the rare sample to enforce distribution calibration. In parallel, a asymmetric activation based on LeakyReLU leverages expert knowledge as a calibrated baseline to moderate overconfident updates while preserving their corrective direction, ensuring exploration remains guided and stable. Together, these mechanisms regulate both the strength and direction of policy updates, enabling guided and stable exploration, ensuring expert supervision remains informative rather than restrictive. We conduct extensive experiments across eight benchmarks and demonstrate consistent superiority over previous hybrid-policy methods, which fail to improve upon the GRPO baseline in our multi-modal scenario. In summary, the contributions of this work are threefold:
18
+
19
+ [p. 2 | section: 1 INTRODUCTION | type: ListGroup]
20
+ We propose CalibRL , a hybrid-policy RLVR framework for controllable exploration in reasoning-oriented MLLMs, which leverages expert guidance to stabilize policy updates and increase policy entropy in a guided manner. Our CalibRL introduces two complementary mechanisms: advantage weighting , which emphasizes rare responses to enforce distribution calibration, and a LeakyReLU–based asymmetric activation , which moderates overconfident updates while preserving their corrective direction. We validate our method through extensive experiments on eight reasoning benchmarks, demonstrating substantial improvements over GRPO and state-of-the-art hybrid-policy baselines, with consistent gains across both in-domain and out-of-domain tasks.
21
+
22
+ [p. 2 | section: 2 PRELIMINARIES AND RELATED WORKS | type: Text]
23
+ This section introduces preliminary knowledge related to our work to facilitate understanding of the proposed method. We then review the most pertinent related work, identifying key limitations and outlining our research motivation.
24
+
25
+ [p. 2 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Text]
26
+ We start with definitions for training the LLM with RLVR. Given an input prompt q, and an LLM with parameters θ, the reasoning generation task with the LLM is framed as a Markov Decision
27
+
28
+ [p. 3 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Text]
29
+ Process (MDP) (Puterman, 2014). The LLM is represented as a policy \pi_{\theta} . The output response from the LLM is represented as the trajectory \tau = (o_1, o_2, \dots, o_T) , where T is the response length.
30
+
31
+ [p. 3 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Text]
32
+ At each generation step t \in [1,T] , the MDP defines a state s_t = (q,o_1,o_2,\ldots,o_{t-1}) , which represents the concatenation of the prompt q and the response tokens generated up to step t-1. The initial state s_0 = q . For each generation step t, the MDP defines an action a_t = o_t \sim \pi_{\theta}(\cdot|s_t) , representing the selection of o_t as the next token with state s_t as a condition.
33
+
34
+ [p. 3 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Text]
35
+ In the circumstances, the policy \pi_{\theta} provides a probability distribution over the LLM's vocabulary for the next token prediction. With a spare verifiable reward R formulated as follows:
36
+
37
+ [p. 3 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Equation]
38
+ R(\tau) = \begin{cases} 1 & \text{if the response } \tau \text{ is correct,} \\ 0 & \text{otherwise.} \end{cases} (1)
39
+
40
+ [p. 3 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Text]
41
+ The training objective of RLVR is then formulated as follows:
42
+
43
+ [p. 3 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Equation]
44
+ \mathcal{J}(\theta) = \mathbb{E}_{q \sim \mathcal{D}, \tau \sim \pi_{\theta}(\cdot | q)}[R(\tau)], \tag{2}
45
+
46
+ [p. 3 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Text]
47
+ where \mathcal{D} is the prompts set. This objective is optimized with policy gradient optimization that aims to maximize the reward R over the prompts \mathcal{D} .
48
+
49
+ [p. 3 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Text]
50
+ In recent applications, the Group Relative Policy Optimization (GRPO) (Shao et al., 2024) has become the de facto choice owing to the success of Deepseek-R1 (Guo et al., 2025). The primary advantage stems from utilizing intra-group reward comparisons to derive the advantage for each trajectory. Given G responses for each prompt q, the response group \{\tau_i\}_{i=1}^G is validated by the reward function and used to calculate the advantages. This process can be formulated as follows:
51
+
52
+ [p. 3 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Equation]
53
+ \hat{A}_{i,t} = \frac{R(\tau_i) - mean(R(\{\tau_i\}_{i=1}^G))}{std(R(\{\tau_i\}_{i=1}^G))}. (3)
54
+
55
+ [p. 3 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Text]
56
+ The advantage signal guides the preference policy optimization, directing updates to increase the log-probability of tokens that exhibit high advantage values using a clipped PPO-style (Schulman et al., 2017) objective:
57
+
58
+ [p. 3 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Equation]
59
+ \mathcal{J}_{GRPO}(\theta) = \mathbb{E}_{q \sim \mathcal{D}, \tau \sim \pi_{\theta}(\cdot|q)} \left[ \sum_{t=1}^{|\tau|} \min \left( r_{i,t}(\theta) \hat{A}_{i,t}, \right. \right. \\ \left. \text{clip} \left( r_{i,t}(\theta), 1 - \epsilon, 1 + \epsilon \right) \hat{A}_{i,t} \right) \right] - \beta \mathbf{D}_{KL}(\pi_{\theta} || \pi_{ref}), \tag{4}
60
+
61
+ [p. 3 | section: 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR) | type: Text]
62
+ where the r_{i,t}(\theta) = \frac{\pi_{\theta}(\tau_{i,t}|s_{i,t})}{\pi_{\theta_{old}}(\tau_{i,t}|s_{i,t})} represent the importance sampling ratio. The KL-divergence penalty \beta \mathbf{D}_{KL}(\pi_{\theta}||\pi_{ref}) in the original GRPO (Shao et al., 2024) is used to regularize the policy update. In recent implementations (Yan et al., 2025; Dong et al., 2025), this KL term is usually omitted when training models for long CoT reasoning, as the model's distribution is expected to diverge significantly from the initial policy, rendering this constraint unnecessary.
63
+
64
+ [p. 3 | section: 2.2 RELATED WORK | type: Text]
65
+ Reinforcement Learning for Reasoning Models. Recent advances in reinforcement learning have significantly improved the reasoning ability of large language models (LLMs) (Guo et al., 2025; Jaech et al., 2024; Team et al., 2025; Xiaomi, 2025; Du et al., 2025; Zhu et al., 2025; Lu et al., 2025; Wang et al., 2025). These advancements have largely benefited from the emergence of Reinforcement Learning with Verifiable Rewards (RLVR) frameworks (Schulman et al., 2017; Shao et al., 2024; Liu et al., 2025b; Rafailov et al., 2023; Hao et al., 2025; Hu et al., 2025), which leverage verifiable signals to provide precise and stable reward shaping. Among these, the GRPO framework (Shao et al., 2024) has become particularly influential, introducing group-normalized advantage estimation as an efficient alternative to PPO (Schulman et al., 2017) under verifiable reward settings in mathematical reasoning. Despite these successes, recent studies have highlighted important limitations of on-policy RLVR when applied to reasoning tasks. Zhao et al. (2025) show that RL post-training often amplifies behaviors inherited from pre-training rather than fundamentally expanding reasoning capacity, leading to an "echo chamber" effect. Yue et al. (2025) further demonstrate that while RL improves sample efficiency (e.g., pass@1), it does not substantially broaden the model's reasoning boundary beyond that of the base model. Complementarily, Cui et al. (2025) provide an
66
+
67
+ [p. 4 | section: 2.2 RELATED WORK | type: Text]
68
+ analysis of entropy dynamics, revealing that on-policy updates tend to concentrate probability mass on a narrow set of high-reward trajectories, causing premature entropy collapse and limiting exploration. Together, these findings suggest that although RLVR stabilizes training through verifiable feedback, it also risks over-constraining the policy and failing to sustain the exploration necessary for discovering genuinely novel reasoning strategies.
69
+
70
+ [p. 4 | section: 2.2 RELATED WORK | type: Text]
71
+ Hybrid-Policy Optimization Frameworks. To address the limitations of purely on-policy RL, hybrid-policy optimization methods have been proposed, combining reinforcement learning with supervised fine-tuning (SFT) on expert data (Yan et al., 2025; Dong et al., 2025; Wu et al., 2025; Ma et al., 2025; Zhang et al., 2025). LUFFY (Yan et al., 2025) introduces off-policy guidance via mixed-policy optimization with regularized importance sampling, while RL-PLUS (Dong et al., 2025) develops a multi-importance sampling strategy combined with exploration-based advantage shaping. Other approaches, such as ReLIFT (Ma et al., 2025), interleave SFT and RL updates or introduce template-augmented objectives, whereas CHORD (Zhang et al., 2025) employs phased training to balance exploration and exploitation. Despite their innovations, these hybrid frameworks commonly rely on direct log-likelihood maximization of expert data, which imposes a unidirectional optimization pressure toward expert distributions. This often accelerates entropy collapse by suppressing alternative responses, thereby constraining policy diversity and weakening exploration. These limitations motivate our work: rather than treating expert data as an absolute imitation target, we propose to reinterpret it as a distributional baseline, enabling relative calibration of on-policy behaviors in a way that sustains entropy while still providing directional guidance.
72
+
73
+ [p. 4 | section: 3 Method | type: Text]
74
+ In this section, we reveal the entropy collapse acceleration process caused by the distribution gap between the expert data and the model behaviors. We then illustrate our controllable exploration under expert guidance, analyzing how it preserves policy entropy and directs exploration toward reliable behaviors.
75
+
76
+ [p. 4 | section: 3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION | type: Text]
77
+ Given a dataset of expert demonstrations \mathcal{D}=\{(q_i,\tau_i^{\text{expert}})\} , policies are typically trained to imitate expert behaviors by minimizing the negative log-likelihood, which is formalized as follows:
78
+
79
+ [p. 4 | section: 3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION | type: Equation]
80
+ \mathcal{L}_{\text{expert}} = -\mathbb{E}_{(q_i, \tau_i^{\text{expert}}) \sim \mathcal{D}} \left[ \log \pi_{\theta} (\tau_i^{\text{expert}} | q_i) \right]. \tag{5}
81
+
82
+ [p. 4 | section: 3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION | type: Text]
83
+ The corresponding gradient update can be formalized as:
84
+
85
+ [p. 4 | section: 3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION | type: Equation]
86
+ \nabla_{\theta} \mathcal{L}_{\text{expert}} = -\mathbb{E}_{(q_i, \tau_i^{\text{expert}})} \left[ \nabla_{\theta} \log \pi_{\theta} (\tau_i^{\text{expert}} | q_i) \right], \tag{6}
87
+
88
+ [p. 4 | section: 3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION | type: Text]
89
+ which monotonically increases \pi_{\theta}(\tau^{\text{expert}}|q) . This objective enforces unidirectional expert optimization: probability mass is consistently shifted toward expert responses, regardless of the model's current distribution. While this secures alignment, it also narrows distributional support and suppresses diversity of outputs.
90
+
91
+ [p. 4 | section: 3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION | type: Text]
92
+ In the sequential SFT-then-RL paradigm, this effect anchors the policy close to the expert distribution after SFT. Subsequent RL updates are further restricted by importance sampling and ratio clipping (Equation 4), which penalize deviations from the SFT initialization. Consequently, exploration remains confined to the neighborhood of expert behaviors, hindering adaptation to reward signals and limiting the discovery of higher-reward reasoning paths (Figure 1).
93
+
94
+ [p. 4 | section: 3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION | type: Text]
95
+ Hybrid-policy frameworks embed expert supervision directly into the RL objective, effectively rewarding higher likelihood of expert responses. While this guarantees continual expert alignment, normalization dictates that increasing \pi_{\theta}(\tau^{\text{expert}}|q) necessarily decreases \pi_{\theta}(\tau \neq \tau^{\text{expert}}|q) , leading to overall entropy reduction, thereby accelerating entropy collapse and pushing the model toward overly deterministic expert-like behaviors:
96
+
97
+ [p. 4 | section: 3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION | type: Equation]
98
+ \mathcal{H}(\pi_{\theta}(\cdot|q)) = -\sum_{\tau} \pi_{\theta}(\tau|q) \log \pi_{\theta}(\tau|q) \quad \downarrow . \tag{7}
99
+
100
+ [p. 4 | section: 3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION | type: Text]
101
+ In summary, both SFT-then-RL and hybrid-policy frameworks inherit the limitation of unidirectional expert optimization. By uniformly shifting probability mass toward expert trajectories, they
102
+
103
+ [p. 5 | section: 3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION | type: Text]
104
+ constrain exploration, accelerate entropy decay, and fail to adaptively account for the model's heterogeneous cognitive states. To address this limitation, we advocate a relative calibration perspective, treating expert data not as absolute imitation targets but as distributional baselines for evaluating on-policy behaviors.
105
+
106
+ [p. 5 | section: 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE | type: Text]
107
+ Our framework redefines the role of expert supervision by treating it as a distributional baseline rather than a strict imitation target. Given an input q i , a model-generated response τ policy i , and the corresponding expert response τ expert i , we first define a log-probability gap as
108
+
109
+ [p. 5 | section: 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE | type: Equation]
110
+ \Delta \ell_i = \log \pi_{\theta}(\tau_i^{\text{policy}}|q_i) - \log \pi_{\theta}(\tau_i^{\text{expert}}|q_i) = \log \frac{\pi_{\theta}(\tau_i^{\text{policy}}|q_i)}{\pi_{\theta}(\tau_i^{\text{expert}}|q_i)}. (8)
111
+
112
+ [p. 5 | section: 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE | type: Text]
113
+ The quantity ∆ℓ i captures the model's relative preference between its own response and the expert's. A positive value indicates the model favors its own answer over the expert's, while a negative value indicates underconfidence relative to the expert.
114
+
115
+ [p. 5 | section: 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE | type: Text]
116
+ We introduce a correctness signal s i = +1 for correct responses and s i = −1 for incorrect responses, as the actual reward, including the format reward, can exceed the [0, 1] range. To ensure a rigorous definition that remains valid across a broad range of scenarios, we explicitly define the separate correctness signal s i rather than relying solely on a normalized version of the actual reward. We then design an objective that enables controllable exploration through an asymmetric activation based on the LeakyReLU operator, and an advantage weighting that emphasizes rare but informative events. The objective is written as
117
+
118
+ [p. 5 | section: 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE | type: Equation]
119
+ \mathcal{L}_{\text{exploration}} = |\hat{A}_i| \cdot \text{LeakyReLU}(-s_i \cdot \Delta \ell_i, \alpha), \tag{9}
120
+
121
+ [p. 5 | section: 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE | type: Text]
122
+ where |Aˆ i | is the absolute value of the group-wise advantage Aˆ i , representing an advantage weight capturing group-wise rarity. Multiplying s i with ∆ℓ i ensures that the optimization direction always aligns with correctness.
123
+
124
+ [p. 5 | section: 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE | type: Text]
125
+ Under this objective, correct responses that are underweighted relative to the expert are reinforced, thereby broadening the support of the policy distribution and increasing entropy, while incorrect responses that are overweighted are suppressed, thereby shifting probability mass away from them and preventing entropy collapse. The LeakyReLU introduces asymmetric gradient gating, which allows the model to amplify underrepresented reasoning patterns while reducing overconfident predictions. Once a response's probability crosses the expert baseline, the slope parameter α ∈ (0, 1) controls the degree of further reinforcement or suppression, enabling exploration that is both directed and regulated. In this way, expert supervision functions as a relative reference rather than an absolute target, guiding probability redistribution in a calibrated manner while preserving sufficient stochasticity for the model to explore novel reasoning strategies.
126
+
127
+ [p. 5 | section: 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE | type: Text]
128
+ The weighting |Aˆ i | also contributes to controllable exploration by calibrating the scale of the update according to group-wise rarity. Large values occur when a rare correct response emerges among mostly incorrect ones, amplifying its reinforcement as an exploration signal. Similarly, when a rare incorrect response appears among mostly correct ones, the weighting increases its suppression. By modulating the update magnitude in this way, the model emphasizes rare but informative deviations while damping misleading outliers, ensuring that exploration remains selective and controllable.
129
+
130
+ [p. 5 | section: 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE | type: Text]
131
+ We then integrate the controllable exploration term into the GRPO objective to obtain the final training objective
132
+
133
+ [p. 5 | section: 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE | type: Equation]
134
+ \mathcal{J}(\theta) = \mathbb{E}_{q \sim \mathcal{D}, \tau \sim \pi_{\theta}(\cdot|q)} \left[ \sum_{t=1}^{|\tau|} \min\left(r_{i,t}(\theta)\hat{A}_{i,t}, \right. \right. \\ \left. \text{clip}\left(\left(r_{i,t}(\theta), 1 - \epsilon, 1 + \epsilon\right) \hat{A}_{i,t}\right) - \lambda \mathcal{L}_{\text{exploration}} \right], (10)
135
+
136
+ [p. 5 | section: 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE | type: Text]
137
+ where λ balances standard PPO-style policy optimization and expert-guided exploration.
138
+
139
+ [p. 5 | section: 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE | type: Text]
140
+ In summary, our controllable exploration framework combines correctness signals, asymmetric gradient gating via the LeakyReLU, and advantage weighting to modulate probability updates, selectively reinforcing underrepresented correct responses and suppressing overconfident errors while maintaining calibrated stochasticity.
141
+
142
+ [p. 6 | section: 4.1 SETUP | type: Text]
143
+ Training dataset. We construct our training dataset from the ViRL39K collection (Wang et al., 2025) . Specifically, we sample geometry problems from ViRL39K and generate detailed Chain-of-Thought (CoT) responses using GPT-4o (Hurst et al., 2024) . We then validate these responses across three criteria: correctness, format adherence, and logical coherence. This process yields 9,695 highquality question-response pairs for training and 933 samples for validation. Notably, the validation set comprises samples that failed our CoT validation criteria, representing challenging cases where even GPT-4o struggled to produce satisfactory responses. We refer readers to the appendix for further training details.
144
+
145
+ [p. 6 | section: 4.1 SETUP | type: Text]
146
+ Benchmarks and Baselines. We evaluate our method on a diverse suite of benchmarks covering both in-domain and out-of-domain (OOD) settings. For in-domain evaluation, we use the Geo3K (Lu et al., 2021) and GeoQA (Chen et al., 2021) test sets, along with our self-constructed GeoEval benchmark that failed the CoT validation criteria. To examine generalization, we test on MathVerse (Zhang et al., 2024) , MathVision (Wang et al., 2024) , and MathVista (Lu et al., 2024) , which involve broader mathematical reasoning and visual understanding tasks. We further incorporate samples from ViRL39K (Wang et al., 2025) , which covers diverse fields such as Science (Physics, Chemistry, Biology) and Spatial Reasoning. We also involve the MMMU (Yue et al., 2024) and the ScienceQA Lu et al. (2022) . These benchmarks enable us to evaluate not only the effectiveness of our approach in geometry/mathematics but also its robustness across broader general domains.
147
+
148
+ [p. 6 | section: 4.1 SETUP | type: Text]
149
+ For baselines, we compare against several representative approaches. GRPO (under customized training settings following Yan et al. (2025) and Dong et al. (2025) ) serves as the standard reinforcement learning baseline, while SFT+GRPO reflects the sequential paradigm of supervised finetuning followed by reinforcement learning, highlighting the issues of distribution shift and overly supervised constraints. We also include LUFFY (Yan et al., 2025) , a state-of-the-art hybrid-policy optimization method, to test whether our approach better preserves entropy compared to direct expert integration, and RLPLUS (Dong et al., 2025) , which adopts conservative update strategies to stabilize training and thus serves as a strong baseline. We reproduce those methods on our dataset, keeping all training settings consistent throughout the training process. Our experiments are mainly conducted with Qwen2.5-VL-7B (Bai et al., 2025) as base models. During evaluation, we use MATH-VERIFY (Kydl´ıcek) to score the Geo3K, GeoQA, GeoEval, Science, and Spatial Reason- ˇ ing benchmarks, while the benchmarks MathVerse, MathVision, and MathVista are evaluated with the open-source VLMEVALKIT (Duan et al., 2024) .
150
+
151
+ [p. 6 | section: 4.2 MAIN RESULTS | type: Text]
152
+ We first examine the training dynamics in Figure 1, taking GRPO as the reference baseline. As seen in the figure, SFT-then-GRPO suffers from overly supervised constraints: although it starts with relatively high reward values, its entropy remains excessively high throughout training, reflecting a lack of meaningful exploration. As a result, the policy distribution quickly solidifies, reward learning stagnates, and performance remains consistently low. In contrast, RL-PLUS (Dong et al., 2025) exhibits an opposite pathology. The entropy collapses too rapidly in the early phase and converges early to a certain pattern. This suppresses exploration and makes later reward learning ineffective, which leads to suboptimal reward curves and declining accuracy. The training dynamic shows that aggressive entropy reduction hinders sustained improvement. As also seen in Table 1,
153
+
154
+ [p. 6 | section: 4.2 MAIN RESULTS | type: FigureGroup]
155
+ Figure 1: Entropy, reward, and accuracy curves of different methods. We split the entropy comparison into two panels for clarity.
156
+
157
+ [p. 7 | section: 4.2 MAIN RESULTS | type: Text]
158
+ both the hybrid-policy frameworks (Dong et al., 2025; Yan et al., 2025) fail to provide consistent benefits upon the GRPO baseline.
159
+
160
+ [p. 7 | section: 4.2 MAIN RESULTS | type: Text]
161
+ In contrast, quantitative results in Table 1 and Table 2 demonstrate our method's superiority over previous hybrid-policy methods. On in-domain geometry reasoning tasks, our CalibRL achieves an average performance gain of 5.45 percentage points over the GRPO baseline, substantially outperforming existing hybrid-policy methods, including LUFFY ($\psi$0.84$) and RL-PLUS ($\psi$4.8$). For out-of-domain reasoning benchmarks, we observe a consistent improvement of 2.61 percentage points over GRPO, while maintaining competitive advantages over LUFFY and RL-PLUS. Additionally, DAPO does not outperform GRPO in our setting. One possible explanation is that the higher clipping threshold leads to uncontrolled exploration, which further underscores the importance of our work. We further visualize the relative changes from the GRPO baseline in Figure 2. Our method consistently improves upon the GRPO framework across both in-domain and out-of-domain scenarios, whereas existing hybrid-policy approaches exhibit varying degrees of performance degradation, underscoring the effectiveness of our approach in overcoming their limitations.
162
+
163
+ [p. 7 | section: 4.2 MAIN RESULTS | type: TableGroup]
164
+ Table 1: Performance comparison on in-domain geometry benchmarks. Method in-distribution out-of-di Avg. GeoEval Geo3K GeoQA 11.8. GRPO 26.15 39.77 52.52 39.48 SFT+GRPO 6.00 18.64 40.98 21.87 DAPO 25.19 40.93 52.52 39.55 LUFFY (Yan et al., 2025) 25.62 39.10 51.19 38.64 RL-PLUS (Dong et al., 2025) 20.69 36.94 46.42 34.68 CalibRL 33.44 40.60 60.74 44.93 Table 2: Performance comparison on out-of-domain benchmarks. We present the Science benchmark as 'Sci.' and the Spatial Reasoning benchmark as 'Sp.'.
165
+
166
+ [p. 7 | section: 4.2 MAIN RESULTS | type: Table]
167
+ Method Sci Sp. MathVerse MathVision MathVista MMMU ScienceQA Avg. GRPO 61.99 48.02 49.01 27.89 70.00 55.44 88.34 57.24 SFT+GRPO 54.33 38.19 35.10 23.36 54.70 54.67 86.36 49.53 DAPO 61.61 50.21 47.82 27.07 70.40 54.67 87.95 57.10 LUFFY (Yan et al., 2025) 63.11 48.18 47.97 26.64 70.30 55.22 87.95 57.05 RL-PLUS (Dong et al., 2025) 61.21 47.55 46.40 27.14 69.90 55.88 87.50 56.51 CalibRL 65.12 53.64 51.35 27.93 71.90 56.55 89.04 59.36
168
+
169
+ [p. 7 | section: 4.2 MAIN RESULTS | type: Text]
170
+ the GeoEval valida-Notably, tion set comprises samples that failed our CoT validation criteria, representing challenging cases where even GPT-40 struggled to produce satisfactory responses. The performance disparities on this demanding benchmark are particularly revealing: while the SFT+GRPO catastrophically fails with only 6.00% accuracy, and hybrid-policy methods struggle to match the GRPO baseline, our method achieves a remarkable 33.44% accuracy. This substantial improvement on such challenging instances demonstrates our method's superior capability in handling complex reasoning scenarios that typically confound
171
+
172
+ [p. 7 | section: 4.2 MAIN RESULTS | type: FigureGroup]
173
+ Figure 2: Performance comparison showing relative changes from GRPO baseline across in-domain geometry and out-of-domain reasoning tasks.
174
+
175
+ [p. 7 | section: 4.2 MAIN RESULTS | type: Text]
176
+ existing approaches, validating the effectiveness of our proposed training strategy in maintaining robust performance on difficult edge cases.
177
+
178
+ [p. 7 | section: 4.2 MAIN RESULTS | type: Text]
179
+ To validate the generalizability of our method across different model scales and architectures, we conduct experiments on both a smaller model (Qwen2.5VL-3B (Bai et al., 2025)) and a different
180
+
181
+ [p. 8 | section: 4.2 MAIN RESULTS | type: TableGroup]
182
+ - Method GeoEval Geo3K GeoQA MathVision MathVista Avg. Qwen2.5VL-3B (Bai et al., 2025) GRPO 15.11 28.95 40.05 22.99 65.1 34.44 LUFFY (Yan et al., 2025) 12.54 28.95 33.55 23.42 62.9 32.27_{-2.17} RL-PLUS (Dong et al., 2025) 12.00 27.79 35.15 24.98 63.4 32.66_{-1.78} CalibRL 19.08 30.28 46.15 24.16 65.8 37.09_{+2.65} IntrenVL3-8B (Zhu et al., 2025) GRPO 29.47 45.09 57.43 29.07 65.8 45.37 LUFFY (Yan et al., 2025) 13.83 15.14 48.67 29.07 62.0 33.74_{-11.63} RL-PLUS (Dong et al., 2025) 19.61 39.27 41.38 29.44 66.8 39.30_{-6.07} CalibRL 31.08 48.59 58.89 30.06 68.5 47.42_{+2.05} Table 3: Performance comparison on different base models.
183
+
184
+ [p. 8 | section: 4.2 MAIN RESULTS | type: Text]
185
+ architecture (InternVL3-8B (Zhu et al., 2025)). As shown in Table 3, CalibRL achieves consistent improvements in both settings. On the smaller Qwen2.5VL-3B model, our method outperforms the GRPO baseline by 2.65 points, while other methods (LUFFY and RL-PLUS) show performance degradation of about 2 points. On the InternVL3-8B, CalibRL maintains its advantage with a 2.05 point improvement over GRPO, whereas competing methods suffer substantial drops. These results demonstrate that our controllable exploration mechanism generalizes effectively across varying models, consistently delivering performance gains while other recent approaches struggle with cross-model transferability.
186
+
187
+ [p. 8 | section: 4.3 ABLATION STUDIES | type: Text]
188
+ Controllable Exploration. We first conduct an ablation study to validate the importance of advantage weighting |\hat{A}_i| by removing it from Equation 9, which treats all responses equally regardless of their distributional context. As shown in Table 4, this leads to substantial performance degradation across all benchmarks, demonstrating that advantage weighting is essential for our entropy control mechanism. The advantage weight |\hat{A}_i| enables targeted distributional calibration by amplifying learning signals for rare correct responses while suppressing rare incorrect responses, systematically shifting probability mass toward underrepresented but valuable reasoning patterns. This represents the core of our entropy preservation strategy, ensuring controlled exploration that maintains distributional diversity. Without this mechanism, the exploration signal becomes indiscriminate, compromising both learning efficiency and generalization performance.
189
+
190
+ [p. 8 | section: 4.3 ABLATION STUDIES | type: TableGroup]
191
+ Table 4: Ablation studies on the controllable exploration objective. We present the Science benchmark as 'Sci.' and the Spatial Reasoning benchmark as 'Sp.'. The highlighted row represents our optimal results. Bold and underlined values denote the best and second-best results, respectively. Setting j in-domain out-of-domain Avg. setting GeoEval Geo3K GeoQA Sci. Sp. MathVerse MathVision MathVista 11.8. w/o |\hat{A}_i| 25.19 28.95 57.56 61.76 47.71 43.63 26.71 70.90 45.30 w/ |\hat{A}_i| \alpha =0.3 31.30 42.43 59.81 64.52 50.88 50.46 28.88 71.00 49.91 \alpha =0.5 33.44 40.60 60.74 65.12 53.64 51.35 27.93 71.90 50.59 \alpha =0.8 30.44 43.59 58.75 65.27 50.62 50.46 28.71 71.00 49.85
192
+
193
+ [p. 8 | section: 4.3 ABLATION STUDIES | type: FigureGroup]
194
+ Figure 3: Entropy evolution during training for different \alpha values in our framework. We split the comparison into two panels for clarity. The curves demonstrate how \alpha controls exploration strength.
195
+
196
+ [p. 9 | section: 4.3 ABLATION STUDIES | type: Text]
197
+ We further conduct an ablation study on the hyperparameter α in Equation 9 to evaluate its role in regulating exploration during training, with Table 4 reporting the performance across different α values and Figure 3 illustrating the corresponding entropy dynamics. Methodologically, α controls how the LeakyReLU mechanism scales the gradient of the exploration term. When the input to LeakyReLU is negative, the gradient is scaled by α < 1, reducing the update strength and preventing excessive promotion or suppression. In this way, α regulates the balance between exploration and convergence in a controlled manner. The results confirm this principle. Small α (=0.3) values promote aggressive exploration in early training but result in unstable optimization characterized by entropy oscillations and premature decay, failing to maintain the sustained exploration necessary for effective learning. Large α values (≥0.8) over-constrain the exploration signal, resulting in rapid entropy decay after a brief initial peak, thereby failing to maintain the distributional diversity essential for effective reasoning generalization. In contrast, an intermediate setting of α = 0.5 achieves optimal exploration regulation by maintaining smooth entropy growth without destabilizing oscillations, reaching sustained high-level exploration that enables effective learning of diverse reasoning patterns while preserving training stability, ultimately resulting in the highest overall performance and wins on the majority of benchmarks.
198
+
199
+ [p. 9 | section: 4.3 ABLATION STUDIES | type: Text]
200
+ These findings highlight that properly calibrated exploration control is essential for reasoning performance. More importantly, our framework enables fully controllable exploration regulation, allowing systematic discovery of optimal balance points and effective navigation toward superior reasoning solutions across varying task requirements.
201
+
202
+ [p. 9 | section: 4.3 ABLATION STUDIES | type: Text]
203
+ Balance Weight. We then test the performance of our method with different balance weights λ, controlling the trade-off between standard policy optimization and expert-guided controllable exploration in Equation 11. We observe that small λ values favor in-domain improvements but provide limited generalization, as the model tends to overfit to training-like trajectories. Conversely, very large λ values suppress policy learning and hurt both in-domain and out-of-domain performance due to excessive reliance on expert supervision. A moderate balance achieves the best overall performance, yielding competitive in-domain results while substantially improving out-of-domain generalization.
204
+
205
+ [p. 9 | section: 4.3 ABLATION STUDIES | type: TableGroup]
206
+ Table 5: Ablation studies on the balance weight. We present the Science benchmark as 'Sci.' and the Spatial Reasoning benchmark as 'Sp.'. The highlighted row represents our optimal results. Bold and underlined values denote the best and second-best results, respectively. λ in-domain out-of-domain Avg. GeoEval Geo3K GeoQA Sci. Sp. MathVerse MathVision MathVista 0.01 29.47 38.10 58.36 64.49 50.10 49.21 28.72 70.80 48.66 0.03 30.44 42.10 61.41 63.68 51.14 50.69 27.86 72.10 49.93 0.05 28.83 41.10 57.82 64.23 49.01 49.21 27.80 71.10 48.64 0.1 33.44 40.60 60.74 65.12 53.64 51.35 27.93 71.90 50.59 0.3 23.58 26.96 58.36 61.70 48.02 42.06 25.82 70.10 44.58 0.5 25.62 31.28 55.57 61.04 47.14 43.07 27.01 70.30 45.13
207
+
208
+ [p. 9 | section: 4.3 ABLATION STUDIES | type: Text]
209
+ Different entropy control. We also conduct ablations to compare our controllable exploration with several entropy regularization methods. Results are reported in Table 6. In summary, only CalibRL delivers consistent improvements across all evaluated benchmarks. We first compare our method with fixed-coefficient entropy regularization by setting the entropy coefficient to 0.01 according to (Yan et al., 2025; Dong et al., 2025) , which results in a degradation in performance. We then apply the widely used entropy-control mechanisms based on KL and clip-covariance regularization (Cui et al., 2025) on top of GRPO. The KL-Cov variant provides a slight improvement on some tasks but remains noticeably weaker than our CalibRL, while the Clip-Cov variant again results in a performance drop. Compared with conventional entropy-based methods, CalibRL enhances policy entropy in a guided manner that avoids unguided randomness and directs exploration toward meaningful reasoning behavior. As a result, it achieves more effective exploration than the compared entropy-based baselines.
210
+
211
+ [p. 9 | section: 4.3 ABLATION STUDIES | type: Text]
212
+ Different activation functions. Adopting the leaky mechanism of the LeakyReLU function enables us to build a controllable entropy–shaping mechanism, facilitated by its adjustable negative slope. We show the necessity of this design through ablations using other activation functions, where the ReLU, sigmoid, and Huber fully truncate negative values, provide no controllable scaling, and the
213
+
214
+ [p. 10 | section: 4.3 ABLATION STUDIES | type: Table]
215
+ Table 6: Performance comparison of different entropy control.
216
+
217
+ [p. 10 | section: 4.3 ABLATION STUDIES | type: Table]
218
+ Method in-distribution out-of-distribution GeoEval Geo3K GeoQA Avg. GRPO 26.15 39.77 52.52 39.48 + entropy coefficient = 0.01 22.62 40.27 47.48 36.79 + KL-Cov (Cui et al., 2025) 26.47 41.60 53.58 40.55 + Clip-Cov (Cui et al., 2025) 25.40 39.43 52.12 38.98 CalibRL 33.44 40.60 60.74 44.93
219
+
220
+ [p. 10 | section: 4.3 ABLATION STUDIES | type: Text]
221
+ tanh, which cannot modulate the magnitude, none of which offer the required level of control. Results are reported in Table 7, the three ReLU, sigmoid, and Huber either failed to improve the GRPO baseline or only provided a slight gain. On the other hand, the tanh provides a relatively strong improvement, showing the importance of the negative value in the entropy-shaping mechanism. Finally, our design for the CalibRL consistently achieved the highest performance.
222
+
223
+ [p. 10 | section: 4.3 ABLATION STUDIES | type: TableGroup]
224
+ Table 7: Ablations on activation functions. Method in-distribution out-of-distribution GeoEval Geo3K GeoQA Avg. GRPO 26.15 39.77 52.52 39.48 CalibRL w/ ReLU 26.47 33.11 57.96 39.18 w/ Sigmoid 26.69 32.61 60.08 39.79 w/ Huber 24.22 27.62 55.70 35.85 w/ Tanh 30.65 40.93 58.62 43.40 w/ LeakyReLU(α = 0.5) 33.44 40.60 60.74 44.93
225
+
226
+ [p. 10 | section: 4.3 ABLATION STUDIES | type: Text]
227
+ Different reference policies. We conduct ablations to compare different reference policies for computing ∆ℓ i . Specifically, we replace the log πθ(τ expert i |qi) with the reference policy log πθ(τ ref i |qi), resulting in a log-probability gap as: ∆ℓ ′ i = log πθ(τ policy i |qi) − log πθ(τ ref i |qi)
228
+
229
+ [p. 10 | section: 4.3 ABLATION STUDIES | type: Text]
230
+ Results are reported in Table 8. The expert baseline strongly suppresses the reference policy baseline, showing the importance of the expert guidance in our controllable exploration design.
231
+
232
+ [p. 10 | section: 4.3 ABLATION STUDIES | type: TableGroup]
233
+ Table 8: Ablations on reference baselines. Method in-distribution out-of-distribution Avg. GeoEval Geo3K CalibRL w/ expert baseline CalibRL w/ ref policy baseline 33.44 27.87 40.60 40.77 60.74 55.57 44.93 42.74
234
+
235
+ [p. 10 | section: 5 CONCLUSION | type: Text]
236
+ In this work, we investigated the fundamental tension between exploration and supervision in training reasoning-oriented MLLMs and demonstrated that existing SFT-then-RL and hybrid-policy frameworks either remain overly constrained by supervised baselines or suffer from entropy collapse. To address this challenge, we proposed CalibRL: Hybrid-Policy RLVR with Controllable Exploration, a principled framework that reinterprets expert supervision as relative calibration rather than direct imitation, thereby preserving policy entropy while providing directional guidance. Through a LeakyReLU-based asymmetric activation and an advantage weighting mechanism, our method achieves explicit control over exploration, enabling the model to reinforce underrepresented yet correct reasoning trajectories while discouraging overconfident errors. Extensive experiments across eight benchmarks confirmed the effectiveness of our approach, showing consistent improvements over GRPO and strong hybrid-policy baselines. We believe this work provides a step toward more generalizable reasoning in MLLMs, highlighting the importance of controllable exploration as a key ingredient in future post-training strategies.
iclr26/5wxyCidRsK/paper.blocks.json ADDED
The diff for this file is too large to render. See raw diff
 
iclr26/5wxyCidRsK/paper.md ADDED
@@ -0,0 +1,653 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ {0}------------------------------------------------
4
+
5
+ # CONTROLLABLE EXPLORATION IN HYBRID-POLICY RLVR FOR MULTI-MODAL REASONING
6
+
7
+ Zhuoxu Huang1<sup>∗</sup> , Mengxi Jia2<sup>∗</sup> , Hao Sun<sup>2</sup> , Xuelong Li2† , Jungong Han3,1†
8
+
9
+ <sup>1</sup>Aberystwyth University, <sup>2</sup> Institute of Artificial Intelligence (TeleAl), China Telecom, <sup>3</sup>Tsinghua University zhh6@aber.ac.uk
10
+
11
+ ### ABSTRACT
12
+
13
+ Reinforcement Learning with verifiable rewards (RLVR) has emerged as a primary learning paradigm for enhancing the reasoning capabilities of multi-modal large language models (MLLMs). However, during RL training, the enormous state space of MLLM and sparse rewards often leads to entropy collapse, policy degradation, or over-exploitation of suboptimal behaviors. This necessitates an exploration strategy that maintains productive stochasticity while avoiding the drawbacks of uncontrolled random sampling, yielding inefficient exploration. In this paper, we propose CalibRL, a hybrid-policy RLVR framework that supports controllable exploration with expert guidance, enabled by two key mechanisms. First, a distribution-aware advantage weighting scales updates by group rareness to calibrate the distribution, therefore preserving exploration. Meanwhile, the asymmetric activation function (LeakyReLU) leverages the expert knowledge as a calibration baseline to moderate overconfident updates while preserving their corrective direction. CalibRL increases policy entropy in a guided manner and clarifies the target distribution by estimating the on-policy distribution through online sampling. Updates are driven by these informative behaviors, avoiding convergence to erroneous patterns. Importantly, these designs help alleviate the distributional mismatch between the model's policy and expert trajectories, thereby achieving a more stable balance between exploration and exploitation. Extensive experiments across eight benchmarks, including both in-domain and outof-domain settings, demonstrate consistent improvements, validating the effectiveness of our controllable hybrid-policy RLVR training. Code is available at [https://github.com/zhh6425/CalibRL.](https://github.com/zhh6425/CalibRL)
14
+
15
+ ### 1 INTRODUCTION
16
+
17
+ Recent Large Language Models (LLMs), such as OpenAI-o1 [\(Jaech et al., 2024\)](#page-11-0), DeepSeek-R1 [\(Guo et al., 2025\)](#page-10-0), and Kimi-1.5 [\(Team et al., 2025\)](#page-12-0), have achieved remarkable breakthroughs in complex reasoning by leveraging extended Chain-of-Thought (CoT) reasoning [\(Wei et al., 2022\)](#page-12-1), showcasing unprecedented proficiency in multi-step logical inference. Building on these advances, Multi-Modal Large Language Models (MLLMs), including Virgo [\(Du et al., 2025\)](#page-10-1), InternVL3 [\(Zhu](#page-12-2) [et al., 2025\)](#page-12-2), MiMo-VL [\(Xiaomi, 2025\)](#page-12-3), and Ovis2.5 [\(Lu et al., 2025\)](#page-11-1), have further extended reasoning into multi-modal domains, enabling complex visual reasoning, mathematical diagram interpretation, and cross-modal logical inference.
18
+
19
+ The success of recent models is largely attributed to advanced Reinforcement Learning using Verifiable Rewards (RLVR). Despite this progress, recent studies have shown fundamental challenges: improvements in policy performance often come at the cost of reduced policy entropy, creating a bottleneck where entropy depletion constrains further progress [\(Cui et al., 2025\)](#page-10-2). Conventional RL methods usually incorporate entropy regularization [\(Liu et al., 2025a;](#page-11-2) [Starnes et al., 2023\)](#page-12-4) to encourage stochasticity, but the resulting high-entropy strategies rely on unguided random sampling, leading to inefficient exploration. This issue is especially pronounced in the enormous state space of MLLMs and significantly limits learning efficiency. Recently, combining Supervised Fine-Tuning
20
+
21
+ <sup>∗</sup>Equal contribution.
22
+
23
+ <sup>†</sup>Corresponding author: Jungong Han & Xuelong Li
24
+
25
+ {1}------------------------------------------------
26
+
27
+ (SFT) with Reinforcement Learning (RL) training enables the integration of expert knowledge with self-improvement mechanisms, which can increase policy exploration while providing a clearer target distribution. Yet, neither the popular "SFT-then-RL" pipeline nor recent hybrid-policy frameworks that embed SFT supervision directly into RL training [\(Yan et al., 2025;](#page-12-5) [Ma et al., 2025;](#page-11-3) [Dong](#page-10-3) [et al., 2025;](#page-10-3) [Zhang et al., 2025\)](#page-12-6) could provide stable and controllable exploration. In the sequential "SFT-then-RL" paradigm, the initial SFT stage anchors the policy to a static demonstration distribution, thereby diminishing its exploratory tendency in subsequent RL training. As a result, the policy struggles to adapt beyond the supervised baseline and fails to concentrate probability mass on novel, high-reward behaviors. Hybrid-policy methods that inject SFT supervision into RL suffer from a distributional mismatch between the current policy and expert trajectories. This mismatch introduces high bias and variance, leading to unstable policy learning. The resulting instability interferes with exploration and accelerates entropy collapse, driving the policy toward either overly deterministic or excessively random behaviors.
28
+
29
+ To address this dilemma, we propose *CalibRL: Hybrid-Policy RLVR with Controllable Exploration*, a framework that redefines the role of expert supervision as the calibration baseline. CalibRL treats expert data as a distributional baseline—a reference against which the model's on-policy behaviors are evaluated. From this perspective, our framework performs distributional calibration, explicitly designed to maintain sufficient policy entropy while guiding effective exploration. Responses are assessed relative to the baseline distribution from the expert: underrepresented yet correct reasoning paths are selectively reinforced, maintaining rare but informative behaviors as valuable exploration signals, while overconfident but erroneous predictions are penalized more strongly to prevent misleading convergence. This calibrated treatment transforms expert supervision from a rigid imitation signal into a nuanced guidance mechanism that balances exploration and performance, ensuring that policy entropy is retained while exploration is directed toward meaningful reasoning behaviors.
30
+
31
+ Crucially, controllable exploration is achieved by using two complementary mechanisms. An advantage weighting serves as an indicator of the relative likelihood of a response within its group, naturally emphasizing the contribution of the rare sample to enforce distribution calibration. In parallel, a asymmetric activation based on LeakyReLU leverages expert knowledge as a calibrated baseline to moderate overconfident updates while preserving their corrective direction, ensuring exploration remains guided and stable. Together, these mechanisms regulate both the strength and direction of policy updates, enabling guided and stable exploration, ensuring expert supervision remains informative rather than restrictive. We conduct extensive experiments across eight benchmarks and demonstrate consistent superiority over previous hybrid-policy methods, which fail to improve upon the GRPO baseline in our multi-modal scenario. In summary, the contributions of this work are threefold:
32
+
33
+ - We propose *CalibRL*, a hybrid-policy RLVR framework for controllable exploration in reasoning-oriented MLLMs, which leverages expert guidance to stabilize policy updates and increase policy entropy in a guided manner.
34
+ - Our CalibRL introduces two complementary mechanisms: *advantage weighting*, which emphasizes rare responses to enforce distribution calibration, and a *LeakyReLU–based asymmetric activation*, which moderates overconfident updates while preserving their corrective direction.
35
+ - We validate our method through extensive experiments on eight reasoning benchmarks, demonstrating substantial improvements over GRPO and state-of-the-art hybrid-policy baselines, with consistent gains across both in-domain and out-of-domain tasks.
36
+
37
+ ### 2 PRELIMINARIES AND RELATED WORKS
38
+
39
+ This section introduces preliminary knowledge related to our work to facilitate understanding of the proposed method. We then review the most pertinent related work, identifying key limitations and outlining our research motivation.
40
+
41
+ ### 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)
42
+
43
+ We start with definitions for training the LLM with RLVR. Given an input prompt q, and an LLM with parameters θ, the reasoning generation task with the LLM is framed as a Markov Decision
44
+
45
+ {2}------------------------------------------------
46
+
47
+ Process (MDP) (Puterman, 2014). The LLM is represented as a policy $\pi_{\theta}$ . The output response from the LLM is represented as the trajectory $\tau = (o_1, o_2, \dots, o_T)$ , where T is the response length.
48
+
49
+ At each generation step $t \in [1,T]$ , the MDP defines a state $s_t = (q,o_1,o_2,\ldots,o_{t-1})$ , which represents the concatenation of the prompt q and the response tokens generated up to step t-1. The initial state $s_0 = q$ . For each generation step t, the MDP defines an action $a_t = o_t \sim \pi_{\theta}(\cdot|s_t)$ , representing the selection of $o_t$ as the next token with state $s_t$ as a condition.
50
+
51
+ In the circumstances, the policy $\pi_{\theta}$ provides a probability distribution over the LLM's vocabulary for the next token prediction. With a spare verifiable reward R formulated as follows:
52
+
53
+ $$R(\tau) = \begin{cases} 1 & \text{if the response } \tau \text{ is correct,} \\ 0 & \text{otherwise.} \end{cases}$$
54
+ (1)
55
+
56
+ The training objective of RLVR is then formulated as follows:
57
+
58
+ $$\mathcal{J}(\theta) = \mathbb{E}_{q \sim \mathcal{D}, \tau \sim \pi_{\theta}(\cdot | q)}[R(\tau)], \tag{2}$$
59
+
60
+ where $\mathcal{D}$ is the prompts set. This objective is optimized with policy gradient optimization that aims to maximize the reward R over the prompts $\mathcal{D}$ .
61
+
62
+ In recent applications, the Group Relative Policy Optimization (GRPO) (Shao et al., 2024) has become the de facto choice owing to the success of Deepseek-R1 (Guo et al., 2025). The primary advantage stems from utilizing intra-group reward comparisons to derive the advantage for each trajectory. Given G responses for each prompt q, the response group $\{\tau_i\}_{i=1}^G$ is validated by the reward function and used to calculate the advantages. This process can be formulated as follows:
63
+
64
+ $$\hat{A}_{i,t} = \frac{R(\tau_i) - mean(R(\{\tau_i\}_{i=1}^G))}{std(R(\{\tau_i\}_{i=1}^G))}.$$
65
+ (3)
66
+
67
+ The advantage signal guides the preference policy optimization, directing updates to increase the log-probability of tokens that exhibit high advantage values using a clipped PPO-style (Schulman et al., 2017) objective:
68
+
69
+ <span id="page-2-0"></span>
70
+ $$\mathcal{J}_{GRPO}(\theta) = \mathbb{E}_{q \sim \mathcal{D}, \tau \sim \pi_{\theta}(\cdot|q)} \left[ \sum_{t=1}^{|\tau|} \min \left( r_{i,t}(\theta) \hat{A}_{i,t}, \right. \right. \\
71
+ \left. \text{clip} \left( r_{i,t}(\theta), 1 - \epsilon, 1 + \epsilon \right) \hat{A}_{i,t} \right) \right] - \beta \mathbf{D}_{KL}(\pi_{\theta} || \pi_{ref}), \tag{4}$$
72
+
73
+ where the $r_{i,t}(\theta) = \frac{\pi_{\theta}(\tau_{i,t}|s_{i,t})}{\pi_{\theta_{old}}(\tau_{i,t}|s_{i,t})}$ represent the importance sampling ratio. The KL-divergence penalty $\beta \mathbf{D}_{KL}(\pi_{\theta}||\pi_{ref})$ in the original GRPO (Shao et al., 2024) is used to regularize the policy update. In recent implementations (Yan et al., 2025; Dong et al., 2025), this KL term is usually omitted when training models for long CoT reasoning, as the model's distribution is expected to diverge significantly from the initial policy, rendering this constraint unnecessary.
74
+
75
+ #### 2.2 RELATED WORK
76
+
77
+ Reinforcement Learning for Reasoning Models. Recent advances in reinforcement learning have significantly improved the reasoning ability of large language models (LLMs) (Guo et al., 2025; Jaech et al., 2024; Team et al., 2025; Xiaomi, 2025; Du et al., 2025; Zhu et al., 2025; Lu et al., 2025; Wang et al., 2025). These advancements have largely benefited from the emergence of Reinforcement Learning with Verifiable Rewards (RLVR) frameworks (Schulman et al., 2017; Shao et al., 2024; Liu et al., 2025b; Rafailov et al., 2023; Hao et al., 2025; Hu et al., 2025), which leverage verifiable signals to provide precise and stable reward shaping. Among these, the GRPO framework (Shao et al., 2024) has become particularly influential, introducing group-normalized advantage estimation as an efficient alternative to PPO (Schulman et al., 2017) under verifiable reward settings in mathematical reasoning. Despite these successes, recent studies have highlighted important limitations of on-policy RLVR when applied to reasoning tasks. Zhao et al. (2025) show that RL post-training often amplifies behaviors inherited from pre-training rather than fundamentally expanding reasoning capacity, leading to an "echo chamber" effect. Yue et al. (2025) further demonstrate that while RL improves sample efficiency (e.g., pass@1), it does not substantially broaden the model's reasoning boundary beyond that of the base model. Complementarily, Cui et al. (2025) provide an
78
+
79
+ {3}------------------------------------------------
80
+
81
+ analysis of entropy dynamics, revealing that on-policy updates tend to concentrate probability mass on a narrow set of high-reward trajectories, causing premature entropy collapse and limiting exploration. Together, these findings suggest that although RLVR stabilizes training through verifiable feedback, it also risks over-constraining the policy and failing to sustain the exploration necessary for discovering genuinely novel reasoning strategies.
82
+
83
+ Hybrid-Policy Optimization Frameworks. To address the limitations of purely on-policy RL, hybrid-policy optimization methods have been proposed, combining reinforcement learning with supervised fine-tuning (SFT) on expert data (Yan et al., 2025; Dong et al., 2025; Wu et al., 2025; Ma et al., 2025; Zhang et al., 2025). LUFFY (Yan et al., 2025) introduces off-policy guidance via mixed-policy optimization with regularized importance sampling, while RL-PLUS (Dong et al., 2025) develops a multi-importance sampling strategy combined with exploration-based advantage shaping. Other approaches, such as ReLIFT (Ma et al., 2025), interleave SFT and RL updates or introduce template-augmented objectives, whereas CHORD (Zhang et al., 2025) employs phased training to balance exploration and exploitation. Despite their innovations, these hybrid frameworks commonly rely on direct log-likelihood maximization of expert data, which imposes a unidirectional optimization pressure toward expert distributions. This often accelerates entropy collapse by suppressing alternative responses, thereby constraining policy diversity and weakening exploration. These limitations motivate our work: rather than treating expert data as an absolute imitation target, we propose to reinterpret it as a distributional baseline, enabling relative calibration of on-policy behaviors in a way that sustains entropy while still providing directional guidance.
84
+
85
+ #### 3 Method
86
+
87
+ In this section, we reveal the entropy collapse acceleration process caused by the distribution gap between the expert data and the model behaviors. We then illustrate our controllable exploration under expert guidance, analyzing how it preserves policy entropy and directs exploration toward reliable behaviors.
88
+
89
+ ### 3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION
90
+
91
+ Given a dataset of expert demonstrations $\mathcal{D}=\{(q_i,\tau_i^{\text{expert}})\}$ , policies are typically trained to imitate expert behaviors by minimizing the negative log-likelihood, which is formalized as follows:
92
+
93
+ $$\mathcal{L}_{\text{expert}} = -\mathbb{E}_{(q_i, \tau_i^{\text{expert}}) \sim \mathcal{D}} \left[ \log \pi_{\theta} (\tau_i^{\text{expert}} | q_i) \right]. \tag{5}$$
94
+
95
+ The corresponding gradient update can be formalized as:
96
+
97
+ $$\nabla_{\theta} \mathcal{L}_{\text{expert}} = -\mathbb{E}_{(q_i, \tau_i^{\text{expert}})} \left[ \nabla_{\theta} \log \pi_{\theta} (\tau_i^{\text{expert}} | q_i) \right], \tag{6}$$
98
+
99
+ which monotonically increases $\pi_{\theta}(\tau^{\text{expert}}|q)$ . This objective enforces unidirectional expert optimization: probability mass is consistently shifted toward expert responses, regardless of the model's current distribution. While this secures alignment, it also narrows distributional support and suppresses diversity of outputs.
100
+
101
+ In the sequential SFT-then-RL paradigm, this effect anchors the policy close to the expert distribution after SFT. Subsequent RL updates are further restricted by importance sampling and ratio clipping (Equation 4), which penalize deviations from the SFT initialization. Consequently, exploration remains confined to the neighborhood of expert behaviors, hindering adaptation to reward signals and limiting the discovery of higher-reward reasoning paths (Figure 1).
102
+
103
+ Hybrid-policy frameworks embed expert supervision directly into the RL objective, effectively rewarding higher likelihood of expert responses. While this guarantees continual expert alignment, normalization dictates that increasing $\pi_{\theta}(\tau^{\text{expert}}|q)$ necessarily decreases $\pi_{\theta}(\tau \neq \tau^{\text{expert}}|q)$ , leading to overall entropy reduction, thereby accelerating entropy collapse and pushing the model toward overly deterministic expert-like behaviors:
104
+
105
+ $$\mathcal{H}(\pi_{\theta}(\cdot|q)) = -\sum_{\tau} \pi_{\theta}(\tau|q) \log \pi_{\theta}(\tau|q) \quad \downarrow . \tag{7}$$
106
+
107
+ In summary, both SFT-then-RL and hybrid-policy frameworks inherit the limitation of unidirectional expert optimization. By uniformly shifting probability mass toward expert trajectories, they
108
+
109
+ {4}------------------------------------------------
110
+
111
+ constrain exploration, accelerate entropy decay, and fail to adaptively account for the model's heterogeneous cognitive states. To address this limitation, we advocate a relative calibration perspective, treating expert data not as absolute imitation targets but as distributional baselines for evaluating on-policy behaviors.
112
+
113
+ ### 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE
114
+
115
+ Our framework redefines the role of expert supervision by treating it as a distributional baseline rather than a strict imitation target. Given an input q<sup>i</sup> , a model-generated response τ policy i , and the corresponding expert response τ expert i , we first define a log-probability gap as
116
+
117
+ <span id="page-4-1"></span>
118
+ $$\Delta \ell_i = \log \pi_{\theta}(\tau_i^{\text{policy}}|q_i) - \log \pi_{\theta}(\tau_i^{\text{expert}}|q_i) = \log \frac{\pi_{\theta}(\tau_i^{\text{policy}}|q_i)}{\pi_{\theta}(\tau_i^{\text{expert}}|q_i)}.$$
119
+ (8)
120
+
121
+ The quantity ∆ℓ<sup>i</sup> captures the model's relative preference between its own response and the expert's. A positive value indicates the model favors its own answer over the expert's, while a negative value indicates underconfidence relative to the expert.
122
+
123
+ We introduce a correctness signal s<sup>i</sup> = +1 for correct responses and s<sup>i</sup> = −1 for incorrect responses, as the actual reward, including the format reward, can exceed the [0, 1] range. To ensure a rigorous definition that remains valid across a broad range of scenarios, we explicitly define the separate correctness signal s<sup>i</sup> rather than relying solely on a normalized version of the actual reward. We then design an objective that enables controllable exploration through an asymmetric activation based on the LeakyReLU operator, and an advantage weighting that emphasizes rare but informative events. The objective is written as
124
+
125
+ <span id="page-4-0"></span>
126
+ $$\mathcal{L}_{\text{exploration}} = |\hat{A}_i| \cdot \text{LeakyReLU}(-s_i \cdot \Delta \ell_i, \alpha), \tag{9}$$
127
+
128
+ where |Aˆ i | is the absolute value of the group-wise advantage Aˆ i , representing an advantage weight capturing group-wise rarity. Multiplying s<sup>i</sup> with ∆ℓ<sup>i</sup> ensures that the optimization direction always aligns with correctness.
129
+
130
+ Under this objective, correct responses that are underweighted relative to the expert are reinforced, thereby broadening the support of the policy distribution and increasing entropy, while incorrect responses that are overweighted are suppressed, thereby shifting probability mass away from them and preventing entropy collapse. The LeakyReLU introduces asymmetric gradient gating, which allows the model to amplify underrepresented reasoning patterns while reducing overconfident predictions. Once a response's probability crosses the expert baseline, the slope parameter α ∈ (0, 1) controls the degree of further reinforcement or suppression, enabling exploration that is both directed and regulated. In this way, expert supervision functions as a relative reference rather than an absolute target, guiding probability redistribution in a calibrated manner while preserving sufficient stochasticity for the model to explore novel reasoning strategies.
131
+
132
+ The weighting |Aˆ i | also contributes to controllable exploration by calibrating the scale of the update according to group-wise rarity. Large values occur when a rare correct response emerges among mostly incorrect ones, amplifying its reinforcement as an exploration signal. Similarly, when a rare incorrect response appears among mostly correct ones, the weighting increases its suppression. By modulating the update magnitude in this way, the model emphasizes rare but informative deviations while damping misleading outliers, ensuring that exploration remains selective and controllable.
133
+
134
+ We then integrate the controllable exploration term into the GRPO objective to obtain the final training objective
135
+
136
+ $$\mathcal{J}(\theta) = \mathbb{E}_{q \sim \mathcal{D}, \tau \sim \pi_{\theta}(\cdot|q)} \left[ \sum_{t=1}^{|\tau|} \min\left(r_{i,t}(\theta)\hat{A}_{i,t}, \right. \right. \\ \left. \text{clip}\left(\left(r_{i,t}(\theta), 1 - \epsilon, 1 + \epsilon\right) \hat{A}_{i,t}\right) - \lambda \mathcal{L}_{\text{exploration}} \right],$$
137
+
138
+ $$(10)$$
139
+
140
+ where λ balances standard PPO-style policy optimization and expert-guided exploration.
141
+
142
+ In summary, our controllable exploration framework combines correctness signals, asymmetric gradient gating via the LeakyReLU, and advantage weighting to modulate probability updates, selectively reinforcing underrepresented correct responses and suppressing overconfident errors while maintaining calibrated stochasticity.
143
+
144
+ {5}------------------------------------------------
145
+
146
+ ### 4 EXPERIMENTS
147
+
148
+ #### <span id="page-5-1"></span>4.1 SETUP
149
+
150
+ Training dataset. We construct our training dataset from the ViRL39K collection [\(Wang et al.,](#page-12-7) [2025\)](#page-12-7). Specifically, we sample geometry problems from ViRL39K and generate detailed Chain-of-Thought (CoT) responses using GPT-4o [\(Hurst et al., 2024\)](#page-10-6). We then validate these responses across three criteria: correctness, format adherence, and logical coherence. This process yields 9,695 highquality question-response pairs for training and 933 samples for validation. Notably, the validation set comprises samples that failed our CoT validation criteria, representing challenging cases where even GPT-4o struggled to produce satisfactory responses. We refer readers to the appendix for further training details.
151
+
152
+ Benchmarks and Baselines. We evaluate our method on a diverse suite of benchmarks covering both in-domain and out-of-domain (OOD) settings. For in-domain evaluation, we use the Geo3K [\(Lu et al., 2021\)](#page-11-9) and GeoQA [\(Chen et al., 2021\)](#page-10-7) test sets, along with our self-constructed GeoEval benchmark that failed the CoT validation criteria. To examine generalization, we test on MathVerse [\(Zhang et al., 2024\)](#page-12-11), MathVision [\(Wang et al., 2024\)](#page-12-12), and MathVista [\(Lu et al., 2024\)](#page-11-10), which involve broader mathematical reasoning and visual understanding tasks. We further incorporate samples from ViRL39K [\(Wang et al., 2025\)](#page-12-7), which covers diverse fields such as Science (Physics, Chemistry, Biology) and Spatial Reasoning. We also involve the MMMU [\(Yue et al., 2024\)](#page-12-13) and the ScienceQA [Lu et al.](#page-11-11) [\(2022\)](#page-11-11). These benchmarks enable us to evaluate not only the effectiveness of our approach in geometry/mathematics but also its robustness across broader general domains.
153
+
154
+ For baselines, we compare against several representative approaches. GRPO (under customized training settings following [Yan et al.](#page-12-5) [\(2025\)](#page-12-5) and [Dong et al.](#page-10-3) [\(2025\)](#page-10-3)) serves as the standard reinforcement learning baseline, while SFT+GRPO reflects the sequential paradigm of supervised finetuning followed by reinforcement learning, highlighting the issues of distribution shift and overly supervised constraints. We also include LUFFY [\(Yan et al., 2025\)](#page-12-5), a state-of-the-art hybrid-policy optimization method, to test whether our approach better preserves entropy compared to direct expert integration, and RLPLUS [\(Dong et al., 2025\)](#page-10-3), which adopts conservative update strategies to stabilize training and thus serves as a strong baseline. We reproduce those methods on our dataset, keeping all training settings consistent throughout the training process. Our experiments are mainly conducted with Qwen2.5-VL-7B [\(Bai et al., 2025\)](#page-10-8) as base models. During evaluation, we use MATH-VERIFY [\(Kydl´ıcek\)](#page-11-12) to score the Geo3K, GeoQA, GeoEval, Science, and Spatial Reason- ˇ ing benchmarks, while the benchmarks MathVerse, MathVision, and MathVista are evaluated with the open-source VLMEVALKIT [\(Duan et al., 2024\)](#page-10-9).
155
+
156
+ #### 4.2 MAIN RESULTS
157
+
158
+ We first examine the training dynamics in Figure [1,](#page-5-0) taking GRPO as the reference baseline. As seen in the figure, SFT-then-GRPO suffers from overly supervised constraints: although it starts with relatively high reward values, its entropy remains excessively high throughout training, reflecting a lack of meaningful exploration. As a result, the policy distribution quickly solidifies, reward learning stagnates, and performance remains consistently low. In contrast, RL-PLUS [\(Dong et al.,](#page-10-3) [2025\)](#page-10-3) exhibits an opposite pathology. The entropy collapses too rapidly in the early phase and converges early to a certain pattern. This suppresses exploration and makes later reward learning ineffective, which leads to suboptimal reward curves and declining accuracy. The training dynamic shows that aggressive entropy reduction hinders sustained improvement. As also seen in Table [1,](#page-6-0)
159
+
160
+ <span id="page-5-0"></span>![](_page_5_Figure_8.jpeg)
161
+
162
+ Figure 1: Entropy, reward, and accuracy curves of different methods. We split the entropy comparison into two panels for clarity.
163
+
164
+ {6}------------------------------------------------
165
+
166
+ both the hybrid-policy frameworks (Dong et al., 2025; Yan et al., 2025) fail to provide consistent benefits upon the GRPO baseline.
167
+
168
+ In contrast, quantitative results in Table 1 and Table 2 demonstrate our method's superiority over previous hybrid-policy methods. On in-domain geometry reasoning tasks, our CalibRL achieves an average performance gain of **5.45** percentage points over the GRPO baseline, substantially outperforming existing hybrid-policy methods, including LUFFY (\$\psi\$0.84\$) and RL-PLUS (\$\psi\$4.8\$). For out-of-domain reasoning benchmarks, we observe a consistent improvement of **2.61** percentage points over GRPO, while maintaining competitive advantages over LUFFY and RL-PLUS. Additionally, DAPO does not outperform GRPO in our setting. One possible explanation is that the higher clipping threshold leads to uncontrolled exploration, which further underscores the importance of our work. We further visualize the relative changes from the GRPO baseline in Figure 2. Our method consistently improves upon the GRPO framework across both in-domain and out-of-domain scenarios, whereas existing hybrid-policy approaches exhibit varying degrees of performance degradation, underscoring the effectiveness of our approach in overcoming their limitations.
169
+
170
+ <span id="page-6-0"></span>Table 1: Performance comparison on in-domain geometry benchmarks.
171
+
172
+ | Method | in-distribution | out-of-di | Avg. | |
173
+ |-----------------------------|-----------------|-----------|-------|-------|
174
+ | | GeoEval | Geo3K | GeoQA | 11.8. |
175
+ | GRPO | 26.15 | 39.77 | 52.52 | 39.48 |
176
+ | SFT+GRPO | 6.00 | 18.64 | 40.98 | 21.87 |
177
+ | DAPO | 25.19 | 40.93 | 52.52 | 39.55 |
178
+ | LUFFY (Yan et al., 2025) | 25.62 | 39.10 | 51.19 | 38.64 |
179
+ | RL-PLUS (Dong et al., 2025) | 20.69 | 36.94 | 46.42 | 34.68 |
180
+ | CalibRL | 33.44 | 40.60 | 60.74 | 44.93 |
181
+
182
+ <span id="page-6-1"></span>Table 2: Performance comparison on out-of-domain benchmarks. We present the Science benchmark as 'Sci.' and the Spatial Reasoning benchmark as 'Sp.'.
183
+
184
+ | Method | Sci | Sp. | MathVerse | MathVision | MathVista | MMMU | ScienceQA | Avg. |
185
+ |-----------------------------|-------|-------|-----------|------------|-----------|-------|-----------|-------|
186
+ | GRPO | 61.99 | 48.02 | 49.01 | 27.89 | 70.00 | 55.44 | 88.34 | 57.24 |
187
+ | SFT+GRPO | 54.33 | 38.19 | 35.10 | 23.36 | 54.70 | 54.67 | 86.36 | 49.53 |
188
+ | DAPO | 61.61 | 50.21 | 47.82 | 27.07 | 70.40 | 54.67 | 87.95 | 57.10 |
189
+ | LUFFY (Yan et al., 2025) | 63.11 | 48.18 | 47.97 | 26.64 | 70.30 | 55.22 | 87.95 | 57.05 |
190
+ | RL-PLUS (Dong et al., 2025) | 61.21 | 47.55 | 46.40 | 27.14 | 69.90 | 55.88 | 87.50 | 56.51 |
191
+ | CalibRL | 65.12 | 53.64 | 51.35 | 27.93 | 71.90 | 56.55 | 89.04 | 59.36 |
192
+
193
+ the GeoEval valida-Notably, tion set comprises samples that failed our CoT validation criteria, representing challenging cases where even GPT-40 struggled to produce satisfactory responses. The performance disparities on this demanding benchmark are particularly revealing: while the SFT+GRPO catastrophically fails with only 6.00% accuracy, and hybrid-policy methods struggle to match the GRPO baseline, our method achieves a remarkable 33.44% accuracy. This substantial improvement on such challenging instances demonstrates our method's superior capability in handling complex reasoning scenarios that typically confound
194
+
195
+ <span id="page-6-2"></span>![](_page_6_Figure_8.jpeg)
196
+
197
+ Figure 2: Performance comparison showing relative changes from GRPO baseline across in-domain geometry and out-of-domain reasoning tasks.
198
+
199
+ existing approaches, validating the effectiveness of our proposed training strategy in maintaining robust performance on difficult edge cases.
200
+
201
+ To validate the generalizability of our method across different model scales and architectures, we conduct experiments on both a smaller model (Qwen2.5VL-3B (Bai et al., 2025)) and a different
202
+
203
+ {7}------------------------------------------------
204
+
205
+ <span id="page-7-0"></span>
206
+
207
+ | | | - | | | | |
208
+ |---------------------------------|---------|-------|-------|------------|-----------|------------------|
209
+ | Method | GeoEval | Geo3K | GeoQA | MathVision | MathVista | Avg. |
210
+ | Qwen2.5VL-3B (Bai et al., 2025) | | | | | | |
211
+ | GRPO | 15.11 | 28.95 | 40.05 | 22.99 | 65.1 | 34.44 |
212
+ | LUFFY (Yan et al., 2025) | 12.54 | 28.95 | 33.55 | 23.42 | 62.9 | $32.27_{-2.17}$ |
213
+ | RL-PLUS (Dong et al., 2025) | 12.00 | 27.79 | 35.15 | 24.98 | 63.4 | $32.66_{-1.78}$ |
214
+ | CalibRL | 19.08 | 30.28 | 46.15 | 24.16 | 65.8 | $37.09_{+2.65}$ |
215
+ | IntrenVL3-8B (Zhu et al., 2025) | | | | | | |
216
+ | GRPO | 29.47 | 45.09 | 57.43 | 29.07 | 65.8 | 45.37 |
217
+ | LUFFY (Yan et al., 2025) | 13.83 | 15.14 | 48.67 | 29.07 | 62.0 | $33.74_{-11.63}$ |
218
+ | RL-PLUS (Dong et al., 2025) | 19.61 | 39.27 | 41.38 | 29.44 | 66.8 | $39.30_{-6.07}$ |
219
+ | CalibRL | 31.08 | 48.59 | 58.89 | 30.06 | 68.5 | $47.42_{+2.05}$ |
220
+
221
+ Table 3: Performance comparison on different base models.
222
+
223
+ architecture (InternVL3-8B (Zhu et al., 2025)). As shown in Table 3, CalibRL achieves consistent improvements in both settings. On the smaller Qwen2.5VL-3B model, our method outperforms the GRPO baseline by 2.65 points, while other methods (LUFFY and RL-PLUS) show performance degradation of about 2 points. On the InternVL3-8B, CalibRL maintains its advantage with a 2.05 point improvement over GRPO, whereas competing methods suffer substantial drops. These results demonstrate that our controllable exploration mechanism generalizes effectively across varying models, consistently delivering performance gains while other recent approaches struggle with cross-model transferability.
224
+
225
+ #### 4.3 ABLATION STUDIES
226
+
227
+ Controllable Exploration. We first conduct an ablation study to validate the importance of advantage weighting $|\hat{A}_i|$ by removing it from Equation 9, which treats all responses equally regardless of their distributional context. As shown in Table 4, this leads to substantial performance degradation across all benchmarks, demonstrating that advantage weighting is essential for our entropy control mechanism. The advantage weight $|\hat{A}_i|$ enables targeted distributional calibration by amplifying learning signals for rare correct responses while suppressing rare incorrect responses, systematically shifting probability mass toward underrepresented but valuable reasoning patterns. This represents the core of our entropy preservation strategy, ensuring controlled exploration that maintains distributional diversity. Without this mechanism, the exploration signal becomes indiscriminate, compromising both learning efficiency and generalization performance.
228
+
229
+ <span id="page-7-1"></span>Table 4: Ablation studies on the controllable exploration objective. We present the Science benchmark as 'Sci.' and the Spatial Reasoning benchmark as 'Sp.'. The highlighted row represents our optimal results. **Bold** and underlined values denote the best and second-best results, respectively.
230
+
231
+ | Setting | j | in-domain | | | out-of-domain | | | Avg. | |
232
+ |-------------------|---------|-----------|-------|--------------|---------------|-----------|------------|-----------|-------|
233
+ | setting | GeoEval | Geo3K | GeoQA | Sci. | Sp. | MathVerse | MathVision | MathVista | 11.8. |
234
+ | w/o $ \hat{A}_i $ | 25.19 | 28.95 | 57.56 | 61.76 | 47.71 | 43.63 | 26.71 | 70.90 | 45.30 |
235
+ | w/ $ \hat{A}_i $ | | | | | | | | | |
236
+ | $\alpha$ =0.3 | 31.30 | 42.43 | 59.81 | 64.52 | 50.88 | 50.46 | 28.88 | 71.00 | 49.91 |
237
+ | $\alpha$ =0.5 | 33.44 | 40.60 | 60.74 | <u>65.12</u> | 53.64 | 51.35 | 27.93 | 71.90 | 50.59 |
238
+ | $\alpha$ =0.8 | 30.44 | 43.59 | 58.75 | 65.27 | 50.62 | 50.46 | 28.71 | 71.00 | 49.85 |
239
+
240
+ <span id="page-7-2"></span>![](_page_7_Figure_8.jpeg)
241
+
242
+ Figure 3: Entropy evolution during training for different $\alpha$ values in our framework. We split the comparison into two panels for clarity. The curves demonstrate how $\alpha$ controls exploration strength.
243
+
244
+ {8}------------------------------------------------
245
+
246
+ We further conduct an ablation study on the hyperparameter α in Equation [9](#page-4-0) to evaluate its role in regulating exploration during training, with Table [4](#page-7-1) reporting the performance across different α values and Figure [3](#page-7-2) illustrating the corresponding entropy dynamics. Methodologically, α controls how the LeakyReLU mechanism scales the gradient of the exploration term. When the input to LeakyReLU is negative, the gradient is scaled by α < 1, reducing the update strength and preventing excessive promotion or suppression. In this way, α regulates the balance between exploration and convergence in a controlled manner. The results confirm this principle. Small α (=0.3) values promote aggressive exploration in early training but result in unstable optimization characterized by entropy oscillations and premature decay, failing to maintain the sustained exploration necessary for effective learning. Large α values (≥0.8) over-constrain the exploration signal, resulting in rapid entropy decay after a brief initial peak, thereby failing to maintain the distributional diversity essential for effective reasoning generalization. In contrast, an intermediate setting of α = 0.5 achieves optimal exploration regulation by maintaining smooth entropy growth without destabilizing oscillations, reaching sustained high-level exploration that enables effective learning of diverse reasoning patterns while preserving training stability, ultimately resulting in the highest overall performance and wins on the majority of benchmarks.
247
+
248
+ These findings highlight that properly calibrated exploration control is essential for reasoning performance. More importantly, our framework enables fully controllable exploration regulation, allowing systematic discovery of optimal balance points and effective navigation toward superior reasoning solutions across varying task requirements.
249
+
250
+ Balance Weight. We then test the performance of our method with different balance weights λ, controlling the trade-off between standard policy optimization and expert-guided controllable exploration in Equation [11.](#page-15-0) We observe that small λ values favor in-domain improvements but provide limited generalization, as the model tends to overfit to training-like trajectories. Conversely, very large λ values suppress policy learning and hurt both in-domain and out-of-domain performance due to excessive reliance on expert supervision. A moderate balance achieves the best overall performance, yielding competitive in-domain results while substantially improving out-of-domain generalization.
251
+
252
+ Table 5: Ablation studies on the balance weight. We present the Science benchmark as 'Sci.' and the Spatial Reasoning benchmark as 'Sp.'. The highlighted row represents our optimal results. Bold and underlined values denote the best and second-best results, respectively.
253
+
254
+ | λ | | in-domain | | out-of-domain | | | | Avg. | |
255
+ |------|---------|-----------|-------|---------------|-------|-----------|------------|-----------|-------|
256
+ | | GeoEval | Geo3K | GeoQA | Sci. | Sp. | MathVerse | MathVision | MathVista | |
257
+ | 0.01 | 29.47 | 38.10 | 58.36 | 64.49 | 50.10 | 49.21 | 28.72 | 70.80 | 48.66 |
258
+ | 0.03 | 30.44 | 42.10 | 61.41 | 63.68 | 51.14 | 50.69 | 27.86 | 72.10 | 49.93 |
259
+ | 0.05 | 28.83 | 41.10 | 57.82 | 64.23 | 49.01 | 49.21 | 27.80 | 71.10 | 48.64 |
260
+ | 0.1 | 33.44 | 40.60 | 60.74 | 65.12 | 53.64 | 51.35 | 27.93 | 71.90 | 50.59 |
261
+ | 0.3 | 23.58 | 26.96 | 58.36 | 61.70 | 48.02 | 42.06 | 25.82 | 70.10 | 44.58 |
262
+ | 0.5 | 25.62 | 31.28 | 55.57 | 61.04 | 47.14 | 43.07 | 27.01 | 70.30 | 45.13 |
263
+
264
+ Different entropy control. We also conduct ablations to compare our controllable exploration with several entropy regularization methods. Results are reported in Table [6.](#page-9-0) In summary, only CalibRL delivers consistent improvements across all evaluated benchmarks. We first compare our method with fixed-coefficient entropy regularization by setting the entropy coefficient to 0.01 according to [\(Yan et al., 2025;](#page-12-5) [Dong et al., 2025\)](#page-10-3), which results in a degradation in performance. We then apply the widely used entropy-control mechanisms based on KL and clip-covariance regularization [\(Cui et al., 2025\)](#page-10-2) on top of GRPO. The KL-Cov variant provides a slight improvement on some tasks but remains noticeably weaker than our CalibRL, while the Clip-Cov variant again results in a performance drop. Compared with conventional entropy-based methods, CalibRL enhances policy entropy in a guided manner that avoids unguided randomness and directs exploration toward meaningful reasoning behavior. As a result, it achieves more effective exploration than the compared entropy-based baselines.
265
+
266
+ Different activation functions. Adopting the leaky mechanism of the LeakyReLU function enables us to build a controllable entropy–shaping mechanism, facilitated by its adjustable negative slope. We show the necessity of this design through ablations using other activation functions, where the ReLU, sigmoid, and Huber fully truncate negative values, provide no controllable scaling, and the
267
+
268
+ {9}------------------------------------------------
269
+
270
+ | | Table 6: Performance comparison of different entropy control. |
271
+ |--|---------------------------------------------------------------|
272
+ | | |
273
+
274
+ <span id="page-9-0"></span>
275
+
276
+ | Method | in-distribution | | out-of-distribution | | |
277
+ |-------------------------------|-----------------|-------|---------------------|-------|--|
278
+ | | GeoEval | Geo3K | GeoQA | Avg. | |
279
+ | GRPO | 26.15 | 39.77 | 52.52 | 39.48 | |
280
+ | + entropy coefficient = 0.01 | 22.62 | 40.27 | 47.48 | 36.79 | |
281
+ | + KL-Cov (Cui et al., 2025) | 26.47 | 41.60 | 53.58 | 40.55 | |
282
+ | + Clip-Cov (Cui et al., 2025) | 25.40 | 39.43 | 52.12 | 38.98 | |
283
+ | CalibRL | 33.44 | 40.60 | 60.74 | 44.93 | |
284
+
285
+ tanh, which cannot modulate the magnitude, none of which offer the required level of control. Results are reported in Table [7,](#page-9-1) the three ReLU, sigmoid, and Huber either failed to improve the GRPO baseline or only provided a slight gain. On the other hand, the tanh provides a relatively strong improvement, showing the importance of the negative value in the entropy-shaping mechanism. Finally, our design for the CalibRL consistently achieved the highest performance.
286
+
287
+ Table 7: Ablations on activation functions.
288
+
289
+ <span id="page-9-1"></span>
290
+
291
+ | Method | in-distribution | | out-of-distribution | | |
292
+ |-----------------------|-----------------|-------|---------------------|-------|--|
293
+ | | GeoEval | Geo3K | GeoQA | Avg. | |
294
+ | GRPO | 26.15 | 39.77 | 52.52 | 39.48 | |
295
+ | CalibRL | | | | | |
296
+ | w/ ReLU | 26.47 | 33.11 | 57.96 | 39.18 | |
297
+ | w/ Sigmoid | 26.69 | 32.61 | 60.08 | 39.79 | |
298
+ | w/ Huber | 24.22 | 27.62 | 55.70 | 35.85 | |
299
+ | w/ Tanh | 30.65 | 40.93 | 58.62 | 43.40 | |
300
+ | w/ LeakyReLU(α = 0.5) | 33.44 | 40.60 | 60.74 | 44.93 | |
301
+
302
+ Different reference policies. We conduct ablations to compare different reference policies for computing ∆ℓ<sup>i</sup> . Specifically, we replace the log πθ(τ expert i |qi) with the reference policy log πθ(τ ref i |qi), resulting in a log-probability gap as: ∆ℓ ′ <sup>i</sup> = log πθ(τ policy i |qi) − log πθ(τ ref i |qi)
303
+
304
+ <span id="page-9-2"></span>Results are reported in Table [8.](#page-9-2) The expert baseline strongly suppresses the reference policy baseline, showing the importance of the expert guidance in our controllable exploration design.
305
+
306
+ Table 8: Ablations on reference baselines.
307
+
308
+ | Method | in-distribution | out-of-distribution | Avg. | | |
309
+ |--------------------------------------------------------------|-----------------|---------------------|----------------|----------------|--|
310
+ | | GeoEval | Geo3K | | | |
311
+ | CalibRL w/ expert baseline<br>CalibRL w/ ref policy baseline | 33.44<br>27.87 | 40.60<br>40.77 | 60.74<br>55.57 | 44.93<br>42.74 | |
312
+
313
+ ### 5 CONCLUSION
314
+
315
+ In this work, we investigated the fundamental tension between exploration and supervision in training reasoning-oriented MLLMs and demonstrated that existing SFT-then-RL and hybrid-policy frameworks either remain overly constrained by supervised baselines or suffer from entropy collapse. To address this challenge, we proposed CalibRL: Hybrid-Policy RLVR with Controllable Exploration, a principled framework that reinterprets expert supervision as relative calibration rather than direct imitation, thereby preserving policy entropy while providing directional guidance. Through a LeakyReLU-based asymmetric activation and an advantage weighting mechanism, our method achieves explicit control over exploration, enabling the model to reinforce underrepresented yet correct reasoning trajectories while discouraging overconfident errors. Extensive experiments across eight benchmarks confirmed the effectiveness of our approach, showing consistent improvements over GRPO and strong hybrid-policy baselines. We believe this work provides a step toward more generalizable reasoning in MLLMs, highlighting the importance of controllable exploration as a key ingredient in future post-training strategies.
316
+
317
+ {10}------------------------------------------------
318
+
319
+ ### 6 REPRODUCIBILITY STATEMENT
320
+
321
+ We have made extensive efforts to ensure the reproducibility of our work. Details of the experimental setup are provided in Section [4.1,](#page-5-1) and the full training configurations are documented in the Appendix (Training Settings). Additional implementation details are included in the supplementary materials. Our codebase is built upon the verl framework [\(Sheng et al., 2024\)](#page-11-13), with the main implementations located in the src/ directory. To further support reproducibility, we will release all training data and pretrained model weights upon publication.
322
+
323
+ #### ACKNOWLEDGMENTS
324
+
325
+ This work was supported in part by National Natural Science Foundation of China No. 62441235, and is also supported by Beijing Natural Science Foundation (L257005).
326
+
327
+ ### REFERENCES
328
+
329
+ - <span id="page-10-8"></span>Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, et al. Qwen2. 5-vl technical report. *arXiv preprint arXiv:2502.13923*, 2025.
330
+ - <span id="page-10-7"></span>Jiaqi Chen, Jianheng Tang, Jinghui Qin, Xiaodan Liang, Lingbo Liu, Eric Xing, and Liang Lin. GeoQA: A geometric question answering benchmark towards multimodal numerical reasoning. In Chengqing Zong, Fei Xia, Wenjie Li, and Roberto Navigli (eds.), *Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021*, pp. 513–523, Online, August 2021. Association for Computational Linguistics. doi: 10.18653/v1/2021.findings-acl.46. URL <https://aclanthology.org/2021.findings-acl.46/>.
331
+ - <span id="page-10-2"></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.
332
+ - <span id="page-10-3"></span>Yihong Dong, Xue Jiang, Yongding Tao, Huanyu Liu, Kechi Zhang, Lili Mou, Rongyu Cao, Yingwei Ma, Jue Chen, Binhua Li, et al. Rl-plus: Countering capability boundary collapse of llms in reinforcement learning with hybrid-policy optimization. *arXiv preprint arXiv:2508.00222*, 2025.
333
+ - <span id="page-10-1"></span>Yifan Du, Zikang Liu, Yifan Li, Wayne Xin Zhao, Yuqi Huo, Bingning Wang, Weipeng Chen, Zheng Liu, Zhongyuan Wang, and Ji-Rong Wen. Virgo: A preliminary exploration on reproducing o1 like mllm. *arXiv preprint arXiv:2501.01904*, 2025.
334
+ - <span id="page-10-9"></span>Haodong Duan, Junming Yang, Yuxuan Qiao, Xinyu Fang, Lin Chen, Yuan Liu, Xiaoyi Dong, Yuhang Zang, Pan Zhang, Jiaqi Wang, et al. Vlmevalkit: An open-source toolkit for evaluating large multi-modality models. In *Proceedings of the 32nd ACM international conference on multimedia*, pp. 11198–11201, 2024.
335
+ - <span id="page-10-0"></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.
336
+ - <span id="page-10-4"></span>Yaru Hao, Li Dong, Xun Wu, Shaohan Huang, Zewen Chi, and Furu Wei. On-policy rl with optimal reward baseline. *arXiv preprint arXiv:2505.23585*, 2025.
337
+ - <span id="page-10-10"></span>Dan Hendrycks, Collin Burns, Saurav Kadavath, Akul Arora, Steven Basart, Eric Tang, Dawn Song, and Jacob Steinhardt. Measuring mathematical problem solving with the math dataset. *arXiv preprint arXiv:2103.03874*, 2021.
338
+ - <span id="page-10-5"></span>Jingcheng Hu, Yinmin Zhang, Qi Han, Daxin Jiang, Xiangyu Zhang, and Heung-Yeung Shum. Open-reasoner-zero: An open source approach to scaling up reinforcement learning on the base model. *arXiv preprint arXiv:2503.24290*, 2025.
339
+ - <span id="page-10-6"></span>Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. Gpt-4o system card. *arXiv preprint arXiv:2410.21276*, 2024.
340
+
341
+ {11}------------------------------------------------
342
+
343
+ - <span id="page-11-0"></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.
344
+ - <span id="page-11-12"></span>Hynek Kydl´ıcek. Math-Verify: Math Verification Library. URL ˇ [https://github.com/](https://github.com/huggingface/math-verify) [huggingface/math-verify](https://github.com/huggingface/math-verify).
345
+ - <span id="page-11-14"></span>Jia Li, Edward Beeching, Lewis Tunstall, Ben Lipkin, Roman Soletskyi, Shengyi Huang, Kashif Rasul, Longhui Yu, Albert Q Jiang, Ziju Shen, et al. Numinamath: The largest public dataset in ai4maths with 860k pairs of competition math problems and solutions. *Hugging Face repository*, 13(9):9, 2024.
346
+ - <span id="page-11-2"></span>Jia Liu, ChangYi He, YingQiao Lin, MingMin Yang, FeiYang Shen, ShaoGuo Liu, and TingTing Gao. Ettrl: Balancing exploration and exploitation in llm test-time reinforcement learning via entropy mechanism. *arXiv preprint arXiv:2508.11356*, 2025a.
347
+ - <span id="page-11-7"></span>Zichen Liu, Changyu Chen, Wenjun Li, Penghui Qi, Tianyu Pang, Chao Du, Wee Sun Lee, and Min Lin. Understanding r1-zero-like training: A critical perspective. *arXiv preprint arXiv:2503.20783*, 2025b.
348
+ - <span id="page-11-9"></span>Pan Lu, Ran Gong, Shibiao Jiang, Liang Qiu, Siyuan Huang, Xiaodan Liang, and Song-Chun Zhu. Inter-gps: Interpretable geometry problem solving with formal language and symbolic reasoning. In *The Joint Conference of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (ACL-IJCNLP 2021)*, 2021.
349
+ - <span id="page-11-11"></span>Pan Lu, Swaroop Mishra, Tony Xia, Liang Qiu, Kai-Wei Chang, Song-Chun Zhu, Oyvind Tafjord, Peter Clark, and Ashwin Kalyan. Learn to explain: Multimodal reasoning via thought chains for science question answering. In *The 36th Conference on Neural Information Processing Systems (NeurIPS)*, 2022.
350
+ - <span id="page-11-10"></span>Pan Lu, Hritik Bansal, Tony Xia, Jiacheng Liu, Chunyuan Li, Hannaneh Hajishirzi, Hao Cheng, Kai-Wei Chang, Michel Galley, and Jianfeng Gao. Mathvista: Evaluating mathematical reasoning of foundation models in visual contexts. In *International Conference on Learning Representations (ICLR)*, 2024.
351
+ - <span id="page-11-1"></span>Shiyin Lu, Yang Li, Yu Xia, Yuwei Hu, Shanshan Zhao, Yanqing Ma, Zhichao Wei, Yinglun Li, Lunhao Duan, Jianshan Zhao, et al. Ovis2. 5 technical report. *arXiv preprint arXiv:2508.11737*, 2025.
352
+ - <span id="page-11-3"></span>Lu Ma, Hao Liang, Meiyi Qiang, Lexiang Tang, Xiaochen Ma, Zhen Hao Wong, Junbo Niu, Chengyu Shen, Runming He, Bin Cui, et al. Learning what reinforcement learning can't: Interleaved online fine-tuning for hardest questions. *arXiv preprint arXiv:2506.07527*, 2025.
353
+ - <span id="page-11-4"></span>Martin L Puterman. *Markov decision processes: discrete stochastic dynamic programming*. John Wiley & Sons, 2014.
354
+ - <span id="page-11-8"></span>Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model. *Advances in neural information processing systems*, 36:53728–53741, 2023.
355
+ - <span id="page-11-6"></span>John Schulman, Filip Wolski, Prafulla Dhariwal, et al. Proximal policy optimization algorithms. *arXiv preprint arXiv:1707.06347*, 2017.
356
+ - <span id="page-11-5"></span>Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Yang Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. *arXiv preprint arXiv:2402.03300*, 2024.
357
+ - <span id="page-11-13"></span>Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. Hybridflow: A flexible and efficient rlhf framework. *arXiv preprint arXiv: 2409.19256*, 2024.
358
+
359
+ {12}------------------------------------------------
360
+
361
+ - <span id="page-12-4"></span>Andrew Starnes, Anton Dereventsov, and Clayton Webster. Increasing entropy to boost policy gradient performance on personalization tasks. In *2023 IEEE International Conference on Data Mining Workshops (ICDMW)*, pp. 1551–1558. IEEE, 2023.
362
+ - <span id="page-12-0"></span>Kimi Team, Angang Du, Bofei Gao, Bowei Xing, Changjiu Jiang, Cheng Chen, Cheng Li, Chenjun Xiao, Chenzhuang Du, Chonghua Liao, et al. Kimi k1. 5: Scaling reinforcement learning with llms. *arXiv preprint arXiv:2501.12599*, 2025.
363
+ - <span id="page-12-7"></span>Haozhe Wang, Chao Qu, Zuming Huang, Wei Chu, Fangzhen Lin, and Wenhu Chen. Vlrethinker: Incentivizing self-reflection of vision-language models with reinforcement learning. *arXiv preprint arXiv:2504.08837*, 2025.
364
+ - <span id="page-12-12"></span>Ke Wang, Junting Pan, Weikang Shi, Zimu Lu, Houxing Ren, Aojun Zhou, Mingjie Zhan, and Hongsheng Li. Measuring multimodal mathematical reasoning with math-vision dataset. In *The Thirty-eight Conference on Neural Information Processing Systems Datasets and Benchmarks Track*, 2024. URL <https://openreview.net/forum?id=QWTCcxMpPA>.
365
+ - <span id="page-12-1"></span>Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V Le, Denny Zhou, et al. Chain-of-thought prompting elicits reasoning in large language models. *Advances in neural information processing systems*, 35:24824–24837, 2022.
366
+ - <span id="page-12-10"></span>Jinyang Wu, Chonghua Liao, Mingkuan Feng, et al. Thought-augmented policy optimization: Bridging external guidance and internal capabilities. *arXiv preprint arXiv:2505.15692*, 2025.
367
+ - <span id="page-12-3"></span>LLM-Core-Team Xiaomi. Mimo-vl technical report, 2025. URL [https://arxiv.org/abs/](https://arxiv.org/abs/2506.03569) [2506.03569](https://arxiv.org/abs/2506.03569).
368
+ - <span id="page-12-5"></span>Jianhao Yan, Yafu Li, Zican Hu, Zhi Wang, Ganqu Cui, Xiaoye Qu, Yu Cheng, and Yue Zhang. Learning to reason under off-policy guidance. *arXiv preprint arXiv:2504.14945*, 2025.
369
+ - <span id="page-12-13"></span>Xiang Yue, Yuansheng Ni, Kai Zhang, Tianyu Zheng, Ruoqi Liu, Ge Zhang, Samuel Stevens, Dongfu Jiang, Weiming Ren, Yuxuan Sun, Cong Wei, Botao Yu, Ruibin Yuan, Renliang Sun, Ming Yin, Boyuan Zheng, Zhenzhu Yang, Yibo Liu, Wenhao Huang, Huan Sun, Yu Su, and Wenhu Chen. Mmmu: A massive multi-discipline multimodal understanding and reasoning benchmark for expert agi. In *Proceedings of CVPR*, 2024.
370
+ - <span id="page-12-9"></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.
371
+ - <span id="page-12-11"></span>Renrui Zhang, Dongzhi Jiang, Yichi Zhang, Haokun Lin, Ziyu Guo, Pengshuo Qiu, Aojun Zhou, Pan Lu, Kai-Wei Chang, Peng Gao, et al. Mathverse: Does your multi-modal llm truly see the diagrams in visual math problems? *arXiv preprint arXiv:2403.14624*, 2024.
372
+ - <span id="page-12-6"></span>Wenhao Zhang, Yuexiang Xie, Yuchang Sun, Yanxi Chen, Guoyin Wang, Yaliang Li, Bolin Ding, and Jingren Zhou. On-policy rl meets off-policy experts: Harmonizing supervised fine-tuning and reinforcement learning via dynamic weighting. *arXiv preprint arXiv:2508.11408*, 2025.
373
+ - <span id="page-12-8"></span>Rosie Zhao, Alexandru Meterez, Sham Kakade, Cengiz Pehlevan, Samy Jelassi, and Eran Malach. Echo chamber: Rl post-training amplifies behaviors learned in pretraining. *arXiv preprint arXiv:2504.07912*, 2025.
374
+ - <span id="page-12-2"></span>Jinguo Zhu, Weiyun Wang, Zhe Chen, Zhaoyang Liu, Shenglong Ye, Lixin Gu, Hao Tian, Yuchen Duan, Weijie Su, Jie Shao, et al. Internvl3: Exploring advanced training and test-time recipes for open-source multimodal models. *arXiv preprint arXiv:2504.10479*, 2025.
375
+
376
+ {13}------------------------------------------------
377
+
378
+ ### A TRAINING PROMPT
379
+
380
+ As shown in Table [9,](#page-13-0) for a multi-modal image-question input, we concatenate the question with our instruction, which guides the model to perform step-by-step reasoning and specifies the desired output format.
381
+
382
+ Table 9: Prompt template.
383
+
384
+ <span id="page-13-0"></span><image> question.
385
+
386
+ You FIRST think about the reasoning process as an internal monologue and then provide the final answer.
387
+
388
+ The reasoning process MUST BE enclosed within <think> < /think> tags. The final answer MUST BE put in <answer> < /answer> tags.
389
+
390
+ ### B TRAINING SETTINGS.
391
+
392
+ We conduct all our experiments on 8 NVIDIA A800 80G GPUS. For fair comparison, we follow the standard GRPO training setup with several modifications as previous works [\(Liu et al., 2025b;](#page-11-7) [Yan et al., 2025;](#page-12-5) [Dong et al., 2025\)](#page-10-3). First, we disable the KL regularization term by setting its coefficient to zero and removing both the length normalization and the standard error normalization in the original GRPO loss. For rollout generation, we use a temperature of 1.0 and perform 10 rollouts per prompt. In the case of hybrid-policy RL, we additionally include one off-policy rollout. The rollout batch size is set to 480, while the update batch size is 120. As the reward signal, we employ MATH-VERIFY [\(Kydl´ıcek\)](#page-11-12), combined with a lightweight format reward of ˇ 0.1. For our controllable exploration, we set the λ weight to 0.1 as the default. The GeoEval data remained completely unseen during training. We trained all models for a fixed number of steps without any early stopping, and checkpoints for comparison were selected at identical training steps across all experiments.
393
+
394
+ ### C ADDITIONAL EXPERIMENTAL RESULTS
395
+
396
+ General applicability beyond visual reasoning. In this work, we focus on achieving stable entropy control in RLVR for VLMs, where the challenge becomes especially severe in the vast state space of MLLMs and substantially limits learning efficiency. While a series of works like LUFFY [\(Yan](#page-12-5) [et al., 2025\)](#page-12-5) and RL-PLUS [\(Dong et al., 2025\)](#page-10-3) have achieved promising results for LLMs, such results have not transferred to MLLMs, leaving a notable gap in the literature, one that our work aims to fill.
397
+
398
+ However, our method can certainly be expanded to broader applications beyond visual reasoning. We extend CalibRL to pure text math reasoning tasks to demonstrate the effectiveness beyond visual reasoning. Specifically, we train Qwen2.5-VL-7B on a 9k-sample subset of the MATH dataset [\(Hendrycks et al., 2021\)](#page-10-10) and evaluate the model on the in-distribution benchmark MATH-500 [\(Hendrycks et al., 2021\)](#page-10-10) and the out-of-distribution benchmark AMC [\(Li et al., 2024\)](#page-11-14).
399
+
400
+ Table 10: Performance of the Qwen2.5-VL-7B model on math reasoning tasks.
401
+
402
+ <span id="page-13-1"></span>
403
+
404
+ | Method | MATH-500 (in-distribution) | AMC (out-of-distribution) |
405
+ |----------------|----------------------------|---------------------------|
406
+ | Qwen2.5-VL-7B | 64.8 | 31.97 |
407
+ | GRPO | 68.5 | 31.59 |
408
+ | CalibRL (ours) | 70.2 | 32.08 |
409
+
410
+ Results are reported in Table [10.](#page-13-1) Training on pure text data, CalibRL yields stronger gains than GRPO on MATH-500, demonstrating more effective in-distribution improvement. Moreover, unlike GRPO, which fails to enhance out-of-distribution performance, CalibRL continues to deliver benefits on AMC, achieving strong generalization results.
411
+
412
+ {14}------------------------------------------------
413
+
414
+ <span id="page-14-0"></span>Scalability to larger model sizes. We also verify our method on the Qwen2.5-VL-32B model. We train the Qwen2.5-VL-32B with GRPO and our CalibRL, respectively, using the same training data we constructed for our main paper results. Results are reported in Table [11.](#page-14-0) Our method exhibits consistent improvements when scaled to a larger model.
415
+
416
+ Table 11: Performance of the Qwen2.5-VL-32B model.
417
+
418
+ | Method | in-distribution | out-of-distribution | Avg. | |
419
+ |----------------|-----------------|---------------------|-------|-------|
420
+ | | GeoEval | Geo3K | GeoQA | |
421
+ | Qwen2.5-VL-32B | 37.94 | 48.24 | 60.87 | 48.60 |
422
+ | GRPO | 44.48 | 51.75 | 63.53 | 53.25 |
423
+ | CalibRL(ours) | 48.77 | 52.58 | 67.90 | 56.42 |
424
+
425
+ Analysis of potential length bias in ∆ℓ<sup>i</sup> . We acknowledge that using the ∆ℓ<sup>i</sup> may introduce a mild length preference. However, in our method, the expert trajectory is intended to guide not only correctness but also the answering paradigm—including stylistic preferences such as avoiding overly long or excessively short responses. In this sense, a small length preference is aligned with our design goal of encouraging the model to follow the expert's response style.
426
+
427
+ Moreover, this bias does not override correctness learning. The policy is still optimized primarily by the main GRPO loss, which determines reward-maximizing behavior. The exploration term is scaled by a small λ and serves only to regulate the degree of deviation from the expert, rather than to dictate correctness. Thus, the optimization direction remains dominated by the policy objective, and we did not observe harmful interference with correctness.
428
+
429
+ <span id="page-14-1"></span>To further analyze the influence of such length bias, we conduct an ablation by adding a length normalization to the ∆ℓ<sup>i</sup> computation. Results are reported in Table [12.](#page-14-1) The strong performance of the model without length normalization supports our original design.
430
+
431
+ Table 12: Performance on length norm.
432
+
433
+ | Method | in-distribution | | out-of-distribution | Avg. |
434
+ |----------------------------------------------|-----------------|----------------|---------------------|----------------|
435
+ | | GeoEval | Geo3K | GeoQA | |
436
+ | CalibRL<br>w/o length norm<br>w/ length norm | 33.44<br>29.26 | 40.60<br>39.10 | 60.74<br>60.34 | 44.93<br>42.90 |
437
+
438
+ Effect of weaker expert baselines. In our main results, we use GPT-4o as the expert to generate CoT responses for training. To further verify the generalizability of CalibRL, we additionally compare GRPO and CalibRL when the training data are produced by Qwen2.5-VL-72B, which serves as a weaker expert compared to GPT-4o. We keep the size of the Qwen-generated dataset comparable to the GPT-generated one (approximately 9k samples). However, because the two expert models differ in capability, the filtered sets of correct responses are not identical, and we cannot guarantee that both methods are trained on the same sampled data. Nonetheless, this setting still provides a meaningful evaluation of the robustness and generality of CalibRL under varying expert quality.
439
+
440
+ The results in Table [13](#page-15-1) show that CalibRL consistently delivers substantial improvements over GRPO in both settings. As expected, the magnitude of improvement depends on the quality of the expert baseline, with a stronger expert providing a high-quality, generalizable, and informative reference. This highlights the importance of expert guidance in controllable-entropy RLVR and further demonstrates that CalibRL can effectively adapt its learning behavior to the quality of the expert model, leading to significant gains in training performance.
441
+
442
+ ### D COMPUTATIONAL COST AND SAMPLE EFFICIENCY
443
+
444
+ Our method adds one off-policy expert response per prompt to the standard GRPO group of G policy-generated responses (where G = 10 in our implementation). This introduces a well-defined
445
+
446
+ {15}------------------------------------------------
447
+
448
+ <span id="page-15-1"></span>
449
+
450
+ | Method | in-distribution | out-of-di | stribution | Avg. |
451
+ |---------------------------------|-----------------|----------------|----------------|---------------------------------|
452
+ | 111011100 | GeoEval | Geo3K | GeoQA | 11.8. |
453
+ | On Qwen data<br>GRPO<br>CalibRL | 23.26<br>26.90 | 41.10<br>40.43 | 49.87<br>56.90 | 38.08<br>41.41 <sub>+3.33</sub> |
454
+ | On GPT data<br>GRPO<br>CalibRL | 26.15<br>33.44 | 39.77<br>40.60 | 52.52<br>60.74 | 39.48<br>44.93 <sub>+5.45</sub> |
455
+
456
+ Table 13: Trained on different expert data.
457
+
458
+ incremental cost that we quantify below (see Table 14). The expert response requires one additional forward pass to compute the expert log probability. Importantly, different from previous hybrid-policy methods, including LUFFY and RL-PLUS, the expert response **does not participate in gradient computation**. It serves only as a reference baseline. This means while we have G+1 forward passes per prompt, we still only perform G backward passes, **identical to standard GRPO**. Also, different from LUFFY, we require no additional reward for the expert trajectory, since we only include on-policy samples in the advantage calculation. Additionally, expert data collection is a one-time offline cost, not incurred during training, so rollout sampling overhead is zero.
459
+
460
+ <span id="page-15-2"></span>Table 14: Per-prompt computational breakdown for a typical group size of G.
461
+
462
+ | Component | GRPO | CalibRL | Additional Cost |
463
+ |----------------------|------|---------|-----------------|
464
+ | Rollout sampling | G | G | 0 |
465
+ | Forward passes | G | G + 1 | +1 |
466
+ | Reward model queries | G | G | 0 |
467
+ | Backward passes | G | G | 0 |
468
+
469
+ ## E THEORETICAL GROUNDING OF $|\hat{A}_i|$
470
+
471
+ Possible double-counting of advantage terms. Our training objective:
472
+
473
+ <span id="page-15-0"></span>
474
+ $$\mathcal{J}(\theta) = \mathbb{E}_{q \sim \mathcal{D}, \tau \sim \pi_{\theta}(\cdot|q)} \left[ \sum_{t=1}^{|\tau|} \min\left(r_{i,t}(\theta) \hat{A}_{i,t}, \right. \right. \\ \left. \text{clip}\left(r_{i,t}(\theta), 1 - \epsilon, 1 + \epsilon\right) \hat{A}_{i,t}\right) - \lambda |\hat{A}_{i}| \cdot \text{LeakyReLU}\left(-s_{i} \Delta \ell_{i}, \alpha\right) \right].$$
475
+
476
+ $$(11)$$
477
+
478
+ In the main GRPO objective, $\hat{A}_{i,t}$ determines the update direction of the policy, while in the exploration term, $|\hat{A}_i|$ is treated purely as a static importance weight. The two occurrences of the advantage influence different aspects of the optimization: the GRPO term governs policy improvement, whereas the exploration term modulates the strength of trajectory-level exploration correction.
479
+
480
+ The exploration loss gradient is:
481
+
482
+ $$\frac{\partial \mathcal{L}_{\text{exploration}}}{\partial \theta} = |\hat{A}_i| \cdot \text{LeakyReLU}'(-s_i \Delta \ell_i) \cdot (-s_i) \cdot \nabla_{\theta} \log \pi_{\theta}(a_i), \tag{12}$$
483
+
484
+ while the GRPO gradient is:
485
+
486
+ $$\frac{\partial}{\partial \theta} \left( r_{i,t}(\theta) \hat{A}_{i,t} \right) = \hat{A}_{i,t} \cdot \nabla_{\theta} r_{i,t}(\theta)
487
+ = \hat{A}_{i,t} \cdot r_{i,t}(\theta) \cdot \nabla_{\theta} \log \pi_{\theta}(a_{i,t}).$$
488
+ (13)
489
+
490
+ Both terms produce updates through $(\nabla_{\theta} \log \pi_{\theta})$ , but with different multiplicative coefficients (the GRPO term uses $(\hat{A}_{i,t}r_{i,t})$ while the exploration term uses $(|\hat{A}_i|(-s_i\text{LeakyReLU}(\cdot)))$ and is scaled
491
+
492
+ {16}------------------------------------------------
493
+
494
+ by $\lambda$ ). The key observation is that these coefficients are additive in the total gradient, not multiplicative. The final gradient is:
495
+
496
+ $$\nabla_{\theta} \mathcal{J} = \sum_{t} \hat{A}_{i,t} \cdot r_{i,t}(\theta) \cdot \nabla_{\theta} \log \pi_{\theta}(a_{i,t}) - \lambda \cdot |\hat{A}_{i}| \cdot (-s_{i}) \cdot \text{LeakyReLU}(\cdot) \cdot \nabla_{\theta} \log \pi_{\theta}(a_{i}). \tag{14}$$
497
+
498
+ The advantage appears in two separate, additive gradient contributions that can constructively or destructively interfere depending on their signs, with the hyperparameter $\lambda$ controlling the relative magnitude of exploration correction versus policy improvement, preventing uncontrolled amplification. In our experiments, $\lambda=0.1$ ensures the exploration term provides a measured correction signal without dominating the GRPO updates.
499
+
500
+ The "rarity" interpretation of $|\hat{A}_i|$ . We provide a formal characterization of the intuition of using $|\hat{A}_i|$ value to naturally capture group-wise "rarity".
501
+
502
+ First, consider several example groups of sequence-level rewards:
503
+
504
+ - Group 1: [0,1,1,1], where the "0" answer is relatively rare within the group. The absolute value of the group advantage is [0.75,0.25,0.25,0.25]. The "0" has the largest $|\hat{A}|$ , indicating that a reward of "0" is the group-wise outlier.
505
+ - Group 2: [1,0,0,0], where the "1" answer is relatively rare within the group. This group resulted in the same absolute value of the group advantage: [0.75,0.25,0.25,0.25], also indicating that a reward of "1" is "rare" in this group.
506
+
507
+ The examples demonstrate that the frequency of correct/incorrect answers and $|\hat{A}_i|$ correspond symmetrically and automatically, without requiring additional heuristics. We further show a continuous change between $|\hat{A}_i|$ and reward frequency in a group of 10 samples in Figure 4. The curve shows a strictly monotonic mapping between rarity and magnitude.
508
+
509
+ <span id="page-16-0"></span>![](_page_16_Figure_9.jpeg)
510
+
511
+ Figure 4: Relationship between $|A_i|$ and reward frequency in a group of 10 samples.
512
+
513
+ Furthermore, to analyze robustness under small additive reward noise (e.g., formatting bonuses), consider the perturbed reward
514
+
515
+ $$R'(\tau_i) = R(\tau_i) + \delta_i, \quad |\delta_i| \le \epsilon.$$
516
+
517
+ The corresponding advantage becomes
518
+
519
+ $$\hat{A}'_{i,t} = R'(\tau_i) - \text{mean}(R'(\{\tau_j\}_{j=1}^G)) = (R(\tau_i) - \mu_G) + (\delta_i - \bar{\delta}),$$
520
+
521
+ where
522
+
523
+ $$\mu_G = \operatorname{mean}(R(\{\tau_j\}_{j=1}^G)), \qquad \bar{\delta} = \operatorname{mean}(\{\delta_j\}_{j=1}^G).$$
524
+
525
+ Thus, the perturbation to the advantage is
526
+
527
+ $$\hat{A}'_{i,t} - \hat{A}_{i,t} = \delta_i - \bar{\delta},$$
528
+
529
+ {17}------------------------------------------------
530
+
531
+ which is a mean-centered noise term satisfying
532
+
533
+ $$|\delta_i - \bar{\delta}| \le 2\epsilon.$$
534
+
535
+ Since typically
536
+
537
+ $$|R(\tau_i) - \mu_G| = O(1),$$
538
+
539
+ the ordering of $|\hat{A}_{i,t}|$ , which determines group-wise rarity, is preserved for sufficiently small $\epsilon$ . In the common case where noise is approximately uniform across samples (e.g., shared formatting bonuses), we have $\delta_i \approx \bar{\delta}$ , and the perturbation cancels:
540
+
541
+ $$\hat{A}'_{i,t} \approx \hat{A}_{i,t}$$
542
+ .
543
+
544
+ Hence, mean-centered normalization makes the rarity signal $|\hat{A}_{i,t}|$ inherently robust to small reward noise.
545
+
546
+ #### F EFFECTIVENESS ANALYSIS OF CALIBRL
547
+
548
+ We obtain several statistical data points from our trained checkpoints to contrast CalibRL with RL-PLUS and LUFFY and to reveal the structural differences brought by explicit calibration. Both LUFFY and RL-PLUS attempt to use experts without an effective calibration mechanism, which leads to either diluted expert signals or unstable confidence dynamics. In contrast, CalibRL introduces a calibration mechanism that stabilizes expert influence, as reflected in the following statistics.
549
+
550
+ As in Table 15, LUFFY collapses to a single expert mode. The policy and expert distributions become nearly indistinguishable after training. The model treats expert responses as a uniform style to imitate. It loses the ability to evaluate where expert guidance should matter and where exploration should continue. RL-PLUS shows the opposite tendency. The policy becomes prematurely certain. Expert responses also lose diversity and drift toward the policy. The model reinforces its own early preferences without checking them against a stable expert reference. It converges quickly but without reliable calibration. In both cases, expert information does not form a stable reference for exploration.
551
+
552
+ Differently, our CalibRL is not designed to directly learn or fit the expert distribution, which would resemble an off-policy imitation objective. Instead, CalibRL uses expert responses as a baseline that calibrates exploration rather than constrains generation. As shown in Equations 8 and 9, the distributional influence of expert samples is not a monotonic or uniform increase in consistency with the expert distribution. Specifically, when the policy's rollout produces an incorrect answer, optimization pushes the policy closer to the expert sample distribution; however, when the policy itself produces a correct rollout, the method suppresses the probability of expert samples. Thus, distributional shifts measured across all samples cannot directly reflect the calibration mechanism that CalibRL performs.
553
+
554
+ The statistics in Table 15 support this distinction. CalibRL maintains the broadest policy entropy, showing that the model stays exploratory rather than collapsing into a single expert mode as in LUFFY or becoming prematurely overconfident as in RL-PLUS. Expert responses also remain diverse and on-policy, which provides a stable reference for calibration rather than a target distribution to mimic. CalibRL shows a negative $\Delta \ell_i$ , indicating that the model consistently assigns a higher likelihood to expert answers and uses this signal to navigate exploration toward better solutions. This calibrated behavior produces higher rewards and shorter, more precise outputs.
555
+
556
+ Table 15: Statistical data points from our trained checkpoints.
557
+
558
+ <span id="page-17-0"></span>
559
+
560
+ | Method | $\bigg \Delta \ell_i$ | policy entropy | reward | response length (expert length 382.19) |
561
+ |---------------|------------------------|----------------|--------|----------------------------------------|
562
+ | Qwen2.5-VL-7B | 0.1459 | 0.4401 | 0.2029 | 437.76 |
563
+ | GRPO | 0.4256 | 0.2508 | 0.5381 | 431.79 |
564
+ | LUFFY | 0.0881 | 0.4688 | 0.4980 | 414.58 |
565
+ | RL-PLUS | 0.3452 | 0.2580 | 0.4975 | 425.08 |
566
+ | CalibRL | -0.8025 | 1.4968 | 0.5667 | 271.71 |
567
+
568
+ {18}------------------------------------------------
569
+
570
+ ### G CASE STUDY
571
+
572
+ We select cases from the challenging MathVision [\(Wang et al., 2024\)](#page-12-12) benchmark and compare our response with the GRPO baseline, the SFT+GRPO baseline, the LUFFY [\(Yan et al., 2025\)](#page-12-5), and the RL-PLUS [\(Dong et al., 2025\)](#page-10-3).
573
+
574
+ We first compare the case response among our CalibRL, the GRPO baseline, and the SFT+GRPO baseline in Figure [5.](#page-19-0) The GRPO baseline, lacking explicit guidance, exhibits erroneous reasoning and hallucinatory requirements (highlighted in red). In contrast, the SFT+GRPO baseline is overly constrained by the supervised signals, limiting its exploratory capacity; as a result, it attempts to frame the problem in a purely mathematical manner, which ultimately leads to ineffective reasoning. Distinct from both, our approach leverages effective guidance to explore the most efficient solution path, directly and precisely resolving the problem.
575
+
576
+ Similarly, in the case analysis shown in Figure [6,](#page-20-0) LUFFY falls into inefficient exploration, which results in both visual understanding errors and flawed reasoning (highlighted in red), ultimately failing to produce the correct answer. RL-PLUS leverages multiple importance sampling [\(Dong](#page-10-3) [et al., 2025\)](#page-10-3) to partially alleviate inefficient reasoning. However, it fails to fundamentally resolve the problem. In contrast, our method maintains effective exploration while preserving expert guidance, thereby successfully and reliably addressing the task.
577
+
578
+ ### H THE USE OF LARGE LANGUAGE MODELS
579
+
580
+ We employed large language models in our work to check the grammatical correctness of the paper and to provide refinements to selected sentences for improved clarity and readability.
581
+
582
+ {19}------------------------------------------------
583
+
584
+ <span id="page-19-0"></span>![](_page_19_Figure_1.jpeg)
585
+
586
+ Figure 5: A case of CalibRL compared with baselines GRPO and SFT+GRPO.
587
+
588
+ {20}------------------------------------------------
589
+
590
+ <span id="page-20-0"></span>Prompt: *You are a helpful assistant.* The diagram shows the floor plan of Renate's house. Renate enters her house from the terrace (Terrasse) and walks through every door of the house exactly once. Which room does she end up in?
591
+
592
+ Correct Answer: "2"
593
+
594
+ #### LUFFY
595
+
596
+ Response: <think> To solve this problem, we need to determine which room Renate ends up in after walking through every door exactly once. This is essentially a problem of finding an Eulerian path in a graph, where each room is a node and each door is an edge. Here's the step-by-step reasoning:
597
+
598
+ - 1. Identify the nodes (rooms) and edges (doors) in the graph.
599
+ - 2. Count the degree (number of edges) of each node.
600
+ - 3. According to Euler's theorem, a graph has an Eulerian path if and only if exactly zero or two nodes have an odd degree. All other nodes must have an even degree.
601
+ - 4. If there are exactly two nodes with odd degrees, the Eulerian path will start at one of those nodes and end at the other.
602
+ - 5. If there are no nodes with odd degrees, the Eulerian path can start at any node and end at any node.
603
+
604
+ In the given diagram:
605
+
606
+ - The rooms are labeled as 1, 2, 3, 4, and 5.
607
+ - The terrace is not a room but an entrance.
608
+
609
+ Let's count the degrees of each node:
610
+
611
+ - Room 1: 2 edges - Room 2: 2 edges
612
+ - Room 3: 2 edges
613
+ - Room 4: 2 edges - Room 5: 2 edges
614
+
615
+ room.
616
+
617
+ All rooms have an even degree, which means the graph has an Eulerian path that can start at any room and end at any
618
+
619
+ Since Renate enters from the terrace, we can assume she starts at room 5 (since it's the only room connected to the terrace). If she walks through every door exactly once, she will end up in the room that is connected to the last door she used. In this case, she will end up in room 1, as she starts from room 5 and walks through each room exactly once, ending at room 1.
620
+
621
+ Therefore, the room she ends up in is room 1.</think>
622
+
623
+ <answer> 1 </answer> .
624
+
625
+ #### RL-PLUS
626
+
627
+ Response: <think> To solve this problem, we need to determine which room Renate ends up in after walking through every door exactly once. This is a classic problem of finding an Eulerian path in a graph, where each room is a node and each door is an edge. Let's analyze the floor plan:
628
+
629
+ - The house has five rooms labeled 1, 2, 3, 4, and 5.
630
+ - There are doors connecting these rooms.
631
+ - The terrace is not connected to the house, but Renate enters from it.
632
+
633
+ To find the room Renate ends up in, we need to identify the room that has an odd number of edges (doors) connected to it. In an Eulerian path, the path starts at a vertex with an odd degree and ends at a vertex with an odd degree. All other vertices must have an even degree.
634
+
635
+ - Let's count the edges for each room:
636
+ - Room 1: 3 edges
637
+ - Room 2: 3 edges - Room 3: 3 edges
638
+ - Room 4: 3 edges
639
+ - Room 5: 2 edges
640
+
641
+ Room 5 has an even number of edges, while all other rooms have an odd number of edges. Therefore, Room 5 is the only room that can be the endpoint of the Eulerian path.
642
+
643
+ Thus, Renate ends up in Room 5. </think>
644
+
645
+ <answer> 5 </answer> .
646
+
647
+ #### CalibRL
648
+
649
+ Response: <think> The floor plan represents a grid-like structure. To walk through every door exactly once, Renate must start at the terrace, walk through each room, and end at a room that allows her to do so without retracing her steps. The rooms must be traversed in such a way that they form a path that crosses each door once and only once. Since this is a 2x3 grid, one room will not have an exit corresponding to a nonvisited door. Here, room 2 appears to be the room without an exit corresponding to an unvisited door, and it is connected to three doors. The logical end point is room 2. </think>
650
+
651
+ <answer> 2 </answer> .
652
+
653
+ ![](_page_20_Figure_39.jpeg)
iclr26/5wxyCidRsK/parse_report.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paper_id": "5wxyCidRsK",
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/5wxyCidRsK.pdf",
11
+ "pdf_sha256": "6f56f46cb7cb9d14c4ec9b8bfc4c5aa6cbb5b4b24a7eff1de71be39f35032d79",
12
+ "bytes": 2009028,
13
+ "source": "https://openreview.net/pdf?id=5wxyCidRsK",
14
+ "page_count": 21,
15
+ "ok": true,
16
+ "elapsed_seconds": 205.08,
17
+ "paper2markdown_v3": {
18
+ "paper_id": "5wxyCidRsK",
19
+ "pipeline": "Paper2Markdown-V3",
20
+ "ok": true,
21
+ "page_count": 21,
22
+ "chunk_count": 165,
23
+ "main_body_chunk_count": 79,
24
+ "appendix_chunk_count": 84,
25
+ "reference_chunk_count": 2,
26
+ "model_text_chars": 44458,
27
+ "raw_markdown_chars": 83059,
28
+ "sanitized_chars": 76871,
29
+ "page_provenance": {
30
+ "min_page": 1,
31
+ "max_page": 21,
32
+ "invalid_count": 0
33
+ },
34
+ "marker_block_type_counts": {
35
+ "Caption": 1,
36
+ "Equation": 21,
37
+ "Figure": 1,
38
+ "FigureGroup": 5,
39
+ "Footnote": 2,
40
+ "ListGroup": 10,
41
+ "PageFooter": 21,
42
+ "PageHeader": 21,
43
+ "SectionHeader": 29,
44
+ "Table": 3,
45
+ "TableGroup": 12,
46
+ "Text": 119
47
+ },
48
+ "asset_count_raw": 6,
49
+ "asset_count_model_kept": 5,
50
+ "asset_count_rejected": 1,
51
+ "asset_reject_reasons": {
52
+ "extreme_aspect_ratio": 1,
53
+ "kept": 5
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/5wxyCidRsK/reference_chunks.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0079", "section": "REFERENCES", "page_start": 11, "page_end": 11, "type": "ListGroup", "text": "Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, et al. Qwen2. 5-vl technical report. arXiv preprint arXiv:2502.13923 , 2025. Jiaqi Chen, Jianheng Tang, Jinghui Qin, Xiaodan Liang, Lingbo Liu, Eric Xing, and Liang Lin. GeoQA: A geometric question answering benchmark towards multimodal numerical reasoning. In Chengqing Zong, Fei Xia, Wenjie Li, and Roberto Navigli (eds.), Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021 , pp. 513–523, Online, August 2021. Association for Computational Linguistics. doi: 10.18653/v1/2021.findings-acl.46. URL . 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. Yihong Dong, Xue Jiang, Yongding Tao, Huanyu Liu, Kechi Zhang, Lili Mou, Rongyu Cao, Yingwei Ma, Jue Chen, Binhua Li, et al. Rl-plus: Countering capability boundary collapse of llms in reinforcement learning with hybrid-policy optimization. arXiv preprint arXiv:2508.00222 , 2025. Yifan Du, Zikang Liu, Yifan Li, Wayne Xin Zhao, Yuqi Huo, Bingning Wang, Weipeng Chen, Zheng Liu, Zhongyuan Wang, and Ji-Rong Wen. Virgo: A preliminary exploration on reproducing o1 like mllm. arXiv preprint arXiv:2501.01904 , 2025. Haodong Duan, Junming Yang, Yuxuan Qiao, Xinyu Fang, Lin Chen, Yuan Liu, Xiaoyi Dong, Yuhang Zang, Pan Zhang, Jiaqi Wang, et al. Vlmevalkit: An open-source toolkit for evaluating large multi-modality models. In Proceedings of the 32nd ACM international conference on multimedia , pp. 11198–11201, 2024. 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. Yaru Hao, Li Dong, Xun Wu, Shaohan Huang, Zewen Chi, and Furu Wei. On-policy rl with optimal reward baseline. arXiv preprint arXiv:2505.23585 , 2025. Dan Hendrycks, Collin Burns, Saurav Kadavath, Akul Arora, Steven Basart, Eric Tang, Dawn Song, and Jacob Steinhardt. Measuring mathematical problem solving with the math dataset. arXiv preprint arXiv:2103.03874 , 2021. Jingcheng Hu, Yinmin Zhang, Qi Han, Daxin Jiang, Xiangyu Zhang, and Heung-Yeung Shum. Open-reasoner-zero: An open source approach to scaling up reinforcement learning on the base model. arXiv preprint arXiv:2503.24290 , 2025. Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. Gpt-4o system card. arXiv preprint arXiv:2410.21276 , 2024.", "source": "marker_v2", "marker_block_id": "/page/10/ListGroup/207"}
2
+ {"paper_id": "5wxyCidRsK", "chunk_id": "5wxyCidRsK:0080", "section": "REFERENCES", "page_start": 12, "page_end": 12, "type": "ListGroup", "text": "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. Hynek Kydl´ıcek. Math-Verify: Math Verification Library. URL ˇ huggingface/math-verify . Jia Li, Edward Beeching, Lewis Tunstall, Ben Lipkin, Roman Soletskyi, Shengyi Huang, Kashif Rasul, Longhui Yu, Albert Q Jiang, Ziju Shen, et al. Numinamath: The largest public dataset in ai4maths with 860k pairs of competition math problems and solutions. Hugging Face repository , 13(9):9, 2024. Jia Liu, ChangYi He, YingQiao Lin, MingMin Yang, FeiYang Shen, ShaoGuo Liu, and TingTing Gao. Ettrl: Balancing exploration and exploitation in llm test-time reinforcement learning via entropy mechanism. arXiv preprint arXiv:2508.11356 , 2025a. Zichen Liu, Changyu Chen, Wenjun Li, Penghui Qi, Tianyu Pang, Chao Du, Wee Sun Lee, and Min Lin. Understanding r1-zero-like training: A critical perspective. arXiv preprint arXiv:2503.20783 , 2025b. Pan Lu, Ran Gong, Shibiao Jiang, Liang Qiu, Siyuan Huang, Xiaodan Liang, and Song-Chun Zhu. Inter-gps: Interpretable geometry problem solving with formal language and symbolic reasoning. In The Joint Conference of the 59th Annual Meeting of the Association for Computational Linguis tics and the 11th International Joint Conference on Natural Language Processing (ACL-IJCNLP 2021) , 2021. Pan Lu, Swaroop Mishra, Tony Xia, Liang Qiu, Kai-Wei Chang, Song-Chun Zhu, Oyvind Tafjord, Peter Clark, and Ashwin Kalyan. Learn to explain: Multimodal reasoning via thought chains for science question answering. In The 36th Conference on Neural Information Processing Systems (NeurIPS) , 2022. Pan Lu, Hritik Bansal, Tony Xia, Jiacheng Liu, Chunyuan Li, Hannaneh Hajishirzi, Hao Cheng, Kai-Wei Chang, Michel Galley, and Jianfeng Gao. Mathvista: Evaluating mathematical reasoning of foundation models in visual contexts. In International Conference on Learning Representations (ICLR) , 2024. Shiyin Lu, Yang Li, Yu Xia, Yuwei Hu, Shanshan Zhao, Yanqing Ma, Zhichao Wei, Yinglun Li, Lunhao Duan, Jianshan Zhao, et al. Ovis2. 5 technical report. arXiv preprint arXiv:2508.11737 , 2025. Lu Ma, Hao Liang, Meiyi Qiang, Lexiang Tang, Xiaochen Ma, Zhen Hao Wong, Junbo Niu, Chengyu Shen, Runming He, Bin Cui, et al. Learning what reinforcement learning can't: Interleaved online fine-tuning for hardest questions. arXiv preprint arXiv:2506.07527 , 2025. Martin L Puterman. Markov decision processes: discrete stochastic dynamic programming . John Wiley & Sons, 2014. Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model. Advances in neural information processing systems , 36:53728–53741, 2023. John Schulman, Filip Wolski, Prafulla Dhariwal, et al. Proximal policy optimization algorithms. arXiv preprint arXiv:1707.06347 , 2017. Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Yang Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300 , 2024. Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. Hybridflow: A flexible and efficient rlhf framework. arXiv preprint arXiv: 2409.19256 , 2024.", "source": "marker_v2", "marker_block_id": "/page/11/ListGroup/204"}
iclr26/5wxyCidRsK/reference_text_v3.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [p. 11 | section: REFERENCES | type: ListGroup]
2
+ Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, et al. Qwen2. 5-vl technical report. arXiv preprint arXiv:2502.13923 , 2025. Jiaqi Chen, Jianheng Tang, Jinghui Qin, Xiaodan Liang, Lingbo Liu, Eric Xing, and Liang Lin. GeoQA: A geometric question answering benchmark towards multimodal numerical reasoning. In Chengqing Zong, Fei Xia, Wenjie Li, and Roberto Navigli (eds.), Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021 , pp. 513–523, Online, August 2021. Association for Computational Linguistics. doi: 10.18653/v1/2021.findings-acl.46. URL . 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. Yihong Dong, Xue Jiang, Yongding Tao, Huanyu Liu, Kechi Zhang, Lili Mou, Rongyu Cao, Yingwei Ma, Jue Chen, Binhua Li, et al. Rl-plus: Countering capability boundary collapse of llms in reinforcement learning with hybrid-policy optimization. arXiv preprint arXiv:2508.00222 , 2025. Yifan Du, Zikang Liu, Yifan Li, Wayne Xin Zhao, Yuqi Huo, Bingning Wang, Weipeng Chen, Zheng Liu, Zhongyuan Wang, and Ji-Rong Wen. Virgo: A preliminary exploration on reproducing o1 like mllm. arXiv preprint arXiv:2501.01904 , 2025. Haodong Duan, Junming Yang, Yuxuan Qiao, Xinyu Fang, Lin Chen, Yuan Liu, Xiaoyi Dong, Yuhang Zang, Pan Zhang, Jiaqi Wang, et al. Vlmevalkit: An open-source toolkit for evaluating large multi-modality models. In Proceedings of the 32nd ACM international conference on multimedia , pp. 11198–11201, 2024. 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. Yaru Hao, Li Dong, Xun Wu, Shaohan Huang, Zewen Chi, and Furu Wei. On-policy rl with optimal reward baseline. arXiv preprint arXiv:2505.23585 , 2025. Dan Hendrycks, Collin Burns, Saurav Kadavath, Akul Arora, Steven Basart, Eric Tang, Dawn Song, and Jacob Steinhardt. Measuring mathematical problem solving with the math dataset. arXiv preprint arXiv:2103.03874 , 2021. Jingcheng Hu, Yinmin Zhang, Qi Han, Daxin Jiang, Xiangyu Zhang, and Heung-Yeung Shum. Open-reasoner-zero: An open source approach to scaling up reinforcement learning on the base model. arXiv preprint arXiv:2503.24290 , 2025. Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. Gpt-4o system card. arXiv preprint arXiv:2410.21276 , 2024.
3
+
4
+ [p. 12 | section: REFERENCES | type: ListGroup]
5
+ 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. Hynek Kydl´ıcek. Math-Verify: Math Verification Library. URL ˇ huggingface/math-verify . Jia Li, Edward Beeching, Lewis Tunstall, Ben Lipkin, Roman Soletskyi, Shengyi Huang, Kashif Rasul, Longhui Yu, Albert Q Jiang, Ziju Shen, et al. Numinamath: The largest public dataset in ai4maths with 860k pairs of competition math problems and solutions. Hugging Face repository , 13(9):9, 2024. Jia Liu, ChangYi He, YingQiao Lin, MingMin Yang, FeiYang Shen, ShaoGuo Liu, and TingTing Gao. Ettrl: Balancing exploration and exploitation in llm test-time reinforcement learning via entropy mechanism. arXiv preprint arXiv:2508.11356 , 2025a. Zichen Liu, Changyu Chen, Wenjun Li, Penghui Qi, Tianyu Pang, Chao Du, Wee Sun Lee, and Min Lin. Understanding r1-zero-like training: A critical perspective. arXiv preprint arXiv:2503.20783 , 2025b. Pan Lu, Ran Gong, Shibiao Jiang, Liang Qiu, Siyuan Huang, Xiaodan Liang, and Song-Chun Zhu. Inter-gps: Interpretable geometry problem solving with formal language and symbolic reasoning. In The Joint Conference of the 59th Annual Meeting of the Association for Computational Linguis tics and the 11th International Joint Conference on Natural Language Processing (ACL-IJCNLP 2021) , 2021. Pan Lu, Swaroop Mishra, Tony Xia, Liang Qiu, Kai-Wei Chang, Song-Chun Zhu, Oyvind Tafjord, Peter Clark, and Ashwin Kalyan. Learn to explain: Multimodal reasoning via thought chains for science question answering. In The 36th Conference on Neural Information Processing Systems (NeurIPS) , 2022. Pan Lu, Hritik Bansal, Tony Xia, Jiacheng Liu, Chunyuan Li, Hannaneh Hajishirzi, Hao Cheng, Kai-Wei Chang, Michel Galley, and Jianfeng Gao. Mathvista: Evaluating mathematical reasoning of foundation models in visual contexts. In International Conference on Learning Representations (ICLR) , 2024. Shiyin Lu, Yang Li, Yu Xia, Yuwei Hu, Shanshan Zhao, Yanqing Ma, Zhichao Wei, Yinglun Li, Lunhao Duan, Jianshan Zhao, et al. Ovis2. 5 technical report. arXiv preprint arXiv:2508.11737 , 2025. Lu Ma, Hao Liang, Meiyi Qiang, Lexiang Tang, Xiaochen Ma, Zhen Hao Wong, Junbo Niu, Chengyu Shen, Runming He, Bin Cui, et al. Learning what reinforcement learning can't: Interleaved online fine-tuning for hardest questions. arXiv preprint arXiv:2506.07527 , 2025. Martin L Puterman. Markov decision processes: discrete stochastic dynamic programming . John Wiley & Sons, 2014. Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model. Advances in neural information processing systems , 36:53728–53741, 2023. John Schulman, Filip Wolski, Prafulla Dhariwal, et al. Proximal policy optimization algorithms. arXiv preprint arXiv:1707.06347 , 2017. Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Yang Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300 , 2024. Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. Hybridflow: A flexible and efficient rlhf framework. arXiv preprint arXiv: 2409.19256 , 2024.
iclr26/5wxyCidRsK/sanitization_report.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paper_id": "5wxyCidRsK",
3
+ "pipeline": "Paper2Markdown-V3",
4
+ "ok": true,
5
+ "page_count": 21,
6
+ "chunk_count": 165,
7
+ "main_body_chunk_count": 79,
8
+ "appendix_chunk_count": 84,
9
+ "reference_chunk_count": 2,
10
+ "model_text_chars": 44458,
11
+ "raw_markdown_chars": 83059,
12
+ "sanitized_chars": 76871,
13
+ "page_provenance": {
14
+ "min_page": 1,
15
+ "max_page": 21,
16
+ "invalid_count": 0
17
+ },
18
+ "marker_block_type_counts": {
19
+ "Caption": 1,
20
+ "Equation": 21,
21
+ "Figure": 1,
22
+ "FigureGroup": 5,
23
+ "Footnote": 2,
24
+ "ListGroup": 10,
25
+ "PageFooter": 21,
26
+ "PageHeader": 21,
27
+ "SectionHeader": 29,
28
+ "Table": 3,
29
+ "TableGroup": 12,
30
+ "Text": 119
31
+ },
32
+ "asset_count_raw": 6,
33
+ "asset_count_model_kept": 5,
34
+ "asset_count_rejected": 1,
35
+ "asset_reject_reasons": {
36
+ "extreme_aspect_ratio": 1,
37
+ "kept": 5
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/5wxyCidRsK/sanitized_v3.txt ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {0}
2
+ ### ABSTRACT
3
+ Reinforcement Learning with verifiable rewards (RLVR) has emerged as a primary learning paradigm for enhancing the reasoning capabilities of multi-modal large language models (MLLMs). However, during RL training, the enormous state space of MLLM and sparse rewards often leads to entropy collapse, policy degradation, or over-exploitation of suboptimal behaviors. This necessitates an exploration strategy that maintains productive stochasticity while avoiding the drawbacks of uncontrolled random sampling, yielding inefficient exploration. In this paper, we propose CalibRL, a hybrid-policy RLVR framework that supports controllable exploration with expert guidance, enabled by two key mechanisms. First, a distribution-aware advantage weighting scales updates by group rareness to calibrate the distribution, therefore preserving exploration. Meanwhile, the asymmetric activation function (LeakyReLU) leverages the expert knowledge as a calibration baseline to moderate overconfident updates while preserving their corrective direction. CalibRL increases policy entropy in a guided manner and clarifies the target distribution by estimating the on-policy distribution through online sampling. Updates are driven by these informative behaviors, avoiding convergence to erroneous patterns. Importantly, these designs help alleviate the distributional mismatch between the model's policy and expert trajectories, thereby achieving a more stable balance between exploration and exploitation. Extensive experiments across eight benchmarks, including both in-domain and outof-domain settings, demonstrate consistent improvements, validating the effectiveness of our controllable hybrid-policy RLVR training. Code is available at [
4
+ ### 1 INTRODUCTION
5
+ Recent Large Language Models (LLMs), such as OpenAI-o1 [\(Jaech et al., 2024\)](#page-11-0), DeepSeek-R1 [\(Guo et al., 2025\)](#page-10-0), and Kimi-1.5 [\(Team et al., 2025\)](#page-12-0), have achieved remarkable breakthroughs in complex reasoning by leveraging extended Chain-of-Thought (CoT) reasoning [\(Wei et al., 2022\)](#page-12-1), showcasing unprecedented proficiency in multi-step logical inference. Building on these advances, Multi-Modal Large Language Models (MLLMs), including Virgo [\(Du et al., 2025\)](#page-10-1), InternVL3 [\(Zhu](#page-12-2) [et al., 2025\)](#page-12-2), MiMo-VL [\(Xiaomi, 2025\)](#page-12-3), and Ovis2.5 [\(Lu et al., 2025\)](#page-11-1), have further extended reasoning into multi-modal domains, enabling complex visual reasoning, mathematical diagram interpretation, and cross-modal logical inference.
6
+ The success of recent models is largely attributed to advanced Reinforcement Learning using Verifiable Rewards (RLVR). Despite this progress, recent studies have shown fundamental challenges: improvements in policy performance often come at the cost of reduced policy entropy, creating a bottleneck where entropy depletion constrains further progress [\(Cui et al., 2025\)](#page-10-2). Conventional RL methods usually incorporate entropy regularization [\(Liu et al., 2025a;](#page-11-2) [Starnes et al., 2023\)](#page-12-4) to encourage stochasticity, but the resulting high-entropy strategies rely on unguided random sampling, leading to inefficient exploration. This issue is especially pronounced in the enormous state space of MLLMs and significantly limits learning efficiency. Recently, combining Supervised Fine-Tuning
7
+ {1}------------------------------------------------
8
+ (SFT) with Reinforcement Learning (RL) training enables the integration of expert knowledge with self-improvement mechanisms, which can increase policy exploration while providing a clearer target distribution. Yet, neither the popular "SFT-then-RL" pipeline nor recent hybrid-policy frameworks that embed SFT supervision directly into RL training [\(Yan et al., 2025;](#page-12-5) [Ma et al., 2025;](#page-11-3) [Dong](#page-10-3) [et al., 2025;](#page-10-3) [Zhang et al., 2025\)](#page-12-6) could provide stable and controllable exploration. In the sequential "SFT-then-RL" paradigm, the initial SFT stage anchors the policy to a static demonstration distribution, thereby diminishing its exploratory tendency in subsequent RL training. As a result, the policy struggles to adapt beyond the supervised baseline and fails to concentrate probability mass on novel, high-reward behaviors. Hybrid-policy methods that inject SFT supervision into RL suffer from a distributional mismatch between the current policy and expert trajectories. This mismatch introduces high bias and variance, leading to unstable policy learning. The resulting instability interferes with exploration and accelerates entropy collapse, driving the policy toward either overly deterministic or excessively random behaviors.
9
+ To address this dilemma, we propose *CalibRL: Hybrid-Policy RLVR with Controllable Exploration*, a framework that redefines the role of expert supervision as the calibration baseline. CalibRL treats expert data as a distributional baseline—a reference against which the model's on-policy behaviors are evaluated. From this perspective, our framework performs distributional calibration, explicitly designed to maintain sufficient policy entropy while guiding effective exploration. Responses are assessed relative to the baseline distribution from the expert: underrepresented yet correct reasoning paths are selectively reinforced, maintaining rare but informative behaviors as valuable exploration signals, while overconfident but erroneous predictions are penalized more strongly to prevent misleading convergence. This calibrated treatment transforms expert supervision from a rigid imitation signal into a nuanced guidance mechanism that balances exploration and performance, ensuring that policy entropy is retained while exploration is directed toward meaningful reasoning behaviors.
10
+ Crucially, controllable exploration is achieved by using two complementary mechanisms. An advantage weighting serves as an indicator of the relative likelihood of a response within its group, naturally emphasizing the contribution of the rare sample to enforce distribution calibration. In parallel, a asymmetric activation based on LeakyReLU leverages expert knowledge as a calibrated baseline to moderate overconfident updates while preserving their corrective direction, ensuring exploration remains guided and stable. Together, these mechanisms regulate both the strength and direction of policy updates, enabling guided and stable exploration, ensuring expert supervision remains informative rather than restrictive. We conduct extensive experiments across eight benchmarks and demonstrate consistent superiority over previous hybrid-policy methods, which fail to improve upon the GRPO baseline in our multi-modal scenario. In summary, the contributions of this work are threefold:
11
+ - We propose *CalibRL*, a hybrid-policy RLVR framework for controllable exploration in reasoning-oriented MLLMs, which leverages expert guidance to stabilize policy updates and increase policy entropy in a guided manner.
12
+ - Our CalibRL introduces two complementary mechanisms: *advantage weighting*, which emphasizes rare responses to enforce distribution calibration, and a *LeakyReLU–based asymmetric activation*, which moderates overconfident updates while preserving their corrective direction.
13
+ - We validate our method through extensive experiments on eight reasoning benchmarks, demonstrating substantial improvements over GRPO and state-of-the-art hybrid-policy baselines, with consistent gains across both in-domain and out-of-domain tasks.
14
+ ### 2 PRELIMINARIES AND RELATED WORKS
15
+ This section introduces preliminary knowledge related to our work to facilitate understanding of the proposed method. We then review the most pertinent related work, identifying key limitations and outlining our research motivation.
16
+ ### 2.1 REINFORCEMENT LEARNING WITH VERIFIABLE REWARDS (RLVR)
17
+ We start with definitions for training the LLM with RLVR. Given an input prompt q, and an LLM with parameters θ, the reasoning generation task with the LLM is framed as a Markov Decision
18
+ {2}------------------------------------------------
19
+ Process (MDP) (Puterman, 2014). The LLM is represented as a policy $\pi_{\theta}$ . The output response from the LLM is represented as the trajectory $\tau = (o_1, o_2, \dots, o_T)$ , where T is the response length.
20
+ At each generation step $t \in [1,T]$ , the MDP defines a state $s_t = (q,o_1,o_2,\ldots,o_{t-1})$ , which represents the concatenation of the prompt q and the response tokens generated up to step t-1. The initial state $s_0 = q$ . For each generation step t, the MDP defines an action $a_t = o_t \sim \pi_{\theta}(\cdot|s_t)$ , representing the selection of $o_t$ as the next token with state $s_t$ as a condition.
21
+ In the circumstances, the policy $\pi_{\theta}$ provides a probability distribution over the LLM's vocabulary for the next token prediction. With a spare verifiable reward R formulated as follows:
22
+ $$R(\tau) = \begin{cases} 1 & \text{if the response } \tau \text{ is correct,} \\ 0 & \text{otherwise.} \end{cases}$$
23
+ (1)
24
+ The training objective of RLVR is then formulated as follows:
25
+ $$\mathcal{J}(\theta) = \mathbb{E}_{q \sim \mathcal{D}, \tau \sim \pi_{\theta}(\cdot | q)}[R(\tau)], \tag{2}$$
26
+ where $\mathcal{D}$ is the prompts set. This objective is optimized with policy gradient optimization that aims to maximize the reward R over the prompts $\mathcal{D}$ .
27
+ In recent applications, the Group Relative Policy Optimization (GRPO) (Shao et al., 2024) has become the de facto choice owing to the success of Deepseek-R1 (Guo et al., 2025). The primary advantage stems from utilizing intra-group reward comparisons to derive the advantage for each trajectory. Given G responses for each prompt q, the response group $\{\tau_i\}_{i=1}^G$ is validated by the reward function and used to calculate the advantages. This process can be formulated as follows:
28
+ $$\hat{A}_{i,t} = \frac{R(\tau_i) - mean(R(\{\tau_i\}_{i=1}^G))}{std(R(\{\tau_i\}_{i=1}^G))}.$$
29
+ (3)
30
+ The advantage signal guides the preference policy optimization, directing updates to increase the log-probability of tokens that exhibit high advantage values using a clipped PPO-style (Schulman et al., 2017) objective:
31
+ <span id="page-2-0"></span>
32
+ $$\mathcal{J}_{GRPO}(\theta) = \mathbb{E}_{q \sim \mathcal{D}, \tau \sim \pi_{\theta}(\cdot|q)} \left[ \sum_{t=1}^{|\tau|} \min \left( r_{i,t}(\theta) \hat{A}_{i,t}, \right. \right. \\
33
+ \left. \text{clip} \left( r_{i,t}(\theta), 1 - \epsilon, 1 + \epsilon \right) \hat{A}_{i,t} \right) \right] - \beta \mathbf{D}_{KL}(\pi_{\theta} || \pi_{ref}), \tag{4}$$
34
+ where the $r_{i,t}(\theta) = \frac{\pi_{\theta}(\tau_{i,t}|s_{i,t})}{\pi_{\theta_{old}}(\tau_{i,t}|s_{i,t})}$ represent the importance sampling ratio. The KL-divergence penalty $\beta \mathbf{D}_{KL}(\pi_{\theta}||\pi_{ref})$ in the original GRPO (Shao et al., 2024) is used to regularize the policy update. In recent implementations (Yan et al., 2025; Dong et al., 2025), this KL term is usually omitted when training models for long CoT reasoning, as the model's distribution is expected to diverge significantly from the initial policy, rendering this constraint unnecessary.
35
+ #### 2.2 RELATED WORK
36
+ Reinforcement Learning for Reasoning Models. Recent advances in reinforcement learning have significantly improved the reasoning ability of large language models (LLMs) (Guo et al., 2025; Jaech et al., 2024; Team et al., 2025; Xiaomi, 2025; Du et al., 2025; Zhu et al., 2025; Lu et al., 2025; Wang et al., 2025). These advancements have largely benefited from the emergence of Reinforcement Learning with Verifiable Rewards (RLVR) frameworks (Schulman et al., 2017; Shao et al., 2024; Liu et al., 2025b; Rafailov et al., 2023; Hao et al., 2025; Hu et al., 2025), which leverage verifiable signals to provide precise and stable reward shaping. Among these, the GRPO framework (Shao et al., 2024) has become particularly influential, introducing group-normalized advantage estimation as an efficient alternative to PPO (Schulman et al., 2017) under verifiable reward settings in mathematical reasoning. Despite these successes, recent studies have highlighted important limitations of on-policy RLVR when applied to reasoning tasks. Zhao et al. (2025) show that RL post-training often amplifies behaviors inherited from pre-training rather than fundamentally expanding reasoning capacity, leading to an "echo chamber" effect. Yue et al. (2025) further demonstrate that while RL improves sample efficiency (e.g., pass@1), it does not substantially broaden the model's reasoning boundary beyond that of the base model. Complementarily, Cui et al. (2025) provide an
37
+ {3}------------------------------------------------
38
+ analysis of entropy dynamics, revealing that on-policy updates tend to concentrate probability mass on a narrow set of high-reward trajectories, causing premature entropy collapse and limiting exploration. Together, these findings suggest that although RLVR stabilizes training through verifiable feedback, it also risks over-constraining the policy and failing to sustain the exploration necessary for discovering genuinely novel reasoning strategies.
39
+ Hybrid-Policy Optimization Frameworks. To address the limitations of purely on-policy RL, hybrid-policy optimization methods have been proposed, combining reinforcement learning with supervised fine-tuning (SFT) on expert data (Yan et al., 2025; Dong et al., 2025; Wu et al., 2025; Ma et al., 2025; Zhang et al., 2025). LUFFY (Yan et al., 2025) introduces off-policy guidance via mixed-policy optimization with regularized importance sampling, while RL-PLUS (Dong et al., 2025) develops a multi-importance sampling strategy combined with exploration-based advantage shaping. Other approaches, such as ReLIFT (Ma et al., 2025), interleave SFT and RL updates or introduce template-augmented objectives, whereas CHORD (Zhang et al., 2025) employs phased training to balance exploration and exploitation. Despite their innovations, these hybrid frameworks commonly rely on direct log-likelihood maximization of expert data, which imposes a unidirectional optimization pressure toward expert distributions. This often accelerates entropy collapse by suppressing alternative responses, thereby constraining policy diversity and weakening exploration. These limitations motivate our work: rather than treating expert data as an absolute imitation target, we propose to reinterpret it as a distributional baseline, enabling relative calibration of on-policy behaviors in a way that sustains entropy while still providing directional guidance.
40
+ #### 3 Method
41
+ In this section, we reveal the entropy collapse acceleration process caused by the distribution gap between the expert data and the model behaviors. We then illustrate our controllable exploration under expert guidance, analyzing how it preserves policy entropy and directs exploration toward reliable behaviors.
42
+ ### 3.1 LIMITATIONS OF DIRECT EXPERT OPTIMIZATION
43
+ Given a dataset of expert demonstrations $\mathcal{D}=\{(q_i,\tau_i^{\text{expert}})\}$ , policies are typically trained to imitate expert behaviors by minimizing the negative log-likelihood, which is formalized as follows:
44
+ $$\mathcal{L}_{\text{expert}} = -\mathbb{E}_{(q_i, \tau_i^{\text{expert}}) \sim \mathcal{D}} \left[ \log \pi_{\theta} (\tau_i^{\text{expert}} | q_i) \right]. \tag{5}$$
45
+ The corresponding gradient update can be formalized as:
46
+ $$\nabla_{\theta} \mathcal{L}_{\text{expert}} = -\mathbb{E}_{(q_i, \tau_i^{\text{expert}})} \left[ \nabla_{\theta} \log \pi_{\theta} (\tau_i^{\text{expert}} | q_i) \right], \tag{6}$$
47
+ which monotonically increases $\pi_{\theta}(\tau^{\text{expert}}|q)$ . This objective enforces unidirectional expert optimization: probability mass is consistently shifted toward expert responses, regardless of the model's current distribution. While this secures alignment, it also narrows distributional support and suppresses diversity of outputs.
48
+ In the sequential SFT-then-RL paradigm, this effect anchors the policy close to the expert distribution after SFT. Subsequent RL updates are further restricted by importance sampling and ratio clipping (Equation 4), which penalize deviations from the SFT initialization. Consequently, exploration remains confined to the neighborhood of expert behaviors, hindering adaptation to reward signals and limiting the discovery of higher-reward reasoning paths (Figure 1).
49
+ Hybrid-policy frameworks embed expert supervision directly into the RL objective, effectively rewarding higher likelihood of expert responses. While this guarantees continual expert alignment, normalization dictates that increasing $\pi_{\theta}(\tau^{\text{expert}}|q)$ necessarily decreases $\pi_{\theta}(\tau \neq \tau^{\text{expert}}|q)$ , leading to overall entropy reduction, thereby accelerating entropy collapse and pushing the model toward overly deterministic expert-like behaviors:
50
+ $$\mathcal{H}(\pi_{\theta}(\cdot|q)) = -\sum_{\tau} \pi_{\theta}(\tau|q) \log \pi_{\theta}(\tau|q) \quad \downarrow . \tag{7}$$
51
+ In summary, both SFT-then-RL and hybrid-policy frameworks inherit the limitation of unidirectional expert optimization. By uniformly shifting probability mass toward expert trajectories, they
52
+ {4}------------------------------------------------
53
+ constrain exploration, accelerate entropy decay, and fail to adaptively account for the model's heterogeneous cognitive states. To address this limitation, we advocate a relative calibration perspective, treating expert data not as absolute imitation targets but as distributional baselines for evaluating on-policy behaviors.
54
+ ### 3.2 CONTROLLABLE EXPLORATION UNDER EXPERT GUIDANCE
55
+ Our framework redefines the role of expert supervision by treating it as a distributional baseline rather than a strict imitation target. Given an input q<sup>i</sup> , a model-generated response τ policy i , and the corresponding expert response τ expert i , we first define a log-probability gap as
56
+ <span id="page-4-1"></span>
57
+ $$\Delta \ell_i = \log \pi_{\theta}(\tau_i^{\text{policy}}|q_i) - \log \pi_{\theta}(\tau_i^{\text{expert}}|q_i) = \log \frac{\pi_{\theta}(\tau_i^{\text{policy}}|q_i)}{\pi_{\theta}(\tau_i^{\text{expert}}|q_i)}.$$
58
+ (8)
59
+ The quantity ∆ℓ<sup>i</sup> captures the model's relative preference between its own response and the expert's. A positive value indicates the model favors its own answer over the expert's, while a negative value indicates underconfidence relative to the expert.
60
+ We introduce a correctness signal s<sup>i</sup> = +1 for correct responses and s<sup>i</sup> = −1 for incorrect responses, as the actual reward, including the format reward, can exceed the [0, 1] range. To ensure a rigorous definition that remains valid across a broad range of scenarios, we explicitly define the separate correctness signal s<sup>i</sup> rather than relying solely on a normalized version of the actual reward. We then design an objective that enables controllable exploration through an asymmetric activation based on the LeakyReLU operator, and an advantage weighting that emphasizes rare but informative events. The objective is written as
61
+ <span id="page-4-0"></span>
62
+ $$\mathcal{L}_{\text{exploration}} = |\hat{A}_i| \cdot \text{LeakyReLU}(-s_i \cdot \Delta \ell_i, \alpha), \tag{9}$$
63
+ where |Aˆ i | is the absolute value of the group-wise advantage Aˆ i , representing an advantage weight capturing group-wise rarity. Multiplying s<sup>i</sup> with ∆ℓ<sup>i</sup> ensures that the optimization direction always aligns with correctness.
64
+ Under this objective, correct responses that are underweighted relative to the expert are reinforced, thereby broadening the support of the policy distribution and increasing entropy, while incorrect responses that are overweighted are suppressed, thereby shifting probability mass away from them and preventing entropy collapse. The LeakyReLU introduces asymmetric gradient gating, which allows the model to amplify underrepresented reasoning patterns while reducing overconfident predictions. Once a response's probability crosses the expert baseline, the slope parameter α ∈ (0, 1) controls the degree of further reinforcement or suppression, enabling exploration that is both directed and regulated. In this way, expert supervision functions as a relative reference rather than an absolute target, guiding probability redistribution in a calibrated manner while preserving sufficient stochasticity for the model to explore novel reasoning strategies.
65
+ The weighting |Aˆ i | also contributes to controllable exploration by calibrating the scale of the update according to group-wise rarity. Large values occur when a rare correct response emerges among mostly incorrect ones, amplifying its reinforcement as an exploration signal. Similarly, when a rare incorrect response appears among mostly correct ones, the weighting increases its suppression. By modulating the update magnitude in this way, the model emphasizes rare but informative deviations while damping misleading outliers, ensuring that exploration remains selective and controllable.
66
+ We then integrate the controllable exploration term into the GRPO objective to obtain the final training objective
67
+ $$\mathcal{J}(\theta) = \mathbb{E}_{q \sim \mathcal{D}, \tau \sim \pi_{\theta}(\cdot|q)} \left[ \sum_{t=1}^{|\tau|} \min\left(r_{i,t}(\theta)\hat{A}_{i,t}, \right. \right. \\ \left. \text{clip}\left(\left(r_{i,t}(\theta), 1 - \epsilon, 1 + \epsilon\right) \hat{A}_{i,t}\right) - \lambda \mathcal{L}_{\text{exploration}} \right],$$
68
+ $$(10)$$
69
+ where λ balances standard PPO-style policy optimization and expert-guided exploration.
70
+ In summary, our controllable exploration framework combines correctness signals, asymmetric gradient gating via the LeakyReLU, and advantage weighting to modulate probability updates, selectively reinforcing underrepresented correct responses and suppressing overconfident errors while maintaining calibrated stochasticity.
71
+ {5}------------------------------------------------
72
+ ### 4 EXPERIMENTS
73
+ #### <span id="page-5-1"></span>4.1 SETUP
74
+ Training dataset. We construct our training dataset from the ViRL39K collection [\(Wang et al.,](#page-12-7) [2025\)](#page-12-7). Specifically, we sample geometry problems from ViRL39K and generate detailed Chain-of-Thought (CoT) responses using GPT-4o [\(Hurst et al., 2024\)](#page-10-6). We then validate these responses across three criteria: correctness, format adherence, and logical coherence. This process yields 9,695 highquality question-response pairs for training and 933 samples for validation. Notably, the validation set comprises samples that failed our CoT validation criteria, representing challenging cases where even GPT-4o struggled to produce satisfactory responses. We refer readers to the appendix for further training details.
75
+ Benchmarks and Baselines. We evaluate our method on a diverse suite of benchmarks covering both in-domain and out-of-domain (OOD) settings. For in-domain evaluation, we use the Geo3K [\(Lu et al., 2021\)](#page-11-9) and GeoQA [\(Chen et al., 2021\)](#page-10-7) test sets, along with our self-constructed GeoEval benchmark that failed the CoT validation criteria. To examine generalization, we test on MathVerse [\(Zhang et al., 2024\)](#page-12-11), MathVision [\(Wang et al., 2024\)](#page-12-12), and MathVista [\(Lu et al., 2024\)](#page-11-10), which involve broader mathematical reasoning and visual understanding tasks. We further incorporate samples from ViRL39K [\(Wang et al., 2025\)](#page-12-7), which covers diverse fields such as Science (Physics, Chemistry, Biology) and Spatial Reasoning. We also involve the MMMU [\(Yue et al., 2024\)](#page-12-13) and the ScienceQA [Lu et al.](#page-11-11) [\(2022\)](#page-11-11). These benchmarks enable us to evaluate not only the effectiveness of our approach in geometry/mathematics but also its robustness across broader general domains.
76
+ For baselines, we compare against several representative approaches. GRPO (under customized training settings following [Yan et al.](#page-12-5) [\(2025\)](#page-12-5) and [Dong et al.](#page-10-3) [\(2025\)](#page-10-3)) serves as the standard reinforcement learning baseline, while SFT+GRPO reflects the sequential paradigm of supervised finetuning followed by reinforcement learning, highlighting the issues of distribution shift and overly supervised constraints. We also include LUFFY [\(Yan et al., 2025\)](#page-12-5), a state-of-the-art hybrid-policy optimization method, to test whether our approach better preserves entropy compared to direct expert integration, and RLPLUS [\(Dong et al., 2025\)](#page-10-3), which adopts conservative update strategies to stabilize training and thus serves as a strong baseline. We reproduce those methods on our dataset, keeping all training settings consistent throughout the training process. Our experiments are mainly conducted with Qwen2.5-VL-7B [\(Bai et al., 2025\)](#page-10-8) as base models. During evaluation, we use MATH-VERIFY [\(Kydl´ıcek\)](#page-11-12) to score the Geo3K, GeoQA, GeoEval, Science, and Spatial Reason- ˇ ing benchmarks, while the benchmarks MathVerse, MathVision, and MathVista are evaluated with the open-source VLMEVALKIT [\(Duan et al., 2024\)](#page-10-9).
77
+ #### 4.2 MAIN RESULTS
78
+ We first examine the training dynamics in Figure [1,](#page-5-0) taking GRPO as the reference baseline. As seen in the figure, SFT-then-GRPO suffers from overly supervised constraints: although it starts with relatively high reward values, its entropy remains excessively high throughout training, reflecting a lack of meaningful exploration. As a result, the policy distribution quickly solidifies, reward learning stagnates, and performance remains consistently low. In contrast, RL-PLUS [\(Dong et al.,](#page-10-3) [2025\)](#page-10-3) exhibits an opposite pathology. The entropy collapses too rapidly in the early phase and converges early to a certain pattern. This suppresses exploration and makes later reward learning ineffective, which leads to suboptimal reward curves and declining accuracy. The training dynamic shows that aggressive entropy reduction hinders sustained improvement. As also seen in Table [1,](#page-6-0)
79
+ <span id="page-5-0"></span>![](_page_5_Figure_8.jpeg)
80
+ Figure 1: Entropy, reward, and accuracy curves of different methods. We split the entropy comparison into two panels for clarity.
81
+ {6}------------------------------------------------
82
+ both the hybrid-policy frameworks (Dong et al., 2025; Yan et al., 2025) fail to provide consistent benefits upon the GRPO baseline.
83
+ In contrast, quantitative results in Table 1 and Table 2 demonstrate our method's superiority over previous hybrid-policy methods. On in-domain geometry reasoning tasks, our CalibRL achieves an average performance gain of **5.45** percentage points over the GRPO baseline, substantially outperforming existing hybrid-policy methods, including LUFFY (\$\psi\$0.84\$) and RL-PLUS (\$\psi\$4.8\$). For out-of-domain reasoning benchmarks, we observe a consistent improvement of **2.61** percentage points over GRPO, while maintaining competitive advantages over LUFFY and RL-PLUS. Additionally, DAPO does not outperform GRPO in our setting. One possible explanation is that the higher clipping threshold leads to uncontrolled exploration, which further underscores the importance of our work. We further visualize the relative changes from the GRPO baseline in Figure 2. Our method consistently improves upon the GRPO framework across both in-domain and out-of-domain scenarios, whereas existing hybrid-policy approaches exhibit varying degrees of performance degradation, underscoring the effectiveness of our approach in overcoming their limitations.
84
+ <span id="page-6-0"></span>Table 1: Performance comparison on in-domain geometry benchmarks.
85
+ | Method | in-distribution | out-of-di | Avg. | |
86
+ |-----------------------------|-----------------|-----------|-------|-------|
87
+ | | GeoEval | Geo3K | GeoQA | 11.8. |
88
+ | GRPO | 26.15 | 39.77 | 52.52 | 39.48 |
89
+ | SFT+GRPO | 6.00 | 18.64 | 40.98 | 21.87 |
90
+ | DAPO | 25.19 | 40.93 | 52.52 | 39.55 |
91
+ | LUFFY (Yan et al., 2025) | 25.62 | 39.10 | 51.19 | 38.64 |
92
+ | RL-PLUS (Dong et al., 2025) | 20.69 | 36.94 | 46.42 | 34.68 |
93
+ | CalibRL | 33.44 | 40.60 | 60.74 | 44.93 |
94
+ <span id="page-6-1"></span>Table 2: Performance comparison on out-of-domain benchmarks. We present the Science benchmark as 'Sci.' and the Spatial Reasoning benchmark as 'Sp.'.
95
+ | Method | Sci | Sp. | MathVerse | MathVision | MathVista | MMMU | ScienceQA | Avg. |
96
+ |-----------------------------|-------|-------|-----------|------------|-----------|-------|-----------|-------|
97
+ | GRPO | 61.99 | 48.02 | 49.01 | 27.89 | 70.00 | 55.44 | 88.34 | 57.24 |
98
+ | SFT+GRPO | 54.33 | 38.19 | 35.10 | 23.36 | 54.70 | 54.67 | 86.36 | 49.53 |
99
+ | DAPO | 61.61 | 50.21 | 47.82 | 27.07 | 70.40 | 54.67 | 87.95 | 57.10 |
100
+ | LUFFY (Yan et al., 2025) | 63.11 | 48.18 | 47.97 | 26.64 | 70.30 | 55.22 | 87.95 | 57.05 |
101
+ | RL-PLUS (Dong et al., 2025) | 61.21 | 47.55 | 46.40 | 27.14 | 69.90 | 55.88 | 87.50 | 56.51 |
102
+ | CalibRL | 65.12 | 53.64 | 51.35 | 27.93 | 71.90 | 56.55 | 89.04 | 59.36 |
103
+ the GeoEval valida-Notably, tion set comprises samples that failed our CoT validation criteria, representing challenging cases where even GPT-40 struggled to produce satisfactory responses. The performance disparities on this demanding benchmark are particularly revealing: while the SFT+GRPO catastrophically fails with only 6.00% accuracy, and hybrid-policy methods struggle to match the GRPO baseline, our method achieves a remarkable 33.44% accuracy. This substantial improvement on such challenging instances demonstrates our method's superior capability in handling complex reasoning scenarios that typically confound
104
+ <span id="page-6-2"></span>![](_page_6_Figure_8.jpeg)
105
+ Figure 2: Performance comparison showing relative changes from GRPO baseline across in-domain geometry and out-of-domain reasoning tasks.
106
+ existing approaches, validating the effectiveness of our proposed training strategy in maintaining robust performance on difficult edge cases.
107
+ To validate the generalizability of our method across different model scales and architectures, we conduct experiments on both a smaller model (Qwen2.5VL-3B (Bai et al., 2025)) and a different
108
+ {7}------------------------------------------------
109
+ <span id="page-7-0"></span>
110
+ | | | - | | | | |
111
+ |---------------------------------|---------|-------|-------|------------|-----------|------------------|
112
+ | Method | GeoEval | Geo3K | GeoQA | MathVision | MathVista | Avg. |
113
+ | Qwen2.5VL-3B (Bai et al., 2025) | | | | | | |
114
+ | GRPO | 15.11 | 28.95 | 40.05 | 22.99 | 65.1 | 34.44 |
115
+ | LUFFY (Yan et al., 2025) | 12.54 | 28.95 | 33.55 | 23.42 | 62.9 | $32.27_{-2.17}$ |
116
+ | RL-PLUS (Dong et al., 2025) | 12.00 | 27.79 | 35.15 | 24.98 | 63.4 | $32.66_{-1.78}$ |
117
+ | CalibRL | 19.08 | 30.28 | 46.15 | 24.16 | 65.8 | $37.09_{+2.65}$ |
118
+ | IntrenVL3-8B (Zhu et al., 2025) | | | | | | |
119
+ | GRPO | 29.47 | 45.09 | 57.43 | 29.07 | 65.8 | 45.37 |
120
+ | LUFFY (Yan et al., 2025) | 13.83 | 15.14 | 48.67 | 29.07 | 62.0 | $33.74_{-11.63}$ |
121
+ | RL-PLUS (Dong et al., 2025) | 19.61 | 39.27 | 41.38 | 29.44 | 66.8 | $39.30_{-6.07}$ |
122
+ | CalibRL | 31.08 | 48.59 | 58.89 | 30.06 | 68.5 | $47.42_{+2.05}$ |
123
+ Table 3: Performance comparison on different base models.
124
+ architecture (InternVL3-8B (Zhu et al., 2025)). As shown in Table 3, CalibRL achieves consistent improvements in both settings. On the smaller Qwen2.5VL-3B model, our method outperforms the GRPO baseline by 2.65 points, while other methods (LUFFY and RL-PLUS) show performance degradation of about 2 points. On the InternVL3-8B, CalibRL maintains its advantage with a 2.05 point improvement over GRPO, whereas competing methods suffer substantial drops. These results demonstrate that our controllable exploration mechanism generalizes effectively across varying models, consistently delivering performance gains while other recent approaches struggle with cross-model transferability.
125
+ #### 4.3 ABLATION STUDIES
126
+ Controllable Exploration. We first conduct an ablation study to validate the importance of advantage weighting $|\hat{A}_i|$ by removing it from Equation 9, which treats all responses equally regardless of their distributional context. As shown in Table 4, this leads to substantial performance degradation across all benchmarks, demonstrating that advantage weighting is essential for our entropy control mechanism. The advantage weight $|\hat{A}_i|$ enables targeted distributional calibration by amplifying learning signals for rare correct responses while suppressing rare incorrect responses, systematically shifting probability mass toward underrepresented but valuable reasoning patterns. This represents the core of our entropy preservation strategy, ensuring controlled exploration that maintains distributional diversity. Without this mechanism, the exploration signal becomes indiscriminate, compromising both learning efficiency and generalization performance.
127
+ <span id="page-7-1"></span>Table 4: Ablation studies on the controllable exploration objective. We present the Science benchmark as 'Sci.' and the Spatial Reasoning benchmark as 'Sp.'. The highlighted row represents our optimal results. **Bold** and underlined values denote the best and second-best results, respectively.
128
+ | Setting | j | in-domain | | | out-of-domain | | | Avg. | |
129
+ |-------------------|---------|-----------|-------|--------------|---------------|-----------|------------|-----------|-------|
130
+ | setting | GeoEval | Geo3K | GeoQA | Sci. | Sp. | MathVerse | MathVision | MathVista | 11.8. |
131
+ | w/o $ \hat{A}_i $ | 25.19 | 28.95 | 57.56 | 61.76 | 47.71 | 43.63 | 26.71 | 70.90 | 45.30 |
132
+ | w/ $ \hat{A}_i $ | | | | | | | | | |
133
+ | $\alpha$ =0.3 | 31.30 | 42.43 | 59.81 | 64.52 | 50.88 | 50.46 | 28.88 | 71.00 | 49.91 |
134
+ | $\alpha$ =0.5 | 33.44 | 40.60 | 60.74 | <u>65.12</u> | 53.64 | 51.35 | 27.93 | 71.90 | 50.59 |
135
+ | $\alpha$ =0.8 | 30.44 | 43.59 | 58.75 | 65.27 | 50.62 | 50.46 | 28.71 | 71.00 | 49.85 |
136
+ <span id="page-7-2"></span>![](_page_7_Figure_8.jpeg)
137
+ Figure 3: Entropy evolution during training for different $\alpha$ values in our framework. We split the comparison into two panels for clarity. The curves demonstrate how $\alpha$ controls exploration strength.
138
+ {8}------------------------------------------------
139
+ We further conduct an ablation study on the hyperparameter α in Equation [9](#page-4-0) to evaluate its role in regulating exploration during training, with Table [4](#page-7-1) reporting the performance across different α values and Figure [3](#page-7-2) illustrating the corresponding entropy dynamics. Methodologically, α controls how the LeakyReLU mechanism scales the gradient of the exploration term. When the input to LeakyReLU is negative, the gradient is scaled by α < 1, reducing the update strength and preventing excessive promotion or suppression. In this way, α regulates the balance between exploration and convergence in a controlled manner. The results confirm this principle. Small α (=0.3) values promote aggressive exploration in early training but result in unstable optimization characterized by entropy oscillations and premature decay, failing to maintain the sustained exploration necessary for effective learning. Large α values (≥0.8) over-constrain the exploration signal, resulting in rapid entropy decay after a brief initial peak, thereby failing to maintain the distributional diversity essential for effective reasoning generalization. In contrast, an intermediate setting of α = 0.5 achieves optimal exploration regulation by maintaining smooth entropy growth without destabilizing oscillations, reaching sustained high-level exploration that enables effective learning of diverse reasoning patterns while preserving training stability, ultimately resulting in the highest overall performance and wins on the majority of benchmarks.
140
+ These findings highlight that properly calibrated exploration control is essential for reasoning performance. More importantly, our framework enables fully controllable exploration regulation, allowing systematic discovery of optimal balance points and effective navigation toward superior reasoning solutions across varying task requirements.
141
+ Balance Weight. We then test the performance of our method with different balance weights λ, controlling the trade-off between standard policy optimization and expert-guided controllable exploration in Equation [11.](#page-15-0) We observe that small λ values favor in-domain improvements but provide limited generalization, as the model tends to overfit to training-like trajectories. Conversely, very large λ values suppress policy learning and hurt both in-domain and out-of-domain performance due to excessive reliance on expert supervision. A moderate balance achieves the best overall performance, yielding competitive in-domain results while substantially improving out-of-domain generalization.
142
+ Table 5: Ablation studies on the balance weight. We present the Science benchmark as 'Sci.' and the Spatial Reasoning benchmark as 'Sp.'. The highlighted row represents our optimal results. Bold and underlined values denote the best and second-best results, respectively.
143
+ | λ | | in-domain | | out-of-domain | | | | Avg. | |
144
+ |------|---------|-----------|-------|---------------|-------|-----------|------------|-----------|-------|
145
+ | | GeoEval | Geo3K | GeoQA | Sci. | Sp. | MathVerse | MathVision | MathVista | |
146
+ | 0.01 | 29.47 | 38.10 | 58.36 | 64.49 | 50.10 | 49.21 | 28.72 | 70.80 | 48.66 |
147
+ | 0.03 | 30.44 | 42.10 | 61.41 | 63.68 | 51.14 | 50.69 | 27.86 | 72.10 | 49.93 |
148
+ | 0.05 | 28.83 | 41.10 | 57.82 | 64.23 | 49.01 | 49.21 | 27.80 | 71.10 | 48.64 |
149
+ | 0.1 | 33.44 | 40.60 | 60.74 | 65.12 | 53.64 | 51.35 | 27.93 | 71.90 | 50.59 |
150
+ | 0.3 | 23.58 | 26.96 | 58.36 | 61.70 | 48.02 | 42.06 | 25.82 | 70.10 | 44.58 |
151
+ | 0.5 | 25.62 | 31.28 | 55.57 | 61.04 | 47.14 | 43.07 | 27.01 | 70.30 | 45.13 |
152
+ Different entropy control. We also conduct ablations to compare our controllable exploration with several entropy regularization methods. Results are reported in Table [6.](#page-9-0) In summary, only CalibRL delivers consistent improvements across all evaluated benchmarks. We first compare our method with fixed-coefficient entropy regularization by setting the entropy coefficient to 0.01 according to [\(Yan et al., 2025;](#page-12-5) [Dong et al., 2025\)](#page-10-3), which results in a degradation in performance. We then apply the widely used entropy-control mechanisms based on KL and clip-covariance regularization [\(Cui et al., 2025\)](#page-10-2) on top of GRPO. The KL-Cov variant provides a slight improvement on some tasks but remains noticeably weaker than our CalibRL, while the Clip-Cov variant again results in a performance drop. Compared with conventional entropy-based methods, CalibRL enhances policy entropy in a guided manner that avoids unguided randomness and directs exploration toward meaningful reasoning behavior. As a result, it achieves more effective exploration than the compared entropy-based baselines.
153
+ Different activation functions. Adopting the leaky mechanism of the LeakyReLU function enables us to build a controllable entropy–shaping mechanism, facilitated by its adjustable negative slope. We show the necessity of this design through ablations using other activation functions, where the ReLU, sigmoid, and Huber fully truncate negative values, provide no controllable scaling, and the
154
+ {9}------------------------------------------------
155
+ | | Table 6: Performance comparison of different entropy control. |
156
+ |--|---------------------------------------------------------------|
157
+ | | |
158
+ <span id="page-9-0"></span>
159
+ | Method | in-distribution | | out-of-distribution | | |
160
+ |-------------------------------|-----------------|-------|---------------------|-------|--|
161
+ | | GeoEval | Geo3K | GeoQA | Avg. | |
162
+ | GRPO | 26.15 | 39.77 | 52.52 | 39.48 | |
163
+ | + entropy coefficient = 0.01 | 22.62 | 40.27 | 47.48 | 36.79 | |
164
+ | + KL-Cov (Cui et al., 2025) | 26.47 | 41.60 | 53.58 | 40.55 | |
165
+ | + Clip-Cov (Cui et al., 2025) | 25.40 | 39.43 | 52.12 | 38.98 | |
166
+ | CalibRL | 33.44 | 40.60 | 60.74 | 44.93 | |
167
+ tanh, which cannot modulate the magnitude, none of which offer the required level of control. Results are reported in Table [7,](#page-9-1) the three ReLU, sigmoid, and Huber either failed to improve the GRPO baseline or only provided a slight gain. On the other hand, the tanh provides a relatively strong improvement, showing the importance of the negative value in the entropy-shaping mechanism. Finally, our design for the CalibRL consistently achieved the highest performance.
168
+ Table 7: Ablations on activation functions.
169
+ <span id="page-9-1"></span>
170
+ | Method | in-distribution | | out-of-distribution | | |
171
+ |-----------------------|-----------------|-------|---------------------|-------|--|
172
+ | | GeoEval | Geo3K | GeoQA | Avg. | |
173
+ | GRPO | 26.15 | 39.77 | 52.52 | 39.48 | |
174
+ | CalibRL | | | | | |
175
+ | w/ ReLU | 26.47 | 33.11 | 57.96 | 39.18 | |
176
+ | w/ Sigmoid | 26.69 | 32.61 | 60.08 | 39.79 | |
177
+ | w/ Huber | 24.22 | 27.62 | 55.70 | 35.85 | |
178
+ | w/ Tanh | 30.65 | 40.93 | 58.62 | 43.40 | |
179
+ | w/ LeakyReLU(α = 0.5) | 33.44 | 40.60 | 60.74 | 44.93 | |
180
+ Different reference policies. We conduct ablations to compare different reference policies for computing ∆ℓ<sup>i</sup> . Specifically, we replace the log πθ(τ expert i |qi) with the reference policy log πθ(τ ref i |qi), resulting in a log-probability gap as: ∆ℓ ′ <sup>i</sup> = log πθ(τ policy i |qi) − log πθ(τ ref i |qi)
181
+ <span id="page-9-2"></span>Results are reported in Table [8.](#page-9-2) The expert baseline strongly suppresses the reference policy baseline, showing the importance of the expert guidance in our controllable exploration design.
182
+ Table 8: Ablations on reference baselines.
183
+ | Method | in-distribution | out-of-distribution | Avg. | | |
184
+ |--------------------------------------------------------------|-----------------|---------------------|----------------|----------------|--|
185
+ | | GeoEval | Geo3K | | | |
186
+ | CalibRL w/ expert baseline<br>CalibRL w/ ref policy baseline | 33.44<br>27.87 | 40.60<br>40.77 | 60.74<br>55.57 | 44.93<br>42.74 | |
187
+ ### 5 CONCLUSION
188
+ In this work, we investigated the fundamental tension between exploration and supervision in training reasoning-oriented MLLMs and demonstrated that existing SFT-then-RL and hybrid-policy frameworks either remain overly constrained by supervised baselines or suffer from entropy collapse. To address this challenge, we proposed CalibRL: Hybrid-Policy RLVR with Controllable Exploration, a principled framework that reinterprets expert supervision as relative calibration rather than direct imitation, thereby preserving policy entropy while providing directional guidance. Through a LeakyReLU-based asymmetric activation and an advantage weighting mechanism, our method achieves explicit control over exploration, enabling the model to reinforce underrepresented yet correct reasoning trajectories while discouraging overconfident errors. Extensive experiments across eight benchmarks confirmed the effectiveness of our approach, showing consistent improvements over GRPO and strong hybrid-policy baselines. We believe this work provides a step toward more generalizable reasoning in MLLMs, highlighting the importance of controllable exploration as a key ingredient in future post-training strategies.
189
+ {10}------------------------------------------------
190
+ ### REFERENCES
191
+ - <span id="page-10-8"></span>Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, et al. Qwen2. 5-vl technical report. *arXiv preprint arXiv:2502.13923*, 2025.
192
+ - <span id="page-10-7"></span>Jiaqi Chen, Jianheng Tang, Jinghui Qin, Xiaodan Liang, Lingbo Liu, Eric Xing, and Liang Lin. GeoQA: A geometric question answering benchmark towards multimodal numerical reasoning. In Chengqing Zong, Fei Xia, Wenjie Li, and Roberto Navigli (eds.), *Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021*, pp. 513–523, Online, August 2021. Association for Computational Linguistics. doi: 10.18653/v1/2021.findings-acl.46. URL <
193
+ - <span id="page-10-2"></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.
194
+ - <span id="page-10-3"></span>Yihong Dong, Xue Jiang, Yongding Tao, Huanyu Liu, Kechi Zhang, Lili Mou, Rongyu Cao, Yingwei Ma, Jue Chen, Binhua Li, et al. Rl-plus: Countering capability boundary collapse of llms in reinforcement learning with hybrid-policy optimization. *arXiv preprint arXiv:2508.00222*, 2025.
195
+ - <span id="page-10-1"></span>Yifan Du, Zikang Liu, Yifan Li, Wayne Xin Zhao, Yuqi Huo, Bingning Wang, Weipeng Chen, Zheng Liu, Zhongyuan Wang, and Ji-Rong Wen. Virgo: A preliminary exploration on reproducing o1 like mllm. *arXiv preprint arXiv:2501.01904*, 2025.
196
+ - <span id="page-10-9"></span>Haodong Duan, Junming Yang, Yuxuan Qiao, Xinyu Fang, Lin Chen, Yuan Liu, Xiaoyi Dong, Yuhang Zang, Pan Zhang, Jiaqi Wang, et al. Vlmevalkit: An open-source toolkit for evaluating large multi-modality models. In *Proceedings of the 32nd ACM international conference on multimedia*, pp. 11198–11201, 2024.
197
+ - <span id="page-10-0"></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.
198
+ - <span id="page-10-4"></span>Yaru Hao, Li Dong, Xun Wu, Shaohan Huang, Zewen Chi, and Furu Wei. On-policy rl with optimal reward baseline. *arXiv preprint arXiv:2505.23585*, 2025.
199
+ - <span id="page-10-10"></span>Dan Hendrycks, Collin Burns, Saurav Kadavath, Akul Arora, Steven Basart, Eric Tang, Dawn Song, and Jacob Steinhardt. Measuring mathematical problem solving with the math dataset. *arXiv preprint arXiv:2103.03874*, 2021.
200
+ - <span id="page-10-5"></span>Jingcheng Hu, Yinmin Zhang, Qi Han, Daxin Jiang, Xiangyu Zhang, and Heung-Yeung Shum. Open-reasoner-zero: An open source approach to scaling up reinforcement learning on the base model. *arXiv preprint arXiv:2503.24290*, 2025.
201
+ - <span id="page-10-6"></span>Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. Gpt-4o system card. *arXiv preprint arXiv:2410.21276*, 2024.
202
+ {11}------------------------------------------------
203
+ - <span id="page-11-0"></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.
204
+ - <span id="page-11-12"></span>Hynek Kydl´ıcek. Math-Verify: Math Verification Library. URL ˇ [ [huggingface/math-verify](
205
+ - <span id="page-11-14"></span>Jia Li, Edward Beeching, Lewis Tunstall, Ben Lipkin, Roman Soletskyi, Shengyi Huang, Kashif Rasul, Longhui Yu, Albert Q Jiang, Ziju Shen, et al. Numinamath: The largest public dataset in ai4maths with 860k pairs of competition math problems and solutions. *Hugging Face repository*, 13(9):9, 2024.
206
+ - <span id="page-11-2"></span>Jia Liu, ChangYi He, YingQiao Lin, MingMin Yang, FeiYang Shen, ShaoGuo Liu, and TingTing Gao. Ettrl: Balancing exploration and exploitation in llm test-time reinforcement learning via entropy mechanism. *arXiv preprint arXiv:2508.11356*, 2025a.
207
+ - <span id="page-11-7"></span>Zichen Liu, Changyu Chen, Wenjun Li, Penghui Qi, Tianyu Pang, Chao Du, Wee Sun Lee, and Min Lin. Understanding r1-zero-like training: A critical perspective. *arXiv preprint arXiv:2503.20783*, 2025b.
208
+ - <span id="page-11-9"></span>Pan Lu, Ran Gong, Shibiao Jiang, Liang Qiu, Siyuan Huang, Xiaodan Liang, and Song-Chun Zhu. Inter-gps: Interpretable geometry problem solving with formal language and symbolic reasoning. In *The Joint Conference of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (ACL-IJCNLP 2021)*, 2021.
209
+ - <span id="page-11-11"></span>Pan Lu, Swaroop Mishra, Tony Xia, Liang Qiu, Kai-Wei Chang, Song-Chun Zhu, Oyvind Tafjord, Peter Clark, and Ashwin Kalyan. Learn to explain: Multimodal reasoning via thought chains for science question answering. In *The 36th Conference on Neural Information Processing Systems (NeurIPS)*, 2022.
210
+ - <span id="page-11-10"></span>Pan Lu, Hritik Bansal, Tony Xia, Jiacheng Liu, Chunyuan Li, Hannaneh Hajishirzi, Hao Cheng, Kai-Wei Chang, Michel Galley, and Jianfeng Gao. Mathvista: Evaluating mathematical reasoning of foundation models in visual contexts. In *International Conference on Learning Representations (ICLR)*, 2024.
211
+ - <span id="page-11-1"></span>Shiyin Lu, Yang Li, Yu Xia, Yuwei Hu, Shanshan Zhao, Yanqing Ma, Zhichao Wei, Yinglun Li, Lunhao Duan, Jianshan Zhao, et al. Ovis2. 5 technical report. *arXiv preprint arXiv:2508.11737*, 2025.
212
+ - <span id="page-11-3"></span>Lu Ma, Hao Liang, Meiyi Qiang, Lexiang Tang, Xiaochen Ma, Zhen Hao Wong, Junbo Niu, Chengyu Shen, Runming He, Bin Cui, et al. Learning what reinforcement learning can't: Interleaved online fine-tuning for hardest questions. *arXiv preprint arXiv:2506.07527*, 2025.
213
+ - <span id="page-11-4"></span>Martin L Puterman. *Markov decision processes: discrete stochastic dynamic programming*. John Wiley & Sons, 2014.
214
+ - <span id="page-11-8"></span>Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model. *Advances in neural information processing systems*, 36:53728–53741, 2023.
215
+ - <span id="page-11-6"></span>John Schulman, Filip Wolski, Prafulla Dhariwal, et al. Proximal policy optimization algorithms. *arXiv preprint arXiv:1707.06347*, 2017.
216
+ - <span id="page-11-5"></span>Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Yang Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. *arXiv preprint arXiv:2402.03300*, 2024.
217
+ - <span id="page-11-13"></span>Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. Hybridflow: A flexible and efficient rlhf framework. *arXiv preprint arXiv: 2409.19256*, 2024.
218
+ {12}------------------------------------------------
219
+ - <span id="page-12-4"></span>Andrew Starnes, Anton Dereventsov, and Clayton Webster. Increasing entropy to boost policy gradient performance on personalization tasks. In *2023 IEEE International Conference on Data Mining Workshops (ICDMW)*, pp. 1551–1558. IEEE, 2023.
220
+ - <span id="page-12-0"></span>Kimi Team, Angang Du, Bofei Gao, Bowei Xing, Changjiu Jiang, Cheng Chen, Cheng Li, Chenjun Xiao, Chenzhuang Du, Chonghua Liao, et al. Kimi k1. 5: Scaling reinforcement learning with llms. *arXiv preprint arXiv:2501.12599*, 2025.
221
+ - <span id="page-12-7"></span>Haozhe Wang, Chao Qu, Zuming Huang, Wei Chu, Fangzhen Lin, and Wenhu Chen. Vlrethinker: Incentivizing self-reflection of vision-language models with reinforcement learning. *arXiv preprint arXiv:2504.08837*, 2025.
222
+ - <span id="page-12-1"></span>Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V Le, Denny Zhou, et al. Chain-of-thought prompting elicits reasoning in large language models. *Advances in neural information processing systems*, 35:24824–24837, 2022.
223
+ - <span id="page-12-10"></span>Jinyang Wu, Chonghua Liao, Mingkuan Feng, et al. Thought-augmented policy optimization: Bridging external guidance and internal capabilities. *arXiv preprint arXiv:2505.15692*, 2025.
224
+ - <span id="page-12-3"></span>LLM-Core-Team Xiaomi. Mimo-vl technical report, 2025. URL [ [2506.03569](
225
+ - <span id="page-12-5"></span>Jianhao Yan, Yafu Li, Zican Hu, Zhi Wang, Ganqu Cui, Xiaoye Qu, Yu Cheng, and Yue Zhang. Learning to reason under off-policy guidance. *arXiv preprint arXiv:2504.14945*, 2025.
226
+ - <span id="page-12-13"></span>Xiang Yue, Yuansheng Ni, Kai Zhang, Tianyu Zheng, Ruoqi Liu, Ge Zhang, Samuel Stevens, Dongfu Jiang, Weiming Ren, Yuxuan Sun, Cong Wei, Botao Yu, Ruibin Yuan, Renliang Sun, Ming Yin, Boyuan Zheng, Zhenzhu Yang, Yibo Liu, Wenhao Huang, Huan Sun, Yu Su, and Wenhu Chen. Mmmu: A massive multi-discipline multimodal understanding and reasoning benchmark for expert agi. In *Proceedings of CVPR*, 2024.
227
+ - <span id="page-12-9"></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.
228
+ - <span id="page-12-11"></span>Renrui Zhang, Dongzhi Jiang, Yichi Zhang, Haokun Lin, Ziyu Guo, Pengshuo Qiu, Aojun Zhou, Pan Lu, Kai-Wei Chang, Peng Gao, et al. Mathverse: Does your multi-modal llm truly see the diagrams in visual math problems? *arXiv preprint arXiv:2403.14624*, 2024.
229
+ - <span id="page-12-6"></span>Wenhao Zhang, Yuexiang Xie, Yuchang Sun, Yanxi Chen, Guoyin Wang, Yaliang Li, Bolin Ding, and Jingren Zhou. On-policy rl meets off-policy experts: Harmonizing supervised fine-tuning and reinforcement learning via dynamic weighting. *arXiv preprint arXiv:2508.11408*, 2025.
230
+ - <span id="page-12-8"></span>Rosie Zhao, Alexandru Meterez, Sham Kakade, Cengiz Pehlevan, Samy Jelassi, and Eran Malach. Echo chamber: Rl post-training amplifies behaviors learned in pretraining. *arXiv preprint arXiv:2504.07912*, 2025.
231
+ - <span id="page-12-2"></span>Jinguo Zhu, Weiyun Wang, Zhe Chen, Zhaoyang Liu, Shenglong Ye, Lixin Gu, Hao Tian, Yuchen Duan, Weijie Su, Jie Shao, et al. Internvl3: Exploring advanced training and test-time recipes for open-source multimodal models. *arXiv preprint arXiv:2504.10479*, 2025.
232
+ {13}------------------------------------------------
233
+ ### A TRAINING PROMPT
234
+ As shown in Table [9,](#page-13-0) for a multi-modal image-question input, we concatenate the question with our instruction, which guides the model to perform step-by-step reasoning and specifies the desired output format.
235
+ Table 9: Prompt template.
236
+ <span id="page-13-0"></span><image> question.
237
+ You FIRST think about the reasoning process as an internal monologue and then provide the final answer.
238
+ The reasoning process MUST BE enclosed within <think> < /think> tags. The final answer MUST BE put in <answer> < /answer> tags.
239
+ ### B TRAINING SETTINGS.
240
+ We conduct all our experiments on 8 NVIDIA A800 80G GPUS. For fair comparison, we follow the standard GRPO training setup with several modifications as previous works [\(Liu et al., 2025b;](#page-11-7) [Yan et al., 2025;](#page-12-5) [Dong et al., 2025\)](#page-10-3). First, we disable the KL regularization term by setting its coefficient to zero and removing both the length normalization and the standard error normalization in the original GRPO loss. For rollout generation, we use a temperature of 1.0 and perform 10 rollouts per prompt. In the case of hybrid-policy RL, we additionally include one off-policy rollout. The rollout batch size is set to 480, while the update batch size is 120. As the reward signal, we employ MATH-VERIFY [\(Kydl´ıcek\)](#page-11-12), combined with a lightweight format reward of ˇ 0.1. For our controllable exploration, we set the λ weight to 0.1 as the default. The GeoEval data remained completely unseen during training. We trained all models for a fixed number of steps without any early stopping, and checkpoints for comparison were selected at identical training steps across all experiments.
241
+ ### C ADDITIONAL EXPERIMENTAL RESULTS
242
+ General applicability beyond visual reasoning. In this work, we focus on achieving stable entropy control in RLVR for VLMs, where the challenge becomes especially severe in the vast state space of MLLMs and substantially limits learning efficiency. While a series of works like LUFFY [\(Yan](#page-12-5) [et al., 2025\)](#page-12-5) and RL-PLUS [\(Dong et al., 2025\)](#page-10-3) have achieved promising results for LLMs, such results have not transferred to MLLMs, leaving a notable gap in the literature, one that our work aims to fill.
243
+ However, our method can certainly be expanded to broader applications beyond visual reasoning. We extend CalibRL to pure text math reasoning tasks to demonstrate the effectiveness beyond visual reasoning. Specifically, we train Qwen2.5-VL-7B on a 9k-sample subset of the MATH dataset [\(Hendrycks et al., 2021\)](#page-10-10) and evaluate the model on the in-distribution benchmark MATH-500 [\(Hendrycks et al., 2021\)](#page-10-10) and the out-of-distribution benchmark AMC [\(Li et al., 2024\)](#page-11-14).
244
+ Table 10: Performance of the Qwen2.5-VL-7B model on math reasoning tasks.
245
+ <span id="page-13-1"></span>
246
+ | Method | MATH-500 (in-distribution) | AMC (out-of-distribution) |
247
+ |----------------|----------------------------|---------------------------|
248
+ | Qwen2.5-VL-7B | 64.8 | 31.97 |
249
+ | GRPO | 68.5 | 31.59 |
250
+ | CalibRL (ours) | 70.2 | 32.08 |
251
+ Results are reported in Table [10.](#page-13-1) Training on pure text data, CalibRL yields stronger gains than GRPO on MATH-500, demonstrating more effective in-distribution improvement. Moreover, unlike GRPO, which fails to enhance out-of-distribution performance, CalibRL continues to deliver benefits on AMC, achieving strong generalization results.
252
+ {14}------------------------------------------------
253
+ <span id="page-14-0"></span>Scalability to larger model sizes. We also verify our method on the Qwen2.5-VL-32B model. We train the Qwen2.5-VL-32B with GRPO and our CalibRL, respectively, using the same training data we constructed for our main paper results. Results are reported in Table [11.](#page-14-0) Our method exhibits consistent improvements when scaled to a larger model.
254
+ Table 11: Performance of the Qwen2.5-VL-32B model.
255
+ | Method | in-distribution | out-of-distribution | Avg. | |
256
+ |----------------|-----------------|---------------------|-------|-------|
257
+ | | GeoEval | Geo3K | GeoQA | |
258
+ | Qwen2.5-VL-32B | 37.94 | 48.24 | 60.87 | 48.60 |
259
+ | GRPO | 44.48 | 51.75 | 63.53 | 53.25 |
260
+ | CalibRL(ours) | 48.77 | 52.58 | 67.90 | 56.42 |
261
+ Moreover, this bias does not override correctness learning. The policy is still optimized primarily by the main GRPO loss, which determines reward-maximizing behavior. The exploration term is scaled by a small λ and serves only to regulate the degree of deviation from the expert, rather than to dictate correctness. Thus, the optimization direction remains dominated by the policy objective, and we did not observe harmful interference with correctness.
262
+ <span id="page-14-1"></span>To further analyze the influence of such length bias, we conduct an ablation by adding a length normalization to the ∆ℓ<sup>i</sup> computation. Results are reported in Table [12.](#page-14-1) The strong performance of the model without length normalization supports our original design.
263
+ Table 12: Performance on length norm.
264
+ | Method | in-distribution | | out-of-distribution | Avg. |
265
+ |----------------------------------------------|-----------------|----------------|---------------------|----------------|
266
+ | | GeoEval | Geo3K | GeoQA | |
267
+ | CalibRL<br>w/o length norm<br>w/ length norm | 33.44<br>29.26 | 40.60<br>39.10 | 60.74<br>60.34 | 44.93<br>42.90 |
268
+ Effect of weaker expert baselines. In our main results, we use GPT-4o as the expert to generate CoT responses for training. To further verify the generalizability of CalibRL, we additionally compare GRPO and CalibRL when the training data are produced by Qwen2.5-VL-72B, which serves as a weaker expert compared to GPT-4o. We keep the size of the Qwen-generated dataset comparable to the GPT-generated one (approximately 9k samples). However, because the two expert models differ in capability, the filtered sets of correct responses are not identical, and we cannot guarantee that both methods are trained on the same sampled data. Nonetheless, this setting still provides a meaningful evaluation of the robustness and generality of CalibRL under varying expert quality.
269
+ The results in Table [13](#page-15-1) show that CalibRL consistently delivers substantial improvements over GRPO in both settings. As expected, the magnitude of improvement depends on the quality of the expert baseline, with a stronger expert providing a high-quality, generalizable, and informative reference. This highlights the importance of expert guidance in controllable-entropy RLVR and further demonstrates that CalibRL can effectively adapt its learning behavior to the quality of the expert model, leading to significant gains in training performance.
270
+ ### D COMPUTATIONAL COST AND SAMPLE EFFICIENCY
271
+ Our method adds one off-policy expert response per prompt to the standard GRPO group of G policy-generated responses (where G = 10 in our implementation). This introduces a well-defined
272
+ {15}------------------------------------------------
273
+ <span id="page-15-1"></span>
274
+ | Method | in-distribution | out-of-di | stribution | Avg. |
275
+ |---------------------------------|-----------------|----------------|----------------|---------------------------------|
276
+ | 111011100 | GeoEval | Geo3K | GeoQA | 11.8. |
277
+ | On Qwen data<br>GRPO<br>CalibRL | 23.26<br>26.90 | 41.10<br>40.43 | 49.87<br>56.90 | 38.08<br>41.41 <sub>+3.33</sub> |
278
+ | On GPT data<br>GRPO<br>CalibRL | 26.15<br>33.44 | 39.77<br>40.60 | 52.52<br>60.74 | 39.48<br>44.93 <sub>+5.45</sub> |
279
+ Table 13: Trained on different expert data.
280
+ incremental cost that we quantify below (see Table 14). The expert response requires one additional forward pass to compute the expert log probability. Importantly, different from previous hybrid-policy methods, including LUFFY and RL-PLUS, the expert response **does not participate in gradient computation**. It serves only as a reference baseline. This means while we have G+1 forward passes per prompt, we still only perform G backward passes, **identical to standard GRPO**. Also, different from LUFFY, we require no additional reward for the expert trajectory, since we only include on-policy samples in the advantage calculation. Additionally, expert data collection is a one-time offline cost, not incurred during training, so rollout sampling overhead is zero.
281
+ <span id="page-15-2"></span>Table 14: Per-prompt computational breakdown for a typical group size of G.
282
+ | Component | GRPO | CalibRL | Additional Cost |
283
+ |----------------------|------|---------|-----------------|
284
+ | Rollout sampling | G | G | 0 |
285
+ | Forward passes | G | G + 1 | +1 |
286
+ | Reward model queries | G | G | 0 |
287
+ | Backward passes | G | G | 0 |
288
+ ## E THEORETICAL GROUNDING OF $|\hat{A}_i|$
289
+ Possible double-counting of advantage terms. Our training objective:
290
+ <span id="page-15-0"></span>
291
+ $$\mathcal{J}(\theta) = \mathbb{E}_{q \sim \mathcal{D}, \tau \sim \pi_{\theta}(\cdot|q)} \left[ \sum_{t=1}^{|\tau|} \min\left(r_{i,t}(\theta) \hat{A}_{i,t}, \right. \right. \\ \left. \text{clip}\left(r_{i,t}(\theta), 1 - \epsilon, 1 + \epsilon\right) \hat{A}_{i,t}\right) - \lambda |\hat{A}_{i}| \cdot \text{LeakyReLU}\left(-s_{i} \Delta \ell_{i}, \alpha\right) \right].$$
292
+ $$(11)$$
293
+ In the main GRPO objective, $\hat{A}_{i,t}$ determines the update direction of the policy, while in the exploration term, $|\hat{A}_i|$ is treated purely as a static importance weight. The two occurrences of the advantage influence different aspects of the optimization: the GRPO term governs policy improvement, whereas the exploration term modulates the strength of trajectory-level exploration correction.
294
+ The exploration loss gradient is:
295
+ $$\frac{\partial \mathcal{L}_{\text{exploration}}}{\partial \theta} = |\hat{A}_i| \cdot \text{LeakyReLU}'(-s_i \Delta \ell_i) \cdot (-s_i) \cdot \nabla_{\theta} \log \pi_{\theta}(a_i), \tag{12}$$
296
+ while the GRPO gradient is:
297
+ $$\frac{\partial}{\partial \theta} \left( r_{i,t}(\theta) \hat{A}_{i,t} \right) = \hat{A}_{i,t} \cdot \nabla_{\theta} r_{i,t}(\theta)
298
+ = \hat{A}_{i,t} \cdot r_{i,t}(\theta) \cdot \nabla_{\theta} \log \pi_{\theta}(a_{i,t}).$$
299
+ (13)
300
+ Both terms produce updates through $(\nabla_{\theta} \log \pi_{\theta})$ , but with different multiplicative coefficients (the GRPO term uses $(\hat{A}_{i,t}r_{i,t})$ while the exploration term uses $(|\hat{A}_i|(-s_i\text{LeakyReLU}(\cdot)))$ and is scaled
301
+ {16}------------------------------------------------
302
+ by $\lambda$ ). The key observation is that these coefficients are additive in the total gradient, not multiplicative. The final gradient is:
303
+ $$\nabla_{\theta} \mathcal{J} = \sum_{t} \hat{A}_{i,t} \cdot r_{i,t}(\theta) \cdot \nabla_{\theta} \log \pi_{\theta}(a_{i,t}) - \lambda \cdot |\hat{A}_{i}| \cdot (-s_{i}) \cdot \text{LeakyReLU}(\cdot) \cdot \nabla_{\theta} \log \pi_{\theta}(a_{i}). \tag{14}$$
304
+ The advantage appears in two separate, additive gradient contributions that can constructively or destructively interfere depending on their signs, with the hyperparameter $\lambda$ controlling the relative magnitude of exploration correction versus policy improvement, preventing uncontrolled amplification. In our experiments, $\lambda=0.1$ ensures the exploration term provides a measured correction signal without dominating the GRPO updates.
305
+ The "rarity" interpretation of $|\hat{A}_i|$ . We provide a formal characterization of the intuition of using $|\hat{A}_i|$ value to naturally capture group-wise "rarity".
306
+ First, consider several example groups of sequence-level rewards:
307
+ - Group 1: [0,1,1,1], where the "0" answer is relatively rare within the group. The absolute value of the group advantage is [0.75,0.25,0.25,0.25]. The "0" has the largest $|\hat{A}|$ , indicating that a reward of "0" is the group-wise outlier.
308
+ - Group 2: [1,0,0,0], where the "1" answer is relatively rare within the group. This group resulted in the same absolute value of the group advantage: [0.75,0.25,0.25,0.25], also indicating that a reward of "1" is "rare" in this group.
309
+ The examples demonstrate that the frequency of correct/incorrect answers and $|\hat{A}_i|$ correspond symmetrically and automatically, without requiring additional heuristics. We further show a continuous change between $|\hat{A}_i|$ and reward frequency in a group of 10 samples in Figure 4. The curve shows a strictly monotonic mapping between rarity and magnitude.
310
+ <span id="page-16-0"></span>![](_page_16_Figure_9.jpeg)
311
+ Figure 4: Relationship between $|A_i|$ and reward frequency in a group of 10 samples.
312
+ Furthermore, to analyze robustness under small additive reward noise (e.g., formatting bonuses), consider the perturbed reward
313
+ $$R'(\tau_i) = R(\tau_i) + \delta_i, \quad |\delta_i| \le \epsilon.$$
314
+ The corresponding advantage becomes
315
+ $$\hat{A}'_{i,t} = R'(\tau_i) - \text{mean}(R'(\{\tau_j\}_{j=1}^G)) = (R(\tau_i) - \mu_G) + (\delta_i - \bar{\delta}),$$
316
+ where
317
+ $$\mu_G = \operatorname{mean}(R(\{\tau_j\}_{j=1}^G)), \qquad \bar{\delta} = \operatorname{mean}(\{\delta_j\}_{j=1}^G).$$
318
+ Thus, the perturbation to the advantage is
319
+ $$\hat{A}'_{i,t} - \hat{A}_{i,t} = \delta_i - \bar{\delta},$$
320
+ {17}------------------------------------------------
321
+ which is a mean-centered noise term satisfying
322
+ $$|\delta_i - \bar{\delta}| \le 2\epsilon.$$
323
+ Since typically
324
+ $$|R(\tau_i) - \mu_G| = O(1),$$
325
+ the ordering of $|\hat{A}_{i,t}|$ , which determines group-wise rarity, is preserved for sufficiently small $\epsilon$ . In the common case where noise is approximately uniform across samples (e.g., shared formatting bonuses), we have $\delta_i \approx \bar{\delta}$ , and the perturbation cancels:
326
+ $$\hat{A}'_{i,t} \approx \hat{A}_{i,t}$$
327
+ .
328
+ Hence, mean-centered normalization makes the rarity signal $|\hat{A}_{i,t}|$ inherently robust to small reward noise.
329
+ #### F EFFECTIVENESS ANALYSIS OF CALIBRL
330
+ We obtain several statistical data points from our trained checkpoints to contrast CalibRL with RL-PLUS and LUFFY and to reveal the structural differences brought by explicit calibration. Both LUFFY and RL-PLUS attempt to use experts without an effective calibration mechanism, which leads to either diluted expert signals or unstable confidence dynamics. In contrast, CalibRL introduces a calibration mechanism that stabilizes expert influence, as reflected in the following statistics.
331
+ As in Table 15, LUFFY collapses to a single expert mode. The policy and expert distributions become nearly indistinguishable after training. The model treats expert responses as a uniform style to imitate. It loses the ability to evaluate where expert guidance should matter and where exploration should continue. RL-PLUS shows the opposite tendency. The policy becomes prematurely certain. Expert responses also lose diversity and drift toward the policy. The model reinforces its own early preferences without checking them against a stable expert reference. It converges quickly but without reliable calibration. In both cases, expert information does not form a stable reference for exploration.
332
+ Differently, our CalibRL is not designed to directly learn or fit the expert distribution, which would resemble an off-policy imitation objective. Instead, CalibRL uses expert responses as a baseline that calibrates exploration rather than constrains generation. As shown in Equations 8 and 9, the distributional influence of expert samples is not a monotonic or uniform increase in consistency with the expert distribution. Specifically, when the policy's rollout produces an incorrect answer, optimization pushes the policy closer to the expert sample distribution; however, when the policy itself produces a correct rollout, the method suppresses the probability of expert samples. Thus, distributional shifts measured across all samples cannot directly reflect the calibration mechanism that CalibRL performs.
333
+ The statistics in Table 15 support this distinction. CalibRL maintains the broadest policy entropy, showing that the model stays exploratory rather than collapsing into a single expert mode as in LUFFY or becoming prematurely overconfident as in RL-PLUS. Expert responses also remain diverse and on-policy, which provides a stable reference for calibration rather than a target distribution to mimic. CalibRL shows a negative $\Delta \ell_i$ , indicating that the model consistently assigns a higher likelihood to expert answers and uses this signal to navigate exploration toward better solutions. This calibrated behavior produces higher rewards and shorter, more precise outputs.
334
+ Table 15: Statistical data points from our trained checkpoints.
335
+ <span id="page-17-0"></span>
336
+ | Method | $\bigg \Delta \ell_i$ | policy entropy | reward | response length (expert length 382.19) |
337
+ |---------------|------------------------|----------------|--------|----------------------------------------|
338
+ | Qwen2.5-VL-7B | 0.1459 | 0.4401 | 0.2029 | 437.76 |
339
+ | GRPO | 0.4256 | 0.2508 | 0.5381 | 431.79 |
340
+ | LUFFY | 0.0881 | 0.4688 | 0.4980 | 414.58 |
341
+ | RL-PLUS | 0.3452 | 0.2580 | 0.4975 | 425.08 |
342
+ | CalibRL | -0.8025 | 1.4968 | 0.5667 | 271.71 |
343
+ {18}------------------------------------------------
344
+ ### G CASE STUDY
345
+ We select cases from the challenging MathVision [\(Wang et al., 2024\)](#page-12-12) benchmark and compare our response with the GRPO baseline, the SFT+GRPO baseline, the LUFFY [\(Yan et al., 2025\)](#page-12-5), and the RL-PLUS [\(Dong et al., 2025\)](#page-10-3).
346
+ We first compare the case response among our CalibRL, the GRPO baseline, and the SFT+GRPO baseline in Figure [5.](#page-19-0) The GRPO baseline, lacking explicit guidance, exhibits erroneous reasoning and hallucinatory requirements (highlighted in red). In contrast, the SFT+GRPO baseline is overly constrained by the supervised signals, limiting its exploratory capacity; as a result, it attempts to frame the problem in a purely mathematical manner, which ultimately leads to ineffective reasoning. Distinct from both, our approach leverages effective guidance to explore the most efficient solution path, directly and precisely resolving the problem.
347
+ Similarly, in the case analysis shown in Figure [6,](#page-20-0) LUFFY falls into inefficient exploration, which results in both visual understanding errors and flawed reasoning (highlighted in red), ultimately failing to produce the correct answer. RL-PLUS leverages multiple importance sampling [\(Dong](#page-10-3) [et al., 2025\)](#page-10-3) to partially alleviate inefficient reasoning. However, it fails to fundamentally resolve the problem. In contrast, our method maintains effective exploration while preserving expert guidance, thereby successfully and reliably addressing the task.
348
+ ### H THE USE OF LARGE LANGUAGE MODELS
349
+ We employed large language models in our work to check the grammatical correctness of the paper and to provide refinements to selected sentences for improved clarity and readability.
350
+ {19}------------------------------------------------
351
+ <span id="page-19-0"></span>![](_page_19_Figure_1.jpeg)
352
+ Figure 5: A case of CalibRL compared with baselines GRPO and SFT+GRPO.
353
+ {20}------------------------------------------------
354
+ <span id="page-20-0"></span>Prompt: *You are a helpful assistant.* The diagram shows the floor plan of Renate's house. Renate enters her house from the terrace (Terrasse) and walks through every door of the house exactly once. Which room does she end up in?
355
+ Correct Answer: "2"
356
+ #### LUFFY
357
+ Response: <think> To solve this problem, we need to determine which room Renate ends up in after walking through every door exactly once. This is essentially a problem of finding an Eulerian path in a graph, where each room is a node and each door is an edge. Here's the step-by-step reasoning:
358
+ - 1. Identify the nodes (rooms) and edges (doors) in the graph.
359
+ - 2. Count the degree (number of edges) of each node.
360
+ - 3. According to Euler's theorem, a graph has an Eulerian path if and only if exactly zero or two nodes have an odd degree. All other nodes must have an even degree.
361
+ - 4. If there are exactly two nodes with odd degrees, the Eulerian path will start at one of those nodes and end at the other.
362
+ - 5. If there are no nodes with odd degrees, the Eulerian path can start at any node and end at any node.
363
+ In the given diagram:
364
+ - The rooms are labeled as 1, 2, 3, 4, and 5.
365
+ - The terrace is not a room but an entrance.
366
+ Let's count the degrees of each node:
367
+ - Room 1: 2 edges - Room 2: 2 edges
368
+ - Room 3: 2 edges
369
+ - Room 4: 2 edges - Room 5: 2 edges
370
+ room.
371
+ All rooms have an even degree, which means the graph has an Eulerian path that can start at any room and end at any
372
+ Since Renate enters from the terrace, we can assume she starts at room 5 (since it's the only room connected to the terrace). If she walks through every door exactly once, she will end up in the room that is connected to the last door she used. In this case, she will end up in room 1, as she starts from room 5 and walks through each room exactly once, ending at room 1.
373
+ Therefore, the room she ends up in is room 1.</think>
374
+ <answer> 1 </answer> .
375
+ #### RL-PLUS
376
+ Response: <think> To solve this problem, we need to determine which room Renate ends up in after walking through every door exactly once. This is a classic problem of finding an Eulerian path in a graph, where each room is a node and each door is an edge. Let's analyze the floor plan:
377
+ - The house has five rooms labeled 1, 2, 3, 4, and 5.
378
+ - There are doors connecting these rooms.
379
+ - The terrace is not connected to the house, but Renate enters from it.
380
+ To find the room Renate ends up in, we need to identify the room that has an odd number of edges (doors) connected to it. In an Eulerian path, the path starts at a vertex with an odd degree and ends at a vertex with an odd degree. All other vertices must have an even degree.
381
+ - Let's count the edges for each room:
382
+ - Room 1: 3 edges
383
+ - Room 2: 3 edges - Room 3: 3 edges
384
+ - Room 4: 3 edges
385
+ - Room 5: 2 edges
386
+ Room 5 has an even number of edges, while all other rooms have an odd number of edges. Therefore, Room 5 is the only room that can be the endpoint of the Eulerian path.
387
+ Thus, Renate ends up in Room 5. </think>
388
+ <answer> 5 </answer> .
389
+ #### CalibRL
390
+ Response: <think> The floor plan represents a grid-like structure. To walk through every door exactly once, Renate must start at the terrace, walk through each room, and end at a room that allows her to do so without retracing her steps. The rooms must be traversed in such a way that they form a path that crosses each door once and only once. Since this is a 2x3 grid, one room will not have an exit corresponding to a nonvisited door. Here, room 2 appears to be the room without an exit corresponding to an unvisited door, and it is connected to three doors. The logical end point is room 2. </think>
391
+ <answer> 2 </answer> .
392
+ ![](_page_20_Figure_39.jpeg)