File size: 1,263 Bytes
10417d0
 
b51dc33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10417d0
b51dc33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---

license: apache-2.0
language:
  - en
configs:
  - config_name: aveni-bench-tat-hqa
    data_files:
      - split: valid
        path:
          - data/valid.jsonl
      - split: test
        path:
          - data/test.jsonl
    default: true
tags:
    - aveni-bench
    - tabular-reasoning
    - numerical-reasoning
    - finnlp
---

# AveniBench: TAT-HQA 

TAT-HQA split used in the AveniBench.

## License

This dataset is made available under the Apache 2.0 license.

## Citation

AveniBench
```bibtex

TDB

```

TAT-HQA
```bibtex

@inproceedings{li-etal-2022-learning,

    title = "Learning to Imagine: Integrating Counterfactual Thinking in Neural Discrete Reasoning",

    author = "Li, Moxin  and

      Feng, Fuli  and

      Zhang, Hanwang  and

      He, Xiangnan  and

      Zhu, Fengbin  and

      Chua, Tat-Seng",

    booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",

    month = may,

    year = "2022",

    address = "Dublin, Ireland",

    publisher = "Association for Computational Linguistics",

    url = "https://aclanthology.org/2022.acl-long.5/",

    doi = "10.18653/v1/2022.acl-long.5",

    pages = "57--69",

}

```