Papers
Topics
Authors
Recent
Search
2000 character limit reached

MACROCAST: A Vintage-Consistent Time Series Foundation Model for Real-Time Macroeconomic Forecasting

Published 27 Jun 2026 in econ.EM, cs.AI, and cs.LG | (2606.28670v1)

Abstract: We introduce MACROCAST, a lightweight Time Series Foundation Model (TSFM) for real-time macroeconomic forecasting. Existing TSFMs suffer from data leakage in two forms: temporal contamination, as the model may have seen the realized values of the series it forecasts, and revision bias, as training on fully revised data diverges from the preliminary, vintage-specific releases available to real-time forecasters. MACROCAST is, to our knowledge, the first TSFM that rules out both forms of leakage entirely: at no stage of training is the model exposed to information that would not have been available to a forecaster in real time. We train MACROCAST first on purely synthetic time series in approximately one GPU-day and then fine-tune it on synthetic time series drawn from Bayesian VARs, dynamic factor models, and ARIMA specifications estimated on vintage-specific ALFRED data. Because pretraining uses only simulated data and fine-tuning uses only real-time vintages, no observed future or revised value ever enters the model; each fine-tuning run takes nine minutes. Evaluated on the FRED-MD database in a genuine real-time out-of-sample exercise, MACROCAST improves on the AR(1) benchmark for roughly 80% of series-horizon pairs, matches or surpasses Chronos-2 -- the strongest currently available TSFM -- and outperforms the Bayesian VAR and dynamic factor model benchmarks, all in a data-leakage-free manner.

Summary

  • The paper introduces MACROCAST, a TSFM that eliminates temporal contamination and revision bias through vintage-consistent training.
  • It employs a lightweight RNN with a two-phase approach: extensive synthetic pretraining followed by vintage-specific econometric fine-tuning.
  • MACROCAST significantly reduces RMSFE in real-time macroeconomic forecasting across 123 series compared to traditional benchmarks like AR(1).

MACROCAST: A Vintage-Consistent Time Series Foundation Model for Real-Time Macroeconomic Forecasting

Introduction and Motivation

The paper "MACROCAST: A Vintage-Consistent Time Series Foundation Model for Real-Time Macroeconomic Forecasting" (2606.28670) addresses the practical and methodological limitations prevalent in the application of Time Series Foundation Models (TSFMs) to real-time macroeconomic forecasting. While TSFMs such as Chronos-2, Moirai2-Small, and TimesFM demonstrate transfer learning capabilities across diverse domains, their deployment in economic practice is undermined by two core leakage issues: temporal contamination and revision bias. Temporal contamination arises when a model’s training set includes information unavailable to a forecaster at test time. Revision bias is introduced when models are trained on fully-revised historical macroeconomic releases rather than preliminary, vintage data as seen by actual forecasters, causing in-sample data to systematically differ from out-of-sample reality. These issues are especially problematic in macroeconomic forecasting, where benchmark accuracy must reflect true real-time uncertainty, not artifacts of retrospective data cleaning.

Model Architecture and Training Protocols

MACROCAST is based on a lightweight RNN architecture, specifically leveraging the TempoPFN design, which utilizes a linear gated recurrence to preserve efficiency and interpretability while circumventing the prohibitively high quadratic complexity of self-attention architectures. The model comprises approximately one million parameters—one to two orders of magnitude below Chronos-2 (120M) and Moirai2-Small (10M)—enabling rapid vintage-specific retraining even on modest hardware.

The training regime is two-phased:

  • Synthetic Pretraining: The model is first exposed to approximately ten million strictly synthetic univariate time series, sampled from an expanded composition of generators. These generators represent a diverse set of statistics: trends, periodic components, abrupt regime shifts, anomalies, heavy-tailed noise, and, critically, complex cross-dependencies instrumental for capturing the macroeconomic structure. This phase is entirely free from real-world data, ensuring strict exclusion of both temporal and revision leakages.
  • Vintage-Consistent Fine-Tuning: The pretrained weights are subsequently fine-tuned on synthetic panels generated from econometric models (Bayesian VARs, dynamic factor models, ARIMA) fit exclusively to data as it appeared in each vintage from the ALFRED repository. Only vintage-specific panels are used for simulation, with no direct training on actual observations. This approach guarantees the fine-tuned model is conditioned solely on information historically available at each forecasting origin, facilitating genuine real-time estimation and eliminating both forms of leakage.

Empirical Evaluation and Numerical Outcomes

The empirical evaluation implements a rigorous pseudo out-of-sample protocol on the FRED-MD macroeconomic panel, spanning 123 series, with forecast origins anchored to true historical vintages (August 1999 to December 2024). All models—including MACROCAST, Chronos-2, Moirai2-Small, Bayesian VAR, dynamic factor, and AR(1)—are estimated using only data released at the corresponding vintage. Forecasts are scored against six-month delayed "actuals" to neutralize short-term revisions yet still reflect later updates relevant for policy.

Performance is summarized via RMSFE ratios (model RMSFE divided by AR(1) RMSFE), share of series with RMSFE improvement, and statistical significance from Diebold-Mariano tests.

Key findings:

  • MACROCAST achieves lower RMSFE than AR(1) in approximately 80% of series-horizon pairs, and in 86% at h=1h=1.
  • MACROCAST matches or surpasses Chronos-2, the strongest available TSFM, and substantially outperforms both BVAR and DFM benchmarks—all without exploiting privileged information.
  • Median RMSFE ratios for MACROCAST are <1 at almost every horizon and group, with especially robust gains for headline labor market and housing indicators.
  • Statistical significance (majority-vote DM test at p<0.10p<0.10) is attained by MACROCAST for the majority of series at the shortest horizons. Figure 1

    Figure 1: Share of series where each model achieves a lower RMSFE than AR(1) across forecast horizons; MACROCAST leads at nearly all horizons, decisively beating the benchmark for most series.

    Figure 2

    Figure 2: Share of series where the model’s performance over AR(1) is statistically significant, indicating the reliability of observed gains.

The cross-sectional distribution of RMSFE ratios (Figure 3) illustrates that MACROCAST's improvements are not driven by a small set of outliers but are broadly distributed and stable, with minimal right-tail risk. Figure 3

Figure 3: Distribution of RMSFE ratios (relative to AR(1)) across 123 series at several horizons; MACROCAST demonstrates tight concentration below unity, evidencing reliable, moderate improvements for most series.

For several benchmark series (e.g., PAYEMS, INDPRO, FEDFUNDS, CUMFNS, UNRATE), MACROCAST's rolling 12-month performance is competitive throughout the business cycle. Notably, it exhibits resilience at turning points—especially during the GFC and COVID-19 episodes—where traditional autoregressive methods often falter. Figure 4

Figure 4: Rolling 12-month RMSFE for INDPRO vs AR(1); MACROCAST maintains or exceeds benchmark performance at all horizons across macro-financial regimes.

Figure 5

Figure 5: Rolling RMSFE for nonfarm payroll employment, with MACROCAST consistently outperforming AR(1), especially during periods of volatility.

Disaggregated Analysis by Economic Sector

A sectoral breakdown shows that MACROCAST's dominance generalizes across all major macroeconomic aggregates. Its advantages are most pronounced in labor markets and housing, where nonstationarities and structural breaks challenge both simple and shrinkage-based benchmarks. Figure 6

Figure 6

Figure 6

Figure 6

Figure 6: Fraction of series significantly beating AR(1) by FRED-MD group, demonstrating MACROCAST’s broad-based effectiveness, particularly in labor, housing, and interest-rate domains.

These results are robust to the inclusion/exclusion of outlier-pandemic periods and persist across horizon lengths up to 12 months.

Practical and Theoretical Implications

MACROCAST's vintage-consistent protocol sets a new baseline for macroeconomic forecasting with TSFMs by ensuring the model is both temporally and revision-fair. This architecture and training regime enable realistic rolling forecast exercises and facilitate continuous updating as new vintages are released. The low computational footprint (9 minutes per fine-tune) makes it deployable in resource-constrained academic and policy settings where large-scale transformer fine-tuning is infeasible.

Theoretical implications are equally significant. By synthesizing econometric structure (DFM, BVAR, ARIMA) and deep sequential learning within a leakage-controlled regime, MACROCAST demonstrates that domain-specific knowledge can be effectively integrated into modern neural timeseries frameworks without abandonment of inductive transfer. The design aligns with recent findings that naïve zero-shot TSFM adaptation to macrodata often under-delivers due to misspecified inductive biases.

Directions for Future Research

  • Integration of Nowcasting/Mixed-Frequency Data: Extending the approach to mixed-frequency/real-time flow of data and soft indicators.
  • Scenario/Counterfactual Analysis: Leveraging MACROCAST’s probabilistic outputs for shock decomposition or macro policy simulation.
  • Structural Interpretability: Enhancing interpretability of RNN latent states through post-hoc mapping to macroeconomic factors.
  • Cross-Jurisdiction Generalization: Assessing performance and retrainability in non-US macroeconomic domains with higher revision frequency or less stable institutional publication schedules.

Conclusion

MACROCAST establishes a rigorously leakage-free protocol for deploying TSFMs in real-time macroeconomic forecasting. By leveraging a compact and efficient recurrent architecture with synthetic and econometric-inspired fine-tuning solely on vintage data, it achieves forecast accuracy on par with, or superior to, the strongest existing TSFMs and traditional Bayesian benchmarks. Its design facilitates fast, frequent retraining as data vintages accumulate, making it highly scalable and reliable for operational policy environments. The leakage-tight pipeline made explicit in MACROCAST is likely to become a new standard for principled real-time economic forecasting with foundation models.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 2 tweets with 8 likes about this paper.