Advancing Event Forecasting through Massive Training of Large Language Models: Challenges, Solutions, and Broader Impacts

TL;DR

The paper proposes RLVR, counterfactual events, and multi-source data; Polymarket training reduced R1-14B Brier score from 0.214 to 0.197.

cs.LG 🔴 Advanced 2025-07-26 41 views
Sang-Woo Lee Sohee Yang Donghyun Kwak Noah Y. Siegel
event forecasting large language models reinforcement learning prediction markets calibration

Key Findings

Methodology

This is a position paper and roadmap rather than a new end-to-end model. It combines temporally constrained RAG, dynamic benchmarks, RL with verifiable rewards, hypothetical event Bayesian networks, counterfactual data, and auxiliary rewards. The proposed data engine integrates prediction markets, structured public databases, and crawled web information for scalable training and evaluation.

Key Results

  • ForecastBench reported Brier scores of 0.133 for GPT-4o and 0.122 for Claude-3.5-Sonnet, substantially better than early GPT-3.5-Turbo and Llama-2-70B systems above 0.2, yet behind Superforecaster AI at 0.096. The public-forecast median reached 0.121.
  • In work by Turtel et al., Polymarket training improved R1-14B from a Brier score of 0.214 to 0.197, approaching OpenAI o1. Data augmentation further reduced ECE and algorithmic variance, and backtests indicated possible trading profits.
  • The paper argues that static ForecastQA, AutoCastQA, and AutoCast++ are vulnerable to contamination. Dynamic evaluation is preferable; retrieval must be restricted to pre-question-date information, with RetroSearch supplying about 20,000 historical documents per question on average.

Significance

The paper reframes event forecasting as a joint problem of scaling, data engineering, reward design, and evaluation integrity rather than prompt engineering alone. It identifies a plausible route by which general model scaling, reasoning models, tool use, and reinforcement learning could narrow the gap to expert forecasters, while separating genuine temporal inference from memorization and leakage.

Technical Contribution

Its central technical contribution is a taxonomy of three forecasting-specific obstacles: noisy outcomes with sparse analogues, knowledge cut-offs that remove usable examples, and binary rewards that are too easy to exploit. Proposed remedies are Bayesian-network-based label analysis, poorly recalled and counterfactual events, and auxiliary rewards for consistency and related subquestions.

Novelty

The paper does not introduce a validated new algorithm. Its novelty is strategic and conceptual: it defines a large-scale training agenda that unifies market, public, and crawled data, while treating knowledge cut-off, reward hacking, temporal leakage, and probabilistic inconsistency as first-class design constraints rather than incidental evaluation issues.

Limitations

  • As a position paper, it reports no new unified model, dataset, or statistically powered end-to-end experiment. The proposed mechanisms therefore remain hypotheses requiring controlled ablations and reproducible implementations.
  • Forecast outcomes are intrinsically stochastic and many events are rare. Market bias, unstable web timestamps, retrieval leakage, poor counterfactual quality, and miscalibration can all create misleading training signals.
  • Public predictions may alter markets or the events being predicted, while profitable backtests do not establish durable real-world trading performance. Adversarial manipulation and accountability also remain unresolved.

Future Work

Future work should build continuously refreshed, temporally isolated multi-source datasets; compare direct continuous forecasting with binarization; and ablate RLVR, counterfactual generation, retrieval, calibration, and auxiliary rewards. It should also test consistency, robustness, user interfaces, feedback effects, privacy, and attack resistance in long-running deployments.

AI Executive Summary

Forecasting a future event means assigning a probability using only information available at a specified historical time. Early claims that LLMs were already near superforecaster performance were weakened by small samples, knowledge-cut-off mistakes, and search results containing post-resolution evidence. This paper argues that dynamic evaluation, reasoning models, and tool use now justify a renewed push toward large-scale training.

The proposed agenda combines time-bounded RAG with RLVR, using resolved outcomes to optimize probabilistic predictions. Hypothetical event Bayesian networks address noisy labels and sparse analogues; poorly recalled and counterfactual events reduce dependence on memorized answers; consistency tests and related subquestions provide auxiliary rewards that make shallow guessing less attractive. Training and evaluation should draw on Polymarket and Metaculus, GDP and economic indicators, and crawled news.

The evidence is synthesized from prior work. ForecastBench reported Brier scores of 0.133 for GPT-4o and 0.122 for Claude-3.5-Sonnet, versus 0.096 for Superforecaster AI. RLVR training reduced R1-14B from 0.214 to 0.197 on Polymarket data. These results are encouraging, not conclusive: calibration, leakage, feedback loops, manipulation, and social accountability remain central obstacles.

Deep Analysis

Background

Event forecasting evolved from static benchmarks such as ForecastQA, AutoCastQA, and AutoCast++ toward dynamic systems including ForecastBench and Metaculus AI Benchmarking. RAG, ensembles, OpenAI o1/o3, and Deep Research improve information processing, but static data can be contaminated by pretraining and web search can expose post-resolution evidence.

Core Problem

The task is to output a probability using information available before the question date and evaluate it after resolution, typically with Brier score, log score, and ECE. Difficulties include stochastic labels, sparse analogues, memorized answers, easily exploitable binary rewards, and violations of probabilistic consistency across related questions.

Innovation

First, hypothetical event Bayesian networks provide a principled view of latent causes, correlated events, and label assignment. Second, poorly recalled comparative events and counterfactual generation make training depend more on retrieval and reasoning than recall. Third, consistency checks and related subquestions create auxiliary rewards. Fourth, market, public, and crawled data form a scalable training-evaluation loop.

Methodology

  • �� Input: an event with question date, resolution date, and binary, continuous, or multi-option target.
  • �� Retrieval: generate queries, search historical documents, and rerank them; RetroSearch or Exa.ai can constrain future leakage.
  • �� Forecasting: produce probabilities, optionally using prompt or model ensembles to reduce variance.
  • �� Training: apply RLVR after resolution; use Bayesian-network structure to represent latent uncertainty and related events.
  • �� Augmentation: add poorly recalled comparisons, counterfactuals, negation/implication consistency, and subquestions.
  • �� Evaluation: use rolling dynamic tests with Brier score, log score, and ECE against market and expert aggregates.

Experiments

The paper synthesizes ForecastBench, Metaculus AI Benchmarking, and Turtel et al. studies. Relevant comparisons include 200 questions for public and expert participants, roughly 300 questions in Metaculus challenges, and about 100 questions comparing ensembles with expert groups. Polymarket supplies RLVR training, augmentation, evaluation, and virtual trading backtests.

Results

GPT-4o achieved 0.133 and Claude-3.5-Sonnet 0.122 on the cited ForecastBench analysis, improving substantially over earlier models above 0.2 but remaining above Superforecaster AI at 0.096. The public median was 0.121. RLVR improved R1-14B from 0.214 to 0.197; augmentation further reduced ECE and variance. These are results from cited work, not a new experiment conducted by this paper.

Applications

Potential uses include policy and risk early warning, AI-assisted trading, future scenario simulation, and probabilistic reasoning for general agents or AI scientists. Deployment requires temporal retrieval controls, calibrated uncertainty displays, risk limits, and human review; trading systems additionally require safeguards against feedback loops and manipulation.

Limitations & Outlook

The paper lacks a new unified model and full ablation study, so the gains from each proposal are unverified. Market coverage and participant incentives introduce bias; public and web data have unstable timestamps, licensing constraints, and heterogeneous quality. Future work should test counterfactual labels, auxiliary rewards, continuous forecasts, self-fulfilling predictions, adversarial attacks, privacy, and computational cost.

Plain Language Accessible to non-experts

Imagine a team preparing a weather report. The team may read only newspapers and records published before today; it cannot peek at tomorrow’s answer. It gathers clues from market opinions, economic tables, and news, then estimates whether something will happen and how likely it is.

Training is difficult because major events rarely repeat. A national election or rocket launch may happen only once in several years, so there are few comparable examples. The paper therefore suggests practice scenarios: ask what would happen if another condition changed, use questions the team does not already remember, and check that related answers do not contradict one another.

Performance is judged by how close the stated probability is to reality. Saying “80%” and being wrong is worse than saying “55%” and being wrong. Newer systems are approaching expert-group performance, but they are not oracles. They should support decisions, not replace evidence, oversight, or accountability.

ELI14 Explained like you're 14

Suppose you want to predict whether school will close next week. You can check weather reports, transport notices, past schedules, and official announcements—but only information available today. An AI forecaster faces the same rule: it must give a probability, not just shout “yes” or “no!”

The tricky part is that huge events do not repeat often. A presidential election or rocket launch may happen once every few years, so the AI has limited practice. Worse, it may already remember the answer from training data, like seeing the answer key before a test. The paper also worries that an AI can win points by making easy guesses without explaining its thinking.

The proposed training game is smarter: add “what if?” situations, compare related events, and check whether answers fit together. Give the AI information from prediction markets, economic data, and news, while blocking future information.

The numbers are encouraging: GPT-4o scored 0.133 and Claude-3.5-Sonnet 0.122 on Brier score, where lower is better. Training R1-14B improved it from 0.214 to 0.197. Still, no magic crystal ball exists! People must check evidence, uncertainty, unfair bias, and the possibility that public predictions change reality.

Glossary

Event forecasting

Estimating the probability that a future event will occur using information available at a specified time. Technically, it evaluates probabilistic predictions against later resolved outcomes.

The paper’s central task, mainly studied in binary form but extendable to continuous and multi-option targets.

Brier score

The squared error between forecast probability f and binary outcome o: (f−o)^2. Lower values indicate better probabilistic accuracy; a constant 50% forecast scores 0.25.

A principal metric in ForecastBench and the cited Polymarket experiments.

RLVR

Reinforcement learning with verifiable rewards, where feedback can be automatically checked against a resolved outcome. For forecasting, the reward reflects probability error or a related scoring rule.

Turtel et al. used it to improve R1-14B on Polymarket data.

Knowledge cut-off

The final date covered by a model’s training data. If an evaluation event resolved before that date, the model may recall the answer instead of forecasting it.

The paper requires strict separation of question date, resolution date, and model knowledge cut-off.

Dynamic benchmark

A benchmark that continuously adds unresolved questions and scores them after future resolution. It reduces contamination compared with a fixed historical test set.

ForecastBench and Metaculus challenges exemplify this evaluation direction.

Expected Calibration Error

A measure of the gap between stated probabilities and empirical outcome frequencies. A calibrated system’s events assigned 70% probability occur roughly 70% of the time.

Used to assess whether augmentation and training improve reliability, not merely accuracy.

Open Questions Unanswered questions from this research

  • 1 How can researchers construct reliable Bayesian structures for correlated, sparse events and prove that auxiliary rewards improve reasoning rather than create new proxy gaming?
  • 2 There is no mature standard for harmonizing coverage, licensing, timestamps, provenance, and bias across markets, public databases, and web crawls at scale.
  • 3 Once forecasts become public, they may change markets or the events themselves. Long-term studies are needed to measure self-fulfilling effects, manipulation, and accountability.

Applications

Immediate Applications

Policy and risk early warning

Research organizations can combine dynamic markets, economic indicators, and historical news in a time-isolated dashboard for supply-chain, macroeconomic, or public-risk monitoring. The interface should show probabilities, evidence dates, calibration history, and expert review status.

Prediction-market analysis

Trading researchers can compare LLM probabilities with Polymarket or Metaculus prices and run paper backtests. Real deployment requires controls for fees, liquidity, leakage, model impact, and market manipulation; historical simulated profit is not a guarantee.

Long-term Vision

Predictive general agents

Future agents could combine retrieval, programmatic regression, scenario simulation, and calibration to support scientific planning and resource allocation. Major barriers include reliability, responsibility, privacy, computational cost, and feedback effects on the systems being forecast.

Abstract

Many recent papers have studied the development of superforecaster-level event forecasting LLMs. While methodological problems with early studies cast doubt on the use of LLMs for event forecasting, recent studies with improved evaluation methods have shown that state-of-the-art LLMs are gradually reaching superforecaster-level performance, and reinforcement learning has also been reported to improve future forecasting. Additionally, the unprecedented success of recent reasoning models and Deep Research-style models suggests that technology capable of greatly improving forecasting performance has been developed. Therefore, based on these positive recent trends, we argue that the time is ripe for research on large-scale training of superforecaster-level event forecasting LLMs. We discuss two key research directions: training methods and data acquisition. For training, we first introduce three difficulties of LLM-based event forecasting training: noisiness-sparsity, knowledge cut-off, and simple reward structure problems. Then, we present related ideas to mitigate these problems: hypothetical event Bayesian networks, utilizing poorly-recalled and counterfactual events, and auxiliary reward signals. For data, we propose aggressive use of market, public, and crawling datasets to enable large-scale training and evaluation. Finally, we explain how these technical advances could enable AI to provide predictive intelligence to society in broader areas. This position paper presents promising specific paths and considerations for getting closer to superforecaster-level AI technology, aiming to call for researchers' interest in these directions.

cs.LG cs.AI cs.CL