The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Language-model agents can enrich forecasting by retrieving evidence and orchestrating tools, yet robust gains over specialized time‑series models remain unproven; measurement, contamination, and missing cost reporting prevent decisive conclusions.

LLM-based Agents for Forecasting and Prediction: Methods, Training, Evaluation, and Applications
Xiaogang Xu, Jiaqi Tang, Jianmin Chen, Yingying Yan, Zhenchao Tang, Xiangxin Zhou, Xiaobin Hu, Wei Wei, Jinfeng Wu, Qifeng Chen, Lu Zhou, Jiafei Wu, Zhe Liu, Jianwei Yin, Weimin Zheng · August 24, 2026
arxiv review_meta n/a evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Xiaogang Xu unresolved corpus identity
  2. Jiaqi Tang unresolved corpus identity
  3. Jianmin Chen unresolved corpus identity
  4. Yingying Yan unresolved corpus identity
  5. Zhenchao Tang unresolved corpus identity
  6. Xiangxin Zhou unresolved corpus identity
  7. Xiaobin Hu unresolved corpus identity
  8. Wei Wei unresolved corpus identity
  9. Jinfeng Wu unresolved corpus identity
  10. Qifeng Chen unresolved corpus identity
  11. Lu Zhou unresolved corpus identity
  12. Jiafei Wu unresolved corpus identity
  13. Zhe Liu unresolved corpus identity
  14. Jianwei Yin unresolved corpus identity
  15. Weimin Zheng unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Xiaogang Xu unresolved corpus identity
  2. Jiaqi Tang unresolved corpus identity
  3. Jianmin Chen unresolved corpus identity
  4. Yingying Yan unresolved corpus identity
  5. Zhenchao Tang unresolved corpus identity
  6. Xiangxin Zhou unresolved corpus identity
  7. Xiaobin Hu unresolved corpus identity
  8. Wei Wei unresolved corpus identity
  9. Jinfeng Wu unresolved corpus identity
  10. Qifeng Chen unresolved corpus identity
  11. Lu Zhou unresolved corpus identity
  12. Jiafei Wu unresolved corpus identity
  13. Zhe Liu unresolved corpus identity
  14. Jianwei Yin unresolved corpus identity
  15. Weimin Zheng unresolved corpus identity
This survey finds that LLM-based forecasting agents add retrieval, reasoning, and tool-invocation capabilities that can be valuable when predictive signals are embedded in unstructured evidence, but current empirical results are mixed and often do not show consistent accuracy or calibration gains over specialized forecasting models due to contamination, leakage, evaluation, and cost-reporting issues.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Large language models (LLMs) now support forecasting systems that combine language-based reasoning with temporal data, evidence retrieval, external tools, and iterative prediction. We investigate LLM-based forecasting agents, meaning systems in which a language model contributes to a scored prediction about a future or currently unobserved target. We organize architectures into three groups. Standalone LLM workflows operate on encoded time series or event context. Tool- and retrieval-augmented agents incorporate external evidence. Hybrid systems pair LLMs with statistical or foundation models. We then review training methods and evaluation protocols. We examine negative as well as positive evidence, including sensitivity to small input perturbations, ablations in which the LLM component does not improve accuracy, and benchmark gains that may reflect contamination instead of temporal reasoning. We cover applications in finance, weather, health, energy, and operations, and we summarize the benchmarks and datasets used for evaluation. The evidence indicates that measurement is a central limitation. Future work requires calibration under distribution shift, contamination-resistant live evaluation, explicit reporting of cost and accuracy together, and methods for handling feedback between deployed forecasts and the outcomes being forecast.

Summary

Main Finding

LLM-based forecasting agents—ranging from prompt-only LLM forecasters to tool-augmented, multi-step agentic systems—offer new capabilities (retrieval, reasoning over unstructured evidence, tool use, iterative refinement) but do not yet consistently outperform specialized time-series or domain models on numerical extrapolation. Their value is context-dependent: language components help when predictive signals live in unstructured, timestamped evidence (news, filings, policy, outbreak reports) that are not fully captured by historical numerical series, but they add substantial inference cost, introduce new evaluation challenges (contamination, leakage), and sometimes do not improve or even harm predictive accuracy (ablation evidence).

Key Points

  • Taxonomy and scope
    • Places LLM forecasters on a continuum of agency: prompt-only → retrieval-augmented → tool-using agents → hybrid controllers coordinating specialist models.
    • Operational definition: an LLM counts only if it contributes to a verifiable, scored prediction (point, distribution, event probability).
  • Unified formalism
    • Information set I_t, forecasting query q, admissibility requirement (forecast must be measurable w.r.t. I_t).
    • Agent tuple (π_θ, A, T, M, g): policy, action space, tools, memory, readout; reason–act loop until readout produces a forecast.
  • Empirical findings and limits
    • No clear evidence that LLMs extrapolate numerical sequences better than specialized forecasting models.
    • LLMs can approach human forecaster accuracy on some event forecasting tasks when retrieval and reasoning are used.
    • Ablations show cases where removing the LLM leaves or improves accuracy; inference-costs often unreported or large.
  • Evaluation challenges
    • Feature leakage (lookahead covariates) and parametric leakage (pretraining contamination) are pervasive risks.
    • Proper scoring rules matter (Brier, log score, CRPS, pinball); calibration is a central concern.
    • Live or contamination-resistant benchmarks are necessary to credibly demonstrate temporal reasoning gains.
    • Aggregation, cost reporting, and handling feedback/reflexivity between forecasts and outcomes are underdeveloped.
  • Applications and domain constraints
    • Finance, weather, health, energy, operations: each domain has different baselines, latency/cost constraints, and asymmetric failure costs.
    • In many domains (weather, health), specialist baselines remain strong; LLMs add interpretability and flexible evidence use but not clear accuracy wins.
  • Research agenda proposed
    • Calibration under distribution shift, contamination-resistant live evaluation, explicit cost+accuracy reporting, methods for handling deployed-forecast feedback loops, and more robust ablation standards.

Data & Methods

  • Corpus and review approach
    • Living survey constructed from scholarly databases + backward citation of core forecasting literature; screened for empirical contributions or relevant benchmarks.
    • Emphasizes reproducibility concerns and disclosure gaps (e.g., missing inference-cost reporting).
  • Formal methods summarized
    • Forecasting tasks: continuous targets (predictive distributions; CRPS/pinball/MAE/RMSE), event targets (probabilities; Brier/log).
    • Admissibility: forecasts must use only I_t; leakage modes defined (feature, parametric).
    • Agent formalism: state s_k, policy π_θ, action set A (retrieve, call tools, write memory, delegate, emit), transition u, readout g(s_K).
  • Architectures reviewed
    • Prompt-only models and serialisation methods (e.g., LLMTime, TOKON approaches).
    • Retrieval-augmented forecasters (FLAIRR-TS, TimeRAF), open-web research agents, program-synthesis tools (SEA-TS).
    • Hybrid systems pairing LLMs with time-series foundation models (Chronos, Moirai, Time-MoE) or statistical modules (Kalman, LSTM hybrids).
    • Multi-agent deliberation and controller architectures that orchestrate specialist forecasters.
  • Training & adaptation strategies
    • Efficient tuning / prompt tuning / post-training on temporal data (GPT4TS, Time-LLM, TEMPO).
    • Reinforcement learning and reward-based tuning for forecasting objectives (Time-R1, TimeMaster).
    • In-context learning and retrieval-based conditioning vs. weight updates.
  • Evaluation datasets and benchmarks (representative)
    • Series benchmarks: M4, M5, Monash, GIFT-Eval, TFRBench.
    • Event benchmarks & live tests: ForecastBench, FutureX, MIRAI; COVID Hub for epidemics.
    • Domain-specific datasets in finance, weather (GraphCast, Pangu), health, energy, operations.
  • Diagnostics and controls emphasized
    • Leakage testing, hindcast replay, contamination controls, calibration assessment (reliability diagrams, conformal methods), reporting of inference cost and latency.

Implications for AI Economics

  • Cost–benefit and adoption decisions
    • Economic adoption of LLM-based forecasters requires explicit joint reporting of accuracy and inference/operational cost; high compute and integration costs may outweigh modest or uncertain forecast gains.
    • Firms should demand live, contamination-resistant evaluation before deploying LLM agents for high-stakes forecasting (trading, policy response).
  • Market effects and reflexivity
    • Agentic forecasters that act or inform many agents can introduce feedback loops: forecasts affect behaviors, which alter the very outcomes predicted (reflexivity). Models and regulators must account for endogeneity and perverse equilibria.
    • Transparency about sources, timing, and tooling matters for market fairness and to limit privileged "tool advantage" (tool privilege).
  • Regulatory and competitive concerns
    • Pretraining contamination and undisclosed data sources create information asymmetries; regulators may require provenance, audit trails, and live-evaluation standards for deployed forecasting agents in sensitive domains.
    • Reporting standards (cost, datasets, leakage controls) should be adopted industry-wide to enable fair comparison and auditability.
  • Research & investment priorities
    • Invest in contamination-resistant live benchmarks and infrastructure for ongoing calibration monitoring under distribution shift.
    • Develop lightweight hybrid architectures that use LLMs where unstructured evidence adds value but leave heavy numeric extrapolation to specialized models—this can optimize ROI.
    • Study market-level effects of widespread deployment (e.g., liquidity, volatility, common-mode errors) and design mechanisms (diversification, ensemble governance) to mitigate systemic risks.
  • Decision-making and incentives
    • Organizations should treat language-based forecasts as complementary signal channels (news, filings, policy interpretation) rather than wholesale replacements of quantitative models unless robust, domain-specific evidence supports the switch.
    • Incentives for forecasters should emphasize calibrated probabilistic forecasts and conditional policies that account for forecast-driven behavioral changes.

Overall, the survey highlights both promise and substantial measurement/deployment challenges. For AI economics, the central takeaways are that LLM agents can add value when they ingest timely unstructured signals, but economic deployment demands rigorous evaluation (live, contamination-resistant), explicit cost-accounting, calibration under shift, and governance to manage reflexivity and systemic effects.

Assessment

Paper Typereview_meta Evidence Strengthn/a — This is a literature survey synthesizing existing empirical and methodological work rather than presenting a new causal or experimental identification strategy; it summarizes mixed results from the field rather than producing primary causal evidence. Methods Rigorhigh — The authors describe a systematic corpus construction (database + preprint searches, backward citation), explicit inclusion/exclusion criteria, and note limitations (disclosure gaps, contamination risks); the paper applies a uniform evidentiary standard and taxonomy across studies. SampleA 'living' literature corpus of published and preprint studies on LLM-based forecasting agents across domains (finance, weather, health, energy, operations, cross-domain methods); assembled via database and preprint searches, backward citation, title/abstract screening and full-text review (dozens to low hundreds of papers, with domain counts reported in the manuscript). Themeshuman_ai_collab innovation GeneralizabilityFindings synthesize heterogeneous methods, tasks, and benchmarks, limiting tight cross-study comparisons, Retrospective benchmarks risk pretraining contamination and lookahead leakage, weakening external validity, Domain-specific baselines (e.g., weather vs finance) differ, so conclusions may not transfer across application areas, Publication and disclosure bias (missing cost/infrastructure reporting) affect representativeness, Rapidly evolving models and datasets mean conclusions may age quickly

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Current evidence does not establish that LLMs can extrapolate numerical sequences more accurately than specialized forecasting models. Output Quality null_result Numerical forecasting accuracy
Reading fidelity high
Study strength medium
not reported
0.24
Forecasts that rely on unstructured evidence such as news, filings, or health reports may fail to improve accuracy or calibration over specialized models while requiring substantially more inference compute. Output Quality mixed Forecast accuracy, forecast calibration, and inference compute
Reading fidelity high
Study strength medium
not reported
0.24
In one ablation study, removing the language-model component from several LLM-based forecasters left accuracy unchanged or improved it. Output Quality mixed Forecast accuracy
Reading fidelity high
Study strength medium
not reported
0.24
Greater agency enables adaptation through retrieval, tool use, and iterative state updates, but does not by itself demonstrate higher forecast accuracy. Output Quality null_result Forecast accuracy associated with increased agentic interaction
Reading fidelity high
Study strength medium
not reported
0.24
Retrieval-and-reasoning methods have approached human-forecaster accuracy on selected question sets. Decision Quality positive Event-forecasting accuracy relative to human forecasters
Reading fidelity high
Study strength low
not reported
0.12
LLM forecasters often exhibit calibration challenges. Ai Safety And Ethics negative Calibration of probabilistic forecasts
Reading fidelity high
Study strength medium
not reported
0.24
A pilot audit found substantial disclosure gaps in benchmark papers, including omitted agent scaffolds and absent inference-cost reporting among the agent papers examined. Governance And Regulation negative Reporting completeness for agent architecture and inference cost
Reading fidelity high
Study strength medium
n=12
8 agent papers
0.24
Retrospective benchmarks create contamination risks through pre-training data exposure and lookahead feature leakage. Ai Safety And Ethics negative Validity of forecast evaluation
Reading fidelity high
Study strength high
not reported
0.4
Language-based evidence can be valuable when predictive signals are not fully represented in historical numerical observations. Output Quality positive Availability and usefulness of predictive information for forecasting
Reading fidelity high
Study strength speculative
not reported
0.04
The review concludes that measurement is a central limitation in assessing LLM-based forecasting agents. Governance And Regulation negative Reliability and comparability of evidence about forecasting-agent performance
Reading fidelity high
Study strength medium
not reported
0.24

Notes