Model card: link MacroCast arXiv:2606.28670 (paper + citation), add arxiv tag
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ tags:
|
|
| 6 |
- foundation-model
|
| 7 |
- macroeconomics
|
| 8 |
- fred-md
|
|
|
|
| 9 |
library_name: tempopfn
|
| 10 |
pipeline_tag: time-series-forecasting
|
| 11 |
---
|
|
@@ -14,7 +15,8 @@ pipeline_tag: time-series-forecasting
|
|
| 14 |
|
| 15 |
**Paper:** Carriero, Pettenuzzo & Shekhar (2026), *MACROCAST: A Vintage-Consistent
|
| 16 |
Time Series Foundation Model for Real-Time Macroeconomic Forecasting* —
|
| 17 |
-
[
|
|
|
|
| 18 |
|
| 19 |
**MacroCast** is a compact (~1.2M-parameter) time-series foundation model for
|
| 20 |
**macroeconomic forecasting**. It forecasts a full panel of monthly
|
|
@@ -85,12 +87,13 @@ If you use MacroCast, please cite:
|
|
| 85 |
|
| 86 |
```bibtex
|
| 87 |
@misc{carriero2026macrocast,
|
| 88 |
-
title
|
| 89 |
-
author
|
| 90 |
-
year
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
|
|
|
| 94 |
}
|
| 95 |
```
|
| 96 |
|
|
|
|
| 6 |
- foundation-model
|
| 7 |
- macroeconomics
|
| 8 |
- fred-md
|
| 9 |
+
- arxiv:2606.28670
|
| 10 |
library_name: tempopfn
|
| 11 |
pipeline_tag: time-series-forecasting
|
| 12 |
---
|
|
|
|
| 15 |
|
| 16 |
**Paper:** Carriero, Pettenuzzo & Shekhar (2026), *MACROCAST: A Vintage-Consistent
|
| 17 |
Time Series Foundation Model for Real-Time Macroeconomic Forecasting* —
|
| 18 |
+
[arXiv:2606.28670](https://arxiv.org/abs/2606.28670)
|
| 19 |
+
([SSRN](https://ssrn.com/abstract=7004218)).
|
| 20 |
|
| 21 |
**MacroCast** is a compact (~1.2M-parameter) time-series foundation model for
|
| 22 |
**macroeconomic forecasting**. It forecasts a full panel of monthly
|
|
|
|
| 87 |
|
| 88 |
```bibtex
|
| 89 |
@misc{carriero2026macrocast,
|
| 90 |
+
title = {{MACROCAST}: A Vintage-Consistent Time Series Foundation Model for Real-Time Macroeconomic Forecasting},
|
| 91 |
+
author = {Carriero, Andrea and Pettenuzzo, Davide and Shekhar, Shubhranshu},
|
| 92 |
+
year = {2026},
|
| 93 |
+
eprint = {2606.28670},
|
| 94 |
+
archivePrefix = {arXiv},
|
| 95 |
+
primaryClass = {econ.EM},
|
| 96 |
+
url = {https://arxiv.org/abs/2606.28670}
|
| 97 |
}
|
| 98 |
```
|
| 99 |
|