danwakeem commited on
Commit
e0f9a77
1 Parent(s): 3c291d6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +214 -30
README.md CHANGED
@@ -1,33 +1,217 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: string
6
- - name: question
7
- dtype: string
8
- - name: answers
9
- sequence: string
10
- - name: table
11
- struct:
12
- - name: header
13
- sequence: string
14
- - name: rows
15
- sequence:
16
- sequence: string
17
- - name: name
18
- dtype: string
19
- - name: aggregation_label
20
- dtype: string
21
- - name: answer_coordinates
22
- sequence:
23
- sequence: int64
24
- splits:
25
- - name: train
26
- num_bytes: 42991
27
- num_examples: 19
28
- download_size: 26642
29
- dataset_size: 42991
30
  ---
31
- # Dataset Card for "wikitablequestions-wtq"
32
 
33
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ paperswithcode_id: null
13
+ pretty_name: WikiTableQuestions-wtq
14
+ size_categories:
15
+ - 10K<n<100K
16
+ source_datasets:
17
+ - wikitablequestions
18
+ task_categories:
19
+ - question-answering
20
+ task_ids: []
21
+ tags:
22
+ - table-question-answering
 
 
 
 
 
 
 
23
  ---
 
24
 
25
+ # Dataset Card for WikiTableQuestions-wtq
26
+
27
+ ## Table of Contents
28
+ - [Dataset Description](#dataset-description)
29
+ - [Dataset Summary](#dataset-summary)
30
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
31
+ - [Languages](#languages)
32
+ - [Dataset Structure](#dataset-structure)
33
+ - [Data Instances](#data-instances)
34
+ - [Data Fields](#data-instances)
35
+ - [Data Splits](#data-instances)
36
+ - [Dataset Creation](#dataset-creation)
37
+ - [Curation Rationale](#curation-rationale)
38
+ - [Source Data](#source-data)
39
+ - [Annotations](#annotations)
40
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
41
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
42
+ - [Social Impact of Dataset](#social-impact-of-dataset)
43
+ - [Discussion of Biases](#discussion-of-biases)
44
+ - [Other Known Limitations](#other-known-limitations)
45
+ - [Additional Information](#additional-information)
46
+ - [Dataset Curators](#dataset-curators)
47
+ - [Licensing Information](#licensing-information)
48
+ - [Citation Information](#citation-information)
49
+
50
+ ## Dataset Description
51
+
52
+ - **Homepage:** [WikiTableQuestions homepage](https://nlp.stanford.edu/software/sempre/wikitable)
53
+ - **Repository:** [WikiTableQuestions repository](https://github.com/ppasupat/WikiTableQuestions)
54
+ - **Paper:** [Compositional Semantic Parsing on Semi-Structured Tables](https://arxiv.org/abs/1508.00305)
55
+ - **Leaderboard:** [WikiTableQuestions leaderboard on PaperWithCode](https://paperswithcode.com/dataset/wikitablequestions)
56
+ - **Point of Contact:** [Needs More Information]
57
+
58
+ ### Dataset Summary
59
+
60
+ The WikiTableQuestions-wtq dataset is a small-scale dataset for the task of question answering on semi-structured tables.
61
+
62
+ This data includes the `aggregation_label` and `answer_coordinates` to make it easy to train this model on any [TAPAS](https://huggingface.co/docs/transformers/model_doc/tapas#usage-finetuning) based modles.
63
+
64
+ ### Supported Tasks and Leaderboards
65
+
66
+ question-answering, table-question-answering
67
+
68
+ ### Languages
69
+
70
+ en
71
+
72
+ ## Dataset Structure
73
+
74
+ ### Data Instances
75
+
76
+ #### default
77
+
78
+ - **Size of downloaded dataset files:** 27.91 MB
79
+ - **Size of the generated dataset:** 45.68 MB
80
+ - **Total amount of disk used:** 73.60 MB
81
+
82
+ An example of 'validation' looks as follows:
83
+ ```
84
+ {
85
+ "id": "nt-0",
86
+ "question": "What is the total average attendance at all USL First Division matches?",
87
+ "answers": [
88
+ "36755"
89
+ ],
90
+ "table": {
91
+ "header": [
92
+ "Year",
93
+ "Division",
94
+ "League",
95
+ "Regular Season",
96
+ "Playoffs",
97
+ "Open Cup",
98
+ "Avg. Attendance"
99
+ ],
100
+ "rows": [
101
+ [
102
+ "2001",
103
+ "2",
104
+ "USL A-League",
105
+ "4th, Western",
106
+ "Quarterfinals",
107
+ "Did not qualify",
108
+ "7,169"
109
+ ],
110
+ ...
111
+ ],
112
+ "name": "csv/204-csv/590.tsv"
113
+ },
114
+ "aggregation_label": "SUM",
115
+ "answer_coordinates": [
116
+ [
117
+ 4,
118
+ 6
119
+ ],
120
+ ...
121
+ ]
122
+ }
123
+ ```
124
+
125
+ ### Data Fields
126
+
127
+ The data fields are the same among all splits.
128
+
129
+ #### default
130
+ - `id`: a `string` feature.
131
+ - `question`: a `string` feature.
132
+ - `answers`: a `list` of `string` feature.
133
+ - `answers_coordinates`: a `list` of `int,int` tuples.
134
+ - `aggregation_label`: a `string` feature.
135
+ - `table`: a dictionary feature containing:
136
+ - `header`: a `list` of `string` features.
137
+ - `rows`: a `list` of `list` of `string` features:
138
+ - `name`: a `string` feature.
139
+
140
+ ### Data Splits
141
+
142
+ TBA
143
+
144
+ ## Dataset Creation
145
+
146
+ ### Curation Rationale
147
+
148
+ [Needs More Information]
149
+
150
+ ### Source Data
151
+
152
+ #### Initial Data Collection and Normalization
153
+
154
+ [Needs More Information]
155
+
156
+ #### Who are the source language producers?
157
+
158
+ [Needs More Information]
159
+
160
+ ### Annotations
161
+
162
+ #### Annotation process
163
+
164
+ [Needs More Information]
165
+
166
+ #### Who are the annotators?
167
+
168
+ [Needs More Information]
169
+
170
+ ### Personal and Sensitive Information
171
+
172
+ [Needs More Information]
173
+
174
+ ## Considerations for Using the Data
175
+
176
+ ### Social Impact of Dataset
177
+
178
+ [Needs More Information]
179
+
180
+ ### Discussion of Biases
181
+
182
+ [Needs More Information]
183
+
184
+ ### Other Known Limitations
185
+
186
+ [Needs More Information]
187
+
188
+ ## Additional Information
189
+
190
+ ### Dataset Curators
191
+
192
+ Panupong Pasupat and Percy Liang
193
+
194
+ ### Licensing Information
195
+
196
+ Creative Commons Attribution Share Alike 4.0 International
197
+
198
+ ### Citation Information
199
+
200
+ ```
201
+ @inproceedings{pasupat-liang-2015-compositional,
202
+ title = "Compositional Semantic Parsing on Semi-Structured Tables",
203
+ author = "Pasupat, Panupong and Liang, Percy",
204
+ 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)",
205
+ month = jul,
206
+ year = "2015",
207
+ address = "Beijing, China",
208
+ publisher = "Association for Computational Linguistics",
209
+ url = "https://aclanthology.org/P15-1142",
210
+ doi = "10.3115/v1/P15-1142",
211
+ pages = "1470--1480",
212
+ }
213
+ ```
214
+
215
+ ### Contributions
216
+
217
+ Thanks to [@SivilTaram](https://github.com/SivilTaram) for adding this dataset.