malhajar commited on
Commit
df3d7ed
·
verified ·
1 Parent(s): cea124a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +290 -0
README.md CHANGED
@@ -1,3 +1,293 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - tr
4
+ paperswithcode_id: winogrande
5
+ pretty_name: WinoGrande
6
+ dataset_info:
7
+ - config_name: winogrande_xs
8
+ features:
9
+ - name: sentence
10
+ dtype: string
11
+ - name: option1
12
+ dtype: string
13
+ - name: option2
14
+ dtype: string
15
+ - name: answer
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 20704
20
+ num_examples: 160
21
+ - name: test
22
+ num_bytes: 227649
23
+ num_examples: 1767
24
+ - name: validation
25
+ num_bytes: 164199
26
+ num_examples: 1267
27
+ download_size: 3395492
28
+ dataset_size: 412552
29
+ - config_name: winogrande_s
30
+ features:
31
+ - name: sentence
32
+ dtype: string
33
+ - name: option1
34
+ dtype: string
35
+ - name: option2
36
+ dtype: string
37
+ - name: answer
38
+ dtype: string
39
+ splits:
40
+ - name: train
41
+ num_bytes: 82308
42
+ num_examples: 640
43
+ - name: test
44
+ num_bytes: 227649
45
+ num_examples: 1767
46
+ - name: validation
47
+ num_bytes: 164199
48
+ num_examples: 1267
49
+ download_size: 3395492
50
+ dataset_size: 474156
51
+ - config_name: winogrande_m
52
+ features:
53
+ - name: sentence
54
+ dtype: string
55
+ - name: option1
56
+ dtype: string
57
+ - name: option2
58
+ dtype: string
59
+ - name: answer
60
+ dtype: string
61
+ splits:
62
+ - name: train
63
+ num_bytes: 329001
64
+ num_examples: 2558
65
+ - name: test
66
+ num_bytes: 227649
67
+ num_examples: 1767
68
+ - name: validation
69
+ num_bytes: 164199
70
+ num_examples: 1267
71
+ download_size: 3395492
72
+ dataset_size: 720849
73
+ - config_name: winogrande_l
74
+ features:
75
+ - name: sentence
76
+ dtype: string
77
+ - name: option1
78
+ dtype: string
79
+ - name: option2
80
+ dtype: string
81
+ - name: answer
82
+ dtype: string
83
+ splits:
84
+ - name: train
85
+ num_bytes: 1319576
86
+ num_examples: 10234
87
+ - name: test
88
+ num_bytes: 227649
89
+ num_examples: 1767
90
+ - name: validation
91
+ num_bytes: 164199
92
+ num_examples: 1267
93
+ download_size: 3395492
94
+ dataset_size: 1711424
95
+ - config_name: winogrande_xl
96
+ features:
97
+ - name: sentence
98
+ dtype: string
99
+ - name: option1
100
+ dtype: string
101
+ - name: option2
102
+ dtype: string
103
+ - name: answer
104
+ dtype: string
105
+ splits:
106
+ - name: train
107
+ num_bytes: 5185832
108
+ num_examples: 40398
109
+ - name: test
110
+ num_bytes: 227649
111
+ num_examples: 1767
112
+ - name: validation
113
+ num_bytes: 164199
114
+ num_examples: 1267
115
+ download_size: 3395492
116
+ dataset_size: 5577680
117
+ - config_name: winogrande_debiased
118
+ features:
119
+ - name: sentence
120
+ dtype: string
121
+ - name: option1
122
+ dtype: string
123
+ - name: option2
124
+ dtype: string
125
+ - name: answer
126
+ dtype: string
127
+ splits:
128
+ - name: train
129
+ num_bytes: 1203420
130
+ num_examples: 9248
131
+ - name: test
132
+ num_bytes: 227649
133
+ num_examples: 1767
134
+ - name: validation
135
+ num_bytes: 164199
136
+ num_examples: 1267
137
+ download_size: 3395492
138
+ dataset_size: 1595268
139
  license: apache-2.0
140
  ---
141
+
142
+ # Dataset Card for "winogrande"
143
+
144
+ This Dataset is part of a series of datasets aimed at advancing Turkish LLM Developments by establishing rigid Turkish benchmarks to evaluate the performance of LLM's Produced in the Turkish Language.
145
+ # Dataset Card for arc-tr
146
+
147
+ malhajar/winogrande-tr is a translated version of [`winogrande`]( https://huggingface.co/datasets/winogrande) aimed specifically to be used in the [`OpenLLMTurkishLeaderboard`](https://huggingface.co/spaces/malhajar/OpenLLMTurkishLeaderboard)
148
+ This Dataset contains rigid tests extracted from the paper [`Think you have Solved Question Answering? `](https://arxiv.org/abs/1803.05457)
149
+
150
+ **Developed by:** [`Mohamad Alhajar`](https://www.linkedin.com/in/muhammet-alhajar/)
151
+
152
+
153
+ ## Dataset Description
154
+
155
+ - **Homepage:** [https://leaderboard.allenai.org/winogrande/submissions/get-started](https://leaderboard.allenai.org/winogrande/submissions/get-started)
156
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
158
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
159
+ - **Size of downloaded dataset files:** 20.37 MB
160
+ - **Size of the generated dataset:** 10.50 MB
161
+ - **Total amount of disk used:** 30.87 MB
162
+
163
+ ### Dataset Summary
164
+
165
+ WinoGrande is a new collection of 44k problems, inspired by Winograd Schema Challenge (Levesque, Davis, and Morgenstern
166
+ 2011), but adjusted to improve the scale and robustness against the dataset-specific bias. Formulated as a
167
+ fill-in-a-blank task with binary options, the goal is to choose the right option for a given sentence which requires
168
+ commonsense reasoning.
169
+
170
+ ### Supported Tasks and Leaderboards
171
+
172
+ aimed specifically to be used in the [`OpenLLMTurkishLeaderboard`](https://huggingface.co/spaces/malhajar/OpenLLMTurkishLeaderboard)
173
+
174
+ ### Languages
175
+
176
+ Turkish
177
+
178
+ ## Dataset Structure
179
+
180
+ ### Data Instances
181
+
182
+ #### winogrande_debiased
183
+
184
+ - **Size of downloaded dataset files:** 3.40 MB
185
+ - **Size of the generated dataset:** 1.59 MB
186
+ - **Total amount of disk used:** 4.99 MB
187
+
188
+ An example of 'train' looks as follows.
189
+ ```
190
+
191
+ ```
192
+
193
+ #### winogrande_l
194
+
195
+ - **Size of downloaded dataset files:** 3.40 MB
196
+ - **Size of the generated dataset:** 1.71 MB
197
+ - **Total amount of disk used:** 5.11 MB
198
+
199
+ An example of 'validation' looks as follows.
200
+ ```
201
+
202
+ ```
203
+
204
+ #### winogrande_m
205
+
206
+ - **Size of downloaded dataset files:** 3.40 MB
207
+ - **Size of the generated dataset:** 0.72 MB
208
+ - **Total amount of disk used:** 4.12 MB
209
+
210
+ An example of 'validation' looks as follows.
211
+ ```
212
+
213
+ ```
214
+
215
+ #### winogrande_s
216
+
217
+ - **Size of downloaded dataset files:** 3.40 MB
218
+ - **Size of the generated dataset:** 0.47 MB
219
+ - **Total amount of disk used:** 3.87 MB
220
+
221
+ An example of 'validation' looks as follows.
222
+ ```
223
+
224
+ ```
225
+
226
+ #### winogrande_xl
227
+
228
+ - **Size of downloaded dataset files:** 3.40 MB
229
+ - **Size of the generated dataset:** 5.58 MB
230
+ - **Total amount of disk used:** 8.98 MB
231
+
232
+ An example of 'train' looks as follows.
233
+ ```
234
+
235
+ ```
236
+
237
+ ### Data Fields
238
+
239
+ The data fields are the same among all splits.
240
+
241
+ #### winogrande_debiased
242
+ - `sentence`: a `string` feature.
243
+ - `option1`: a `string` feature.
244
+ - `option2`: a `string` feature.
245
+ - `answer`: a `string` feature.
246
+
247
+ #### winogrande_l
248
+ - `sentence`: a `string` feature.
249
+ - `option1`: a `string` feature.
250
+ - `option2`: a `string` feature.
251
+ - `answer`: a `string` feature.
252
+
253
+ #### winogrande_m
254
+ - `sentence`: a `string` feature.
255
+ - `option1`: a `string` feature.
256
+ - `option2`: a `string` feature.
257
+ - `answer`: a `string` feature.
258
+
259
+ #### winogrande_s
260
+ - `sentence`: a `string` feature.
261
+ - `option1`: a `string` feature.
262
+ - `option2`: a `string` feature.
263
+ - `answer`: a `string` feature.
264
+
265
+ #### winogrande_xl
266
+ - `sentence`: a `string` feature.
267
+ - `option1`: a `string` feature.
268
+ - `option2`: a `string` feature.
269
+ - `answer`: a `string` feature.
270
+
271
+ ### Data Splits
272
+
273
+ | name |train|validation|test|
274
+ |-------------------|----:|---------:|---:|
275
+ |winogrande_debiased| 9248| 1267|1767|
276
+ |winogrande_l |10234| 1267|1767|
277
+ |winogrande_m | 2558| 1267|1767|
278
+ |winogrande_s | 640| 1267|1767|
279
+ |winogrande_xl |40398| 1267|1767|
280
+ |winogrande_xs | 160| 1267|1767|
281
+
282
+
283
+ ### Citation Information
284
+
285
+ ```
286
+ @InProceedings{ai2:winogrande,
287
+ title = {WinoGrande: An Adversarial Winograd Schema Challenge at Scale},
288
+ authors={Keisuke, Sakaguchi and Ronan, Le Bras and Chandra, Bhagavatula and Yejin, Choi
289
+ },
290
+ year={2019}
291
+ }
292
+
293
+ `