File size: 8,645 Bytes
3ff337e
 
 
 
 
662c21a
3ff337e
662c21a
172528c
3ff337e
 
 
 
 
 
 
 
 
3177e14
 
 
871be3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0aa3d3b
871be3e
3c8f1fc
0aa3d3b
3c8f1fc
871be3e
0aa3d3b
871be3e
0aa3d3b
 
871be3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1b9caaa
871be3e
3c8f1fc
1b9caaa
3c8f1fc
871be3e
1b9caaa
871be3e
1b9caaa
 
871be3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eb9bc30
871be3e
3c8f1fc
eb9bc30
3c8f1fc
871be3e
eb9bc30
871be3e
eb9bc30
 
871be3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5d1bf8a
871be3e
3c8f1fc
5d1bf8a
3c8f1fc
871be3e
5d1bf8a
871be3e
5d1bf8a
 
871be3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20a01e1
871be3e
3c8f1fc
20a01e1
3c8f1fc
871be3e
20a01e1
871be3e
20a01e1
 
0aa3d3b
 
 
 
 
 
 
 
 
 
1b9caaa
 
 
 
 
 
 
 
eb9bc30
 
 
 
 
 
 
 
5d1bf8a
 
 
 
 
 
 
 
20a01e1
 
 
 
 
 
 
 
3ff337e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d39cd16
 
 
3ff337e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3177e14
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
---
annotations_creators:
- crowdsourced
language_creators:
- found
language:
- en
license:
- cc-by-4.0
multilinguality:
- monolingual
pretty_name: WikiTableQuestions
size_categories:
- 10K<n<100K
source_datasets:
- original
task_categories:
- question-answering
task_ids: []
tags:
- table-question-answering
dataset_info:
- config_name: random-split-1
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence: string
  - name: table
    struct:
    - name: header
      sequence: string
    - name: rows
      sequence:
        sequence: string
    - name: name
      dtype: string
  splits:
  - name: train
    num_bytes: 30362893
    num_examples: 11321
  - name: test
    num_bytes: 11422923
    num_examples: 4344
  - name: validation
    num_bytes: 7145374
    num_examples: 2831
  download_size: 17738290
  dataset_size: 48931190
- config_name: random-split-2
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence: string
  - name: table
    struct:
    - name: header
      sequence: string
    - name: rows
      sequence:
        sequence: string
    - name: name
      dtype: string
  splits:
  - name: train
    num_bytes: 30097459
    num_examples: 11314
  - name: test
    num_bytes: 11422923
    num_examples: 4344
  - name: validation
    num_bytes: 7410808
    num_examples: 2838
  download_size: 17690920
  dataset_size: 48931190
- config_name: random-split-3
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence: string
  - name: table
    struct:
    - name: header
      sequence: string
    - name: rows
      sequence:
        sequence: string
    - name: name
      dtype: string
  splits:
  - name: train
    num_bytes: 28777202
    num_examples: 11314
  - name: test
    num_bytes: 11422923
    num_examples: 4344
  - name: validation
    num_bytes: 8731065
    num_examples: 2838
  download_size: 17420345
  dataset_size: 48931190
- config_name: random-split-4
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence: string
  - name: table
    struct:
    - name: header
      sequence: string
    - name: rows
      sequence:
        sequence: string
    - name: name
      dtype: string
  splits:
  - name: train
    num_bytes: 30164925
    num_examples: 11321
  - name: test
    num_bytes: 11422923
    num_examples: 4344
  - name: validation
    num_bytes: 7343342
    num_examples: 2831
  download_size: 17854406
  dataset_size: 48931190
- config_name: random-split-5
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence: string
  - name: table
    struct:
    - name: header
      sequence: string
    - name: rows
      sequence:
        sequence: string
    - name: name
      dtype: string
  splits:
  - name: train
    num_bytes: 30332469
    num_examples: 11316
  - name: test
    num_bytes: 11422923
    num_examples: 4344
  - name: validation
    num_bytes: 7175798
    num_examples: 2836
  download_size: 17713265
  dataset_size: 48931190
configs:
- config_name: random-split-1
  data_files:
  - split: train
    path: random-split-1/train-*
  - split: test
    path: random-split-1/test-*
  - split: validation
    path: random-split-1/validation-*
  default: true
- config_name: random-split-2
  data_files:
  - split: train
    path: random-split-2/train-*
  - split: test
    path: random-split-2/test-*
  - split: validation
    path: random-split-2/validation-*
- config_name: random-split-3
  data_files:
  - split: train
    path: random-split-3/train-*
  - split: test
    path: random-split-3/test-*
  - split: validation
    path: random-split-3/validation-*
- config_name: random-split-4
  data_files:
  - split: train
    path: random-split-4/train-*
  - split: test
    path: random-split-4/test-*
  - split: validation
    path: random-split-4/validation-*
- config_name: random-split-5
  data_files:
  - split: train
    path: random-split-5/train-*
  - split: test
    path: random-split-5/test-*
  - split: validation
    path: random-split-5/validation-*
---

# Dataset Card for WikiTableQuestions

## Table of Contents
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Supported Tasks](#supported-tasks-and-leaderboards)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-instances)
  - [Data Splits](#data-instances)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Source Data](#source-data)
  - [Annotations](#annotations)
  - [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
  - [Social Impact of Dataset](#social-impact-of-dataset)
  - [Discussion of Biases](#discussion-of-biases)
  - [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
  - [Dataset Curators](#dataset-curators)
  - [Licensing Information](#licensing-information)
  - [Citation Information](#citation-information)

## Dataset Description

- **Homepage:** [WikiTableQuestions homepage](https://nlp.stanford.edu/software/sempre/wikitable)
- **Repository:** [WikiTableQuestions repository](https://github.com/ppasupat/WikiTableQuestions)
- **Paper:** [Compositional Semantic Parsing on Semi-Structured Tables](https://arxiv.org/abs/1508.00305)
- **Leaderboard:** [WikiTableQuestions leaderboard on PaperWithCode](https://paperswithcode.com/dataset/wikitablequestions)
- **Point of Contact:** [Needs More Information]

### Dataset Summary

The WikiTableQuestions dataset is a large-scale dataset for the task of question answering on semi-structured tables.

### Supported Tasks and Leaderboards

question-answering, table-question-answering

### Languages

en

## Dataset Structure

### Data Instances

#### default

- **Size of downloaded dataset files:** 29.27 MB
- **Size of the generated dataset:** 47.90 MB
- **Total amount of disk used:** 77.18 MB

An example of 'validation' looks as follows:
```
{
    "id": "nt-0",
    "question": "what was the last year where this team was a part of the usl a-league?",
    "answers": ["2004"],
    "table": {
        "header": ["Year", "Division", "League", ...], 
        "name": "csv/204-csv/590.csv", 
        "rows": [
           ["2001", "2", "USL A-League", ...],
           ["2002", "2", "USL A-League", ...], 
           ...
        ]
    }
}
```

### Data Fields

The data fields are the same among all splits.

#### default
- `id`: a `string` feature.
- `question`: a `string` feature.
- `answers`: a `list` of `string` feature.
- `table`: a dictionary feature containing:
  - `header`: a `list` of `string` features.
  - `rows`: a `list` of `list` of `string` features:
  - `name`: a `string` feature.

### Data Splits

| name  |train|validation|test |
|-------|----:|---------:|----:|
|default|11321|      2831|4344|

## Dataset Creation

### Curation Rationale

[Needs More Information]

### Source Data

#### Initial Data Collection and Normalization

[Needs More Information]

#### Who are the source language producers?

[Needs More Information]

### Annotations

#### Annotation process

[Needs More Information]

#### Who are the annotators?

[Needs More Information]

### Personal and Sensitive Information

[Needs More Information]

## Considerations for Using the Data

### Social Impact of Dataset

[Needs More Information]

### Discussion of Biases

[Needs More Information]

### Other Known Limitations

[Needs More Information]

## Additional Information

### Dataset Curators

Panupong Pasupat and Percy Liang

### Licensing Information

Creative Commons Attribution Share Alike 4.0 International

### Citation Information

```
@inproceedings{pasupat-liang-2015-compositional,
    title = "Compositional Semantic Parsing on Semi-Structured Tables",
    author = "Pasupat, Panupong and Liang, Percy",
    booktitle = "Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = jul,
    year = "2015",
    address = "Beijing, China",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/P15-1142",
    doi = "10.3115/v1/P15-1142",
    pages = "1470--1480",
}
```

### Contributions

Thanks to [@SivilTaram](https://github.com/SivilTaram) for adding this dataset.