Commit
·
b51dc33
1
Parent(s):
10417d0
Add AveniBench split of TAT-HQA.
Browse files- README.md +52 -0
- data/test.jsonl +0 -0
- data/valid.jsonl +0 -0
README.md
CHANGED
@@ -1,3 +1,55 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
configs:
|
6 |
+
- config_name: aveni-bench-tat-hqa
|
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-HQA
|
22 |
+
|
23 |
+
TAT-HQA split used in the AveniBench.
|
24 |
+
|
25 |
+
## License
|
26 |
+
|
27 |
+
This dataset is made available under the Apache 2.0 license.
|
28 |
+
|
29 |
+
## Citation
|
30 |
+
|
31 |
+
AveniBench
|
32 |
+
```bibtex
|
33 |
+
TDB
|
34 |
+
```
|
35 |
+
|
36 |
+
TAT-HQA
|
37 |
+
```bibtex
|
38 |
+
@inproceedings{li-etal-2022-learning,
|
39 |
+
title = "Learning to Imagine: Integrating Counterfactual Thinking in Neural Discrete Reasoning",
|
40 |
+
author = "Li, Moxin and
|
41 |
+
Feng, Fuli and
|
42 |
+
Zhang, Hanwang and
|
43 |
+
He, Xiangnan and
|
44 |
+
Zhu, Fengbin and
|
45 |
+
Chua, Tat-Seng",
|
46 |
+
booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
|
47 |
+
month = may,
|
48 |
+
year = "2022",
|
49 |
+
address = "Dublin, Ireland",
|
50 |
+
publisher = "Association for Computational Linguistics",
|
51 |
+
url = "https://aclanthology.org/2022.acl-long.5/",
|
52 |
+
doi = "10.18653/v1/2022.acl-long.5",
|
53 |
+
pages = "57--69",
|
54 |
+
}
|
55 |
+
```
|
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
|
|