Datasets:
ibm
/

Languages:
English
ArXiv:
License:
rajmohanc commited on
Commit
1d0076a
1 Parent(s): e805184

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ - **Homepage:** [FinQA](https://finqasite.github.io/)
10
+ - **Repository:** [GitHub](https://github.com/czyssrs/FinQA)
11
+ - **Paper:** [FinQA: A Dataset of Numerical Reasoning over Financial Data](https://arxiv.org/abs/2109.00122)
12
+
13
+ ### Dataset Summary
14
+ FinQA is a large-scale dataset with 2.8k financial reports for 8k Q&A pairs to study numerical reasoning with structured and unstructured evidence.
15
+
16
+ ### Citation Information
17
+
18
+ ```
19
+ @inproceedings{chen2021finqa,
20
+ title={FinQA: A Dataset of Numerical Reasoning over Financial Data},
21
+ author={Chen, Zhiyu and Chen, Wenhu and Smiley, Charese and Shah, Sameena and Borova, Iana and Langdon, Dylan and Moussa, Reema and Beane, Matt and Huang, Ting-Hao and Routledge, Bryan R and others},
22
+ booktitle={Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing},
23
+ pages={3697--3711},
24
+ year={2021}
25
+ }
26
+ ```