REVIEW 3 major objections 6 minor 2 cited by
LLMs Can Teach Themselves to Better Predict the Future
T0 review · 3 major / 6 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read This paper claims that language models can improve their own probabilistic forecasting by fine-tuning on their self-generated reasoning traces, ranked only by how close each forecast landed to the realized outcome, and that this lifts two…
desk verdict A genuinely new outcome-ranked self-play + DPO pipeline for forecasting, with the right control — but the headline 7-10% gain is likely inflated by test-set-based epoch selection. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the outcome-ranked preference pair: two self-generated reasoning traces attached to the same resolved question, ordered by $r(p,o)=|p-o|$, the absolute distance between each trace's probability $p$ and the binary outcome $o$. Direct Preference Optimization (DPO) turns these ordered pairs into a policy update without any human reward model, so the model is pushed to prefer reasoning that would have produced a probability closer to what actually happened. The same ranking metric also supplies the randomized-label control: shuffling the ordering removes the outcome signal and isolates the effect of training on the reasoning/news exposure alone.
What would settle it
Shuffle the realized outcomes before computing $r(p,o)$ while keeping every other step identical; if the fine-tuned model still beats the base and the randomized-label control, then outcome proximity is not the active ingredient, and the claimed discovery fails.
Extended reading notes
Core claim
The central discovery is that outcome proximity is a usable preference signal for fine-tuning forecasters. For each of 9,427 training questions, the model generates two reasoning traces and two probabilities $p_1,p_2$; ranking them by $r(p,o)=|p-o|$ against the realized outcome $o\in\{0,1\}$ creates preference pairs, and DPO over those pairs shifts the model toward reasoning patterns that produce probabilities closer to the truth. The authors report that this lowers mean Brier score from 0.221 to 0.200 for Phi-4 14B and from roughly 0.212 to 0.197 for DeepSeek-R1 14B, with the improvement over both base and randomized-label controls significant at $p<0.05$ after correction for multiple comparisons. The fine-tuned models also show no significant difference from GPT-4o ($p>0.7$), so the method is claimed to bring 14B models to frontier-model forecasting quality.
Load-bearing premise
The load-bearing premise is that ranking a reasoning trace by how close its probability happened to land to the realized yes/no outcome is a valid preference signal; for a single event that distance is mostly noise, and the method depends on averaging this signal over 9,427 questions to learn anything.
Editorial extensions
If this is right
- Phi-4 14B's fine-tuned Brier score of 0.200 beats its base (0.221) and randomized-label control (0.214), with adjusted p-values of 0.002 and 0.027.
- DeepSeek-R1 14B's fine-tuned Brier score of 0.197 beats its base and control (both near 0.212), with adjusted p-values of 0.027 in each comparison.
- Neither fine-tuned model differs significantly from GPT-4o (adjusted p > 0.7), so the paper claims 14B models reach frontier-level forecasting accuracy.
- The gain concentrates in very accurate forecasts: the fine-tuned Phi-4 has 35.7% of Brier scores below 0.05 versus about 21% for base/control, while DeepSeek-R1 has 32.78% versus about 23%.
- Because the training data are generated by the model itself and resolved outcomes are publicly available, the pipeline can in principle be re-run on new questions as they resolve, without human-written rationales.
Reading between the lines
- This suggests a concrete scaling recipe the authors did not test: run the same self-play/DPO loop repeatedly on rolling windows of resolved questions, and forecasting accuracy may continue to climb as the model encounters new outcome feedback.
- The randomized-label control improved Phi-4 over base (0.214 vs 0.221) but not DeepSeek-R1, which the authors attribute to news exposure; an ablation that removes news summaries entirely would test whether outcome ranking alone, rather than fine-tuning on news-bearing prompts, drives the gain.
- The ranking criterion $|p-o|$ is one of several possible outcome losses; squared error or log loss would emphasize calibration at extreme probabilities differently, and the paper does not compare them, leaving room for a cheap experiment.
- A practical deployment consequence is that the method inherits any biases in prediction-market question selection and in news summaries, so safeguards would be needed before using it for high-stakes institutional forecasting.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an outcome-driven fine-tuning framework in which an LLM generates two reasoning traces per forecasting question, ranks those traces by their absolute distance to the resolved binary outcome, and is then fine-tuned with DPO on the resulting preference pairs. The method is applied to Phi-4 14B and DeepSeek-R1 14B on Polymarket questions, with a temporally held-out test set resolving after the training set. The authors report mean Brier improvements of 7--10% over the base models and over randomized-label DPO controls, and report that the fine-tuned small models perform on par with GPT-4o on this test set.
Significance. If the central result holds, this is a genuinely useful and scalable contribution: it removes the need for human-curated rationales, uses only resolved outcomes as supervision, and includes a randomized-label control that strengthens the causal interpretation. The temporal split between training and test sets is appropriate, and the comparison against both base and control models is the right design. The main risk is statistical: the paper does not describe a validation split, and the per-epoch model selection described in Section 2.5 may have used the test set, which would make the reported p-values conditional on test-set performance. The ranking-metric concern is real but is partially mitigated by the randomized-label control; the evaluation-protocol concern is not addressed.
major comments (3)
- [Section 2.5 / Figure 3 / Section 2.1] The paper does not define a validation split. Section 2.1 partitions data into 9,800 training and 2,300 test questions, while Section 2.5 states that "we found a plateau at the fifth epoch" for Phi-4 and "the fourth epoch" for DeepSeek-R1, with Figure 3 plotting per-epoch Brier scores. If the per-epoch scores in Figure 3 are computed on the test set, then the epoch was selected using the test set, and the final reported Brier scores and t-test p-values are the result of a selection procedure not applied to the base or control models. This would bias the comparison in favor of the fine-tuned models and invalidate the reported p-values. The authors must state explicitly which set was used to produce Figure 3 and, if it is the test set, provide a validation-based or pre-specified epoch selection, or re-run the evaluation on a truly held-out set.
- [Section 2.4, Eq. (1)] The ranking metric r(p,o)=|p-o| uses the realized binary outcome as the quality signal for a single noisy event. For a single question, a forecast closer to the outcome can be closer by luck rather than by reasoning quality, so the preference pair may encode noise. Averaging over 9,427 questions and the randomized-label control mitigate this, but the paper should provide additional robustness evidence that the preference signal is not dominated by noise, for example by reporting results when only pairs with a minimum probability margin are used, or by showing how often the ranked order changes under slight perturbations of the outcomes. Without such a check, the mechanism claimed for DPO remains a correctness-risk.
- [Section 3, Table 3] All models are evaluated on the same 2,300 test questions, so the observations are paired across models. The independent-samples t-tests ignore this pairing. The p-values should be recomputed with paired t-tests or a question-level block bootstrap, and the paper should report effect sizes and confidence intervals for the mean Brier differences. This is not necessarily fatal to the conclusions, but it is required for the reported inferential claims.
minor comments (6)
- [Section 2.4] The handling of ties in the ranking metric is not described; for example, with outcome o=1 and forecasts p1=0.6 and p2=0.4, both have r=0.4. The paper should state whether tied pairs are removed, kept with a consistent order, or otherwise handled.
- [Section 3, footnote 1] The hypothesis that the Phi-4 control improves over base because of an earlier knowledge cutoff is speculative and is not tested. It should be presented as a conjecture or supported with an analysis.
- [Figure 3] Figure 3 does not show which data split the per-epoch Brier scores were computed on, and the y-axis range obscures differences. Adding the split and epoch counts would make the model-selection procedure transparent.
- [Table 3] The p-value reported as 0.000 for Phi-4 Fine-Tune vs. Base should be reported as p < 0.001.
- [Section 2.3] The text reports 9,427 training questions after removing questions with identical forecasts, while Section 2.1 states 9,800 training questions. The exclusion procedure and resulting number should be clarified.
- [Section 2 / References] Minor typo: "Gwen2.5-14B" should be "Qwen2.5-14B" in Section 2.
Circularity Check
No circularity: external resolved outcomes provide the preference signal, the test set is temporally disjoint, and a randomized-label control isolates the learning effect.
full rationale
The preference signal in Section 2.4, r(p,o)=|p-o|, is computed from externally resolved Polymarket outcomes rather than from model outputs, and it is applied only to the 9,427 training questions; the 2,300 test questions resolve after the training set's outcome window (Section 2.1), so the reported Brier scores are not defined in terms of the training labels. The inclusion of a randomized-label DPO control (Section 2.4) directly tests whether any improvement is attributable to the outcome-based ranking, and the comparison against base and control models on the same held-out set gives the central claim independent content. The only self-citation, [6] (Schoenegger et al.), appears in a related-work list about ensemble aggregation and is not load-bearing. A real methodological concern remains: Section 2.5 reports per-epoch Brier plateaus without describing a validation split, so if those curves were computed on the test set, the epoch choice would inflate the reported improvement; this is a statistical validity issue about test-set reuse, not a definitional circularity, because no equation in the paper defines the test predictions in terms of the training outcomes.
Assumptions & free parameters
free parameters (3)
- DPO training epochs =
5 (Phi-4), 4 (DeepSeek-R1)
- Maximum self-play re-runs to obtain a second forecast =
4
- News lookback window =
14 days
assumptions (4)
- domain assumption Polymarket binary resolutions are accurate ground truth.
- domain assumption News summaries retrieved 14 days before resolution provide relevant, non-leaking information.
- ad hoc to paper Ranking reasoning traces by absolute distance to the realized outcome is a valid preference signal.
- standard math Brier score is an appropriate accuracy metric for this claim.
Cite this review
Pith. "Pith review of LLMs Can Teach Themselves to Better Predict the Future." pith.science (2026). https://pith.science/paper/CPVBP4VG
@misc{pith2026250205253,
author = {Pith},
title = {Pith review of: LLMs Can Teach Themselves to Better Predict the Future},
year = {2026},
howpublished = {\url{https://pith.science/paper/CPVBP4VG}},
note = {Machine review of arXiv:2502.05253}
}
read the original abstract
We present an outcome-driven fine-tuning framework that enhances the forecasting capabilities of large language models (LLMs) without relying on human-curated reasoning samples. Our method leverages model self-play to generate pairs of diverse reasoning trajectories and probabilistic forecasts for a set of diverse questions that resolve after the models' knowledge cutoff date. We then rank pairs of these reasoning traces by their distance to the actual outcomes before fine-tuning the model via Direct Preference Optimization (DPO). On a separate test set, our approach increases prediction accuracy of Phi-4 14B and DeepSeek-R1 14B by between 7--10\% over a base model and a DPO fine-tuned control model with randomized labels, bringing them on par with forecasting capabilities of much larger frontier models like GPT-4o.
Figures
Figures from the paper (2 more)
Forward citations
Cited by 2 Pith papers
-
Prompt Engineering Large Language Models' Forecasting Capabilities
Across two preregistered studies and six LLMs, most prompt engineering variations produced no reliable improvement in forecasting accuracy, while Bayesian-style prompts consistently hurt performance.
-
Advancing Event Forecasting through Massive Training of Large Language Models: Challenges, Solutions, and Broader Impacts
A position paper advocating large-scale training of event forecasting LLMs, with proposals for label selection, counterfactual training data, auxiliary rewards, and multi-source datasets.
Reference graph
Works this paper leans on
- [1]
-
[2]
P. E. Tetlock and D. Gardner.Superforecasting: The art and science of prediction . Random House, 2016
work page 2016
-
[3]
A. Kim, M. Muhn, and V. Nikolaev. Financial statement analysis with large language models, 2024. arXiv preprint arXiv:2407.17866
arXiv 2024
-
[4]
X. Wang, M. Feng, J. Qiu, J. Gu, and J. Zhao. From news to forecast: Integrating event analysis in llm-based time series forecasting with reflection, 2024. arXiv preprint arXiv:2409.17515
arXiv 2024
-
[5]
C. Cao, J. Zhuang, and Q. He. Llm-assisted modeling and simulations for public sector decision-making: Bridging climate data and policy insights. InAAAI-2024 Workshop on Public Sector LLMs: Algorithmic and Sociotechnical Design, 2024
work page 2024
-
[6]
P. Schoenegger, I. Tuminauskaite, P. S. Park, and P. E. Tetlock. Wisdom of the silicon crowd: Llm ensemble prediction capabilities rival human crowd accuracy, 2024. arXiv preprint arXiv:2402.19379
arXiv 2024
- [7]
-
[8]
Q. Yan, R. Seraj, J. He, L. Meng, and T. Sylvain. Autocast++: Enhancing world event prediction with zero-shot ranking-based context retrieval, 2023. arXiv preprint arXiv:2310.01880
work page Pith review arXiv 2023
Show all 27 references
-
[9]
Q. Lyu, K. Shridhar, C. Malaviya, L. Zhang, Y. Elazar, N. Tandon, and C. Callison-Burch. Calibrating large language models with sample consistency, 2024. arXiv preprint arXiv:2402.13904
2024
-
[10]
Silver, T
D. Silver, T. Hubert, J. Schrittwieser, I. Antonoglou, M. Lai, A. Guez, and D. Hassabis. Mastering chess and shogi by self-play with a general reinforcement learning algorithm, 2017. arXiv preprint arXiv:1712.01815
2017 arXiv
-
[11]
Z. Chen, Y. Deng, H. Yuan, K. Ji, and Q. Gu. Self-play fine-tuning converts weak language models to strong language models, 2024. arXiv preprint arXiv:2401.01335
2024 arXiv
-
[12]
Rafailov, A
R. Rafailov, A. Sharma, E. Mitchell, C. D. Manning, S. Ermon, and C. Finn. Direct preference optimization: Your language model is secretly a reward model. InAdvances in Neural Information Processing Systems, volume 36, 2024
2024
-
[13]
S. Xu, W. Fu, J. Gao, W. Ye, W. Liu, Z. Mei, and Y. Wu. Is dpo superior to ppo for llm alignment? a comprehensive study, 2024. arXiv preprint arXiv:2404.10719
2024 arXiv
-
[14]
D. Guo, D. Yang, H. Zhang, J. Song, R. Zhang, R. Xu, and Y. He. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning, 2025. arXiv preprint arXiv:2501.12948
2025 arXiv
-
[15]
Abdin, J
M. Abdin, J. Aneja, H. Behl, S. Bubeck, R. Eldan, S. Gunasekar, and Y. Zhang. Phi-4 technical report,
-
[16]
Hurst, A
A. Hurst, A. Lerer, A. P. Goucher, A. Perelman, A. Ramesh, A. Clark, and I. Kivlichan. Gpt-4o system card, 2024. arXiv preprint arXiv:2410.21276. 9
2024 arXiv
-
[17]
D. Rein, B. L. Hou, A. C. Stickland, J. Petty, R. Y. Pang, J. Dirani, and S. R. Bowman. Gpqa: A graduate-level google-proof q&a benchmark, 2023. arXiv preprint arXiv:2311.12022
2023 arXiv
-
[18]
Hendrycks, C
D. Hendrycks, C. Burns, S. Kadavath, A. Arora, S. Basart, E. Tang, and J. Steinhardt. Measuring mathematical problem solving with the math dataset, 2021. arXiv preprint arXiv:2103.03874
2021 arXiv
-
[19]
A. Yang, B. Yang, B. Zhang, B. Hui, B. Zheng, B. Yu, and Z. Qiu. Qwen2.5 technical report, 2024. arXiv preprint arXiv:2412.15115
2024 arXiv
-
[20]
M. Nye, A. J. Andreassen, G. Gur-Ari, H. Michalewski, J. Austin, D. Bieber, and A. Odena. Show your work: Scratchpads for intermediate computation with language models, 2021. arXiv preprint arXiv:2112.00114
2021 arXiv
-
[21]
Munos, M
R. Munos, M. Valko, D. Calandriello, M. G. Azar, M. Rowland, Z. D. Guo, Y. Tang, M. Geist, T. Mesnard, C. Fiegel, A. Michi, M. Selvi, S. Girgin, N. Momchev, O. Bachem, D. J. Mankowitz, D. Precup, and B. Piot. Nash learning from human feedback, 2023. arXiv preprint arXiv:2312.00886
2023 arXiv
-
[22]
B. Xu, A. Yang, J. Lin, Q. Wang, C. Zhou, Y. Zhang, and Z. Mao. Expertprompting: Instructing large language models to be distinguished experts, 2023. arXiv preprint arXiv:2305.14688
2023 arXiv
-
[23]
R. H. Pherson and R. J. Heuer.Structured analytic techniques for intelligence analysis . Cq Press, 2019
2019
-
[24]
Benjamini and Y
Y. Benjamini and Y. Hochberg. Controlling the false discovery rate: a practical and powerful approach to multiple testing.Journal of the Royal Statistical Society: Series B (Methodological) , 57(1):289–300, 1995
1995
-
[25]
O. Zem. Exploring the impact of quantization on llm performance.https://medium.com/@olga.zem/ exploring-the-impact-of-quantization-on-llm-performance-5698e16c5564 , January 3 2024. Ac- cessed: 2024-01-03
2024
-
[26]
Huang, X
W. Huang, X. Zheng, X. Ma, H. Qin, C. Lv, H. Chen, and M. Magno. An empirical study of llama3 quantization: From llms to mllms.Visual Intelligence, 2(1):36, 2024. 10
2024
-
[2024]
arXiv preprint arXiv:2412.08905
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.