mateusz-aveni commited on
Commit
d37023b
·
1 Parent(s): 6303648

Add AveniBench split of FinQA.

Browse files
Files changed (2) hide show
  1. README.md +74 -0
  2. data/test.jsonl +0 -0
README.md CHANGED
@@ -1,3 +1,77 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ configs:
6
+ - config_name: aveni-bench-finqa
7
+ data_files:
8
+ - split: test
9
+ path:
10
+ - data/test.jsonl
11
+ default: true
12
+ tags:
13
+ - aveni-bench
14
+ - question-answering
15
+ - finnlp
16
  ---
17
+ # AveniBench: FinQA
18
+
19
+ FinQA split used in the AveniBench.
20
+
21
+ ## License
22
+
23
+ This dataset is made available under the MIT license.
24
+
25
+ ## Citation
26
+
27
+ AveniBench
28
+ ```bibtex
29
+ TDB
30
+ ```
31
+
32
+ FinQA
33
+ ```bibtex
34
+ @inproceedings{chen-etal-2021-finqa,
35
+ title = "{F}in{QA}: A Dataset of Numerical Reasoning over Financial Data",
36
+ author = "Chen, Zhiyu and
37
+ Chen, Wenhu and
38
+ Smiley, Charese and
39
+ Shah, Sameena and
40
+ Borova, Iana and
41
+ Langdon, Dylan and
42
+ Moussa, Reema and
43
+ Beane, Matt and
44
+ Huang, Ting-Hao and
45
+ Routledge, Bryan and
46
+ Wang, William Yang",
47
+ booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
48
+ month = nov,
49
+ year = "2021",
50
+ address = "Online and Punta Cana, Dominican Republic",
51
+ publisher = "Association for Computational Linguistics",
52
+ url = "https://aclanthology.org/2021.emnlp-main.300/",
53
+ doi = "10.18653/v1/2021.emnlp-main.300",
54
+ pages = "3697--3711",
55
+ }
56
+ ```
57
+
58
+ ConvFinQA
59
+ ```bibtex
60
+ @inproceedings{chen-etal-2022-convfinqa,
61
+ title = "{C}onv{F}in{QA}: Exploring the Chain of Numerical Reasoning in Conversational Finance Question Answering",
62
+ author = "Chen, Zhiyu and
63
+ Li, Shiyang and
64
+ Smiley, Charese and
65
+ Ma, Zhiqiang and
66
+ Shah, Sameena and
67
+ Wang, William Yang",
68
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
69
+ month = dec,
70
+ year = "2022",
71
+ address = "Abu Dhabi, United Arab Emirates",
72
+ publisher = "Association for Computational Linguistics",
73
+ url = "https://aclanthology.org/2022.emnlp-main.421/",
74
+ doi = "10.18653/v1/2022.emnlp-main.421",
75
+ pages = "6279--6292",
76
+ }
77
+ ```
data/test.jsonl ADDED
The diff for this file is too large to render. See raw diff