shivangibithel commited on
Commit
c111061
1 Parent(s): 8d1b163

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -158
README.md CHANGED
@@ -10,53 +10,20 @@ license:
10
  multilinguality:
11
  - monolingual
12
  paperswithcode_id: null
13
- pretty_name: WikiTableQuestions
14
- size_categories:
15
- - 10K<n<100K
16
  source_datasets:
17
  - original
18
- task_categories:
19
- - question-answering
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: train
43
- num_bytes: 30364389
44
- num_examples: 11321
45
- - name: test
46
- num_bytes: 11423506
47
- num_examples: 4344
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:
@@ -69,106 +36,19 @@ dataset_info:
69
  dtype: string
70
  splits:
71
  - name: train
72
- num_bytes: 30098954
73
- num_examples: 11314
74
  - name: test
75
- num_bytes: 11423506
76
- num_examples: 4344
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: train
101
- num_bytes: 28778697
102
- num_examples: 11314
103
- - name: test
104
- num_bytes: 11423506
105
- num_examples: 4344
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: train
130
- num_bytes: 30166421
131
- num_examples: 11321
132
- - name: test
133
- num_bytes: 11423506
134
- num_examples: 4344
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: train
159
- num_bytes: 30333964
160
- num_examples: 11316
161
- - name: test
162
- num_bytes: 11423506
163
- num_examples: 4344
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
172
 
173
  ## Table of Contents
174
  - [Dataset Description](#dataset-description)
@@ -195,19 +75,19 @@ dataset_info:
195
 
196
  ## Dataset Description
197
 
198
- - **Homepage:** [WikiTableQuestions homepage](https://nlp.stanford.edu/software/sempre/wikitable)
199
- - **Repository:** [WikiTableQuestions repository](https://github.com/ppasupat/WikiTableQuestions)
200
- - **Paper:** [Compositional Semantic Parsing on Semi-Structured Tables](https://arxiv.org/abs/1508.00305)
201
- - **Leaderboard:** [WikiTableQuestions leaderboard on PaperWithCode](https://paperswithcode.com/dataset/wikitablequestions)
202
  - **Point of Contact:** [Needs More Information]
203
 
204
  ### Dataset Summary
205
 
206
- The WikiTableQuestions dataset is a large-scale dataset for the task of question answering on semi-structured tables.
207
 
208
  ### Supported Tasks and Leaderboards
209
 
210
- question-answering, table-question-answering
211
 
212
  ### Languages
213
 
@@ -219,9 +99,9 @@ en
219
 
220
  #### default
221
 
222
- - **Size of downloaded dataset files:** 29.27 MB
223
- - **Size of the generated dataset:** 47.90 MB
224
- - **Total amount of disk used:** 77.18 MB
225
 
226
  An example of 'validation' looks as follows:
227
  ```
@@ -257,8 +137,8 @@ The data fields are the same among all splits.
257
  ### Data Splits
258
 
259
  | name |train|validation|test |
260
- |-------|----:|---------:|----:|
261
- |default|11321| 2831|4344|
262
 
263
  ## Dataset Creation
264
 
@@ -317,20 +197,9 @@ Creative Commons Attribution Share Alike 4.0 International
317
  ### Citation Information
318
 
319
  ```
320
- @inproceedings{pasupat-liang-2015-compositional,
321
- title = "Compositional Semantic Parsing on Semi-Structured Tables",
322
- author = "Pasupat, Panupong and Liang, Percy",
323
- 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)",
324
- month = jul,
325
- year = "2015",
326
- address = "Beijing, China",
327
- publisher = "Association for Computational Linguistics",
328
- url = "https://aclanthology.org/P15-1142",
329
- doi = "10.3115/v1/P15-1142",
330
- pages = "1470--1480",
331
- }
332
  ```
333
 
334
  ### Contributions
335
 
336
- Thanks to [@SivilTaram](https://github.com/SivilTaram) for adding this dataset.
 
10
  multilinguality:
11
  - monolingual
12
  paperswithcode_id: null
13
+ pretty_name: SOTAB_CTA
 
 
14
  source_datasets:
15
  - original
 
 
16
  task_ids: []
17
  tags:
18
+ - table-annotation
19
  dataset_info:
20
  - config_name: random-split-1
21
  features:
22
  - name: id
23
  dtype: string
24
+ - name: column_index
25
+ dtype: int
26
+ - name: label
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  sequence: string
28
  - name: table
29
  struct:
 
36
  dtype: string
37
  splits:
38
  - name: train
39
+ num_bytes:
40
+ num_examples: 130471
41
  - name: test
42
+ num_bytes:
43
+ num_examples: 15040
44
  - name: validation
45
+ num_bytes:
46
+ num_examples: 16840
47
+ download_size:
48
+ dataset_size: 162351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  ---
50
 
51
+ # Dataset Card for SOTAB
52
 
53
  ## Table of Contents
54
  - [Dataset Description](#dataset-description)
 
75
 
76
  ## Dataset Description
77
 
78
+ - **Homepage:** [SOTAB homepage](https://webdatacommons.org/structureddata/sotab/)
79
+ - **Repository:** [SOTAB repository](https://github.com/wbsg-uni-mannheim/wdc-sotab)
80
+ - **Paper:** [SOTAB: The WDC Schema.org Table Annotation Benchmark](https://ceur-ws.org/Vol-3320/paper1.pdf)
81
+ - **Leaderboard:** [SOTAB leaderboard on PaperWithCode](https://paperswithcode.com/paper/sotab-the-wdc-schema-org-table-annotation)
82
  - **Point of Contact:** [Needs More Information]
83
 
84
  ### Dataset Summary
85
 
86
+ The SOTAB dataset is a large-scale dataset for the task of column type annotation on semi-structured tables.
87
 
88
  ### Supported Tasks and Leaderboards
89
 
90
+ table-annotation, column-type-annotation
91
 
92
  ### Languages
93
 
 
99
 
100
  #### default
101
 
102
+ - **Size of downloaded dataset files:**
103
+ - **Size of the generated dataset:**
104
+ - **Total amount of disk used:**
105
 
106
  An example of 'validation' looks as follows:
107
  ```
 
137
  ### Data Splits
138
 
139
  | name |train|validation|test |
140
+ |-------|-----:|---------:|----:|
141
+ |default|130471| 16840|15040|
142
 
143
  ## Dataset Creation
144
 
 
197
  ### Citation Information
198
 
199
  ```
200
+
 
 
 
 
 
 
 
 
 
 
 
201
  ```
202
 
203
  ### Contributions
204
 
205
+ Thanks to [@ShivangiBithel](https://github.com/shivangibithel) for adding this dataset.