Future-as-Label: Scalable Supervision from Real-World Outcomes
Benjamin Turtel, Paul Wilczewski, Danny Franklin, Kris Skothiem
TL;DR
This work extends reinforcement learning with verifiable rewards to real-world, temporally resolved prediction tasks by introducing Foresight Learning, where predictions at time t rely only on information available up to t and are evaluated after external outcome resolution. A predictor-resolver setup plus a causal information mask enables outcome-based supervision via a proper scoring rule, optimized with Group Relative Policy Optimization (GRPO) over multiple trajectories. Empirically, fine-tuning Qwen3-32B with this framework yields substantial calibration and accuracy gains on synthetic future-event tasks and the Metaculus benchmark, outperforming much larger pretrained models and prompting-based baselines. The approach offers scalable, annotation-free supervision for open-world forecasting, with strong implications for probabilistic forecasting under uncertainty and future directions toward online deployment and richer outcomes.
Abstract
Many real-world prediction problems lack labels observable at prediction time, creating a temporal gap between prediction and outcome that yields supervision only after events resolve. To address this setting, we extend reinforcement learning with verifiable rewards to temporally resolved real-world prediction, and use it to train language models to make probabilistic forecasts under causally masked information with retrospective evaluation using proper scoring rules. Supervision is derived solely from post-resolution outcomes, preserving delayed-reward semantics. On real-world forecasting benchmarks, Qwen3-32B trained using Foresight Learning improves Brier score by 27% and halves calibration error relative to its pretrained baseline, and outperforms Qwen3-235B on both constructed future-event prediction tasks and the Metaculus benchmark despite a 7x parameter disadvantage.
