mateusz-aveni commited on
Commit
e6eeeed
·
1 Parent(s): aa6ebf3

Add AveniBench split of TAT-QA.

Browse files
Files changed (3) hide show
  1. README.md +54 -0
  2. data/test.jsonl +0 -0
  3. data/valid.jsonl +0 -0
README.md CHANGED
@@ -1,3 +1,57 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ configs:
6
+ - config_name: aveni-bench-tat-qa
7
+ data_files:
8
+ - split: valid
9
+ path:
10
+ - data/valid.jsonl
11
+ - split: test
12
+ path:
13
+ - data/test.jsonl
14
+ default: true
15
+ tags:
16
+ - aveni-bench
17
+ - tabular-reasoning
18
+ - numerical-reasoning
19
+ - finnlp
20
  ---
21
+ # AveniBench: TAT-QA
22
+
23
+ TAT-QA split used in the AveniBench.
24
+
25
+ ## License
26
+
27
+ This dataset is made available under the MIT license.
28
+
29
+ ## Citation
30
+
31
+ AveniBench
32
+ ```bibtex
33
+ TDB
34
+ ```
35
+
36
+ TAT-QA
37
+ ```bibtex
38
+ @inproceedings{zhu-etal-2021-tat,
39
+ title = "{TAT}-{QA}: A Question Answering Benchmark on a Hybrid of Tabular and Textual Content in Finance",
40
+ author = "Zhu, Fengbin and
41
+ Lei, Wenqiang and
42
+ Huang, Youcheng and
43
+ Wang, Chao and
44
+ Zhang, Shuo and
45
+ Lv, Jiancheng and
46
+ Feng, Fuli and
47
+ Chua, Tat-Seng",
48
+ booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
49
+ month = aug,
50
+ year = "2021",
51
+ address = "Online",
52
+ publisher = "Association for Computational Linguistics",
53
+ url = "https://aclanthology.org/2021.acl-long.254/",
54
+ doi = "10.18653/v1/2021.acl-long.254",
55
+ pages = "3277--3287",
56
+ }
57
+ ```
data/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/valid.jsonl ADDED
The diff for this file is too large to render. See raw diff