Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,16 @@ task_categories:
|
|
5 |
- question-answering
|
6 |
language:
|
7 |
- en
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
- question-answering
|
6 |
language:
|
7 |
- en
|
8 |
+
---
|
9 |
+
# Dataset Card for afwull/WikiTQ
|
10 |
+
|
11 |
+
This dataset was created from [ppasupat/WikiTableQuestions](https://github.com/ppasupat/WikiTableQuestions) training.csv and using format as [DongfuJiang/FeTaQA](https://huggingface.co/datasets/DongfuJiang/FeTaQA)
|
12 |
+
|
13 |
+
## Dataset Details
|
14 |
+
Contains 14.1k QA and Table pairs.
|
15 |
+
Each table presents as table array
|
16 |
+
|
17 |
+
|
18 |
+
### Dataset Description
|
19 |
+
|
20 |
+
More info about WikiTQ Dataset you can find [here](https://paperswithcode.com/dataset/wikitablequestions)
|