Paper Overview
- Field: NLP
- Authors: Xiao Ye, Jacob Dineen, Evan Zhu, Shijie Lu, Kevin Song, Ben Zhou
- Published: 2026-07-15
- arXiv: 2607.14051
- Hindcast replays resolved Polymarket prediction markets against a frozen snapshot of public Reddit data.
- Models can read only posts written before \(t_0\).
- Each prediction is scored against both what actually happened and the market's own price at \(t_0\), which is itself a human forecast made from the same past information.
Summary
Forecasters are typically evaluated by backtesting, which replays resolved questions and grades the probability a system would have assigned before the outcome was known. For LLMs, two channels leak the answer into this test:
1. Retrieval leakage: A model that retrieves can surface reports written after the event, turning forecasting into a lookup. 2. Training-data leakage: Each new model is trained on data closer to the event, so a question that lay in the future for last year's models sits inside this year's training data.
Either way, the test grades recall while claiming to grade foresight.
The Hindcast Benchmark
Hindcast closes both leaks by grading a model as if it stood at a chosen past date \(t_0\), before the outcome existed in either channel. The design works as follows:
Findings
Once leakage is closed, retrieval still helps most models, but only in cases where Reddit discussed the event before the cutoff. Where the archive contains only speculation, retrieval is harmful.
--- *Auto-collected on 2026-07-17*