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 →

Pretrained time‑series foundation models markedly improve crop price forecasts: zero‑shot TSFMs outperform traditional and deep learning methods and beat USDA futures-based season‑average forecasts on three of four major commodities; Time‑MoE cuts forecast errors by 54.9% on wheat and 18.5% on corn in recent years.

The Promise of Time-Series Foundation Models for Agricultural Forecasting: Evidence from Commodity Prices
Le Wang, Boyuan Zhang · January 10, 2026
arxiv descriptive medium 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. Le Wang unresolved corpus identity
  2. Boyuan Zhang unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Le Wang provider ID
  2. Boyuan Zhang provider ID
Zero-shot time-series foundation models substantially outperform traditional time-series, machine learning, and deep learning baselines and beat USDA futures-based season-average price forecasts on three of four major commodities, with Time-MoE delivering the largest gains (e.g., 54.9% improvement on wheat and 18.5% on corn in 2017–2024 excluding COVID).

Citation observations

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

Forecasting agricultural markets remains challenging due to nonlinear dynamics, structural breaks, and sparse data. A long-standing belief holds that simple time-series methods outperform more advanced alternatives. This paper provides the first systematic evidence that this belief no longer holds with modern time-series foundation models (TSFMs). Using USDA ERS monthly commodity price data from 1997-2025, we evaluate 17 forecasting approaches across four model classes, including traditional time-series, machine learning, deep learning, and five state-of-the-art TSFMs (Chronos, Chronos-2, TimesFM 2.5, Time-MoE, Moirai-2), and construct annual marketing year price predictions to compare with USDA's futures-based season-average price (SAP) forecasts. We show that zero-shot foundation models consistently outperform traditional time-series methods, machine learning, and deep learning architectures trained from scratch in both monthly and annual forecasting. Furthermore, foundation models remarkably outperform USDA's futures-based forecasts on three of four major commodities despite USDA's information advantage from forward-looking futures markets. Time-MoE delivers the largest accuracy gains, achieving 54.9% improvement on wheat and 18.5% improvement on corn relative to USDA ERS benchmarks on recent data (2017-2024 excluding COVID). These results point to a paradigm shift in agricultural forecasting.

Summary

Main Finding

Pre-trained time-series foundation models (TSFMs) substantially improve agricultural price forecasting relative to traditional time-series, machine learning, and deep-learning models trained from scratch. Zero-shot TSFMs — applied without domain-specific fine-tuning and using only univariate historical prices — rank at the top for monthly and marketing-year-average (MYA) forecasts. Time-MoE delivers the largest gains (e.g., 54.9% MAE improvement on wheat and 18.5% on corn versus USDA ERS SAP on recent data), while USDA’s futures-plus-basis SAP remains best for cotton.

Key Points

  • Scope and benchmark
    • Data: USDA ERS/NASS monthly farm price series for corn, soybeans, wheat, and cotton (1997–2025).
    • Operational benchmark: USDA ERS Season-Average Price (SAP) forecasts (futures-plus-basis method), which incorporate forward-looking futures-market information.
  • Models evaluated
    • 17 models across four classes: traditional time-series (ARIMA, ETS, STL, Prophet, Naive), machine learning (Random Forest, XGBoost), deep learning trained from scratch (LSTM, N-BEATS, TFT, DeepAR), and five state-of-the-art TSFMs (Chronos, Chronos-2, TimesFM 2.5, Time-MoE, Moirai-2).
    • Representative TSFM details cited: Chronos (≈200M params), Chronos-2 (MoE, ≈120M), TimesFM (pre-trained on large corpora), Time-MoE (sparse MoE, ≈50M), Moirai-2 (quantile/multi-token).
  • Evaluation design
    • Unified framework: identical data, horizons, and metrics; monthly forecasts up to 12 months and annual MYA forecasts.
    • Extensive backtesting: 1,088 forecasts across 64 train–test splits, covering major disruptions (2008 crisis, 2012 drought, COVID).
    • Metrics: RMSE and MAE; MYA comparisons against USDA SAP (and a “recent” subperiod 2017–2024 excluding COVID used for some reported improvements).
  • Main empirical results
    • All five TSFMs occupy top-five ranks for monthly forecasting accuracy; Time-MoE has the smallest RMSE and MAE.
    • Deep-learning models trained from scratch perform poorly (ranked ~10–16); the Naive model ranks 6th, illustrating how data scarcity favors simpler methods unless pre-training is used.
    • MYA (season-average) forecasts: TSFMs outperform USDA ERS SAP on wheat (13 of 17 models beat USDA; Time-MoE: 54.9% MAE improvement), show meaningful gains on corn (Time-MoE: 18.5% MAE improvement) and soybeans (TimesFM: 6.9%), but USDA remains superior for cotton.
    • Smaller mixture-of-experts architectures (sparse MoE) outperform larger dense transformers in this domain.
  • Robustness and caveats reported in the paper
    • TSFMs evaluated in zero-shot univariate setting (no exogenous covariates); USDA SAP uses futures and basis information.
    • Heterogeneity across commodities — cotton remains challenging.
    • References debate on generality of zero-shot transfer (e.g., Karaouli et al., 2025); pre-training domain matters.

Data & Methods

  • Data
    • Monthly farm-price series (USDA NASS / ERS) for:
      • Corn and soybeans: September 1997 – August 2025 (marketing year Sep–Aug)
      • Wheat: June 1997 – August 2025 (marketing year Jun–May)
      • Cotton: August 1997 – August 2025 (marketing year Aug–Jul)
    • Auxiliary series used by USDA benchmark: nearby futures prices (LSEG), basis (cash–futures), marketing percentages (5-year or 7-year Olympic averages) to compute marketing-year weights.
    • Sample spans major shocks and structural changes, enabling evaluation of robustness.
  • Forecasting tasks
    • Short-term monthly forecasts (horizons up to 12 months).
    • Annual Marketing-Year-Average (MYA / SAP) forecasting: models predict season-average price aggregated using marketing percentages, compared to USDA ERS SAP.
  • Models and training
    • Classical and ML methods estimated per series; deep-learning models trained from scratch with hyperparameter search and regularization.
    • TSFMs applied zero-shot (no commodity-specific fine-tuning), using only historical monthly prices (univariate).
    • Evaluation uses common rolling/train-test splits (64 splits) and computes RMSE/MAE across 1,088 forecast instances.
  • Key methodological findings
    • Zero-shot TSFMs generalize effectively despite limited target-series length (200–400 monthly observations).
    • Sparse mixture-of-experts designs (Time-MoE) deliver strong performance per parameter and beat larger dense models.
    • Deep models without pre-training overfit / underperform in data-poor economic time series.

Implications for AI Economics

  • Practical forecasting and policy
    • TSFMs can materially improve economically-significant forecasts (MYA/SAP) that feed farm-program payment calculations and WASDE reporting. Even modest forecast improvements can have large fiscal and operational effects given the scale of agricultural programs.
    • Zero-shot application reduces dependence on local, high-quality labeled data and domain-specific model development, lowering barriers for public agencies and firms to adopt advanced methods.
  • Model design and deployment
    • Pre-training on massive, diverse time-series corpora appears crucial for data-scarce economic domains; sparse MoE architectures offer strong accuracy-to-cost tradeoffs.
    • Reliance on univariate zero-shot TSFMs suggests straightforward operational pipelines (no expensive covariate collection), but integrating exogenous information (futures, weather, stocks) may yield further gains and deserves exploration.
  • Research directions in AI & economics
    • Evaluate TSFMs when fine-tuned with domain data and when supplied with exogenous drivers; compare probabilistic forecasts (quantiles) and decision-relevant loss functions.
    • Test transferability across other policy-relevant, data-scarce economic series (regional prices, labor markets, firm-level outcomes).
    • Study the extent to which TSFM improvements reflect true signal extraction versus over-reliance on pretraining priors; perform stress tests around structural breaks and rare shocks.
  • Governance and interpretability
    • Policy use requires robustness, transparency, and auditability. Foundation models’ black-box nature raises interpretability and accountability challenges (model audits, uncertainty quantification, and communication to stakeholders).
    • Institutional adoption (USDA, regulators) should combine model-based improvements with conservative governance: ensemble checks, counterfactual validation, and explicit incorporation of market information when available.
  • Limits and cautions
    • Results are for zero-shot univariate TSFM use; USDA SAP incorporates forward-looking futures data and expert inputs (WASDE). Gains are commodity-specific (e.g., cotton exception).
    • Pre-training domain mismatch can limit transfer — further work is needed to map which pretraining corpora and architectures best serve particular economic subdomains.

Summary takeaway: Pre-trained time-series foundation models — particularly sparse mixture-of-experts architectures like Time-MoE — offer a meaningful paradigm shift for forecasting in data-scarce economic domains such as agricultural prices. They can outperform traditional benchmarks (including USDA ERS SAP in several major commodities) in zero-shot settings, but practical adoption should proceed with robustness checks, incorporation of exogenous market signals, and governance to ensure reliable policy deployment.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper presents systematic out-of-sample forecasting comparisons across many model classes and a long historical dataset (1997–2025) and evaluates recent years separately (2017–2024 excluding COVID), which supports claims about predictive performance; however, results hinge on choices about evaluation periods, exclusion of COVID, fairness of hyperparameter tuning and training regimes, commodities included (four), and potential pretraining data advantages for foundation models, leaving some uncertainty about robustness and external validity. Methods Rigormedium — The study compares 17 approaches spanning traditional time-series, ML, DL, and multiple state-of-the-art TSFMs and benchmarks against USDA ERS futures-based forecasts, indicating thorough benchmarking; but the description lacks detail on hyperparameter search protocols, pretraining data and compute for foundation models, prevention of leakage, robustness checks across alternative splits/metrics, and full reproducibility information—areas that could materially affect conclusions. SampleMonthly USDA ERS commodity price series from 1997–2025 (~336 months), aggregated into annual marketing-year season-average price (SAP) forecasts for four major US commodities (including corn and wheat); evaluation emphasizes recent out-of-sample performance (2017–2024, COVID period excluded) and compares model forecasts to USDA futures-based SAP forecasts. Themesinnovation adoption GeneralizabilityResults limited to four major US commodities and may not hold for other crops or international markets, USDA ERS price series and futures information create a US-centric setting that may differ in liquidity and market structure elsewhere, Zero-shot TSFM gains may depend on pretraining corpora and compute—access and performance may not generalize to smaller/less-standardized datasets, Excluding COVID and focusing on 2017–2024 may bias performance estimates if structural breaks differ in other periods, Practical adoption depends on computational cost, interpretability, and integration with existing forecasting workflows

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Forecasting agricultural markets remains challenging due to nonlinear dynamics, structural breaks, and sparse data. Other null_result difficulty of forecasting agricultural markets (qualitative claim)
Reading fidelity high
Study strength speculative
not reported
0.03
A long-standing belief holds that simple time-series methods outperform more advanced alternatives. Other null_result relative forecasting performance of simple time-series methods vs. advanced methods (claimed belief)
Reading fidelity high
Study strength speculative
not reported
0.03
This paper provides the first systematic evidence that this belief no longer holds with modern time-series foundation models (TSFMs). Output Quality positive forecast accuracy of modern TSFMs relative to simpler methods
Reading fidelity high
Study strength medium
not reported
0.18
We use USDA ERS monthly commodity price data from 1997-2025 and evaluate 17 forecasting approaches across four model classes (traditional time-series, machine learning, deep learning, and five state-of-the-art TSFMs: Chronos, Chronos-2, TimesFM 2.5, Time-MoE, Moirai-2). Other null_result n/a (methodological claim about dataset and models evaluated)
Reading fidelity high
Study strength high
not reported
0.3
Zero-shot foundation models consistently outperform traditional time-series methods, machine learning, and deep learning architectures trained from scratch in both monthly and annual forecasting. Output Quality positive forecast accuracy for monthly and annual commodity prices (zero-shot TSFMs vs traditional/ML/DL models trained from scratch)
Reading fidelity high
Study strength medium
not reported
0.18
Foundation models remarkably outperform USDA's futures-based forecasts on three of four major commodities despite USDA's information advantage from forward-looking futures markets. Output Quality positive accuracy of season-average price (SAP) forecasts compared to USDA futures-based forecasts
Reading fidelity high
Study strength medium
n=4
0.18
Time-MoE delivers the largest accuracy gains, achieving 54.9% improvement on wheat and 18.5% improvement on corn relative to USDA ERS benchmarks on recent data (2017-2024 excluding COVID). Output Quality positive forecast accuracy improvement (relative accuracy gain) on wheat and corn SAP forecasts
Reading fidelity high
Study strength medium
54.9% improvement on wheat; 18.5% improvement on corn
0.18
These results point to a paradigm shift in agricultural forecasting. Other positive implication for the field of agricultural forecasting (interpretive claim)
Reading fidelity high
Study strength speculative
not reported
0.03

Notes