--- license: cc-by-nc-4.0 language: - en size_categories: - 1M`-derived metadata (CIK, SIC, filing type, period of report, etc.) so each filing is self-contained. See paper §3 for full details. ## Companion benchmarks Two evaluation benchmarks are derived from SFD and reported alongside this dataset: - **EDGAR-OCR** — 300 hand-selected SEC tables, synthetically perturbed for contamination resistance, scored by adjusted recall over (content × placement × inline formatting). - **EDGAR-Forecast** — 50 companies × 5 numeric targets each (250 total) drawn from 2026 10-Q filings, evaluated agentically with prior 5-year filing history visible. - EDGAR-OCR: - EDGAR-Forecast: ## Citation ```bibtex @inproceedings{anonymous2026sfd, title={The SEC Filings Dataset: Reconstructing U.S. Corporate and Financial Disclosures into Layout-Faithful and Token-Efficient Pretraining Data}, author={Anonymous Authors}, booktitle={Advances in Neural Information Processing Systems (NeurIPS), Evaluations \& Datasets Track}, year={2026} } ``` ## License & terms - **Parsed corpus (this release):** [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) — non-commercial use only with attribution. Derivative works must keep this notice. - **Underlying raw filings:** U.S. Government public domain, available canonically from the SEC EDGAR system at . Redistribution of raw filings under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) attribution-style metadata is permitted. - **Mistral OCR outputs** (the small PDF subset, `has_ocr == True`) are subject to the [Mistral AI Terms of Service](https://mistral.ai/terms/) at the time of generation; downstream redistribution within this CC BY-NC 4.0 corpus is permitted. ## Ethics, privacy, limitations - All filings are public regulatory disclosures with no expectation of privacy. - The dataset preserves filer-supplied content verbatim; SFD does **not** correct factual or accounting errors in the source filings. - The MMD reconstruction is high-fidelity but not perfect; estimated ~99% structural/semantic accuracy. A small minority of filings (notably highly visual exhibits with low OCR-recoverable content) may have degraded representation. - Token counts reflect the Qwen3-1.7B tokenizer; other tokenizers will differ. ## Provenance & versions - **v1** (this release): 2022-01 → 2025-06, parsed by SFD pipeline rev `sec_parser`. - Future releases will extend coverage to 1994–2021 and incrementally to 2025-07+. ## Contact - Anonymous Authors