Datasets:
Tasks:
Question Answering
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
table-question-answering
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -20,6 +20,152 @@ task_categories:
|
|
| 20 |
task_ids: []
|
| 21 |
tags:
|
| 22 |
- table-question-answering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for WikiTableQuestions
|
|
|
|
| 20 |
task_ids: []
|
| 21 |
tags:
|
| 22 |
- table-question-answering
|
| 23 |
+
dataset_info:
|
| 24 |
+
- config_name: random-split-1
|
| 25 |
+
features:
|
| 26 |
+
- name: id
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: question
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: answers
|
| 31 |
+
sequence: string
|
| 32 |
+
- name: table
|
| 33 |
+
struct:
|
| 34 |
+
- name: header
|
| 35 |
+
sequence: string
|
| 36 |
+
- name: rows
|
| 37 |
+
sequence:
|
| 38 |
+
sequence: string
|
| 39 |
+
- name: name
|
| 40 |
+
dtype: string
|
| 41 |
+
splits:
|
| 42 |
+
- name: test
|
| 43 |
+
num_bytes: 11423506
|
| 44 |
+
num_examples: 4344
|
| 45 |
+
- name: train
|
| 46 |
+
num_bytes: 30364389
|
| 47 |
+
num_examples: 11321
|
| 48 |
+
- name: validation
|
| 49 |
+
num_bytes: 7145768
|
| 50 |
+
num_examples: 2831
|
| 51 |
+
download_size: 29267445
|
| 52 |
+
dataset_size: 48933663
|
| 53 |
+
- config_name: random-split-2
|
| 54 |
+
features:
|
| 55 |
+
- name: id
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: question
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: answers
|
| 60 |
+
sequence: string
|
| 61 |
+
- name: table
|
| 62 |
+
struct:
|
| 63 |
+
- name: header
|
| 64 |
+
sequence: string
|
| 65 |
+
- name: rows
|
| 66 |
+
sequence:
|
| 67 |
+
sequence: string
|
| 68 |
+
- name: name
|
| 69 |
+
dtype: string
|
| 70 |
+
splits:
|
| 71 |
+
- name: test
|
| 72 |
+
num_bytes: 11423506
|
| 73 |
+
num_examples: 4344
|
| 74 |
+
- name: train
|
| 75 |
+
num_bytes: 30098954
|
| 76 |
+
num_examples: 11314
|
| 77 |
+
- name: validation
|
| 78 |
+
num_bytes: 7411203
|
| 79 |
+
num_examples: 2838
|
| 80 |
+
download_size: 29267445
|
| 81 |
+
dataset_size: 48933663
|
| 82 |
+
- config_name: random-split-3
|
| 83 |
+
features:
|
| 84 |
+
- name: id
|
| 85 |
+
dtype: string
|
| 86 |
+
- name: question
|
| 87 |
+
dtype: string
|
| 88 |
+
- name: answers
|
| 89 |
+
sequence: string
|
| 90 |
+
- name: table
|
| 91 |
+
struct:
|
| 92 |
+
- name: header
|
| 93 |
+
sequence: string
|
| 94 |
+
- name: rows
|
| 95 |
+
sequence:
|
| 96 |
+
sequence: string
|
| 97 |
+
- name: name
|
| 98 |
+
dtype: string
|
| 99 |
+
splits:
|
| 100 |
+
- name: test
|
| 101 |
+
num_bytes: 11423506
|
| 102 |
+
num_examples: 4344
|
| 103 |
+
- name: train
|
| 104 |
+
num_bytes: 28778697
|
| 105 |
+
num_examples: 11314
|
| 106 |
+
- name: validation
|
| 107 |
+
num_bytes: 8731460
|
| 108 |
+
num_examples: 2838
|
| 109 |
+
download_size: 29267445
|
| 110 |
+
dataset_size: 48933663
|
| 111 |
+
- config_name: random-split-4
|
| 112 |
+
features:
|
| 113 |
+
- name: id
|
| 114 |
+
dtype: string
|
| 115 |
+
- name: question
|
| 116 |
+
dtype: string
|
| 117 |
+
- name: answers
|
| 118 |
+
sequence: string
|
| 119 |
+
- name: table
|
| 120 |
+
struct:
|
| 121 |
+
- name: header
|
| 122 |
+
sequence: string
|
| 123 |
+
- name: rows
|
| 124 |
+
sequence:
|
| 125 |
+
sequence: string
|
| 126 |
+
- name: name
|
| 127 |
+
dtype: string
|
| 128 |
+
splits:
|
| 129 |
+
- name: test
|
| 130 |
+
num_bytes: 11423506
|
| 131 |
+
num_examples: 4344
|
| 132 |
+
- name: train
|
| 133 |
+
num_bytes: 30166421
|
| 134 |
+
num_examples: 11321
|
| 135 |
+
- name: validation
|
| 136 |
+
num_bytes: 7343736
|
| 137 |
+
num_examples: 2831
|
| 138 |
+
download_size: 29267445
|
| 139 |
+
dataset_size: 48933663
|
| 140 |
+
- config_name: random-split-5
|
| 141 |
+
features:
|
| 142 |
+
- name: id
|
| 143 |
+
dtype: string
|
| 144 |
+
- name: question
|
| 145 |
+
dtype: string
|
| 146 |
+
- name: answers
|
| 147 |
+
sequence: string
|
| 148 |
+
- name: table
|
| 149 |
+
struct:
|
| 150 |
+
- name: header
|
| 151 |
+
sequence: string
|
| 152 |
+
- name: rows
|
| 153 |
+
sequence:
|
| 154 |
+
sequence: string
|
| 155 |
+
- name: name
|
| 156 |
+
dtype: string
|
| 157 |
+
splits:
|
| 158 |
+
- name: test
|
| 159 |
+
num_bytes: 11423506
|
| 160 |
+
num_examples: 4344
|
| 161 |
+
- name: train
|
| 162 |
+
num_bytes: 30333964
|
| 163 |
+
num_examples: 11316
|
| 164 |
+
- name: validation
|
| 165 |
+
num_bytes: 7176193
|
| 166 |
+
num_examples: 2836
|
| 167 |
+
download_size: 29267445
|
| 168 |
+
dataset_size: 48933663
|
| 169 |
---
|
| 170 |
|
| 171 |
# Dataset Card for WikiTableQuestions
|