--- language: en license: cc-by-4.0 task_categories: - multiple-choice - question-answering size_categories: - 1K *"Forecast the value of [US CPI YoY Inflation Rate] for June 2010. > (Information available up to 2010-04-15.)"* > > A) 1.45% B) 2.04% C) 2.42% D) 1.85% - Format: 4-option MCQ with numeric values - Generated for 49 indicators × 4 quarters/year × {level, yoy_pct, yoy_pp} transforms - `info_cutoff` set ~60 days before target period ## Non-Recurrent (paper-aligned binary YES/NO) Follows the original paper's format: "Will [specific event] happen by [date]?" ### 8 templates (all anchored to scheduled events) | Template | Question pattern | Per year | |---|---|---| | T1 `fomc_cut` | Will FOMC cut rates ≥25bp at [date]? | ~8 | | T2 `fomc_hike` | Will FOMC raise rates ≥25bp at [date]? | ~8 | | T3 `fomc_hold` | Will FOMC keep rates unchanged at [date]? | ~8 | | T4 `cpi_release_threshold` | Will CPI YoY for [month] exceed [threshold]%? | 12 | | T5 `nfp_release_threshold` | Will NFP for [month] show change > [threshold]? | 12 | | T6 `gdp_release_threshold` | Will GDP YoY for [quarter] exceed [threshold]%? | 4 | | T7 `vix_weekly_spike` | Will VIX exceed [threshold] in week ending [date]? | 12 | | T8 `nasdaq_weekly_gain` | Will NASDAQ gain more than [X]% in week ending [date]? | 12 | ### Non-Recurrent example (real) > *"Will the FOMC cut the federal funds target rate by at least 25 basis points > at its meeting on 2020-03-15?"* > > A) YES B) NO > > ✓ Answer: A (YES) — Fed cut to zero on emergency Sunday meeting ### YES/NO balance (across all 2,071 NR questions) | Subtype | n | YES% | NO% | |---|---:|---:|---:| | vix_weekly_spike | 328 | 51% | 49% | | nasdaq_weekly_gain | 328 | 41% | 59% | | nfp_release_threshold | 326 | 49% | 51% | | cpi_release_threshold | 313 | 52% | 48% | | fomc_cut | 224 | 17% | 83% | | fomc_hike | 224 | 19% | 81% | | fomc_hold | 224 | 64% | 36% | | gdp_release_threshold | 104 | 47% | 53% | (FOMC imbalance reflects reality: most meetings are "hold" decisions.) ## Schema | Field | Type | Description | |---|---|---| | `qid` | string | Unique question ID | | `forecastType` | string | `Recurrent` or `Non-Recurrent` | | `subtype` | string | Fine-grained subtype | | `indicator` | string | Primary FRED series ID | | `transform` | string | `level` / `yoy_pct` / `yoy_pp` (Recurrent), `""` (NR) | | `target_period` | string | Period asked about | | `info_cutoff` | string | YYYY-MM-DD — latest info allowed | | `forecast_end` | string | YYYY-MM-DD — last day of horizon | | `answer_release` | string | NR only — when truth becomes verifiable | | `question` | string | Question text | | `options` | list[string] | Length 4 (Recurrent) or 2 (NR) | | `answer_letter` | string | A/B/C/D (Recurrent) or A/B (NR) | | `answer_raw` | string | Underlying answer value | | `unit` | string | `%`, `index`, `binary`, etc. | | `year` | int | Convenience field | ## Indicators (49 FRED series) | Category | Examples | |---|---| | Inflation (8) | CPIAUCSL, CPILFESL, PCEPI, PCEPILFE, PPIACO, PPIFIS, DCOILWTICO, DCOILBRENTEU | | Labor (6) | UNRATE, PAYEMS, CIVPART, EMRATIO, AHETPI, ICSA | | Growth (4) | GDPC1, GDP, INDPRO, TCU | | Rates (8) | FEDFUNDS, DGS3MO, DGS2, DGS5, DGS10, DGS30, T10Y2Y, MORTGAGE30US | | Money (4) | M2SL, BOGMBASE, TOTBKCR, CCSA | | Consumer (5) | UMCSENT, PCE, PSAVERT, RSAFS, DSPI | | Housing (3) | HOUST, PERMIT, CSUSHPINSA | | Manufacturing (3) | DGORDER, BOPGSTB, NEWORDER | | Market (8) | SP500, NASDAQCOM, DJIA, VIXCLS, DTWEXBGS, DEXUSEU, DEXJPUS, DEXCHUS | ## Coverage Notes - **1999** has fewer Recurrent questions (~180) because some indicators (`PPIFIS`, `SP500`, `DJIA`, `DTWEXBGS`) start later than 1999 on FRED. - **2026** is a partial year (data through April/May 2026); contains only questions whose ground truth is verifiable. - All NR questions tied to FOMC meetings, BLS releases (CPI/NFP), BEA releases (GDP), or weekly market thresholds — all from scheduled/public calendars. ## Differences from the Original FinDeepForecast | Aspect | Original (live, 2025-10 → 2025-12) | This dataset (historical) | |---|---|---| | Coverage | 10 weeks | 28 years | | Markets | 8 (US/UK/CN/HK/JP/SG/DE/FR) | US only | | Recurrent total | 296 macro + 699 corporate | 6,366 (macro only) | | Non-Recurrent total | 128 macro + 247 corporate | 2,071 (macro only) | | Ground truth | Future outcome (live) | Historical realized values | | Format | Numeric (Rec) + YES/NO (NR) | **Same** — 4-option MCQ + YES/NO | This historical version sacrifices the live "no memorization" property of the original benchmark in exchange for reproducible offline evaluation across 28 years. ## License CC-BY-4.0. Underlying FRED data is in the public domain (FRED API terms). ## Citation ```bibtex @article{findeepforecast, title={FinDeepForecast: A Live Benchmark for Financial Forecasting with LLMs}, author={OpenFinArena}, year={2026}, url={https://openfinarena.com/fin-deep-forecast/} } ```