HYdsl commited on
Commit
0fd2d7e
·
verified ·
1 Parent(s): cb51086

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -1
README.md CHANGED
@@ -1,3 +1,40 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - question-answering
7
+ tags:
8
+ - finance
9
+ - financial-qa
10
+ - open-domain-qa
11
+ - sec-filings
12
  ---
13
+
14
+ # Open-SECQA
15
+
16
+ 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.
17
+
18
+ - 📄 Paper: [ACL 2025 Findings](https://aclanthology.org/2025.findings-acl.855/)
19
+ - 💻 Code: [LOFin-bench-HiREC](https://github.com/deep-over/LOFin-bench-HiREC)
20
+
21
+ ## Composition
22
+
23
+ | Source | # QAs |
24
+ |---|---:|
25
+ | FinQA | 1,112 |
26
+ | SEC-QA | 333 |
27
+ | FinanceBench | 150 |
28
+ | **Total** | **1,595** |
29
+
30
+ ## Citation
31
+
32
+ ```bibtex
33
+ @inproceedings{choe-etal-2025-hierarchical,
34
+ title = {Hierarchical Retrieval with Evidence Curation for Open-Domain Financial Question Answering on Standardized Documents},
35
+ author = {Choe, Jaeyoung and Kim, Jihoon and Jung, Woohwan},
36
+ booktitle = {Findings of the Association for Computational Linguistics: ACL 2025},
37
+ year = {2025},
38
+ url = {https://aclanthology.org/2025.findings-acl.855/}
39
+ }
40
+ ```