Back to The Future: Evaluating AI Agents on Predicting Future Events
read at source ↗ huggingface.co
Back to The Future: Evaluating AI Agents on Predicting Future Events
Source: HuggingFace Date: 2025-07-17 URL: https://huggingface.co/blog/futurebench
Summary
Research summary introducing FutureBench (HF + Together Computer): a benchmark for AI agent forecasting of future events, inherently contamination-proof since training data can’t include future outcomes. Two question sources: AI-generated news predictions (5/week, 1-week horizon) and Polymarket prediction market questions. Tested GPT-4.1, Claude 3.7, and DeepSeek-V3 with SmolAgents + Tavily search — all agentic approaches beat base models without tools. Models showed distinct reasoning styles (GPT-4.1: search consensus; Claude: extensive scraping + pro/con analysis; DeepSeek-V3: explicit methodology).
Implications
Thread: open-weights ecosystem health / agentic patterns. The contamination-proof framing is the key methodological contribution: if FutureBench gains traction, it becomes one of the few benchmarks that can’t be gamed by including future events in training data — every new version is clean by construction. The Polymarket integration is interesting as a ground-truth mechanism: prediction market outcomes are objectively verified and financially motivated. The agentic reasoning strategy differences across models are early evidence that distinct model “styles” exist for research tasks, not just different capability levels. Watch whether this benchmark influences agent architecture decisions.