--- license: cc-by-4.0 task_categories: - time-series-forecasting - tabular-regression - text-generation - question-answering language: - en size_categories: - 1M}, booktitle = {Proceedings of the Annual Conference on Neural Information Processing Systems (NeurIPS), Datasets and Benchmarks Track}, year = {2026} } ``` ## Reproducibility Every `RunRecord` JSON in `experiments/results/` records: `git_sha`, `lib_versions`, `hardware`, `artifact_sha256` (SHA-256 of every parquet read), `timestamp`, and `deterministic_mode`. Predictions are persisted at `experiments/predictions/__seed.pkl` so eval logic can be re-applied via `experiments/re_evaluate.py` without re-running models. ## Reconstruction (raw filings + news) The release ships derived features and reconstruction scripts; raw artifacts subject to redistribution restrictions remain re-fetchable: ```bash python collect_universe.py # iShares ETF holdings + NASDAQ Trader directory python collect_filings.py # SEC EDGAR (10-K, 10-Q, 8-K, 20-F, 6-K, N-CSR, N-CSRS) python collect_fundamentals.py # XBRL company facts via SEC EDGAR python collect_prices.py # yfinance OHLCV + adjusted close python collect_news.py # provider-specific (~215k articles) python collect_real_estate.py # RentCast (100 metros, 139,855 properties) python collect_macro.py # FRED + EIA series python preprocess.py python assemble_benchmark.py python generate_scenarios.py python enrich_benchmark.py python build_valuation_tasks.py python validate_all.py ``` ## Authors / Contact Anonymous (NeurIPS 2026 Datasets & Benchmarks Track submission). Contact at `` after author notification.