Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
task_categories:
|
4 |
-
- question-answering
|
5 |
-
language:
|
6 |
-
- en
|
7 |
-
tags:
|
8 |
-
- finance
|
9 |
-
- table-text
|
10 |
-
- discrete_reasoning
|
11 |
-
- numerical_reasoning
|
12 |
-
size_categories:
|
13 |
-
- 10K<n<100K
|
14 |
-
---
|
15 |
|
16 |
|
17 |
# TAT-QA
|
18 |
|
19 |
-
[**Project Page**](https://nextplusplus.github.io/TAT-QA/)
|
|
|
|
|
|
|
|
|
20 |
|
21 |
TAT-QA (Tabular And Textual dataset for Question Answering) is a large-scale QA dataset, aiming to stimulate progress of QA research over more complex and realistic tabular and textual data, especially those requiring numerical reasoning.
|
22 |
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- finance
|
9 |
+
- table-text
|
10 |
+
- discrete_reasoning
|
11 |
+
- numerical_reasoning
|
12 |
+
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
+
---
|
15 |
|
16 |
|
17 |
# TAT-QA
|
18 |
|
19 |
+
- [**Project Page**](https://nextplusplus.github.io/TAT-QA/)
|
20 |
+
- [**Paper - ACL 21**](https://aclanthology.org/2021.acl-long.254/)
|
21 |
+
- [**Paper - Arxiv**](https://arxiv.org/abs/2105.07624)
|
22 |
+
- [**Source Code**](https://github.com/NExTplusplus/TAT-QA)
|
23 |
+
- [**Leaderboard**](https://nextplusplus.github.io/TAT-QA/#leaderboard)
|
24 |
|
25 |
TAT-QA (Tabular And Textual dataset for Question Answering) is a large-scale QA dataset, aiming to stimulate progress of QA research over more complex and realistic tabular and textual data, especially those requiring numerical reasoning.
|
26 |
|