mateusz-aveni commited on
Commit
fd5ab24
·
1 Parent(s): ff8aab7

Add AveniBench split of ConvFinQA.

Browse files
Files changed (2) hide show
  1. README.md +48 -0
  2. data/test.jsonl +0 -0
README.md CHANGED
@@ -1,3 +1,51 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ configs:
6
+ - config_name: aveni-bench-convfinqa
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: ConvFinQA
18
+
19
+ ConvFinQA 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
+ ConvFinQA
33
+ ```bibtex
34
+ @inproceedings{chen-etal-2022-convfinqa,
35
+ title = "{C}onv{F}in{QA}: Exploring the Chain of Numerical Reasoning in Conversational Finance Question Answering",
36
+ author = "Chen, Zhiyu and
37
+ Li, Shiyang and
38
+ Smiley, Charese and
39
+ Ma, Zhiqiang and
40
+ Shah, Sameena and
41
+ Wang, William Yang",
42
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
43
+ month = dec,
44
+ year = "2022",
45
+ address = "Abu Dhabi, United Arab Emirates",
46
+ publisher = "Association for Computational Linguistics",
47
+ url = "https://aclanthology.org/2022.emnlp-main.421/",
48
+ doi = "10.18653/v1/2022.emnlp-main.421",
49
+ pages = "6279--6292",
50
+ }
51
+ ```
data/test.jsonl ADDED
The diff for this file is too large to render. See raw diff