Pith. sign in

REVIEW 2 minor 3 cited by

OrderGrad: Optimizing Beyond the Mean with Order-Statistic Policy Gradient Estimation

T0 review · 0 major / 2 minor · reviewed 2026-06-28 · grok-4.3

Pith's one-line read OrderGrad supplies unbiased gradient estimates for any fixed-sample order-statistic objective by a simple reward transformation before a standard policy-gradient step.

desk verdict OrderGrad turns order-statistic objectives into a fixed reward transform that plugs into standard policy gradients, with unbiasedness holding for fixed N and weights. read the letter →

arxiv 2606.06096 v1 pith:DMYZIDMH submitted 2026-06-04 cs.LG cs.AIcs.CL

classification cs.LGcs.AIcs.CL
keywords policygradientorderstatisticsL-statisticsrisk-sensitivereinforcementlearningvalueatriskCVaR
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Policy-gradient methods usually optimize expected return, yet many applications require optimizing other properties of the return distribution such as tail risk, robustness to outliers, or the best outcome among K trials. OrderGrad derives likelihood-ratio and reparameterization estimators that target finite-sample L-statistics, which are weighted averages of sorted rewards. For any fixed batch size and any fixed vector of rank weights, the resulting estimator is unbiased for the gradient of the chosen order-statistic objective. The method works by replacing each observed reward with a rank-dependent transformed value and then feeding the transformed values into an otherwise unchanged policy-gradient update. This single change recovers objectives such as VaR, CVaR, trimmed means, medians, and best-of-K criteria.

What carries the argument

The finite-sample L-statistic defined by a fixed rank-weight vector applied to a fixed number of sorted samples; the gradient estimator is obtained by weighting each sample's contribution by its rank-dependent transformed value.

What would settle it

For a simple differentiable policy and a known order-statistic objective, compute the true gradient analytically and compare it to the Monte-Carlo average of OrderGrad estimates over many independent batches of fixed size; any nonzero bias would falsify the claim.

Watch

Extended reading notes

Core claim

For any fixed sample size and any fixed rank-weight vector, OrderGrad yields an unbiased gradient estimator of the corresponding finite-sample L-statistic objective; the estimator is realized simply by transforming each reward according to its rank within the batch before applying a standard policy-gradient or reparameterized update.

Load-bearing premise

The number of samples used to form the order statistics must stay fixed and the rank weights must be chosen independently of the realized sample values.

Editorial extensions

If this is right

  • Any existing policy-gradient or reparameterized algorithm can optimize VaR, CVaR, trimmed means, or best-of-K criteria after only a reward transformation.
  • The same estimator applies unchanged to both on-policy likelihood-ratio and off-policy or reparameterized settings.
  • Variance of the estimator can be controlled by choice of rank weights without altering the underlying optimizer.
  • Tasks whose deployment objective differs from mean return, such as LLM math post-training, become directly addressable.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If a bias-correction term could be derived, the rank weights might be allowed to adapt to the data without losing unbiasedness.
  • The batch-sorting construction may extend to continuous or infinite-horizon settings by replacing exact order statistics with suitable approximations.
  • The same reward-transformation idea could be applied outside reinforcement learning to any gradient-based optimizer whose loss is an order statistic.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

0 major / 2 minor

Summary. The paper introduces OrderGrad, a family of likelihood-ratio and reparameterization gradient estimators for policy optimization of finite-sample order-statistic (L-statistic) objectives. For any fixed sample size N and fixed rank-weight vector w independent of the data, it claims the resulting estimators are unbiased for the corresponding weighted sum of order statistics, recovering objectives such as VaR, CVaR, trimmed means, medians, and top-m criteria via a simple reward transformation. The work includes variance analysis and empirical evaluation on tasks where mean optimization is mismatched to the deployment goal, including LLM math post-training.

Significance. If the unbiasedness result holds under the stated conditions, OrderGrad supplies a unified, plug-and-play route to optimizing non-mean objectives in reinforcement learning and policy gradients. This is significant for risk-averse, robust, and exploratory learning settings. The open-source code link is a positive contribution that supports reproducibility.

minor comments (2)
  1. The variance analysis mentioned in the abstract would benefit from a dedicated subsection with explicit variance expressions or bounds to make the estimator's behavior easier to compare with standard policy gradients.
  2. Figure captions and axis labels in the empirical section should explicitly state the sample size N and weight vector w used in each experiment to allow direct verification of the fixed-N, fixed-w condition.

Simulated Author's Rebuttal

0 responses · 0 unresolved

We thank the referee for the positive assessment of OrderGrad and the recommendation for minor revision. The provided summary accurately reflects the paper's focus on unbiased likelihood-ratio and reparameterization estimators for finite-sample L-statistic objectives via rank-based reward transformations.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity

full rationale

The paper's core claim is that OrderGrad yields an unbiased gradient estimator for any fixed N and fixed rank-weight vector w by applying the likelihood-ratio identity (or reparameterization) to the L-statistic L = sum w_k R_{(k)}. This is a direct, standard extension of the policy-gradient identity to a well-defined functional of the N i.i.d. samples; the unbiasedness holds by construction of the LR trick once N and w are held constant and independent of the data. No self-citation chain, fitted parameter renamed as prediction, or self-definitional step appears in the derivation. The assumption is stated explicitly in the claim itself, rendering the result self-contained against external benchmarks.

Assumptions & free parameters 0 free parameters · 1 assumptions · 0 invented entities

Based solely on the abstract, the method rests on standard policy-gradient assumptions; no free parameters, invented entities, or ad-hoc axioms are explicitly introduced.

assumptions (1)
  • domain assumption Standard likelihood-ratio and reparameterization gradient estimators remain valid after the order-statistic reward transformation.
    The method is described as a simple reward transformation usable in otherwise standard updates.

how reviews work

0 comments
Cite this review

Pith. "Pith review of OrderGrad: Optimizing Beyond the Mean with Order-Statistic Policy Gradient Estimation." pith.science (2026). https://pith.science/paper/DMYZIDMH

@misc{pith2026260606096,
  author       = {Pith},
  title        = {Pith review of: OrderGrad: Optimizing Beyond the Mean with Order-Statistic Policy Gradient Estimation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/DMYZIDMH}},
  note         = {Machine review of arXiv:2606.06096}
}
read the original abstract

Policy-gradient methods usually optimize expected return, but many real world applications care about distributional properties of returns: tail risk, outlier robustness, or best-of-K discovery. We introduce OrderGrad, a family of likelihood-ratio and reparameterization gradient estimators for order-statistic objectives. OrderGrad optimizes finite-sample L-statistics, i.e., weighted averages of sorted rewards or costs, recovering objectives such as VaR, CVaR, trimmed means, medians, and top-m/best-of-K criteria by changing only the rank weights. For any fixed sample size and rank-weight vector, OrderGrad provides an unbiased gradient estimator for the corresponding order-statistic objective. The method is implemented as a simple reward transformation that can then be used in an otherwise standard policy-gradient or reparameterized update. We study the resulting estimator's variance behavior and evaluate it on tasks where mean optimization is mismatched to the deployment objective, including LLM math post-training and other tasks. OrderGrad provides a unified, plug-and-play route to risk-averse, robust, and exploratory learning. Code: https://github.com/paavo5/ordergrad

Figures

Figures reproduced from arXiv: 2606.06096 by the authors.

Figure 1
Figure 1. OrderGrad overview. Rank weights define a distributional objective over sorted rewards. [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Diagnostic computation experiment. The panels visualize several rank-weight choices for [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. Diagnostic gradient experiments. For x ∼ N (µ = 0.5, 1) and R(x) = −x 2 , we compare LR and RP estimates to the exact 20% CVaR gradient and study the SNR of Top-M@K estimators. panel reports empirical bias against k, comparing the LR and RP estimates to the exact gradient. Increasing k increases variance, but it also reduces bias relative to the exact CVaR gradient. Thus larger k approximates the target objective mo… view at source ↗
Figures from the paper (17 more)
Figure 4
Figure 4. Figure 4: Task-average pass@k (k ≤ 256). Unweighted average over AIME24, AIME25, AMC23, MATH500, and Minerva (temperature 0.6, top-p 0.95, n = 1024 per problem). Our method with Top2@4 outperforms GRPO at large k and outperforms MaxPO (K = 4) overall on pass@k. report the unbias…
Figure 5
Figure 5. Figure 5: Effective size of m and K on Qwen3-4B-Base. 10 0 10 1 10 2 10 3 10 4 response length (tokens) 0.00 0.25 0.50 0.75 1.00 1.25 1.50 1.75 density Qwen2.5-Math-7B (Minerva) Correct Incorrect Base Ours (Top m = 2, K=4) Ours (Top m = 2, Bottom m = 2, K=4) (a) Response length …
Figure 6
Figure 6. Figure 6: Results for Multi-Reward Objectives with Correctness Reward and Length Penalty (temper [PITH_FULL_IMAGE:figures/full_fig_p009_6.png]
Figure 7
Figure 7. Figure 7: Quantile weight profiles for q ∈ {0.03, 0.06, 0.10, 0.25, 0.5} with N = 400 and compar￾ison size k = 100. Smaller quantiles place mass on the lower tail of the sorted batch, while the median profile is centered near m = N/2. 1 2 3 4 5 6 7 8 Sorted index m 0.0 0.2 0.4 0…
Figure 8
Figure 8. Figure 8: ReMax, or maximum-of-k, weight profiles for N = 8 and k ∈ {1, . . . , 7}. The k = 1 curve is uniform, corresponding to the ordinary mean, while larger k increasingly concentrates weight on the largest sorted values. 29 [PITH_FULL_IMAGE:figures/full_fig_p029_8.png]
Figure 9
Figure 9. Figure 9: Rank-weight profiles for a comparison batch of size [PITH_FULL_IMAGE:figures/full_fig_p030_9.png]
Figure 10
Figure 10. Figure 10: TopM profiles for several choices of M and k with N = 100. These schemes interpolate between a strongly top-focused objective and the ordinary mean: when M = k, all ranks are averaged and the resulting profile is uniform. 30 [PITH_FULL_IMAGE:figures/full_fig_p030_10.png]
Figure 11
Figure 11. Figure 11: Tail- and quantile-focused schemes for N = 100 and k = 20. TopM emphasizes high values, BotM emphasizes low values, TopBot places mass on both tails, and the quantile scheme concentrates around the specified lower quantile. 0 20 40 60 80 100 Sorted index m −0.02 −0.01…
Figure 12
Figure 12. Figure 12: Robust and signed schemes for N = 100 and k = 20. The median focuses on the center, the trimmed and winsorized means reduce sensitivity to extremes, and the Gini mean difference uses signed weights to contrast the upper and lower tails. 31 [PITH_FULL_IMAGE:figures/fu…
Figure 13
Figure 13. Figure 13: High-yield tail-risk trading example. Panel (a) reports bad deployment probabilities: losing [PITH_FULL_IMAGE:figures/full_fig_p034_13.png]
Figure 14
Figure 14. Figure 14: Representative robust-regression fit panel. [PITH_FULL_IMAGE:figures/full_fig_p036_14.png]
Figure 15
Figure 15. Figure 15: Per-task pass@k on Qwen2.5-Math-7B. 38 [PITH_FULL_IMAGE:figures/full_fig_p038_15.png]
Figure 16
Figure 16. Figure 16: Per-task pass@k on Qwen3-4B-Base [PITH_FULL_IMAGE:figures/full_fig_p039_16.png]
Figure 17
Figure 17. Figure 17: Per-benchmark pass@k curves on Qwen2.5-Math-7B with response length penalty. Top m = 2 by correctness reward; Bottom m = 2 by response-length reward. 39 [PITH_FULL_IMAGE:figures/full_fig_p039_17.png]
Figure 18
Figure 18. Figure 18: Aggregate MinAtar performance. We compare OrderGrad PPO with [PITH_FULL_IMAGE:figures/full_fig_p041_18.png]
Figure 19
Figure 19. Figure 19: Effect of M on MinAtar without entropy regularization. We report aggregate normalized evaluation return across games. All OrderGrad curves use entropy coefficient 0.0. The best perform￾ance occurs around M = 9. of two hidden layers with ReLU and Tanh activations and o…
Figure 20
Figure 20. Figure 20: Policy entropy under different values of [PITH_FULL_IMAGE:figures/full_fig_p042_20.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Rank-Conditioned Sample Reuse for the Plackett--Luce Best-of-$K$ Objective

    cs.LG 2026-07 accept novelty 6.5 of 10

    Rank-conditioned Horvitz–Thompson reuses all C(n,K) subsets of one Gumbel-Top-n pool for unbiased Plackett–Luce best-of-K value and score-function gradient, with an exact Max-specific DP collapse to a 1-D integral.

  2. Stabilized Best-of-$K$ Training for Neural Combinatorial Optimization

    cs.LG 2026-07 conditional novelty 5.0 of 10

    A stabilized rank-gap variant of Leader Reward reduced Best-of-8 TSP-100 cost in all three paired seeds (7.7944 vs 7.8136), but the gain is decoder-specific and not statistically confirmatory.

  3. Multi-Axis Max@K Reinforcement Learning for Representative Diversity in Text-to-Image Generation

    cs.LG 2026-07 conditional novelty 5.0 of 10

    A per-category best-of-K RL reward, multi-axis max@K, shifts SD3.5-M perceived-appearance distributions toward uniform coverage (Fairness Score +0.23 to +0.36) without quality loss.

Reference graph

Works this paper leans on

118 extracted references · 36 canonical work pages · cited by 3 Pith papers

  1. [1]

    Acerbi, C. (2002). Spectral measures of risk: A coherent representation of subjective risk aversion.Journal of Banking & Finance, 26(7):1505–1518

  2. [2]

    and Tasche, D

    Acerbi, C. and Tasche, D. (2002a). Expected shortfall: A natural coherent alternative to value at risk.Economic Notes, 31(2):379–388

  3. [3]

    and Tasche, D

    Acerbi, C. and Tasche, D. (2002b). On the coherence of expected shortfall.Journal of Banking & Finance, 26(7):1487–1503

  4. [4]

    S., Courville, A

    Agarwal, R., Schwarzer, M., Castro, P. S., Courville, A. C., and Bellemare, M. (2021). Deep reinforcement learning at the edge of the statistical precipice.Advances in neural information processing systems, 34:29304–29320

  5. [5]

    Ahmadian, A., Cremer, C., Gallé, M., Fadaee, M., Kreutzer, J., Pietquin, O., Üstün, A., and Hooker, S. (2024). Back to basics: Revisiting REINFORCE-style optimization for learning from human feedback in LLMs. InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics, pages 12248–12267

  6. [6]

    C., Balakrishnan, N., and Nagaraja, H

    Arnold, B. C., Balakrishnan, N., and Nagaraja, H. N. (1992).A First Course in Order Statistics. John Wiley & Sons

  7. [7]

    Auer, P., Cesa-Bianchi, N., and Fischer, P. (2002). Finite-time analysis of the multiarmed bandit problem.Machine learning, 47(2):235–256

  8. [8]

    Bagirov, F., Arkhipov, M., Sycheva, K., Glukhov, E., and Bogomolov, E. (2025). The best of N worlds: Aligning reinforcement learning with best-of-N sampling via max@k optimisation.arXiv preprint arXiv:2510.23393

Show all 118 references
  1. [9]

    W., Budden, D., Dabney, W., Horgan, D., Dhruva, T

    Barth-Maron, G., Hoffman, M. W., Budden, D., Dabney, W., Horgan, D., Dhruva, T. B., Muldal, A., Heess, N., and Lillicrap, T. P. (2018). Distributed distributional deterministic policy gradients. InInternational Conference on Learning Representations. 10

  2. [10]

    G., Dabney, W., and Munos, R

    Bellemare, M. G., Dabney, W., and Munos, R. (2017). A distributional perspective on rein- forcement learning. InProceedings of the 34th International Conference on Machine Learning, volume 70 ofProceedings of Machine Learning Research, pages 449–458. PMLR

  3. [11]

    G., Dabney, W., and Rowland, M

    Bellemare, M. G., Dabney, W., and Rowland, M. (2023).Distributional Reinforcement Learning. The MIT Press, Cambridge, MA

  4. [12]

    Bickel, P. J. and Lehmann, E. L. (1975). Descriptive statistics for nonparametric models. II. location.The Annals of Statistics, 3(5):1045–1069

  5. [13]

    Bu, D., Huang, W., Han, A., Nitanda, A., Xue, B., Zhang, Q., Wong, H.-S., and Suzuki, T. (2025). Consistency is not always correct: Towards understanding the role of exploration in post-training reasoning.arXiv preprint arXiv:2511.07368

  6. [14]

    Burda, Y ., Edwards, H., Storkey, A., and Klimov, O. (2018). Exploration by random network distillation.arXiv preprint arXiv:1810.12894

  7. [15]

    Cai, S., Gao, C., Zhang, Y ., Shi, W., Zhang, J., Bao, K., Wang, Q., and Feng, F. (2025). K-order ranking preference optimization for large language models. In Che, W., Nabende, J., Shutova, E., and Pilehvar, M. T., editors,Findings of the Association for Computational Linguis...

  8. [16]

    Cardoso, A. R. and Xu, H. (2019). Risk-averse stochastic convex bandit. InProceedings of the 22nd International Conference on Artificial Intelligence and Statistics, volume 89 ofProceedings of Machine Learning Research, pages 39–47

  9. [17]

    T., Krishnamurthy, A., and Foster, D

    Chen, F., Huang, A., Golowich, N., Malladi, S., Block, A., Ash, J. T., Krishnamurthy, A., and Foster, D. J. (2025a). The coverage principle: How pre-training enables post-training.arXiv preprint arXiv:2510.15020

  10. [18]

    Chen, M., Tworek, J., Jun, H., Yuan, Q., Pinto, H. P. D. O., Kaplan, J., Edwards, H., Burda, Y ., Joseph, N., Brockman, G., et al. (2021). Evaluating large language models trained on code.arXiv preprint arXiv:2107.03374

  11. [19]

    X., and Shi, G

    Chen, Z., Qin, X., Wu, Y ., Ling, Y ., Ye, Q., Zhao, W. X., and Shi, G. (2025b). Pass@k training for adaptively balancing exploration and exploitation of large reasoning models.arXiv preprint arXiv:2508.10751

  12. [20]

    X., Zhang, Z., and Wei, F

    Cheng, D., Huang, S., Zhu, X., Dai, B., Zhao, W. X., Zhang, Z., and Wei, F. (2025). Reasoning with exploration: An entropy perspective.arXiv preprint arXiv:2506.14758

  13. [21]

    Chow, Y ., Ghavamzadeh, M., Janson, L., and Pavone, M. (2018). Risk-constrained reinforcement learning with percentile risk criteria.Journal of Machine Learning Research, 18(167):1–51

  14. [22]

    Chow, Y ., Tamar, A., Mannor, S., and Pavone, M. (2015). Risk-sensitive and robust decision- making: A CVaR optimization approach. InAdvances in Neural Information Processing Systems, volume 28, pages 1522–1530

  15. [23]

    F., Leike, J., Brown, T., Martic, M., Legg, S., and Amodei, D

    Christiano, P. F., Leike, J., Brown, T., Martic, M., Legg, S., and Amodei, D. (2017). Deep reinforcement learning from human preferences. InAdvances in Neural Information Processing Systems, volume 30

  16. [24]

    Cui, G., Zhang, Y ., Chen, J., Yuan, L., Wang, Z., Zuo, Y ., Li, H., Fan, Y ., Chen, H., Chen, W., et al. (2025). The entropy mechanism of reinforcement learning for reasoning language models. arXiv preprint arXiv:2505.22617

  17. [25]

    Y ., Jegelka, S., and Krause, A

    Curi, S., Levy, K. Y ., Jegelka, S., and Krause, A. (2020). Adaptive sampling for stochastic risk-averse learning. InAdvances in Neural Information Processing Systems 33, pages 1036–1047

  18. [26]

    Dabney, W., Ostrovski, G., Silver, D., and Munos, R. (2018a). Implicit quantile networks for distributional reinforcement learning. InProceedings of the 35th International Conference on Machine Learning, volume 80 ofProceedings of Machine Learning Research, pages 1096–1105. PMLR. 11

  19. [27]

    G., and Munos, R

    Dabney, W., Rowland, M., Bellemare, M. G., and Munos, R. (2018b). Distributional reinforce- ment learning with quantile regression. InProceedings of the Thirty-Second AAAI Conference on Artificial Intelligence, pages 2892–2901. AAAI Press

  20. [28]

    Dang, X., Baek, C., Wen, K., Kolter, Z., and Raghunathan, A. (2025). Weight ensembling improves reasoning in language models. InSecond Conference on Language Modeling

  21. [29]

    Daniell, P. J. (1920). Observations weighted according to order.American Journal of Mathem- atics, 42(4):222–236

  22. [30]

    Fan, Y ., Lyu, S., Ying, Y ., and Hu, B. (2017). Learning with average top-k loss. InAdvances in Neural Information Processing Systems 30

  23. [31]

    Gao, J., Pan, L., Wang, Y ., Zhong, R., Lu, C., Cai, Q., Jiang, P., and Zhao, X. (2025). Navigate the unknown: Enhancing LLM reasoning with intrinsic motivation guided exploration.arXiv preprint arXiv:2505.17621

  24. [32]

    Grattafiori, A., Dubey, A., Jauhri, A., Pandey, A., Kadian, A., Al-Dahle, A., Letman, A., Mathur, A., Schelten, A., Vaughan, A., et al. (2024). The Llama 3 herd of models.arXiv preprint arXiv:2407.21783

  25. [33]

    Guo, D. et al. (2025a). DeepSeek-R1 incentivizes reasoning in LLMs through reinforcement learning.Nature, 645(8081):633–638

  26. [34]

    Guo, D., Yang, D., Zhang, H., Song, J., Zhang, R., Xu, R., Zhu, Q., Ma, S., Wang, P., Bi, X., et al. (2025b). DeepSeek-R1: Incentivizing reasoning capability in LLMs via reinforcement learning.arXiv preprint arXiv:2501.12948

  27. [35]

    W., Fried, D., and Welleck, S

    He, A. W., Fried, D., and Welleck, S. (2025). Rewarding the unlikely: Lifting GRPO beyond distribution sharpening. In Christodoulopoulos, C., Chakraborty, T., Rose, C., and Peng, V ., editors, Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processi...

  28. [36]

    Hendrycks, D., Burns, C., Kadavath, S., Arora, A., Basart, S., Tang, E., Song, D., and Steinhardt, J. (2021). Measuring mathematical problem solving with the MATH dataset.arXiv preprint arXiv:2103.03874

  29. [37]

    Hessel, M., Modayil, J., Van Hasselt, H., Schaul, T., Ostrovski, G., Dabney, W., Horgan, D., Piot, B., Azar, M., and Silver, D. (2018). Rainbow: Combining improvements in deep reinforcement learning. InProceedings of the Thirty-Second AAAI Conference on Artificial Intelligence...

  30. [38]

    Holland, M. J. and Haress, E. M. (2021). Learning with risk-averse feedback under potentially heavy tails. InProceedings of the 24th International Conference on Artificial Intelligence and Statistics, volume 130 ofProceedings of Machine Learning Research, pages 892–900

  31. [39]

    Holland, M. J. and Haress, E. M. (2022). Spectral risk-based learning using unbounded losses. InProceedings of the 25th International Conference on Artificial Intelligence and Statistics, volume 151 ofProceedings of Machine Learning Research, pages 1871–1886

  32. [40]

    Holland, M. J. and Tanabe, K. (2023). A survey of learning criteria going beyond the usual risk. Journal of Artificial Intelligence Research, 78:781–821

  33. [41]

    Hu, S., Cai, X., Huang, Y ., Yao, Z., Zhang, L., Zhang, P., Deng, Y ., and Chen, K. (2025). Emergent slow thinking in LLMs as inverse tree freezing.arXiv preprint arXiv:2509.23629

  34. [42]

    Huber, P. J. and Ronchetti, E. M. (2009).Robust Statistics. John Wiley & Sons, 2 edition

  35. [43]

    Jaech, A., Kalai, A., Lerer, A., Richardson, A., El-Kishky, A., Low, A., Helyar, A., Madry, A., Beutel, A., Carney, A., et al. (2024). OpenAI o1 system card.arXiv preprint arXiv:2412.16720

  36. [44]

    Jiang, Y ., Li, Y ., Chen, G., Liu, D., Cheng, Y ., and Shao, J. (2025). Rethinking entropy regularization in large reasoning models.arXiv preprint arXiv:2509.25133. 12

  37. [45]

    Khim, J., Leqi, L., Prasad, A., and Ravikumar, P. (2020). Uniform convergence of rank-weighted learning. InInternational conference on machine learning, pages 5254–5263. PMLR

  38. [46]

    Kingma, D. P. and Welling, M. (2014). Auto-encoding variational Bayes. InInternational Conference on Learning Representations

  39. [47]

    Koyamada, S., Okano, S., Nishimori, S., Murata, Y ., Habara, K., Kita, H., and Ishii, S. (2023a). pgx: Hardware-accelerated parallel game simulators for reinforcement learning.Advances in Neural Information Processing Systems, 36:45716–45743

  40. [48]

    Koyamada, S., Parmas, P., Kozuno, T., and Ishii, S. (2023b). Emergence of exploration in policy gradient reinforcement learning via resetting. OpenReview submission to ICLR 2023. https://openreview.net/forum?id=GKsNIC_mQRG

  41. [49]

    Lambert, N., Morrison, J., Pyatkin, V ., Huang, S., Ivison, H., Brahman, F., Miranda, L. J. V ., Liu, A., Dziri, N., Lyu, X., Gu, Y ., Malik, S., Graf, V ., Hwang, J. D., Yang, J., Le Bras, R., Tafjord, O., Wilhelm, C., Soldaini, L., Smith, N. A., Wang, Y ., Dasigi, P., and Ha...

  42. [50]

    L’Ecuyer, P. (1990). A unified view of the IPA, SF, and LR gradient estimation techniques. Management Science, 36(11):1364–1383

  43. [51]

    Leqi, L., Huang, A., Lipton, Z., and Azizzadenesheli, K. (2022). Supervised learning with general risk functionals. InInternational Conference on Machine Learning, pages 12570–12592. PMLR

  44. [52]

    J., Dohan, D., Dyer, E., Michalewski, H., Ramasesh, V

    Lewkowycz, A., Andreassen, A. J., Dohan, D., Dyer, E., Michalewski, H., Ramasesh, V . V ., Slone, A., Anil, C., Schlag, I., Gutman-Solo, T., Wu, Y ., Neyshabur, B., Gur-Ari, G., and Misra, V . (2022). Solving quantitative reasoning problems with language models. InAdvances in ...

  45. [53]

    Li, T., Zhang, Y ., Yu, P., Saha, S., Khashabi, D., Weston, J., Lanchantin, J., and Wang, T. (2025). Jointly reinforcing diversity and quality in language model generations.arXiv preprint arXiv:2509.02534

  46. [54]

    Liang, Z., Lu, S., Yu, W., Panaganti, K., Zhou, Y ., Mi, H., and Yu, D. (2025). Can LLMs guide their own exploration? gradient-guided reinforcement learning for LLM reasoning.arXiv preprint arXiv:2512.15687

  47. [55]

    S., and Lin, M

    Liu, Z., Chen, C., Li, W., Qi, P., Pang, T., Du, C., Lee, W. S., and Lin, M. (2025). Understanding r1-zero-like training: A critical perspective. InConference on Language Modeling (COLM)

  48. [56]

    and Mendelson, S

    Lugosi, G. and Mendelson, S. (2021). Robust multivariate mean estimation: The optimality of trimmed mean.The Annals of Statistics, 49(1):393–410

  49. [57]

    G., and Castro, P

    Lyle, C., Bellemare, M. G., and Castro, P. S. (2019). A comparative analysis of expected and distributional reinforcement learning. InProceedings of the Thirty-Third AAAI Conference on Artificial Intelligence, volume 33, pages 4504–4511

  50. [58]

    Matsutani, K., Takashiro, S., Minegishi, G., Kojima, T., Iwasawa, Y ., and Matsuo, Y . (2026). RL squeezes, SFT expands: A comparative study of reasoning LLMs. InThe Fourteenth International Conference on Learning Representations

  51. [59]

    A., Paudice, A., and Pontil, M

    Maurer, A., Parletta, D. A., Paudice, A., and Pontil, M. (2021). Robust unsupervised learning via L-statistic minimization. InInternational Conference on Machine Learning, pages 7524–7533. PMLR

  52. [60]

    Mavrin, B., Zhang, S., Yao, H., Kong, L., Wu, K., and Yu, Y . (2019). Distributional reinforce- ment learning for efficient exploration. InProceedings of the 36th International Conference on Machine Learning, volume 97 ofProceedings of Machine Learning Research, pages 4424–443...

  53. [61]

    and Rezende, D

    Mnih, A. and Rezende, D. J. (2016). Variational inference for monte carlo objectives. In Proceedings of the 33rd International Conference on Machine Learning, volume 48 ofProceedings of Machine Learning Research, pages 2188–2196

  54. [62]

    Mohamed, S., Rosca, M., Figurnov, M., and Mnih, A. (2020). Monte carlo gradient estimation in machine learning.Journal of Machine Learning Research, 21(132):1–62

  55. [63]

    Morimura, T., Sugiyama, M., Kashima, H., Hachiya, H., and Tanaka, T. (2010a). Nonpara- metric return distribution approximation for reinforcement learning. InProceedings of the 27th International Conference on Machine Learning, pages 799–806

  56. [64]

    Morimura, T., Sugiyama, M., Kashima, H., Hachiya, H., and Tanaka, T. (2010b). Parametric return density estimation for reinforcement learning. InProceedings of the 26th Conference on Uncertainty in Artificial Intelligence, pages 368–375

  57. [65]

    Nakano, R., Hilton, J., Balaji, S., Wu, J., Ouyang, L., Kim, C., Hesse, C., Jain, S., Kosaraju, V ., Saunders, W., Jiang, X., Cobbe, K., Eloundou, T., Krueger, G., Button, K., Knight, M., Chess, B., and Schulman, J. (2021). WebGPT: Browser-assisted question-answering with huma...

  58. [66]

    Nguyen-Tang, T., Gupta, S., and Venkatesh, S. (2021). Distributional reinforcement learning via moment matching. InProceedings of the Thirty-Fifth AAAI Conference on Artificial Intelligence, volume 35, pages 9144–9152

  59. [67]

    Nishimori, S., Parmas, P., Koyamada, S., Kozuno, T., Kitamura, T., Ishii, S., and Matsuo, Y . (2026). Emergence of exploration in policy gradient reinforcement learning via retrying. In Proceedings of the International Conference on Machine Learning

  60. [68]

    and Tamir, A

    Ogryczak, W. and Tamir, A. (2003). Minimizing the sum of the k largest functions in linear time.Information Processing Letters, 85(3):117–122

  61. [69]

    O’Neill, B. (2025). The distribution of order statistics under sampling without replacement. Journal of Statistical Theory and Applications, 24:663–698

  62. [70]

    OpenAI, Akkaya, I., Andrychowicz, M., Chociej, M., Litwin, M., McGrew, B., Petron, A., Paino, A., Plappert, M., Powell, G., Ribas, R., Schneider, J., Tezak, N., Tworek, J., Welinder, P., Weng, L., Yuan, Q., Zaremba, W., and Zhang, L. (2019). Solving Rubik’s cube with a robot h...

  63. [71]

    OpenAI, Andrychowicz, M., Baker, B., Chociej, M., Józefowicz, R., McGrew, B., Pachocki, J., Petron, A., Plappert, M., Powell, G., Ray, A., Schneider, J., Sidor, S., Tobin, J., Welinder, P., Weng, L., and Zaremba, W. (2020). Learning dexterous in-hand manipulation.The Internati...

  64. [72]

    Ouyang, L., Wu, J., Jiang, X., Almeida, D., Wainwright, C., Mishkin, P., Zhang, C., Agarwal, S., Slama, K., Ray, A., et al. (2022). Training language models to follow instructions with human feedback.Advances in neural information processing systems, 35:27730–27744

  65. [73]

    E., Peters, J., and Doya, K

    Parmas, P., Rasmussen, C. E., Peters, J., and Doya, K. (2018). PIPPS: Flexible model-based policy search robust to the curse of chaos. InProceedings of the 35th International Conference on Machine Learning, volume 80 ofProceedings of Machine Learning Research, pages 4065–4074

  66. [74]

    and Seno, T

    Parmas, P. and Seno, T. (2022). Proppo: A message passing framework for customizable and composable learning algorithms.Advances in Neural Information Processing Systems, 35:29152– 29165

  67. [75]

    and Sugiyama, M

    Parmas, P. and Sugiyama, M. (2021). A unified view of likelihood ratio and reparameterization gradients. InProceedings of the 24th International Conference on Artificial Intelligence and Statistics, volume 130 ofProceedings of Machine Learning Research, pages 4078–4086

  68. [76]

    and Schaal, S

    Peters, J. and Schaal, S. (2006). Policy gradient methods for robotics. InProceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems. 14

  69. [77]

    and Schaal, S

    Peters, J. and Schaal, S. (2008). Reinforcement learning of motor skills with policy gradients. Neural Networks, 21(4):682–697

  70. [78]

    J., Mohamed, S., and Wierstra, D

    Rezende, D. J., Mohamed, S., and Wierstra, D. (2014). Stochastic backpropagation and approximate inference in deep generative models. InProceedings of the 31st International Conference on Machine Learning, volume 32 ofProceedings of Machine Learning Research, pages 1278–1286

  71. [79]

    Rockafellar, R. T. and Uryasev, S. (2000). Optimization of conditional value-at-risk.Journal of Risk, 2:21–42

  72. [80]

    Rockafellar, R. T. and Uryasev, S. (2002). Conditional value-at-risk for general loss distributions. Journal of Banking & Finance, 26(7):1443–1471

  73. [81]

    G., Dabney, W., Munos, R., and Teh, Y

    Rowland, M., Bellemare, M. G., Dabney, W., Munos, R., and Teh, Y . W. (2018). An analysis of categorical distributional reinforcement learning. InProceedings of the Twenty-First International Conference on Artificial Intelligence and Statistics, volume 84 ofProceedings of Mach...

  74. [82]

    G., and Dabney, W

    Rowland, M., Dadashi, R., Kumar, S., Munos, R., Bellemare, M. G., and Dabney, W. (2019). Statistics and samples in distributional reinforcement learning. InProceedings of the 36th In- ternational Conference on Machine Learning, volume 97 ofProceedings of Machine Learning Resea...

  75. [83]

    Y ., Snell, C., Greer, J., Wu, I., Smith, V ., Simchowitz, M., and Kumar, A

    Setlur, A., Yang, M. Y ., Snell, C., Greer, J., Wu, I., Smith, V ., Simchowitz, M., and Kumar, A. (2025). e3: Learning to explore enables extrapolation of test-time compute for llms.arXiv preprint arXiv:2506.09026

  76. [84]

    J., Rushton, P., Singla, S., Parmar, M., Smith, K., Vanjani, Y ., Vaswani, A., Chaluvaraju, A., Hojel, A., Ma, A., Thomas, A., Polloreno, A., Tanwer, A., Sibai, B

    Shah, D. J., Rushton, P., Singla, S., Parmar, M., Smith, K., Vanjani, Y ., Vaswani, A., Chaluvaraju, A., Hojel, A., Ma, A., Thomas, A., Polloreno, A., Tanwer, A., Sibai, B. D., Mansingka, D. S., Shivaprasad, D., Shah, I., Stratos, K., Nguyen, K., Callahan, M., Pust, M., Iyer, ...

  77. [85]

    and Wexler, Y

    Shalev-Shwartz, S. and Wexler, Y . (2016). Minimizing the maximal loss: How and why. In Proceedings of the 33rd International Conference on Machine Learning, pages 793–801

  78. [86]

    Shao, Z., Wang, P., Zhu, Q., Xu, R., Song, J., Bi, X., Zhang, H., Zhang, M., Li, Y ., Wu, Y ., et al. (2024). DeepSeekMath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300

  79. [87]

    Shapiro, A. (2013). On Kusuoka representation of law invariant risk measures.Mathematics of Operations Research, 38(1):142–152

  80. [88]

    Shen, H. (2026). On entropy control in LLM-RL algorithms. InThe Fourteenth International Conference on Learning Representations

  81. [89]

    and Sanghavi, S

    Shen, Y . and Sanghavi, S. (2019). Learning with bad training data via iterative trimmed loss minimization. In Chaudhuri, K. and Salakhutdinov, R., editors,Proceedings of the 36th International Conference on Machine Learning, volume 97 ofProceedings of Machine Learning Researc...

  82. [90]

    Song, Y ., Kempe, J., and Munos, R. (2025a). Outcome-based exploration for LLM reasoning. arXiv preprint arXiv:2509.06941

  83. [91]

    M., Foster, D., and Ghai, U

    Song, Y ., Zhang, H., Eisenach, C., Kakade, S. M., Foster, D., and Ghai, U. (2025b). Mind the gap: Examining the self-improvement capabilities of large language models. InThe Thirteenth International Conference on Learning Representations

  84. [92]

    M., Lowe, R., V oss, C., Radford, A., Amodei, D., and Christiano, P

    Stiennon, N., Ouyang, L., Wu, J., Ziegler, D. M., Lowe, R., V oss, C., Radford, A., Amodei, D., and Christiano, P. F. (2020). Learning to summarize with human feedback. InAdvances in Neural Information Processing Systems, volume 33, pages 3008–3021. Curran Associates, Inc. 15

  85. [93]

    Sugiyama, M., Hachiya, H., Kashima, H., and Morimura, T. (2010). Least absolute policy iteration—a robust approach to value function approximation.IEICE Transactions on Information and Systems, E93-D(9):2555–2565

  86. [94]

    Sui, Y ., Chuang, Y .-N., Wang, G., Zhang, J., Zhang, T., Yuan, J., Liu, H., Wen, A., Zhong, S., Zou, N., Chen, H., and Hu, X. (2025). Stop Overthinking: A survey on efficient reasoning for large language models.Transactions on Machine Learning Research. https://openreview. ne...

  87. [95]

    Tang, Y ., Zheng, K., Synnaeve, G., and Munos, R. (2025). Optimizing language models for inference time objectives using reinforcement learning. InInternational Conference on Machine Learning, pages 59066–59085. PMLR

  88. [96]

    J., Krishnamurthy, A., and Ash, J

    Tuyls, J., Foster, D. J., Krishnamurthy, A., and Ash, J. T. (2025). Representation-based explora- tion for language models: From test-time to post-training.arXiv preprint arXiv:2510.11686

  89. [97]

    and Karkhanis, D

    Walder, C. and Karkhanis, D. T. (2025). Pass@k policy optimization: Solving harder reinforce- ment learning problems.Advances in Neural Information Processing Systems, 38:152416–152445

  90. [98]

    A., Le, Q., Diao, E., Zhou, J., Ding, J., and Anwar, A

    Wang, X., Du, J., Khan, A. A., Le, Q., Diao, E., Zhou, J., Ding, J., and Anwar, A. (2025a). Beyond expectations: Quantile-guided alignment for risk-calibrated language models. InAdvances in Neural Information Processing Systems

  91. [99]

    Wang, Z., Zhou, F., Li, X., and Liu, P. (2025b). OctoThinker: Mid-training incentivizes reinforcement learning scaling.arXiv preprint arXiv:2506.20512

  92. [100]

    Wen, X., Liu, Z., Zheng, S., Ye, S., Wu, Z., Wang, Y ., Xu, Z., Liang, X., Li, J., Miao, Z., Bian, J., and Yang, M. (2026). Reinforcement learning with verifiable rewards implicitly incentivizes correct reasoning in base LLMs. InThe Fourteenth International Conference on Learn...

  93. [101]

    Williams, R. J. (1992). Simple statistical gradient-following algorithms for connectionist reinforcement learning.Machine Learning, 8:229–256

  94. [102]

    Wu, F., Xuan, W., Lu, X., Liu, M., Dong, Y ., Harchaoui, Z., and Choi, Y . (2025). The invisible leash: Why RLVR may or may not escape its origin.arXiv preprint arXiv:2507.14843

  95. [103]

    Yang, A., Li, A., Yang, B., Zhang, B., Hui, B., Zheng, B., Yu, B., Gao, C., Huang, C., Lv, C., et al. (2025a). Qwen3 technical report.arXiv preprint arXiv:2505.09388

  96. [104]

    Yang, A., Yang, B., Zhang, B., Hui, B., Zheng, B., Yu, B., Li, C., Liu, D., Huang, F., Wei, H., Lin, H., Yang, J., Tu, J., Zhang, J., Yang, J., Yang, J., Zhou, J., Lin, J., Dang, K., Lu, K., Bao, K., Yang, K., Yu, L., Li, M., Xue, M., Zhang, P., Zhu, Q., Men, R., Lin, R., Li, ...

  97. [105]

    Yang, A., Zhang, B., Hui, B., Gao, B., Yu, B., Li, C., Liu, D., Tu, J., Zhou, J., Lin, J., Lu, K., Xue, M., Lin, R., Liu, T., Ren, X., and Zhang, Z. (2024). Qwen2.5-Math technical report: Toward mathematical expert model via self-improvement.arXiv preprint arXiv:2409.12122

  98. [106]

    Yang, D., Zhao, L., Lin, Z., Qin, T., Bian, J., and Liu, T.-Y . (2019). Fully parameterized quantile function for distributional reinforcement learning. InAdvances in Neural Information Processing Systems 32

  99. [107]

    and Tian, T

    Young, K. and Tian, T. (2019). MinAtar: An atari-inspired testbed for thorough and reprodu- cible reinforcement learning experiments.arXiv preprint arXiv:1903.03176

  100. [108]

    Yu, Q., Zhang, Z., Zhu, R., Yuan, Y ., Zuo, X., Yue, Y ., Dai, W., Fan, T., Liu, G., Liu, L., et al. (2025). DAPO: An open-source LLM reinforcement learning system at scale.Advances in Neural Information Processing Systems, 38:113222–113244

  101. [109]

    E., Yu, P., and Xu, J

    Yu, Z., Su, Z., Tao, L., Wang, H., Singh, A., Yu, H., Wang, J., Gao, H., Yuan, W., Weston, J. E., Yu, P., and Xu, J. (2026). RESTRAIN: From spurious votes to signals — self-training RL with self-penalization. InThe Fourteenth International Conference on Learning Representations. 16

  102. [110]

    Yue, Y ., Chen, Z., Lu, R., Zhao, A., Wang, Z., Yue, Y ., Song, S., and Huang, G. (2025). Does reinforcement learning really incentivize reasoning capacity in LLMs beyond the base model? In The Thirty-ninth Annual Conference on Neural Information Processing Systems

  103. [111]

    Zhang, C., Neubig, G., and Yue, X. (2025a). On the interplay of pre-training, mid-training, and rl on reasoning language models.arXiv preprint arXiv:2512.07783

  104. [112]

    Zhang, S., Yu, D., Feng, Y ., Jin, B., Wang, Z., Peebles, J., and Wang, Z. (2025b). Learning to reason as action abstractions with scalable mid-training rl.arXiv preprint arXiv:2509.25810

  105. [113]

    Zhao, R., Meterez, A., Kakade, S., Pehlevan, C., Jelassi, S., and Malach, E. (2025). Echo chamber: Rl post-training amplifies behaviors learned in pretraining. InSecond Conference on Language Modeling

  106. [114]

    Zheng, T., Xing, T., Gu, Q., Liang, T., Qu, X., Zhou, X., Li, Y ., Wen, Z., Lin, C., Huang, W., et al. (2025). First return, entropy-eliciting explore.arXiv preprint arXiv:2507.07017

  107. [115]

    Zhou, Y ., Liang, Z., Liu, H., Yu, W., Panaganti, K., Song, L., Yu, D., Zhang, X., Mi, H., and Yu, D. (2025). Evolving language models without labels: Majority drives selection, novelty promotes variation.arXiv preprint arXiv:2509.15194

  108. [116]

    M., Stiennon, N., Wu, J., Brown, T

    Ziegler, D. M., Stiennon, N., Wu, J., Brown, T. B., Radford, A., Amodei, D., Christiano, P., and Irving, G. (2019). Fine-tuning language models from human preferences.arXiv preprint arXiv:1909.08593. 17 Appendix A Extended Related Work 19 B Notation 20 C Exact known-( ¯R, p)fo...

  109. [117]

    [96] computed a representation-based novelty score from hidden states to boost exploration

    employed a semantic diversity score with an external semantic comparator, and Tuyls et al. [96] computed a representation-based novelty score from hidden states to boost exploration. Liang et al

  110. [118]

    Setlur et al

    leveraged reward model gradients to improve temperature sampling. Setlur et al. [83] promoted in-context exploration via skill asymmetries and negative gradients. B Notation This appendix gives detailed derivations behind the main text. We follow the organization: first an exa...

Pith tools

Reviewed June 28, 2026 · model on record in the stance chip above.