Open-SECQA / README.md
HYdsl's picture
Update README.md
0fd2d7e verified
---
license: apache-2.0
language:
- en
task_categories:
- question-answering
tags:
- finance
- financial-qa
- open-domain-qa
- sec-filings
---
# Open-SECQA
Open-domain financial QA benchmark (a.k.a. **LOFin**) built on **145,897 SEC filings** from **516 S&P 500 companies** (Oct 2001 – Apr 2025), with **1,595 QA pairs** covering single-document, multi-document, and multi-hop reasoning.
- 📄 Paper: [ACL 2025 Findings](https://aclanthology.org/2025.findings-acl.855/)
- 💻 Code: [LOFin-bench-HiREC](https://github.com/deep-over/LOFin-bench-HiREC)
## Composition
| Source | # QAs |
|---|---:|
| FinQA | 1,112 |
| SEC-QA | 333 |
| FinanceBench | 150 |
| **Total** | **1,595** |
## Citation
```bibtex
@inproceedings{choe-etal-2025-hierarchical,
title = {Hierarchical Retrieval with Evidence Curation for Open-Domain Financial Question Answering on Standardized Documents},
author = {Choe, Jaeyoung and Kim, Jihoon and Jung, Woohwan},
booktitle = {Findings of the Association for Computational Linguistics: ACL 2025},
year = {2025},
url = {https://aclanthology.org/2025.findings-acl.855/}
}
```