Datasets:
Tasks:
Table Question Answering
Formats:
parquet
Languages:
English
Size:
1K - 10K
ArXiv:
DOI:
License:
Update Readme with arxiv citation key
Browse files
README.md
CHANGED
|
@@ -87,6 +87,24 @@ ds_filtered = ds["train"].filter(lambda x: x["revenue"] is not None)
|
|
| 87 |
- **OCR text**: DeepSeek OCR applied to annual report PDFs from SEC EDGAR, LSE, ASX, and other exchanges.
|
| 88 |
- **KPI values**: SEC EDGAR (XBRL companyfacts) for US listings; yfinance for non-US; Alpha Vantage for gap-fill.
|
| 89 |
|
| 90 |
-
## Citation
|
| 91 |
|
| 92 |
-
If you use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
- **OCR text**: DeepSeek OCR applied to annual report PDFs from SEC EDGAR, LSE, ASX, and other exchanges.
|
| 88 |
- **KPI values**: SEC EDGAR (XBRL companyfacts) for US listings; yfinance for non-US; Alpha Vantage for gap-fill.
|
| 89 |
|
| 90 |
+
## Citation key
|
| 91 |
|
| 92 |
+
If you use LEDGER datasets and / or code ressources, please consider citing our work with:
|
| 93 |
+
|
| 94 |
+
```
|
| 95 |
+
@misc{moslonka2026ledgerlongcontextbenchmarkcorporate,
|
| 96 |
+
title={LEDGER: A Long-Context Benchmark of Corporate Annual Reports for Grounded Financial Retrieval and Extraction},
|
| 97 |
+
author={Charles Moslonka and Amaury de Vitry and Arthur Garnier and Hicham Randrianarivo and Emmanuel Malherbe},
|
| 98 |
+
year={2026},
|
| 99 |
+
eprint={2606.13100},
|
| 100 |
+
archivePrefix={arXiv},
|
| 101 |
+
primaryClass={cs.CL},
|
| 102 |
+
url={https://arxiv.org/abs/2606.13100},
|
| 103 |
+
}
|
| 104 |
+
```
|
| 105 |
+
|
| 106 |
+
## Links
|
| 107 |
+
|
| 108 |
+
- **Collection**: [artefactory/ledger](https://huggingface.co/collections/artefactory/ledger)
|
| 109 |
+
- **Code**: [github.com/artefactory/LEDGER](https://github.com/artefactory/LEDGER)
|
| 110 |
+
- **ArXiv** [https://arxiv.org/abs/2606.13100](https://arxiv.org/abs/2606.13100)
|