FlyPig23 commited on
Commit
b8f12fc
·
verified ·
1 Parent(s): 7dd10fc

Upload batch 321 (20 files, last=huggingface_dataset/Dataset_Card/autoevaluate_autoeval-eval-futin__feed-sen_vi_-0f1239-2245871651.md)

Browse files
huggingface_dataset/Dataset_Card/3ee_regularization-tiger.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - stable-diffusion
5
+ - regularization-images
6
+ - text-to-image
7
+ - image-to-image
8
+ - dreambooth
9
+ - class-instance
10
+ - preservation-loss-training
11
+ ---
12
+
13
+ # Tiger Regularization Images
14
+
15
+ A collection of regularization & class instance datasets of tigers for the Stable Diffusion 1.5 to use for DreamBooth prior preservation loss training.
huggingface_dataset/Dataset_Card/DFKI-SLT_cross_re.md ADDED
@@ -0,0 +1,618 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - en
6
+ language_creators:
7
+ - found
8
+ license: []
9
+ multilinguality:
10
+ - monolingual
11
+ pretty_name: CrossRE is a cross-domain dataset for relation extraction
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - extended|cross_ner
16
+ tags:
17
+ - cross domain
18
+ - ai
19
+ - news
20
+ - music
21
+ - literature
22
+ - politics
23
+ - science
24
+ task_categories:
25
+ - text-classification
26
+ task_ids:
27
+ - multi-class-classification
28
+ dataset_info:
29
+ - config_name: ai
30
+ features:
31
+ - name: doc_key
32
+ dtype: string
33
+ - name: sentence
34
+ sequence: string
35
+ - name: ner
36
+ sequence:
37
+ - name: id-start
38
+ dtype: int32
39
+ - name: id-end
40
+ dtype: int32
41
+ - name: entity-type
42
+ dtype: string
43
+ - name: relations
44
+ sequence:
45
+ - name: id_1-start
46
+ dtype: int32
47
+ - name: id_1-end
48
+ dtype: int32
49
+ - name: id_2-start
50
+ dtype: int32
51
+ - name: id_2-end
52
+ dtype: int32
53
+ - name: relation-type
54
+ dtype: string
55
+ - name: Exp
56
+ dtype: string
57
+ - name: Un
58
+ dtype: bool
59
+ - name: SA
60
+ dtype: bool
61
+ splits:
62
+ - name: train
63
+ num_bytes: 62411
64
+ num_examples: 100
65
+ - name: validation
66
+ num_bytes: 183717
67
+ num_examples: 350
68
+ - name: test
69
+ num_bytes: 217353
70
+ num_examples: 431
71
+ download_size: 508107
72
+ dataset_size: 463481
73
+ - config_name: literature
74
+ features:
75
+ - name: doc_key
76
+ dtype: string
77
+ - name: sentence
78
+ sequence: string
79
+ - name: ner
80
+ sequence:
81
+ - name: id-start
82
+ dtype: int32
83
+ - name: id-end
84
+ dtype: int32
85
+ - name: entity-type
86
+ dtype: string
87
+ - name: relations
88
+ sequence:
89
+ - name: id_1-start
90
+ dtype: int32
91
+ - name: id_1-end
92
+ dtype: int32
93
+ - name: id_2-start
94
+ dtype: int32
95
+ - name: id_2-end
96
+ dtype: int32
97
+ - name: relation-type
98
+ dtype: string
99
+ - name: Exp
100
+ dtype: string
101
+ - name: Un
102
+ dtype: bool
103
+ - name: SA
104
+ dtype: bool
105
+ splits:
106
+ - name: train
107
+ num_bytes: 62699
108
+ num_examples: 100
109
+ - name: validation
110
+ num_bytes: 246214
111
+ num_examples: 400
112
+ - name: test
113
+ num_bytes: 264450
114
+ num_examples: 416
115
+ download_size: 635130
116
+ dataset_size: 573363
117
+ - config_name: music
118
+ features:
119
+ - name: doc_key
120
+ dtype: string
121
+ - name: sentence
122
+ sequence: string
123
+ - name: ner
124
+ sequence:
125
+ - name: id-start
126
+ dtype: int32
127
+ - name: id-end
128
+ dtype: int32
129
+ - name: entity-type
130
+ dtype: string
131
+ - name: relations
132
+ sequence:
133
+ - name: id_1-start
134
+ dtype: int32
135
+ - name: id_1-end
136
+ dtype: int32
137
+ - name: id_2-start
138
+ dtype: int32
139
+ - name: id_2-end
140
+ dtype: int32
141
+ - name: relation-type
142
+ dtype: string
143
+ - name: Exp
144
+ dtype: string
145
+ - name: Un
146
+ dtype: bool
147
+ - name: SA
148
+ dtype: bool
149
+ splits:
150
+ - name: train
151
+ num_bytes: 69846
152
+ num_examples: 100
153
+ - name: validation
154
+ num_bytes: 261497
155
+ num_examples: 350
156
+ - name: test
157
+ num_bytes: 312165
158
+ num_examples: 399
159
+ download_size: 726956
160
+ dataset_size: 643508
161
+ - config_name: news
162
+ features:
163
+ - name: doc_key
164
+ dtype: string
165
+ - name: sentence
166
+ sequence: string
167
+ - name: ner
168
+ sequence:
169
+ - name: id-start
170
+ dtype: int32
171
+ - name: id-end
172
+ dtype: int32
173
+ - name: entity-type
174
+ dtype: string
175
+ - name: relations
176
+ sequence:
177
+ - name: id_1-start
178
+ dtype: int32
179
+ - name: id_1-end
180
+ dtype: int32
181
+ - name: id_2-start
182
+ dtype: int32
183
+ - name: id_2-end
184
+ dtype: int32
185
+ - name: relation-type
186
+ dtype: string
187
+ - name: Exp
188
+ dtype: string
189
+ - name: Un
190
+ dtype: bool
191
+ - name: SA
192
+ dtype: bool
193
+ splits:
194
+ - name: train
195
+ num_bytes: 49102
196
+ num_examples: 164
197
+ - name: validation
198
+ num_bytes: 77952
199
+ num_examples: 350
200
+ - name: test
201
+ num_bytes: 96301
202
+ num_examples: 400
203
+ download_size: 239763
204
+ dataset_size: 223355
205
+ - config_name: politics
206
+ features:
207
+ - name: doc_key
208
+ dtype: string
209
+ - name: sentence
210
+ sequence: string
211
+ - name: ner
212
+ sequence:
213
+ - name: id-start
214
+ dtype: int32
215
+ - name: id-end
216
+ dtype: int32
217
+ - name: entity-type
218
+ dtype: string
219
+ - name: relations
220
+ sequence:
221
+ - name: id_1-start
222
+ dtype: int32
223
+ - name: id_1-end
224
+ dtype: int32
225
+ - name: id_2-start
226
+ dtype: int32
227
+ - name: id_2-end
228
+ dtype: int32
229
+ - name: relation-type
230
+ dtype: string
231
+ - name: Exp
232
+ dtype: string
233
+ - name: Un
234
+ dtype: bool
235
+ - name: SA
236
+ dtype: bool
237
+ splits:
238
+ - name: train
239
+ num_bytes: 76004
240
+ num_examples: 101
241
+ - name: validation
242
+ num_bytes: 277633
243
+ num_examples: 350
244
+ - name: test
245
+ num_bytes: 295294
246
+ num_examples: 400
247
+ download_size: 726427
248
+ dataset_size: 648931
249
+ - config_name: science
250
+ features:
251
+ - name: doc_key
252
+ dtype: string
253
+ - name: sentence
254
+ sequence: string
255
+ - name: ner
256
+ sequence:
257
+ - name: id-start
258
+ dtype: int32
259
+ - name: id-end
260
+ dtype: int32
261
+ - name: entity-type
262
+ dtype: string
263
+ - name: relations
264
+ sequence:
265
+ - name: id_1-start
266
+ dtype: int32
267
+ - name: id_1-end
268
+ dtype: int32
269
+ - name: id_2-start
270
+ dtype: int32
271
+ - name: id_2-end
272
+ dtype: int32
273
+ - name: relation-type
274
+ dtype: string
275
+ - name: Exp
276
+ dtype: string
277
+ - name: Un
278
+ dtype: bool
279
+ - name: SA
280
+ dtype: bool
281
+ splits:
282
+ - name: train
283
+ num_bytes: 63876
284
+ num_examples: 103
285
+ - name: validation
286
+ num_bytes: 224402
287
+ num_examples: 351
288
+ - name: test
289
+ num_bytes: 249075
290
+ num_examples: 400
291
+ download_size: 594058
292
+ dataset_size: 537353
293
+ ---
294
+ # Dataset Card for CrossRE
295
+ ## Table of Contents
296
+ - [Table of Contents](#table-of-contents)
297
+ - [Dataset Description](#dataset-description)
298
+ - [Dataset Summary](#dataset-summary)
299
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
300
+ - [Languages](#languages)
301
+ - [Dataset Structure](#dataset-structure)
302
+ - [Data Instances](#data-instances)
303
+ - [Data Fields](#data-fields)
304
+ - [Data Splits](#data-splits)
305
+ - [Dataset Creation](#dataset-creation)
306
+ - [Curation Rationale](#curation-rationale)
307
+ - [Source Data](#source-data)
308
+ - [Annotations](#annotations)
309
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
310
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
311
+ - [Social Impact of Dataset](#social-impact-of-dataset)
312
+ - [Discussion of Biases](#discussion-of-biases)
313
+ - [Other Known Limitations](#other-known-limitations)
314
+ - [Additional Information](#additional-information)
315
+ - [Dataset Curators](#dataset-curators)
316
+ - [Licensing Information](#licensing-information)
317
+ - [Citation Information](#citation-information)
318
+ - [Contributions](#contributions)
319
+
320
+ ## Dataset Description
321
+ - **Repository:** [CrossRE](https://github.com/mainlp/CrossRE)
322
+ - **Paper:** [CrossRE: A Cross-Domain Dataset for Relation Extraction](https://arxiv.org/abs/2210.09345)
323
+
324
+ ### Dataset Summary
325
+ CrossRE is a new, freely-available crossdomain benchmark for RE, which comprises six distinct text domains and includes
326
+ multilabel annotations. It includes the following domains: news, politics, natural science, music, literature and
327
+ artificial intelligence. The semantic relations are annotated on top of CrossNER (Liu et al., 2021), a cross-domain
328
+ dataset for NER which contains domain-specific entity types.
329
+ The dataset contains 17 relation labels for the six domains: PART-OF, PHYSICAL, USAGE, ROLE, SOCIAL,
330
+ GENERAL-AFFILIATION, COMPARE, TEMPORAL, ARTIFACT, ORIGIN, TOPIC, OPPOSITE, CAUSE-EFFECT, WIN-DEFEAT, TYPEOF, NAMED, and
331
+ RELATED-TO.
332
+
333
+ For details, see the paper: https://arxiv.org/abs/2210.09345
334
+
335
+ ### Supported Tasks and Leaderboards
336
+
337
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
338
+
339
+ ### Languages
340
+
341
+ The language data in CrossRE is in English (BCP-47 en)
342
+
343
+ ## Dataset Structure
344
+
345
+ ### Data Instances
346
+
347
+ #### news
348
+ - **Size of downloaded dataset files:** 0.24 MB
349
+ - **Size of the generated dataset:** 0.22 MB
350
+
351
+ An example of 'train' looks as follows:
352
+ ```python
353
+ {
354
+ "doc_key": "news-train-1",
355
+ "sentence": ["EU", "rejects", "German", "call", "to", "boycott", "British", "lamb", "."],
356
+ "ner": [
357
+ {"id-start": 0, "id-end": 0, "entity-type": "organisation"},
358
+ {"id-start": 2, "id-end": 3, "entity-type": "misc"},
359
+ {"id-start": 6, "id-end": 7, "entity-type": "misc"}
360
+ ],
361
+ "relations": [
362
+ {"id_1-start": 0, "id_1-end": 0, "id_2-start": 2, "id_2-end": 3, "relation-type": "opposite", "Exp": "rejects", "Un": False, "SA": False},
363
+ {"id_1-start": 2, "id_1-end": 3, "id_2-start": 6, "id_2-end": 7, "relation-type": "opposite", "Exp": "calls_for_boycot_of", "Un": False, "SA": False},
364
+ {"id_1-start": 2, "id_1-end": 3, "id_2-start": 6, "id_2-end": 7, "relation-type": "topic", "Exp": "", "Un": False, "SA": False}
365
+ ]
366
+ }
367
+ ```
368
+
369
+ #### politics
370
+ - **Size of downloaded dataset files:** 0.73 MB
371
+ - **Size of the generated dataset:** 0.65 MB
372
+
373
+ An example of 'train' looks as follows:
374
+ ```python
375
+ {
376
+ "doc_key": "politics-train-1",
377
+ "sentence": ["Parties", "with", "mainly", "Eurosceptic", "views", "are", "the", "ruling", "United", "Russia", ",", "and", "opposition", "parties", "the", "Communist", "Party", "of", "the", "Russian", "Federation", "and", "Liberal", "Democratic", "Party", "of", "Russia", "."],
378
+ "ner": [
379
+ {"id-start": 8, "id-end": 9, "entity-type": "politicalparty"},
380
+ {"id-start": 15, "id-end": 20, "entity-type": "politicalparty"},
381
+ {"id-start": 22, "id-end": 26, "entity-type": "politicalparty"}
382
+ ],
383
+ "relations": [
384
+ {"id_1-start": 8, "id_1-end": 9, "id_2-start": 15, "id_2-end": 20, "relation-type": "opposite", "Exp": "in_opposition", "Un": False, "SA": False},
385
+ {"id_1-start": 8, "id_1-end": 9, "id_2-start": 22, "id_2-end": 26, "relation-type": "opposite", "Exp": "in_opposition", "Un": False, "SA": False}
386
+ ]
387
+ }
388
+ ```
389
+
390
+ #### science
391
+ - **Size of downloaded dataset files:** 0.59 MB
392
+ - **Size of the generated dataset:** 0.54 MB
393
+
394
+ An example of 'train' looks as follows:
395
+ ```python
396
+ {
397
+ "doc_key": "science-train-1",
398
+ "sentence": ["They", "may", "also", "use", "Adenosine", "triphosphate", ",", "Nitric", "oxide", ",", "and", "ROS", "for", "signaling", "in", "the", "same", "ways", "that", "animals", "do", "."],
399
+ "ner": [
400
+ {"id-start": 4, "id-end": 5, "entity-type": "chemicalcompound"},
401
+ {"id-start": 7, "id-end": 8, "entity-type": "chemicalcompound"},
402
+ {"id-start": 11, "id-end": 11, "entity-type": "chemicalcompound"}
403
+ ],
404
+ "relations": []
405
+ }
406
+ ```
407
+
408
+ #### music
409
+ - **Size of downloaded dataset files:** 0.73 MB
410
+ - **Size of the generated dataset:** 0.64 MB
411
+
412
+ An example of 'train' looks as follows:
413
+ ```python
414
+ {
415
+ "doc_key": "music-train-1",
416
+ "sentence": ["In", "2003", ",", "the", "Stade", "de", "France", "was", "the", "primary", "site", "of", "the", "2003", "World", "Championships", "in", "Athletics", "."],
417
+ "ner": [
418
+ {"id-start": 4, "id-end": 6, "entity-type": "location"},
419
+ {"id-start": 13, "id-end": 17, "entity-type": "event"}
420
+ ],
421
+ "relations": [
422
+ {"id_1-start": 13, "id_1-end": 17, "id_2-start": 4, "id_2-end": 6, "relation-type": "physical", "Exp": "", "Un": False, "SA": False}
423
+ ]
424
+ }
425
+ ```
426
+
427
+ #### literature
428
+ - **Size of downloaded dataset files:** 0.64 MB
429
+ - **Size of the generated dataset:** 0.57 MB
430
+
431
+ An example of 'train' looks as follows:
432
+ ```python
433
+ {
434
+ "doc_key": "literature-train-1",
435
+ "sentence": ["In", "1351", ",", "during", "the", "reign", "of", "Emperor", "Toghon", "Temür", "of", "the", "Yuan", "dynasty", ",", "93rd-generation", "descendant", "Kong", "Huan", "(", "孔浣", ")", "'", "s", "2nd", "son", "Kong", "Shao", "(", "孔昭", ")", "moved", "from", "China", "to", "Korea", "during", "the", "Goryeo", ",", "and", "was", "received", "courteously", "by", "Princess", "Noguk", "(", "the", "Mongolian-born", "wife", "of", "the", "future", "king", "Gongmin", ")", "."],
436
+ "ner": [
437
+ {"id-start": 7, "id-end": 9, "entity-type": "person"},
438
+ {"id-start": 12, "id-end": 13, "entity-type": "country"},
439
+ {"id-start": 17, "id-end": 18, "entity-type": "writer"},
440
+ {"id-start": 20, "id-end": 20, "entity-type": "writer"},
441
+ {"id-start": 26, "id-end": 27, "entity-type": "writer"},
442
+ {"id-start": 29, "id-end": 29, "entity-type": "writer"},
443
+ {"id-start": 33, "id-end": 33, "entity-type": "country"},
444
+ {"id-start": 35, "id-end": 35, "entity-type": "country"},
445
+ {"id-start": 38, "id-end": 38, "entity-type": "misc"},
446
+ {"id-start": 45, "id-end": 46, "entity-type": "person"},
447
+ {"id-start": 49, "id-end": 50, "entity-type": "misc"},
448
+ {"id-start": 55, "id-end": 55, "entity-type": "person"}
449
+ ],
450
+ "relations": [
451
+ {"id_1-start": 7, "id_1-end": 9, "id_2-start": 12, "id_2-end": 13, "relation-type": "role", "Exp": "", "Un": False, "SA": False},
452
+ {"id_1-start": 7, "id_1-end": 9, "id_2-start": 12, "id_2-end": 13, "relation-type": "temporal", "Exp": "", "Un": False, "SA": False},
453
+ {"id_1-start": 17, "id_1-end": 18, "id_2-start": 26, "id_2-end": 27, "relation-type": "social", "Exp": "family", "Un": False, "SA": False},
454
+ {"id_1-start": 20, "id_1-end": 20, "id_2-start": 17, "id_2-end": 18, "relation-type": "named", "Exp": "", "Un": False, "SA": False},
455
+ {"id_1-start": 26, "id_1-end": 27, "id_2-start": 33, "id_2-end": 33, "relation-type": "physical", "Exp": "", "Un": False, "SA": False},
456
+ {"id_1-start": 26, "id_1-end": 27, "id_2-start": 35, "id_2-end": 35, "relation-type": "physical", "Exp": "", "Un": False, "SA": False},
457
+ {"id_1-start": 26, "id_1-end": 27, "id_2-start": 38, "id_2-end": 38, "relation-type": "temporal", "Exp": "", "Un": False, "SA": False},
458
+ {"id_1-start": 26, "id_1-end": 27, "id_2-start": 45, "id_2-end": 46, "relation-type": "social", "Exp": "greeted_by", "Un": False, "SA": False},
459
+ {"id_1-start": 29, "id_1-end": 29, "id_2-start": 26, "id_2-end": 27, "relation-type": "named", "Exp": "", "Un": False, "SA": False},
460
+ {"id_1-start": 45, "id_1-end": 46, "id_2-start": 55, "id_2-end": 55, "relation-type": "social", "Exp": "marriage", "Un": False, "SA": False},
461
+ {"id_1-start": 49, "id_1-end": 50, "id_2-start": 45, "id_2-end": 46, "relation-type": "named", "Exp": "", "Un": False, "SA": False}
462
+ ]
463
+ }
464
+ ```
465
+
466
+ #### ai
467
+ - **Size of downloaded dataset files:** 0.51 MB
468
+ - **Size of the generated dataset:** 0.46 MB
469
+
470
+ An example of 'train' looks as follows:
471
+ ```python
472
+ {
473
+ "doc_key": "ai-train-1",
474
+ "sentence": ["Popular", "approaches", "of", "opinion-based", "recommender", "system", "utilize", "various", "techniques", "including", "text", "mining", ",", "information", "retrieval", ",", "sentiment", "analysis", "(", "see", "also", "Multimodal", "sentiment", "analysis", ")", "and", "deep", "learning", "X.Y.", "Feng", ",", "H.", "Zhang", ",", "Y.J.", "Ren", ",", "P.H.", "Shang", ",", "Y.", "Zhu", ",", "Y.C.", "Liang", ",", "R.C.", "Guan", ",", "D.", "Xu", ",", "(", "2019", ")", ",", ",", "21", "(", "5", ")", ":", "e12957", "."],
475
+ "ner": [
476
+ {"id-start": 3, "id-end": 5, "entity-type": "product"},
477
+ {"id-start": 10, "id-end": 11, "entity-type": "field"},
478
+ {"id-start": 13, "id-end": 14, "entity-type": "task"},
479
+ {"id-start": 16, "id-end": 17, "entity-type": "task"},
480
+ {"id-start": 21, "id-end": 23, "entity-type": "task"},
481
+ {"id-start": 26, "id-end": 27, "entity-type": "field"},
482
+ {"id-start": 28, "id-end": 29, "entity-type": "researcher"},
483
+ {"id-start": 31, "id-end": 32, "entity-type": "researcher"},
484
+ {"id-start": 34, "id-end": 35, "entity-type": "researcher"},
485
+ {"id-start": 37, "id-end": 38, "entity-type": "researcher"},
486
+ {"id-start": 40, "id-end": 41, "entity-type": "researcher"},
487
+ {"id-start": 43, "id-end": 44, "entity-type": "researcher"},
488
+ {"id-start": 46, "id-end": 47, "entity-type": "researcher"},
489
+ {"id-start": 49, "id-end": 50, "entity-type": "researcher"}
490
+ ],
491
+ "relations": [
492
+ {"id_1-start": 3, "id_1-end": 5, "id_2-start": 10, "id_2-end": 11, "relation-type": "part-of", "Exp": "", "Un": False, "SA": False},
493
+ {"id_1-start": 3, "id_1-end": 5, "id_2-start": 10, "id_2-end": 11, "relation-type": "usage", "Exp": "", "Un": False, "SA": False},
494
+ {"id_1-start": 3, "id_1-end": 5, "id_2-start": 13, "id_2-end": 14, "relation-type": "part-of", "Exp": "", "Un": False, "SA": False},
495
+ {"id_1-start": 3, "id_1-end": 5, "id_2-start": 13, "id_2-end": 14, "relation-type": "usage", "Exp": "", "Un": False, "SA": False},
496
+ {"id_1-start": 3, "id_1-end": 5, "id_2-start": 16, "id_2-end": 17, "relation-type": "part-of", "Exp": "", "Un": False, "SA": False},
497
+ {"id_1-start": 3, "id_1-end": 5, "id_2-start": 16, "id_2-end": 17, "relation-type": "usage", "Exp": "", "Un": False, "SA": False},
498
+ {"id_1-start": 3, "id_1-end": 5, "id_2-start": 26, "id_2-end": 27, "relation-type": "part-of", "Exp": "", "Un": False, "SA": False},
499
+ {"id_1-start": 3, "id_1-end": 5, "id_2-start": 26, "id_2-end": 27, "relation-type": "usage", "Exp": "", "Un": False, "SA": False},
500
+ {"id_1-start": 21, "id_1-end": 23, "id_2-start": 16, "id_2-end": 17, "relation-type": "part-of", "Exp": "", "Un": False, "SA": False},
501
+ {"id_1-start": 21, "id_1-end": 23, "id_2-start": 16, "id_2-end": 17, "relation-type": "type-of", "Exp": "", "Un": False, "SA": False}
502
+ ]
503
+ }
504
+ ```
505
+
506
+ ### Data Fields
507
+
508
+ The data fields are the same among all splits.
509
+ - `doc_key`: the instance id of this sentence, a `string` feature.
510
+ - `sentence`: the list of tokens of this sentence, obtained with spaCy, a `list` of `string` features.
511
+ - `ner`: the list of named entities in this sentence, a `list` of `dict` features.
512
+ - `id-start`: the start index of the entity, a `int` feature.
513
+ - `id-end`: the end index of the entity, a `int` feature.
514
+ - `entity-type`: the type of the entity, a `string` feature.
515
+ - `relations`: the list of relations in this sentence, a `list` of `dict` features.
516
+ - `id_1-start`: the start index of the first entity, a `int` feature.
517
+ - `id_1-end`: the end index of the first entity, a `int` feature.
518
+ - `id_2-start`: the start index of the second entity, a `int` feature.
519
+ - `id_2-end`: the end index of the second entity, a `int` feature.
520
+ - `relation-type`: the type of the relation, a `string` feature.
521
+ - `Exp`: the explanation of the relation type assigned, a `string` feature.
522
+ - `Un`: uncertainty of the annotator, a `bool` feature.
523
+ - `SA`: existence of syntax ambiguity which poses a challenge for the annotator, a `bool` feature.
524
+
525
+ ### Data Splits
526
+ #### Sentences
527
+ | | Train | Dev | Test | Total |
528
+ |--------------|---------|---------|---------|---------|
529
+ | news | 164 | 350 | 400 | 914 |
530
+ | politics | 101 | 350 | 400 | 851 |
531
+ | science | 103 | 351 | 400 | 854 |
532
+ | music | 100 | 350 | 399 | 849 |
533
+ | literature | 100 | 400 | 416 | 916 |
534
+ | ai | 100 | 350 | 431 | 881 |
535
+ | ------------ | ------- | ------- | ------- | ------- |
536
+ | total | 668 | 2,151 | 2,46 | 5,265 |
537
+
538
+ #### Relations
539
+ | | Train | Dev | Test | Total |
540
+ |--------------|---------|---------|---------|---------|
541
+ | news | 175 | 300 | 396 | 871 |
542
+ | politics | 502 | 1,616 | 1,831 | 3,949 |
543
+ | science | 355 | 1,340 | 1,393 | 3,088 |
544
+ | music | 496 | 1,861 | 2,333 | 4,690 |
545
+ | literature | 397 | 1,539 | 1,591 | 3,527 |
546
+ | ai | 350 | 1,006 | 1,127 | 2,483 |
547
+ | ------------ | ------- | ------- | ------- | ------- |
548
+ | total | 2,275 | 7,662 | 8,671 | 18,608 |
549
+
550
+ ## Dataset Creation
551
+
552
+ ### Curation Rationale
553
+
554
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
555
+
556
+ ### Source Data
557
+
558
+ #### Initial Data Collection and Normalization
559
+
560
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
561
+
562
+ #### Who are the source language producers?
563
+
564
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
565
+
566
+ ### Annotations
567
+
568
+ #### Annotation process
569
+
570
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
571
+
572
+ #### Who are the annotators?
573
+
574
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
575
+
576
+ ### Personal and Sensitive Information
577
+
578
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
579
+
580
+ ## Considerations for Using the Data
581
+
582
+ ### Social Impact of Dataset
583
+
584
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
585
+
586
+ ### Discussion of Biases
587
+
588
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
589
+
590
+ ### Other Known Limitations
591
+
592
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
593
+
594
+ ## Additional Information
595
+
596
+ ### Dataset Curators
597
+
598
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
599
+
600
+ ### Licensing Information
601
+
602
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
603
+
604
+ ### Citation Information
605
+
606
+ ```
607
+ @inproceedings{bassignana-plank-2022-crossre,
608
+ title = "Cross{RE}: A {C}ross-{D}omain {D}ataset for {R}elation {E}xtraction",
609
+ author = "Bassignana, Elisa and Plank, Barbara",
610
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
611
+ year = "2022",
612
+ publisher = "Association for Computational Linguistics"
613
+ }
614
+ ```
615
+
616
+ ### Contributions
617
+
618
+ Thanks to [@phucdev](https://github.com/phucdev) for adding this dataset.
huggingface_dataset/Dataset_Card/MicPie_unpredictable_dividend-com.md ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license:
9
+ - apache-2.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: UnpredicTable-dividend-com
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets: []
16
+ task_categories:
17
+ - multiple-choice
18
+ - question-answering
19
+ - zero-shot-classification
20
+ - text2text-generation
21
+ - table-question-answering
22
+ - text-generation
23
+ - text-classification
24
+ - tabular-classification
25
+ task_ids:
26
+ - multiple-choice-qa
27
+ - extractive-qa
28
+ - open-domain-qa
29
+ - closed-domain-qa
30
+ - closed-book-qa
31
+ - open-book-qa
32
+ - language-modeling
33
+ - multi-class-classification
34
+ - natural-language-inference
35
+ - topic-classification
36
+ - multi-label-classification
37
+ - tabular-multi-class-classification
38
+ - tabular-multi-label-classification
39
+ ---
40
+
41
+
42
+ # Dataset Card for "UnpredicTable-dividend-com" - Dataset of Few-shot Tasks from Tables
43
+
44
+ ## Table of Contents
45
+ - [Dataset Description](#dataset-description)
46
+ - [Dataset Summary](#dataset-summary)
47
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
48
+ - [Languages](#languages)
49
+ - [Dataset Structure](#dataset-structure)
50
+ - [Data Instances](#data-instances)
51
+ - [Data Fields](#data-instances)
52
+ - [Data Splits](#data-instances)
53
+ - [Dataset Creation](#dataset-creation)
54
+ - [Curation Rationale](#curation-rationale)
55
+ - [Source Data](#source-data)
56
+ - [Annotations](#annotations)
57
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
58
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
59
+ - [Social Impact of Dataset](#social-impact-of-dataset)
60
+ - [Discussion of Biases](#discussion-of-biases)
61
+ - [Other Known Limitations](#other-known-limitations)
62
+ - [Additional Information](#additional-information)
63
+ - [Dataset Curators](#dataset-curators)
64
+ - [Licensing Information](#licensing-information)
65
+ - [Citation Information](#citation-information)
66
+
67
+ ## Dataset Description
68
+
69
+ - **Homepage:** https://ethanperez.net/unpredictable
70
+ - **Repository:** https://github.com/JunShern/few-shot-adaptation
71
+ - **Paper:** Few-shot Adaptation Works with UnpredicTable Data
72
+ - **Point of Contact:** junshern@nyu.edu, perez@nyu.edu
73
+
74
+ ### Dataset Summary
75
+
76
+ The UnpredicTable dataset consists of web tables formatted as few-shot tasks for fine-tuning language models to improve their few-shot performance.
77
+
78
+ There are several dataset versions available:
79
+
80
+ * [UnpredicTable-full](https://huggingface.co/datasets/MicPie/unpredictable_full): Starting from the initial WTC corpus of 50M tables, we apply our tables-to-tasks procedure to produce our resulting dataset, [UnpredicTable-full](https://huggingface.co/datasets/MicPie/unpredictable_full), which comprises 413,299 tasks from 23,744 unique websites.
81
+
82
+ * [UnpredicTable-unique](https://huggingface.co/datasets/MicPie/unpredictable_unique): This is the same as [UnpredicTable-full](https://huggingface.co/datasets/MicPie/unpredictable_full) but filtered to have a maximum of one task per website. [UnpredicTable-unique](https://huggingface.co/datasets/MicPie/unpredictable_unique) contains exactly 23,744 tasks from 23,744 websites.
83
+
84
+ * [UnpredicTable-5k](https://huggingface.co/datasets/MicPie/unpredictable_5k): This dataset contains 5k random tables from the full dataset.
85
+
86
+ * UnpredicTable data subsets based on a manual human quality rating (please see our publication for details of the ratings):
87
+ * [UnpredicTable-rated-low](https://huggingface.co/datasets/MicPie/unpredictable_rated-low)
88
+ * [UnpredicTable-rated-medium](https://huggingface.co/datasets/MicPie/unpredictable_rated-medium)
89
+ * [UnpredicTable-rated-high](https://huggingface.co/datasets/MicPie/unpredictable_rated-high)
90
+
91
+ * UnpredicTable data subsets based on the website of origin:
92
+ * [UnpredicTable-baseball-fantasysports-yahoo-com](https://huggingface.co/datasets/MicPie/unpredictable_baseball-fantasysports-yahoo-com)
93
+ * [UnpredicTable-bulbapedia-bulbagarden-net](https://huggingface.co/datasets/MicPie/unpredictable_bulbapedia-bulbagarden-net)
94
+ * [UnpredicTable-cappex-com](https://huggingface.co/datasets/MicPie/unpredictable_cappex-com)
95
+ * [UnpredicTable-cram-com](https://huggingface.co/datasets/MicPie/unpredictable_cram-com)
96
+ * [UnpredicTable-dividend-com](https://huggingface.co/datasets/MicPie/unpredictable_dividend-com)
97
+ * [UnpredicTable-dummies-com](https://huggingface.co/datasets/MicPie/unpredictable_dummies-com)
98
+ * [UnpredicTable-en-wikipedia-org](https://huggingface.co/datasets/MicPie/unpredictable_en-wikipedia-org)
99
+ * [UnpredicTable-ensembl-org](https://huggingface.co/datasets/MicPie/unpredictable_ensembl-org)
100
+ * [UnpredicTable-gamefaqs-com](https://huggingface.co/datasets/MicPie/unpredictable_gamefaqs-com)
101
+ * [UnpredicTable-mgoblog-com](https://huggingface.co/datasets/MicPie/unpredictable_mgoblog-com)
102
+ * [UnpredicTable-mmo-champion-com](https://huggingface.co/datasets/MicPie/unpredictable_mmo-champion-com)
103
+ * [UnpredicTable-msdn-microsoft-com](https://huggingface.co/datasets/MicPie/unpredictable_msdn-microsoft-com)
104
+ * [UnpredicTable-phonearena-com](https://huggingface.co/datasets/MicPie/unpredictable_phonearena-com)
105
+ * [UnpredicTable-sittercity-com](https://huggingface.co/datasets/MicPie/unpredictable_sittercity-com)
106
+ * [UnpredicTable-sporcle-com](https://huggingface.co/datasets/MicPie/unpredictable_sporcle-com)
107
+ * [UnpredicTable-studystack-com](https://huggingface.co/datasets/MicPie/unpredictable_studystack-com)
108
+ * [UnpredicTable-support-google-com](https://huggingface.co/datasets/MicPie/unpredictable_support-google-com)
109
+ * [UnpredicTable-w3-org](https://huggingface.co/datasets/MicPie/unpredictable_w3-org)
110
+ * [UnpredicTable-wiki-openmoko-org](https://huggingface.co/datasets/MicPie/unpredictable_wiki-openmoko-org)
111
+ * [UnpredicTable-wkdu-org](https://huggingface.co/datasets/MicPie/unpredictable_wkdu-org)
112
+
113
+
114
+ * UnpredicTable data subsets based on clustering (for the clustering details please see our publication):
115
+ * [UnpredicTable-cluster00](https://huggingface.co/datasets/MicPie/unpredictable_cluster00)
116
+ * [UnpredicTable-cluster01](https://huggingface.co/datasets/MicPie/unpredictable_cluster01)
117
+ * [UnpredicTable-cluster02](https://huggingface.co/datasets/MicPie/unpredictable_cluster02)
118
+ * [UnpredicTable-cluster03](https://huggingface.co/datasets/MicPie/unpredictable_cluster03)
119
+ * [UnpredicTable-cluster04](https://huggingface.co/datasets/MicPie/unpredictable_cluster04)
120
+ * [UnpredicTable-cluster05](https://huggingface.co/datasets/MicPie/unpredictable_cluster05)
121
+ * [UnpredicTable-cluster06](https://huggingface.co/datasets/MicPie/unpredictable_cluster06)
122
+ * [UnpredicTable-cluster07](https://huggingface.co/datasets/MicPie/unpredictable_cluster07)
123
+ * [UnpredicTable-cluster08](https://huggingface.co/datasets/MicPie/unpredictable_cluster08)
124
+ * [UnpredicTable-cluster09](https://huggingface.co/datasets/MicPie/unpredictable_cluster09)
125
+ * [UnpredicTable-cluster10](https://huggingface.co/datasets/MicPie/unpredictable_cluster10)
126
+ * [UnpredicTable-cluster11](https://huggingface.co/datasets/MicPie/unpredictable_cluster11)
127
+ * [UnpredicTable-cluster12](https://huggingface.co/datasets/MicPie/unpredictable_cluster12)
128
+ * [UnpredicTable-cluster13](https://huggingface.co/datasets/MicPie/unpredictable_cluster13)
129
+ * [UnpredicTable-cluster14](https://huggingface.co/datasets/MicPie/unpredictable_cluster14)
130
+ * [UnpredicTable-cluster15](https://huggingface.co/datasets/MicPie/unpredictable_cluster15)
131
+ * [UnpredicTable-cluster16](https://huggingface.co/datasets/MicPie/unpredictable_cluster16)
132
+ * [UnpredicTable-cluster17](https://huggingface.co/datasets/MicPie/unpredictable_cluster17)
133
+ * [UnpredicTable-cluster18](https://huggingface.co/datasets/MicPie/unpredictable_cluster18)
134
+ * [UnpredicTable-cluster19](https://huggingface.co/datasets/MicPie/unpredictable_cluster19)
135
+ * [UnpredicTable-cluster20](https://huggingface.co/datasets/MicPie/unpredictable_cluster20)
136
+ * [UnpredicTable-cluster21](https://huggingface.co/datasets/MicPie/unpredictable_cluster21)
137
+ * [UnpredicTable-cluster22](https://huggingface.co/datasets/MicPie/unpredictable_cluster22)
138
+ * [UnpredicTable-cluster23](https://huggingface.co/datasets/MicPie/unpredictable_cluster23)
139
+ * [UnpredicTable-cluster24](https://huggingface.co/datasets/MicPie/unpredictable_cluster24)
140
+ * [UnpredicTable-cluster25](https://huggingface.co/datasets/MicPie/unpredictable_cluster25)
141
+ * [UnpredicTable-cluster26](https://huggingface.co/datasets/MicPie/unpredictable_cluster26)
142
+ * [UnpredicTable-cluster27](https://huggingface.co/datasets/MicPie/unpredictable_cluster27)
143
+ * [UnpredicTable-cluster28](https://huggingface.co/datasets/MicPie/unpredictable_cluster28)
144
+ * [UnpredicTable-cluster29](https://huggingface.co/datasets/MicPie/unpredictable_cluster29)
145
+ * [UnpredicTable-cluster-noise](https://huggingface.co/datasets/MicPie/unpredictable_cluster-noise)
146
+
147
+ ### Supported Tasks and Leaderboards
148
+
149
+ Since the tables come from the web, the distribution of tasks and topics is very broad. The shape of our dataset is very wide, i.e., we have 1000's of tasks, while each task has only a few examples, compared to most current NLP datasets which are very deep, i.e., 10s of tasks with many examples. This implies that our dataset covers a broad range of potential tasks, e.g., multiple-choice, question-answering, table-question-answering, text-classification, etc.
150
+
151
+ The intended use of this dataset is to improve few-shot performance by fine-tuning/pre-training on our dataset.
152
+
153
+ ### Languages
154
+
155
+ English
156
+
157
+ ## Dataset Structure
158
+
159
+ ### Data Instances
160
+
161
+ Each task is represented as a jsonline file and consists of several few-shot examples. Each example is a dictionary containing a field 'task', which identifies the task, followed by an 'input', 'options', and 'output' field. The 'input' field contains several column elements of the same row in the table, while the 'output' field is a target which represents an individual column of the same row. Each task contains several such examples which can be concatenated as a few-shot task. In the case of multiple choice classification, the 'options' field contains the possible classes that a model needs to choose from.
162
+
163
+ There are also additional meta-data fields such as 'pageTitle', 'title', 'outputColName', 'url', 'wdcFile'.
164
+
165
+ ### Data Fields
166
+
167
+ 'task': task identifier
168
+
169
+ 'input': column elements of a specific row in the table.
170
+
171
+ 'options': for multiple choice classification, it provides the options to choose from.
172
+
173
+ 'output': target column element of the same row as input.
174
+
175
+ 'pageTitle': the title of the page containing the table.
176
+
177
+ 'outputColName': output column name
178
+
179
+ 'url': url to the website containing the table
180
+
181
+ 'wdcFile': WDC Web Table Corpus file
182
+
183
+ ### Data Splits
184
+
185
+ The UnpredicTable datasets do not come with additional data splits.
186
+
187
+ ## Dataset Creation
188
+
189
+ ### Curation Rationale
190
+
191
+ Few-shot training on multi-task datasets has been demonstrated to improve language models' few-shot learning (FSL) performance on new tasks, but it is unclear which training tasks lead to effective downstream task adaptation. Few-shot learning datasets are typically produced with expensive human curation, limiting the scale and diversity of the training tasks available to study. As an alternative source of few-shot data, we automatically extract 413,299 tasks from diverse internet tables. We provide this as a research resource to investigate the relationship between training data and few-shot learning.
192
+
193
+ ### Source Data
194
+
195
+ #### Initial Data Collection and Normalization
196
+
197
+ We use internet tables from the English-language Relational Subset of the WDC Web Table Corpus 2015 (WTC). The WTC dataset tables were extracted from the July 2015 Common Crawl web corpus (http://webdatacommons.org/webtables/2015/EnglishStatistics.html). The dataset contains 50,820,165 tables from 323,160 web domains. We then convert the tables into few-shot learning tasks. Please see our publication for more details on the data collection and conversion pipeline.
198
+
199
+ #### Who are the source language producers?
200
+
201
+ The dataset is extracted from [WDC Web Table Corpora](http://webdatacommons.org/webtables/).
202
+
203
+ ### Annotations
204
+
205
+ #### Annotation process
206
+
207
+ Manual annotation was only carried out for the [UnpredicTable-rated-low](https://huggingface.co/datasets/MicPie/unpredictable_rated-low),
208
+ [UnpredicTable-rated-medium](https://huggingface.co/datasets/MicPie/unpredictable_rated-medium), and [UnpredicTable-rated-high](https://huggingface.co/datasets/MicPie/unpredictable_rated-high) data subsets to rate task quality. Detailed instructions of the annotation instructions can be found in our publication.
209
+
210
+ #### Who are the annotators?
211
+
212
+ Annotations were carried out by a lab assistant.
213
+
214
+ ### Personal and Sensitive Information
215
+
216
+ The data was extracted from [WDC Web Table Corpora](http://webdatacommons.org/webtables/), which in turn extracted tables from the [Common Crawl](https://commoncrawl.org/). We did not filter the data in any way. Thus any user identities or otherwise sensitive information (e.g., data that reveals racial or ethnic origins, sexual orientations, religious beliefs, political opinions or union memberships, or locations; financial or health data; biometric or genetic data; forms of government identification, such as social security numbers; criminal history, etc.) might be contained in our dataset.
217
+
218
+ ## Considerations for Using the Data
219
+
220
+ ### Social Impact of Dataset
221
+
222
+ This dataset is intended for use as a research resource to investigate the relationship between training data and few-shot learning. As such, it contains high- and low-quality data, as well as diverse content that may be untruthful or inappropriate. Without careful investigation, it should not be used for training models that will be deployed for use in decision-critical or user-facing situations.
223
+
224
+ ### Discussion of Biases
225
+
226
+ Since our dataset contains tables that are scraped from the web, it will also contain many toxic, racist, sexist, and otherwise harmful biases and texts. We have not run any analysis on the biases prevalent in our datasets. Neither have we explicitly filtered the content. This implies that a model trained on our dataset may potentially reflect harmful biases and toxic text that exist in our dataset.
227
+
228
+ ### Other Known Limitations
229
+
230
+ No additional known limitations.
231
+
232
+ ## Additional Information
233
+
234
+ ### Dataset Curators
235
+ Jun Shern Chan, Michael Pieler, Jonathan Jao, Jérémy Scheurer, Ethan Perez
236
+
237
+ ### Licensing Information
238
+ Apache 2.0
239
+
240
+ ### Citation Information
241
+
242
+ ```
243
+ @misc{chan2022few,
244
+ author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
245
+ title = {Few-shot Adaptation Works with UnpredicTable Data},
246
+ publisher={arXiv},
247
+ year = {2022},
248
+ url = {https://arxiv.org/abs/2208.01009}
249
+ }
250
+ ```
huggingface_dataset/Dataset_Card/autoevaluate_autoeval-eval-futin__feed-sen_vi_-0f1239-2245871651.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ type: predictions
3
+ tags:
4
+ - autotrain
5
+ - evaluation
6
+ datasets:
7
+ - futin/feed
8
+ eval_info:
9
+ task: text_zero_shot_classification
10
+ model: bigscience/bloom-1b1
11
+ metrics: []
12
+ dataset_name: futin/feed
13
+ dataset_config: sen_vi_
14
+ dataset_split: test
15
+ col_mapping:
16
+ text: text
17
+ classes: classes
18
+ target: target
19
+ ---
20
+ # Dataset Card for AutoTrain Evaluator
21
+
22
+ This repository contains model predictions generated by [AutoTrain](https://huggingface.co/autotrain) for the following task and dataset:
23
+
24
+ * Task: Zero-Shot Text Classification
25
+ * Model: bigscience/bloom-1b1
26
+ * Dataset: futin/feed
27
+ * Config: sen_vi_
28
+ * Split: test
29
+
30
+ To run new evaluation jobs, visit Hugging Face's [automatic model evaluator](https://huggingface.co/spaces/autoevaluate/model-evaluator).
31
+
32
+ ## Contributions
33
+
34
+ Thanks to [@futin](https://huggingface.co/futin) for evaluating this model.
huggingface_dataset/Dataset_Card/autoevaluate_autoeval-staging-eval-project-emotion-41e4622b-10765447.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ type: predictions
3
+ tags:
4
+ - autotrain
5
+ - evaluation
6
+ datasets:
7
+ - emotion
8
+ eval_info:
9
+ task: multi_class_classification
10
+ model: aatmasidha/distilbert-base-uncased-finetuned-emotion
11
+ metrics: []
12
+ dataset_name: emotion
13
+ dataset_config: default
14
+ dataset_split: test
15
+ col_mapping:
16
+ text: text
17
+ target: label
18
+ ---
19
+ # Dataset Card for AutoTrain Evaluator
20
+
21
+ This repository contains model predictions generated by [AutoTrain](https://huggingface.co/autotrain) for the following task and dataset:
22
+
23
+ * Task: Multi-class Text Classification
24
+ * Model: aatmasidha/distilbert-base-uncased-finetuned-emotion
25
+ * Dataset: emotion
26
+ * Config: default
27
+ * Split: test
28
+
29
+ To run new evaluation jobs, visit Hugging Face's [automatic model evaluator](https://huggingface.co/spaces/autoevaluate/model-evaluator).
30
+
31
+ ## Contributions
32
+
33
+ Thanks to [@aatmasidha](https://huggingface.co/aatmasidha) for evaluating this model.
huggingface_dataset/Dataset_Card/breadlicker45_autotrain-data-yahoo-answer-small.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - summarization
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: yahoo-answer-small
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project yahoo-answer-small.
11
+
12
+ ### Languages
13
+
14
+ The BCP-47 code for the dataset's language is unk.
15
+
16
+ ## Dataset Structure
17
+
18
+ ### Data Instances
19
+
20
+ A sample from this dataset looks as follows:
21
+
22
+ ```json
23
+ [
24
+ {
25
+ "text": "how do you get a girl to like you? and how can you make her your girlfriend?",
26
+ "target": "Be yourself. It's the oldest and best advice. She may still not like you, but that's the risk, and you keep your manliness and dignity. Never, never forget this."
27
+ },
28
+ {
29
+ "text": "how long is a bacterium's life?",
30
+ "target": "It depends on the bacterium. For E. coli (common lab bacteria) 20-30 minutes is an average doubling time, but different strains vary.\\n\\nI heard something somewhere about a weird form of bacteria that lives miles underground in granite formations and only divides once every ten thousand years, or something crazy like that. I can't give you a source, it's just a freaky thing off the top of my head that I haven't gone to the trouble to confirm. My contention is that if reincarnation is true, that would be the *worst* thing to come back as. So mind your karma.\\n\\nPart of the reason it would be the worst is that bacteria reproduce by one cell dividing into two, so as long as there are any of that strain still alive, it hasn't really died.\\n\\nThey can die though. In a liquid culture you can tell because of a lot of turbidity (cloudiness) some of which is from cells and some from debris from dead cells. Or, you could have agar plates that get really nasty and dried up, and most of those bacteria are probably dead. Or you could tell because they look really crappy under a microscope. If you try to streak it and grow it on a plate and it doesn't grow, it's probably dead."
31
+ }
32
+ ]
33
+ ```
34
+
35
+ ### Dataset Fields
36
+
37
+ The dataset has the following fields (also called "features"):
38
+
39
+ ```json
40
+ {
41
+ "text": "Value(dtype='string', id=None)",
42
+ "target": "Value(dtype='string', id=None)"
43
+ }
44
+ ```
45
+
46
+ ### Dataset Splits
47
+
48
+ This dataset is split into a train and validation split. The split sizes are as follow:
49
+
50
+ | Split name | Num samples |
51
+ | ------------ | ------------------- |
52
+ | train | 2399 |
53
+ | valid | 600 |
huggingface_dataset/Dataset_Card/brucethemoose_Korra_Raw_Screenshots.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ For the V5 dataset, screenshots are grabbed from the raw B1, B3 and B4 LoK Blu-Rays with a custom VapourSynth script. The short version of procedure is:
2
+
3
+ - Detect scene changes, and select 2-3 frames from each scene depending on how long it is, at the beginning, middle, and end of the scene.
4
+ - Convert the frames to 16-bit RGB.
5
+ - Very mildly deblock with Deblock QED, to get rid of the blocking artifacts: https://github.com/HomeOfVapourSynthEvolution/havsfunc
6
+ - Very mildly temporally denoise with BM3D, using several adjacent frames, to get rid of other minor artifacts like noise, banding, and to soften whatever blocking is left: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-BM3D
7
+ - Write the frames as 16-bit RGB PNGs with imagemagick.
8
+ - Optimize the filesize of the resulting frames with Efficient Compression Utility.
9
+
10
+ This results in 1865 high quality 1920x1080 frames. Book 2 is skipped because the B2 blu-ray is interlaced, which (even with a deinterlacing algorithm) may cause training issues.
11
+
12
+ The V6 dataset is simply a culled version of the V5 dataset, with frames I deemed redundant or problematic removed. The end result is 753 very high quality frames.
13
+
14
+ Previews coming soon.
15
+
16
+
17
+ ---
18
+ license: wtfpl
19
+ ---
huggingface_dataset/Dataset_Card/cjvt_ssj500k.md ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ - expert-generated
7
+ language:
8
+ - sl
9
+ license:
10
+ - cc-by-nc-sa-4.0
11
+ multilinguality:
12
+ - monolingual
13
+ size_categories:
14
+ - 1K<n<10K
15
+ - 10K<n<100K
16
+ source_datasets: []
17
+ task_categories:
18
+ - token-classification
19
+ task_ids:
20
+ - named-entity-recognition
21
+ - part-of-speech
22
+ - lemmatization
23
+ - parsing
24
+ pretty_name: ssj500k
25
+ tags:
26
+ - semantic-role-labeling
27
+ - multiword-expression-detection
28
+ ---
29
+
30
+ # Dataset Card for ssj500k
31
+
32
+ **Important**: there exists another HF implementation of the dataset ([classla/ssj500k](https://huggingface.co/datasets/classla/ssj500k)), but it seems to be more narrowly focused. **This implementation is designed for more general use** - the CLASSLA version seems to expose only the specific training/validation/test annotations used in the CLASSLA library, for only a subset of the data.
33
+
34
+ ### Dataset Summary
35
+
36
+ The ssj500k training corpus contains about 500 000 tokens manually annotated on the levels of tokenization, sentence segmentation, morphosyntactic tagging, and lemmatization. It is also partially annotated for the following tasks:
37
+ - named entity recognition (config `named_entity_recognition`)
38
+ - dependency parsing(*), Universal Dependencies style (config `dependency_parsing_ud`)
39
+ - dependency parsing, JOS/MULTEXT-East style (config `dependency_parsing_jos`)
40
+ - semantic role labeling (config `semantic_role_labeling`)
41
+ - multi-word expressions (config `multiword_expressions`)
42
+
43
+ If you want to load all the data along with their partial annotations, please use the config `all_data`.
44
+
45
+ \* _The UD dependency parsing labels are included here for completeness, but using the dataset [universal_dependencies](https://huggingface.co/datasets/universal_dependencies) should be preferred for dependency parsing applications to ensure you are using the most up-to-date data._
46
+
47
+ ### Supported Tasks and Leaderboards
48
+
49
+ Sentence tokenization, sentence segmentation, morphosyntactic tagging, lemmatization, named entity recognition, dependency parsing, semantic role labeling, multi-word expression detection.
50
+
51
+ ### Languages
52
+
53
+ Slovenian.
54
+
55
+ ## Dataset Structure
56
+
57
+ ### Data Instances
58
+
59
+ A sample instance from the dataset (using the config `all_data`):
60
+ ```
61
+ {
62
+ 'id_doc': 'ssj1',
63
+ 'idx_par': 0,
64
+ 'idx_sent': 0,
65
+ 'id_words': ['ssj1.1.1.t1', 'ssj1.1.1.t2', 'ssj1.1.1.t3', 'ssj1.1.1.t4', 'ssj1.1.1.t5', 'ssj1.1.1.t6', 'ssj1.1.1.t7', 'ssj1.1.1.t8', 'ssj1.1.1.t9', 'ssj1.1.1.t10', 'ssj1.1.1.t11', 'ssj1.1.1.t12', 'ssj1.1.1.t13', 'ssj1.1.1.t14', 'ssj1.1.1.t15', 'ssj1.1.1.t16', 'ssj1.1.1.t17', 'ssj1.1.1.t18', 'ssj1.1.1.t19', 'ssj1.1.1.t20', 'ssj1.1.1.t21', 'ssj1.1.1.t22', 'ssj1.1.1.t23', 'ssj1.1.1.t24'],
66
+ 'words': ['"', 'Tistega', 'večera', 'sem', 'preveč', 'popil', ',', 'zgodilo', 'se', 'je', 'mesec', 'dni', 'po', 'tem', ',', 'ko', 'sem', 'izvedel', ',', 'da', 'me', 'žena', 'vara', '.'],
67
+ 'lemmas': ['"', 'tisti', 'večer', 'biti', 'preveč', 'popiti', ',', 'zgoditi', 'se', 'biti', 'mesec', 'dan', 'po', 'ta', ',', 'ko', 'biti', 'izvedeti', ',', 'da', 'jaz', 'žena', 'varati', '.'],
68
+ 'msds': ['UPosTag=PUNCT', 'UPosTag=DET|Case=Gen|Gender=Masc|Number=Sing|PronType=Dem', 'UPosTag=NOUN|Case=Gen|Gender=Masc|Number=Sing', 'UPosTag=AUX|Mood=Ind|Number=Sing|Person=1|Polarity=Pos|Tense=Pres|VerbForm=Fin', 'UPosTag=DET|PronType=Ind', 'UPosTag=VERB|Aspect=Perf|Gender=Masc|Number=Sing|VerbForm=Part', 'UPosTag=PUNCT', 'UPosTag=VERB|Aspect=Perf|Gender=Neut|Number=Sing|VerbForm=Part', 'UPosTag=PRON|PronType=Prs|Reflex=Yes|Variant=Short', 'UPosTag=AUX|Mood=Ind|Number=Sing|Person=3|Polarity=Pos|Tense=Pres|VerbForm=Fin', 'UPosTag=NOUN|Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing', 'UPosTag=NOUN|Case=Gen|Gender=Masc|Number=Plur', 'UPosTag=ADP|Case=Loc', 'UPosTag=DET|Case=Loc|Gender=Neut|Number=Sing|PronType=Dem', 'UPosTag=PUNCT', 'UPosTag=SCONJ', 'UPosTag=AUX|Mood=Ind|Number=Sing|Person=1|Polarity=Pos|Tense=Pres|VerbForm=Fin', 'UPosTag=VERB|Aspect=Perf|Gender=Masc|Number=Sing|VerbForm=Part', 'UPosTag=PUNCT', 'UPosTag=SCONJ', 'UPosTag=PRON|Case=Acc|Number=Sing|Person=1|PronType=Prs|Variant=Short', 'UPosTag=NOUN|Case=Nom|Gender=Fem|Number=Sing', 'UPosTag=VERB|Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin', 'UPosTag=PUNCT'],
69
+ 'has_ne_ann': True,
70
+ 'has_ud_dep_ann': True,
71
+ 'has_jos_dep_ann': True,
72
+ 'has_srl_ann': True,
73
+ 'has_mwe_ann': True,
74
+ 'ne_tags': ['O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O'],
75
+ 'ud_dep_head': [5, 2, 5, 5, 5, -1, 7, 5, 7, 7, 7, 10, 13, 10, 17, 17, 17, 13, 22, 22, 22, 22, 17, 5],
76
+ 'ud_dep_rel': ['punct', 'det', 'obl', 'aux', 'advmod', 'root', 'punct', 'parataxis', 'expl', 'aux', 'obl', 'nmod', 'case', 'nmod', 'punct', 'mark', 'aux', 'acl', 'punct', 'mark', 'obj', 'nsubj', 'ccomp', 'punct'],
77
+ 'jos_dep_head': [-1, 2, 5, 5, 5, -1, -1, -1, 7, 7, 7, 10, 13, 10, -1, 17, 17, 13, -1, 22, 22, 22, 17, -1],
78
+ 'jos_dep_rel': ['Root', 'Atr', 'AdvO', 'PPart', 'AdvM', 'Root', 'Root', 'Root', 'PPart', 'PPart', 'AdvO', 'Atr', 'Atr', 'Atr', 'Root', 'Conj', 'PPart', 'Atr', 'Root', 'Conj', 'Obj', 'Sb', 'Obj', 'Root'],
79
+ 'srl_info': [
80
+ {'idx_arg': 2, 'idx_head': 5, 'role': 'TIME'},
81
+ {'idx_arg': 4, 'idx_head': 5, 'role': 'QUANT'},
82
+ {'idx_arg': 10, 'idx_head': 7, 'role': 'TIME'},
83
+ {'idx_arg': 20, 'idx_head': 22, 'role': 'PAT'},
84
+ {'idx_arg': 21, 'idx_head': 22, 'role': 'ACT'},
85
+ {'idx_arg': 22, 'idx_head': 17, 'role': 'RESLT'}
86
+ ],
87
+ 'mwe_info': [
88
+ {'type': 'IRV', 'word_indices': [7, 8]}
89
+ ]
90
+ }
91
+ ```
92
+
93
+ ### Data Fields
94
+
95
+ The following attributes are present in the most general config (`all_data`). Please see below for attributes present in the specific configs.
96
+ - `id_doc`: a string containing the identifier of the document;
97
+ - `idx_par`: an int32 containing the consecutive number of the paragraph, which the current sentence is a part of;
98
+ - `idx_sent`: an int32 containing the consecutive number of the current sentence inside the current paragraph;
99
+ - `id_words`: a list of strings containing the identifiers of words - potentially redundant, helpful for connecting the dataset with external datasets like coref149;
100
+ - `words`: a list of strings containing the words in the current sentence;
101
+ - `lemmas`: a list of strings containing the lemmas in the current sentence;
102
+ - `msds`: a list of strings containing the morphosyntactic description of words in the current sentence;
103
+ - `has_ne_ann`: a bool indicating whether the current example has named entities annotated;
104
+ - `has_ud_dep_ann`: a bool indicating whether the current example has dependencies (in UD style) annotated;
105
+ - `has_jos_dep_ann`: a bool indicating whether the current example has dependencies (in JOS style) annotated;
106
+ - `has_srl_ann`: a bool indicating whether the current example has semantic roles annotated;
107
+ - `has_mwe_ann`: a bool indicating whether the current example has multi-word expressions annotated;
108
+ - `ne_tags`: a list of strings containing the named entity tags encoded using IOB2 - if `has_ne_ann=False` all tokens are annotated with `"N/A"`;
109
+ - `ud_dep_head`: a list of int32 containing the head index for each word (using UD guidelines) - the head index of the root word is `-1`; if `has_ud_dep_ann=False` all tokens are annotated with `-2`;
110
+ - `ud_dep_rel`: a list of strings containing the relation with the head for each word (using UD guidelines) - if `has_ud_dep_ann=False` all tokens are annotated with `"N/A"`;
111
+ - `jos_dep_head`: a list of int32 containing the head index for each word (using JOS guidelines) - the head index of the root word is `-1`; if `has_jos_dep_ann=False` all tokens are annotated with `-2`;
112
+ - `jos_dep_rel`: a list of strings containing the relation with the head for each word (using JOS guidelines) - if `has_jos_dep_ann=False` all tokens are annotated with `"N/A"`;
113
+ - `srl_info`: a list of dicts, each containing index of the argument word, the head (verb) word, and the semantic role - if `has_srl_ann=False` this list is empty;
114
+ - `mwe_info`: a list of dicts, each containing word indices and the type of a multi-word expression;
115
+
116
+ #### Data fields in 'named_entity_recognition'
117
+ ```
118
+ ['id_doc', 'idx_par', 'idx_sent', 'id_words', 'words', 'lemmas', 'msds', 'ne_tags']
119
+ ```
120
+
121
+ #### Data fields in 'dependency_parsing_ud'
122
+ ```
123
+ ['id_doc', 'idx_par', 'idx_sent', 'id_words', 'words', 'lemmas', 'msds', 'ud_dep_head', 'ud_dep_rel']
124
+ ```
125
+
126
+ #### Data fields in 'dependency_parsing_jos'
127
+ ```
128
+ ['id_doc', 'idx_par', 'idx_sent', 'id_words', 'words', 'lemmas', 'msds', 'jos_dep_head', 'jos_dep_rel']
129
+ ```
130
+
131
+ #### Data fields in 'semantic_role_labeling'
132
+ ```
133
+ ['id_doc', 'idx_par', 'idx_sent', 'id_words', 'words', 'lemmas', 'msds', 'srl_info']
134
+ ```
135
+
136
+ #### Data fields in 'multiword_expressions'
137
+ ```
138
+ ['id_doc', 'idx_par', 'idx_sent', 'id_words', 'words', 'lemmas', 'msds', 'mwe_info']
139
+ ```
140
+
141
+ ## Additional Information
142
+
143
+ ### Dataset Curators
144
+
145
+ Simon Krek; et al. (please see http://hdl.handle.net/11356/1434 for the full list)
146
+
147
+ ### Licensing Information
148
+
149
+ CC BY-NC-SA 4.0.
150
+
151
+ ### Citation Information
152
+
153
+ The paper describing the dataset:
154
+ ```
155
+ @InProceedings{krek2020ssj500k,
156
+ title = {The ssj500k Training Corpus for Slovene Language Processing},
157
+ author={Krek, Simon and Erjavec, Tomaž and Dobrovoljc, Kaja and Gantar, Polona and Arhar Holdt, Spela and Čibej, Jaka and Brank, Janez},
158
+ booktitle={Proceedings of the Conference on Language Technologies and Digital Humanities},
159
+ year={2020},
160
+ pages={24-33}
161
+ }
162
+ ```
163
+
164
+ The resource itself:
165
+ ```
166
+ @misc{krek2021clarinssj500k,
167
+ title = {Training corpus ssj500k 2.3},
168
+ author = {Krek, Simon and Dobrovoljc, Kaja and Erjavec, Toma{\v z} and Mo{\v z}e, Sara and Ledinek, Nina and Holz, Nanika and Zupan, Katja and Gantar, Polona and Kuzman, Taja and {\v C}ibej, Jaka and Arhar Holdt, {\v S}pela and Kav{\v c}i{\v c}, Teja and {\v S}krjanec, Iza and Marko, Dafne and Jezer{\v s}ek, Lucija and Zajc, Anja},
169
+ url = {http://hdl.handle.net/11356/1434},
170
+ year = {2021} }
171
+ ```
172
+
173
+ ### Contributions
174
+
175
+ Thanks to [@matejklemen](https://github.com/matejklemen) for adding this dataset.
huggingface_dataset/Dataset_Card/giga_fren.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - found
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ - fr
9
+ license:
10
+ - unknown
11
+ multilinguality:
12
+ - multilingual
13
+ size_categories:
14
+ - 10M<n<100M
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - translation
19
+ task_ids: []
20
+ paperswithcode_id: null
21
+ pretty_name: GigaFren
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: translation
27
+ dtype:
28
+ translation:
29
+ languages:
30
+ - en
31
+ - fr
32
+ config_name: en-fr
33
+ splits:
34
+ - name: train
35
+ num_bytes: 8690296821
36
+ num_examples: 22519904
37
+ download_size: 2701536198
38
+ dataset_size: 8690296821
39
+ ---
40
+
41
+ # Dataset Card for GigaFren
42
+
43
+ ## Table of Contents
44
+ - [Dataset Description](#dataset-description)
45
+ - [Dataset Summary](#dataset-summary)
46
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
47
+ - [Languages](#languages)
48
+ - [Dataset Structure](#dataset-structure)
49
+ - [Data Instances](#data-instances)
50
+ - [Data Fields](#data-fields)
51
+ - [Data Splits](#data-splits)
52
+ - [Dataset Creation](#dataset-creation)
53
+ - [Curation Rationale](#curation-rationale)
54
+ - [Source Data](#source-data)
55
+ - [Annotations](#annotations)
56
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
57
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
58
+ - [Social Impact of Dataset](#social-impact-of-dataset)
59
+ - [Discussion of Biases](#discussion-of-biases)
60
+ - [Other Known Limitations](#other-known-limitations)
61
+ - [Additional Information](#additional-information)
62
+ - [Dataset Curators](#dataset-curators)
63
+ - [Licensing Information](#licensing-information)
64
+ - [Citation Information](#citation-information)
65
+ - [Contributions](#contributions)
66
+
67
+ ## Dataset Description
68
+
69
+ - **Homepage:** http://opus.nlpl.eu/giga-fren.php
70
+ - **Repository:** None
71
+ - **Paper:** http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf
72
+ - **Leaderboard:** [More Information Needed]
73
+ - **Point of Contact:** [More Information Needed]
74
+
75
+ ### Dataset Summary
76
+
77
+ [More Information Needed]
78
+
79
+ ### Supported Tasks and Leaderboards
80
+
81
+ [More Information Needed]
82
+
83
+ ### Languages
84
+
85
+ [More Information Needed]
86
+
87
+ ## Dataset Structure
88
+
89
+ ### Data Instances
90
+
91
+ Here are some examples of questions and facts:
92
+
93
+
94
+ ### Data Fields
95
+
96
+ [More Information Needed]
97
+
98
+ ### Data Splits
99
+
100
+ [More Information Needed]
101
+
102
+ ## Dataset Creation
103
+
104
+ ### Curation Rationale
105
+
106
+ [More Information Needed]
107
+
108
+ ### Source Data
109
+
110
+ [More Information Needed]
111
+
112
+ #### Initial Data Collection and Normalization
113
+
114
+ [More Information Needed]
115
+
116
+ #### Who are the source language producers?
117
+
118
+ [More Information Needed]
119
+
120
+ ### Annotations
121
+
122
+ [More Information Needed]
123
+
124
+ #### Annotation process
125
+
126
+ [More Information Needed]
127
+
128
+ #### Who are the annotators?
129
+
130
+ [More Information Needed]
131
+
132
+ ### Personal and Sensitive Information
133
+
134
+ [More Information Needed]
135
+
136
+ ## Considerations for Using the Data
137
+
138
+ ### Social Impact of Dataset
139
+
140
+ [More Information Needed]
141
+
142
+ ### Discussion of Biases
143
+
144
+ [More Information Needed]
145
+
146
+ ### Other Known Limitations
147
+
148
+ [More Information Needed]
149
+
150
+ ## Additional Information
151
+
152
+ ### Dataset Curators
153
+
154
+ [More Information Needed]
155
+
156
+ ### Licensing Information
157
+
158
+ [More Information Needed]
159
+
160
+ ### Citation Information
161
+
162
+ [More Information Needed]
163
+ ### Contributions
164
+
165
+ Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
huggingface_dataset/Dataset_Card/huggingartists_aaron-watson.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - huggingartists
6
+ - lyrics
7
+ ---
8
+
9
+ # Dataset Card for "huggingartists/aaron-watson"
10
+
11
+ ## Table of Contents
12
+ - [Dataset Description](#dataset-description)
13
+ - [Dataset Summary](#dataset-summary)
14
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
15
+ - [Languages](#languages)
16
+ - [How to use](#how-to-use)
17
+ - [Dataset Structure](#dataset-structure)
18
+ - [Data Fields](#data-fields)
19
+ - [Data Splits](#data-splits)
20
+ - [Dataset Creation](#dataset-creation)
21
+ - [Curation Rationale](#curation-rationale)
22
+ - [Source Data](#source-data)
23
+ - [Annotations](#annotations)
24
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
25
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
26
+ - [Social Impact of Dataset](#social-impact-of-dataset)
27
+ - [Discussion of Biases](#discussion-of-biases)
28
+ - [Other Known Limitations](#other-known-limitations)
29
+ - [Additional Information](#additional-information)
30
+ - [Dataset Curators](#dataset-curators)
31
+ - [Licensing Information](#licensing-information)
32
+ - [Citation Information](#citation-information)
33
+ - [About](#about)
34
+
35
+ ## Dataset Description
36
+
37
+ - **Homepage:** [https://github.com/AlekseyKorshuk/huggingartists](https://github.com/AlekseyKorshuk/huggingartists)
38
+ - **Repository:** [https://github.com/AlekseyKorshuk/huggingartists](https://github.com/AlekseyKorshuk/huggingartists)
39
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
40
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
41
+ - **Size of the generated dataset:** 0.266584 MB
42
+
43
+
44
+ <div class="inline-flex flex-col" style="line-height: 1.5;">
45
+ <div class="flex">
46
+ <div style="display:DISPLAY_1; margin-left: auto; margin-right: auto; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://images.genius.com/894021d09a748eef8c6d63ad898b814b.650x430x1.jpg&#39;)">
47
+ </div>
48
+ </div>
49
+ <a href="https://huggingface.co/huggingartists/aaron-watson">
50
+ <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 HuggingArtists Model 🤖</div>
51
+ </a>
52
+ <div style="text-align: center; font-size: 16px; font-weight: 800">Aaron Watson</div>
53
+ <a href="https://genius.com/artists/aaron-watson">
54
+ <div style="text-align: center; font-size: 14px;">@aaron-watson</div>
55
+ </a>
56
+ </div>
57
+
58
+ ### Dataset Summary
59
+
60
+ The Lyrics dataset parsed from Genius. This dataset is designed to generate lyrics with HuggingArtists.
61
+ Model is available [here](https://huggingface.co/huggingartists/aaron-watson).
62
+
63
+ ### Supported Tasks and Leaderboards
64
+
65
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
66
+
67
+ ### Languages
68
+
69
+ en
70
+
71
+ ## How to use
72
+
73
+ How to load this dataset directly with the datasets library:
74
+
75
+ ```python
76
+ from datasets import load_dataset
77
+
78
+ dataset = load_dataset("huggingartists/aaron-watson")
79
+ ```
80
+
81
+ ## Dataset Structure
82
+
83
+ An example of 'train' looks as follows.
84
+ ```
85
+ This example was too long and was cropped:
86
+
87
+ {
88
+ "text": "Look, I was gonna go easy on you\nNot to hurt your feelings\nBut I'm only going to get this one chance\nSomething's wrong, I can feel it..."
89
+ }
90
+ ```
91
+
92
+ ### Data Fields
93
+
94
+ The data fields are the same among all splits.
95
+
96
+ - `text`: a `string` feature.
97
+
98
+
99
+ ### Data Splits
100
+
101
+ | train |validation|test|
102
+ |------:|---------:|---:|
103
+ |181| -| -|
104
+
105
+ 'Train' can be easily divided into 'train' & 'validation' & 'test' with few lines of code:
106
+
107
+ ```python
108
+ from datasets import load_dataset, Dataset, DatasetDict
109
+ import numpy as np
110
+
111
+ datasets = load_dataset("huggingartists/aaron-watson")
112
+
113
+ train_percentage = 0.9
114
+ validation_percentage = 0.07
115
+ test_percentage = 0.03
116
+
117
+ train, validation, test = np.split(datasets['train']['text'], [int(len(datasets['train']['text'])*train_percentage), int(len(datasets['train']['text'])*(train_percentage + validation_percentage))])
118
+
119
+ datasets = DatasetDict(
120
+ {
121
+ 'train': Dataset.from_dict({'text': list(train)}),
122
+ 'validation': Dataset.from_dict({'text': list(validation)}),
123
+ 'test': Dataset.from_dict({'text': list(test)})
124
+ }
125
+ )
126
+ ```
127
+
128
+ ## Dataset Creation
129
+
130
+ ### Curation Rationale
131
+
132
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
+
134
+ ### Source Data
135
+
136
+ #### Initial Data Collection and Normalization
137
+
138
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
+
140
+ #### Who are the source language producers?
141
+
142
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
+
144
+ ### Annotations
145
+
146
+ #### Annotation process
147
+
148
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
149
+
150
+ #### Who are the annotators?
151
+
152
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
+
154
+ ### Personal and Sensitive Information
155
+
156
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
+
158
+ ## Considerations for Using the Data
159
+
160
+ ### Social Impact of Dataset
161
+
162
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
163
+
164
+ ### Discussion of Biases
165
+
166
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
167
+
168
+ ### Other Known Limitations
169
+
170
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
171
+
172
+ ## Additional Information
173
+
174
+ ### Dataset Curators
175
+
176
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
177
+
178
+ ### Licensing Information
179
+
180
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
181
+
182
+ ### Citation Information
183
+
184
+ ```
185
+ @InProceedings{huggingartists,
186
+ author={Aleksey Korshuk}
187
+ year=2021
188
+ }
189
+ ```
190
+
191
+
192
+ ## About
193
+
194
+ *Built by Aleksey Korshuk*
195
+
196
+ [![Follow](https://img.shields.io/github/followers/AlekseyKorshuk?style=social)](https://github.com/AlekseyKorshuk)
197
+
198
+ [![Follow](https://img.shields.io/twitter/follow/alekseykorshuk?style=social)](https://twitter.com/intent/follow?screen_name=alekseykorshuk)
199
+
200
+ [![Follow](https://img.shields.io/badge/dynamic/json?color=blue&label=Telegram%20Channel&query=%24.result&url=https%3A%2F%2Fapi.telegram.org%2Fbot1929545866%3AAAFGhV-KKnegEcLiyYJxsc4zV6C-bdPEBtQ%2FgetChatMemberCount%3Fchat_id%3D-1001253621662&style=social&logo=telegram)](https://t.me/joinchat/_CQ04KjcJ-4yZTky)
201
+
202
+ For more details, visit the project repository.
203
+
204
+ [![GitHub stars](https://img.shields.io/github/stars/AlekseyKorshuk/huggingartists?style=social)](https://github.com/AlekseyKorshuk/huggingartists)
huggingface_dataset/Dataset_Card/income_cqadupstack-english-top-20-gen-queries.md ADDED
@@ -0,0 +1,510 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators: []
3
+ language_creators: []
4
+ language:
5
+ - en
6
+ license:
7
+ - cc-by-sa-4.0
8
+ multilinguality:
9
+ - monolingual
10
+ paperswithcode_id: beir
11
+ pretty_name: BEIR Benchmark
12
+ size_categories:
13
+ msmarco:
14
+ - 1M<n<10M
15
+ trec-covid:
16
+ - 100k<n<1M
17
+ nfcorpus:
18
+ - 1K<n<10K
19
+ nq:
20
+ - 1M<n<10M
21
+ hotpotqa:
22
+ - 1M<n<10M
23
+ fiqa:
24
+ - 10K<n<100K
25
+ arguana:
26
+ - 1K<n<10K
27
+ touche-2020:
28
+ - 100K<n<1M
29
+ cqadupstack:
30
+ - 100K<n<1M
31
+ quora:
32
+ - 100K<n<1M
33
+ dbpedia:
34
+ - 1M<n<10M
35
+ scidocs:
36
+ - 10K<n<100K
37
+ fever:
38
+ - 1M<n<10M
39
+ climate-fever:
40
+ - 1M<n<10M
41
+ scifact:
42
+ - 1K<n<10K
43
+ source_datasets: []
44
+ task_categories:
45
+ - text-retrieval
46
+ ---
47
+
48
+ # NFCorpus: 20 generated queries (BEIR Benchmark)
49
+
50
+ This HF dataset contains the top-20 synthetic queries generated for each passage in the above BEIR benchmark dataset.
51
+
52
+ - DocT5query model used: [BeIR/query-gen-msmarco-t5-base-v1](https://huggingface.co/BeIR/query-gen-msmarco-t5-base-v1)
53
+ - id (str): unique document id in NFCorpus in the BEIR benchmark (`corpus.jsonl`).
54
+ - Questions generated: 20
55
+ - Code used for generation: [evaluate_anserini_docT5query_parallel.py](https://github.com/beir-cellar/beir/blob/main/examples/retrieval/evaluation/sparse/evaluate_anserini_docT5query_parallel.py)
56
+
57
+
58
+ Below contains the old dataset card for the BEIR benchmark.
59
+
60
+
61
+ # Dataset Card for BEIR Benchmark
62
+
63
+ ## Table of Contents
64
+ - [Dataset Description](#dataset-description)
65
+ - [Dataset Summary](#dataset-summary)
66
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
67
+ - [Languages](#languages)
68
+ - [Dataset Structure](#dataset-structure)
69
+ - [Data Instances](#data-instances)
70
+ - [Data Fields](#data-fields)
71
+ - [Data Splits](#data-splits)
72
+ - [Dataset Creation](#dataset-creation)
73
+ - [Curation Rationale](#curation-rationale)
74
+ - [Source Data](#source-data)
75
+ - [Annotations](#annotations)
76
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
77
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
78
+ - [Social Impact of Dataset](#social-impact-of-dataset)
79
+ - [Discussion of Biases](#discussion-of-biases)
80
+ - [Other Known Limitations](#other-known-limitations)
81
+ - [Additional Information](#additional-information)
82
+ - [Dataset Curators](#dataset-curators)
83
+ - [Licensing Information](#licensing-information)
84
+ - [Citation Information](#citation-information)
85
+ - [Contributions](#contributions)
86
+
87
+ ## Dataset Description
88
+
89
+ - **Homepage:** https://github.com/UKPLab/beir
90
+ - **Repository:** https://github.com/UKPLab/beir
91
+ - **Paper:** https://openreview.net/forum?id=wCu6T5xFjeJ
92
+ - **Leaderboard:** https://docs.google.com/spreadsheets/d/1L8aACyPaXrL8iEelJLGqlMqXKPX2oSP_R10pZoy77Ns
93
+ - **Point of Contact:** nandan.thakur@uwaterloo.ca
94
+
95
+ ### Dataset Summary
96
+
97
+ BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks:
98
+
99
+ - Fact-checking: [FEVER](http://fever.ai), [Climate-FEVER](http://climatefever.ai), [SciFact](https://github.com/allenai/scifact)
100
+ - Question-Answering: [NQ](https://ai.google.com/research/NaturalQuestions), [HotpotQA](https://hotpotqa.github.io), [FiQA-2018](https://sites.google.com/view/fiqa/)
101
+ - Bio-Medical IR: [TREC-COVID](https://ir.nist.gov/covidSubmit/index.html), [BioASQ](http://bioasq.org), [NFCorpus](https://www.cl.uni-heidelberg.de/statnlpgroup/nfcorpus/)
102
+ - News Retrieval: [TREC-NEWS](https://trec.nist.gov/data/news2019.html), [Robust04](https://trec.nist.gov/data/robust/04.guidelines.html)
103
+ - Argument Retrieval: [Touche-2020](https://webis.de/events/touche-20/shared-task-1.html), [ArguAna](tp://argumentation.bplaced.net/arguana/data)
104
+ - Duplicate Question Retrieval: [Quora](https://www.quora.com/q/quoradata/First-Quora-Dataset-Release-Question-Pairs), [CqaDupstack](http://nlp.cis.unimelb.edu.au/resources/cqadupstack/)
105
+ - Citation-Prediction: [SCIDOCS](https://allenai.org/data/scidocs)
106
+ - Tweet Retrieval: [Signal-1M](https://research.signal-ai.com/datasets/signal1m-tweetir.html)
107
+ - Entity Retrieval: [DBPedia](https://github.com/iai-group/DBpedia-Entity/)
108
+
109
+ All these datasets have been preprocessed and can be used for your experiments.
110
+
111
+
112
+ ```python
113
+
114
+ ```
115
+
116
+ ### Supported Tasks and Leaderboards
117
+
118
+ The dataset supports a leaderboard that evaluates models against task-specific metrics such as F1 or EM, as well as their ability to retrieve supporting information from Wikipedia.
119
+
120
+ The current best performing models can be found [here](https://eval.ai/web/challenges/challenge-page/689/leaderboard/).
121
+
122
+ ### Languages
123
+
124
+ All tasks are in English (`en`).
125
+
126
+ ## Dataset Structure
127
+
128
+ All BEIR datasets must contain a corpus, queries and qrels (relevance judgments file). They must be in the following format:
129
+ - `corpus` file: a `.jsonl` file (jsonlines) that contains a list of dictionaries, each with three fields `_id` with unique document identifier, `title` with document title (optional) and `text` with document paragraph or passage. For example: `{"_id": "doc1", "title": "Albert Einstein", "text": "Albert Einstein was a German-born...."}`
130
+ - `queries` file: a `.jsonl` file (jsonlines) that contains a list of dictionaries, each with two fields `_id` with unique query identifier and `text` with query text. For example: `{"_id": "q1", "text": "Who developed the mass-energy equivalence formula?"}`
131
+ - `qrels` file: a `.tsv` file (tab-seperated) that contains three columns, i.e. the `query-id`, `corpus-id` and `score` in this order. Keep 1st row as header. For example: `q1 doc1 1`
132
+
133
+ ### Data Instances
134
+
135
+ A high level example of any beir dataset:
136
+
137
+ ```python
138
+ corpus = {
139
+ "doc1" : {
140
+ "title": "Albert Einstein",
141
+ "text": "Albert Einstein was a German-born theoretical physicist. who developed the theory of relativity, \
142
+ one of the two pillars of modern physics (alongside quantum mechanics). His work is also known for \
143
+ its influence on the philosophy of science. He is best known to the general public for his mass–energy \
144
+ equivalence formula E = mc2, which has been dubbed 'the world's most famous equation'. He received the 1921 \
145
+ Nobel Prize in Physics 'for his services to theoretical physics, and especially for his discovery of the law \
146
+ of the photoelectric effect', a pivotal step in the development of quantum theory."
147
+ },
148
+ "doc2" : {
149
+ "title": "", # Keep title an empty string if not present
150
+ "text": "Wheat beer is a top-fermented beer which is brewed with a large proportion of wheat relative to the amount of \
151
+ malted barley. The two main varieties are German Weißbier and Belgian witbier; other types include Lambic (made\
152
+ with wild yeast), Berliner Weisse (a cloudy, sour beer), and Gose (a sour, salty beer)."
153
+ },
154
+ }
155
+
156
+ queries = {
157
+ "q1" : "Who developed the mass-energy equivalence formula?",
158
+ "q2" : "Which beer is brewed with a large proportion of wheat?"
159
+ }
160
+
161
+ qrels = {
162
+ "q1" : {"doc1": 1},
163
+ "q2" : {"doc2": 1},
164
+ }
165
+ ```
166
+
167
+ ### Data Fields
168
+
169
+ Examples from all configurations have the following features:
170
+
171
+ ### Corpus
172
+ - `corpus`: a `dict` feature representing the document title and passage text, made up of:
173
+ - `_id`: a `string` feature representing the unique document id
174
+ - `title`: a `string` feature, denoting the title of the document.
175
+ - `text`: a `string` feature, denoting the text of the document.
176
+
177
+ ### Queries
178
+ - `queries`: a `dict` feature representing the query, made up of:
179
+ - `_id`: a `string` feature representing the unique query id
180
+ - `text`: a `string` feature, denoting the text of the query.
181
+
182
+ ### Qrels
183
+ - `qrels`: a `dict` feature representing the query document relevance judgements, made up of:
184
+ - `_id`: a `string` feature representing the query id
185
+ - `_id`: a `string` feature, denoting the document id.
186
+ - `score`: a `int32` feature, denoting the relevance judgement between query and document.
187
+
188
+
189
+ ### Data Splits
190
+
191
+ | Dataset | Website| BEIR-Name | Type | Queries | Corpus | Rel D/Q | Down-load | md5 |
192
+ | -------- | -----| ---------| --------- | ----------- | ---------| ---------| :----------: | :------:|
193
+ | MSMARCO | [Homepage](https://microsoft.github.io/msmarco/)| ``msmarco`` | ``train``<br>``dev``<br>``test``| 6,980 | 8.84M | 1.1 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/msmarco.zip) | ``444067daf65d982533ea17ebd59501e4`` |
194
+ | TREC-COVID | [Homepage](https://ir.nist.gov/covidSubmit/index.html)| ``trec-covid``| ``test``| 50| 171K| 493.5 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/trec-covid.zip) | ``ce62140cb23feb9becf6270d0d1fe6d1`` |
195
+ | NFCorpus | [Homepage](https://www.cl.uni-heidelberg.de/statnlpgroup/nfcorpus/) | ``nfcorpus`` | ``train``<br>``dev``<br>``test``| 323 | 3.6K | 38.2 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/nfcorpus.zip) | ``a89dba18a62ef92f7d323ec890a0d38d`` |
196
+ | BioASQ | [Homepage](http://bioasq.org) | ``bioasq``| ``train``<br>``test`` | 500 | 14.91M | 8.05 | No | [How to Reproduce?](https://github.com/UKPLab/beir/blob/main/examples/dataset#2-bioasq) |
197
+ | NQ | [Homepage](https://ai.google.com/research/NaturalQuestions) | ``nq``| ``train``<br>``test``| 3,452 | 2.68M | 1.2 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/nq.zip) | ``d4d3d2e48787a744b6f6e691ff534307`` |
198
+ | HotpotQA | [Homepage](https://hotpotqa.github.io) | ``hotpotqa``| ``train``<br>``dev``<br>``test``| 7,405 | 5.23M | 2.0 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/hotpotqa.zip) | ``f412724f78b0d91183a0e86805e16114`` |
199
+ | FiQA-2018 | [Homepage](https://sites.google.com/view/fiqa/) | ``fiqa`` | ``train``<br>``dev``<br>``test``| 648 | 57K | 2.6 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/fiqa.zip) | ``17918ed23cd04fb15047f73e6c3bd9d9`` |
200
+ | Signal-1M(RT) | [Homepage](https://research.signal-ai.com/datasets/signal1m-tweetir.html)| ``signal1m`` | ``test``| 97 | 2.86M | 19.6 | No | [How to Reproduce?](https://github.com/UKPLab/beir/blob/main/examples/dataset#4-signal-1m) |
201
+ | TREC-NEWS | [Homepage](https://trec.nist.gov/data/news2019.html) | ``trec-news`` | ``test``| 57 | 595K | 19.6 | No | [How to Reproduce?](https://github.com/UKPLab/beir/blob/main/examples/dataset#1-trec-news) |
202
+ | ArguAna | [Homepage](http://argumentation.bplaced.net/arguana/data) | ``arguana``| ``test`` | 1,406 | 8.67K | 1.0 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/arguana.zip) | ``8ad3e3c2a5867cdced806d6503f29b99`` |
203
+ | Touche-2020| [Homepage](https://webis.de/events/touche-20/shared-task-1.html) | ``webis-touche2020``| ``test``| 49 | 382K | 19.0 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/webis-touche2020.zip) | ``46f650ba5a527fc69e0a6521c5a23563`` |
204
+ | CQADupstack| [Homepage](http://nlp.cis.unimelb.edu.au/resources/cqadupstack/) | ``cqadupstack``| ``test``| 13,145 | 457K | 1.4 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/cqadupstack.zip) | ``4e41456d7df8ee7760a7f866133bda78`` |
205
+ | Quora| [Homepage](https://www.quora.com/q/quoradata/First-Quora-Dataset-Release-Question-Pairs) | ``quora``| ``dev``<br>``test``| 10,000 | 523K | 1.6 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/quora.zip) | ``18fb154900ba42a600f84b839c173167`` |
206
+ | DBPedia | [Homepage](https://github.com/iai-group/DBpedia-Entity/) | ``dbpedia-entity``| ``dev``<br>``test``| 400 | 4.63M | 38.2 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/dbpedia-entity.zip) | ``c2a39eb420a3164af735795df012ac2c`` |
207
+ | SCIDOCS| [Homepage](https://allenai.org/data/scidocs) | ``scidocs``| ``test``| 1,000 | 25K | 4.9 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/scidocs.zip) | ``38121350fc3a4d2f48850f6aff52e4a9`` |
208
+ | FEVER | [Homepage](http://fever.ai) | ``fever``| ``train``<br>``dev``<br>``test``| 6,666 | 5.42M | 1.2| [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/fever.zip) | ``5a818580227bfb4b35bb6fa46d9b6c03`` |
209
+ | Climate-FEVER| [Homepage](http://climatefever.ai) | ``climate-fever``|``test``| 1,535 | 5.42M | 3.0 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/climate-fever.zip) | ``8b66f0a9126c521bae2bde127b4dc99d`` |
210
+ | SciFact| [Homepage](https://github.com/allenai/scifact) | ``scifact``| ``train``<br>``test``| 300 | 5K | 1.1 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/scifact.zip) | ``5f7d1de60b170fc8027bb7898e2efca1`` |
211
+ | Robust04 | [Homepage](https://trec.nist.gov/data/robust/04.guidelines.html) | ``robust04``| ``test``| 249 | 528K | 69.9 | No | [How to Reproduce?](https://github.com/UKPLab/beir/blob/main/examples/dataset#3-robust04) |
212
+
213
+
214
+ ## Dataset Creation
215
+
216
+ ### Curation Rationale
217
+
218
+ [Needs More Information]
219
+
220
+ ### Source Data
221
+
222
+ #### Initial Data Collection and Normalization
223
+
224
+ [Needs More Information]
225
+
226
+ #### Who are the source language producers?
227
+
228
+ [Needs More Information]
229
+
230
+ ### Annotations
231
+
232
+ #### Annotation process
233
+
234
+ [Needs More Information]
235
+
236
+ #### Who are the annotators?
237
+
238
+ [Needs More Information]
239
+
240
+ ### Personal and Sensitive Information
241
+
242
+ [Needs More Information]
243
+
244
+ ## Considerations for Using the Data
245
+
246
+ ### Social Impact of Dataset
247
+
248
+ [Needs More Information]
249
+
250
+ ### Discussion of Biases
251
+
252
+ [Needs More Information]
253
+
254
+ ### Other Known Limitations
255
+
256
+ [Needs More Information]
257
+
258
+ ## Additional Information
259
+
260
+ ### Dataset Curators
261
+
262
+ [Needs More Information]
263
+
264
+ ### Licensing Information
265
+
266
+ [Needs More Information]
267
+
268
+ ### Citation Information
269
+
270
+ Cite as:
271
+ ```
272
+ @inproceedings{
273
+ thakur2021beir,
274
+ title={{BEIR}: A Heterogeneous Benchmark for Zero-shot Evaluation of Information Retrieval Models},
275
+ author={Nandan Thakur and Nils Reimers and Andreas R{\"u}ckl{\'e} and Abhishek Srivastava and Iryna Gurevych},
276
+ booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2)},
277
+ year={2021},
278
+ url={https://openreview.net/forum?id=wCu6T5xFjeJ}
279
+ }
280
+ ```
281
+
282
+ ### Contributions
283
+
284
+ Thanks to [@Nthakur20](https://github.com/Nthakur20) for adding this dataset.Top-20 generated queries for every passage in NFCorpus
285
+
286
+
287
+ # Dataset Card for BEIR Benchmark
288
+
289
+ ## Table of Contents
290
+ - [Dataset Description](#dataset-description)
291
+ - [Dataset Summary](#dataset-summary)
292
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
293
+ - [Languages](#languages)
294
+ - [Dataset Structure](#dataset-structure)
295
+ - [Data Instances](#data-instances)
296
+ - [Data Fields](#data-fields)
297
+ - [Data Splits](#data-splits)
298
+ - [Dataset Creation](#dataset-creation)
299
+ - [Curation Rationale](#curation-rationale)
300
+ - [Source Data](#source-data)
301
+ - [Annotations](#annotations)
302
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
303
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
304
+ - [Social Impact of Dataset](#social-impact-of-dataset)
305
+ - [Discussion of Biases](#discussion-of-biases)
306
+ - [Other Known Limitations](#other-known-limitations)
307
+ - [Additional Information](#additional-information)
308
+ - [Dataset Curators](#dataset-curators)
309
+ - [Licensing Information](#licensing-information)
310
+ - [Citation Information](#citation-information)
311
+ - [Contributions](#contributions)
312
+
313
+ ## Dataset Description
314
+
315
+ - **Homepage:** https://github.com/UKPLab/beir
316
+ - **Repository:** https://github.com/UKPLab/beir
317
+ - **Paper:** https://openreview.net/forum?id=wCu6T5xFjeJ
318
+ - **Leaderboard:** https://docs.google.com/spreadsheets/d/1L8aACyPaXrL8iEelJLGqlMqXKPX2oSP_R10pZoy77Ns
319
+ - **Point of Contact:** nandan.thakur@uwaterloo.ca
320
+
321
+ ### Dataset Summary
322
+
323
+ BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks:
324
+
325
+ - Fact-checking: [FEVER](http://fever.ai), [Climate-FEVER](http://climatefever.ai), [SciFact](https://github.com/allenai/scifact)
326
+ - Question-Answering: [NQ](https://ai.google.com/research/NaturalQuestions), [HotpotQA](https://hotpotqa.github.io), [FiQA-2018](https://sites.google.com/view/fiqa/)
327
+ - Bio-Medical IR: [TREC-COVID](https://ir.nist.gov/covidSubmit/index.html), [BioASQ](http://bioasq.org), [NFCorpus](https://www.cl.uni-heidelberg.de/statnlpgroup/nfcorpus/)
328
+ - News Retrieval: [TREC-NEWS](https://trec.nist.gov/data/news2019.html), [Robust04](https://trec.nist.gov/data/robust/04.guidelines.html)
329
+ - Argument Retrieval: [Touche-2020](https://webis.de/events/touche-20/shared-task-1.html), [ArguAna](tp://argumentation.bplaced.net/arguana/data)
330
+ - Duplicate Question Retrieval: [Quora](https://www.quora.com/q/quoradata/First-Quora-Dataset-Release-Question-Pairs), [CqaDupstack](http://nlp.cis.unimelb.edu.au/resources/cqadupstack/)
331
+ - Citation-Prediction: [SCIDOCS](https://allenai.org/data/scidocs)
332
+ - Tweet Retrieval: [Signal-1M](https://research.signal-ai.com/datasets/signal1m-tweetir.html)
333
+ - Entity Retrieval: [DBPedia](https://github.com/iai-group/DBpedia-Entity/)
334
+
335
+ All these datasets have been preprocessed and can be used for your experiments.
336
+
337
+
338
+ ```python
339
+
340
+ ```
341
+
342
+ ### Supported Tasks and Leaderboards
343
+
344
+ The dataset supports a leaderboard that evaluates models against task-specific metrics such as F1 or EM, as well as their ability to retrieve supporting information from Wikipedia.
345
+
346
+ The current best performing models can be found [here](https://eval.ai/web/challenges/challenge-page/689/leaderboard/).
347
+
348
+ ### Languages
349
+
350
+ All tasks are in English (`en`).
351
+
352
+ ## Dataset Structure
353
+
354
+ All BEIR datasets must contain a corpus, queries and qrels (relevance judgments file). They must be in the following format:
355
+ - `corpus` file: a `.jsonl` file (jsonlines) that contains a list of dictionaries, each with three fields `_id` with unique document identifier, `title` with document title (optional) and `text` with document paragraph or passage. For example: `{"_id": "doc1", "title": "Albert Einstein", "text": "Albert Einstein was a German-born...."}`
356
+ - `queries` file: a `.jsonl` file (jsonlines) that contains a list of dictionaries, each with two fields `_id` with unique query identifier and `text` with query text. For example: `{"_id": "q1", "text": "Who developed the mass-energy equivalence formula?"}`
357
+ - `qrels` file: a `.tsv` file (tab-seperated) that contains three columns, i.e. the `query-id`, `corpus-id` and `score` in this order. Keep 1st row as header. For example: `q1 doc1 1`
358
+
359
+ ### Data Instances
360
+
361
+ A high level example of any beir dataset:
362
+
363
+ ```python
364
+ corpus = {
365
+ "doc1" : {
366
+ "title": "Albert Einstein",
367
+ "text": "Albert Einstein was a German-born theoretical physicist. who developed the theory of relativity, \
368
+ one of the two pillars of modern physics (alongside quantum mechanics). His work is also known for \
369
+ its influence on the philosophy of science. He is best known to the general public for his mass–energy \
370
+ equivalence formula E = mc2, which has been dubbed 'the world's most famous equation'. He received the 1921 \
371
+ Nobel Prize in Physics 'for his services to theoretical physics, and especially for his discovery of the law \
372
+ of the photoelectric effect', a pivotal step in the development of quantum theory."
373
+ },
374
+ "doc2" : {
375
+ "title": "", # Keep title an empty string if not present
376
+ "text": "Wheat beer is a top-fermented beer which is brewed with a large proportion of wheat relative to the amount of \
377
+ malted barley. The two main varieties are German Weißbier and Belgian witbier; other types include Lambic (made\
378
+ with wild yeast), Berliner Weisse (a cloudy, sour beer), and Gose (a sour, salty beer)."
379
+ },
380
+ }
381
+
382
+ queries = {
383
+ "q1" : "Who developed the mass-energy equivalence formula?",
384
+ "q2" : "Which beer is brewed with a large proportion of wheat?"
385
+ }
386
+
387
+ qrels = {
388
+ "q1" : {"doc1": 1},
389
+ "q2" : {"doc2": 1},
390
+ }
391
+ ```
392
+
393
+ ### Data Fields
394
+
395
+ Examples from all configurations have the following features:
396
+
397
+ ### Corpus
398
+ - `corpus`: a `dict` feature representing the document title and passage text, made up of:
399
+ - `_id`: a `string` feature representing the unique document id
400
+ - `title`: a `string` feature, denoting the title of the document.
401
+ - `text`: a `string` feature, denoting the text of the document.
402
+
403
+ ### Queries
404
+ - `queries`: a `dict` feature representing the query, made up of:
405
+ - `_id`: a `string` feature representing the unique query id
406
+ - `text`: a `string` feature, denoting the text of the query.
407
+
408
+ ### Qrels
409
+ - `qrels`: a `dict` feature representing the query document relevance judgements, made up of:
410
+ - `_id`: a `string` feature representing the query id
411
+ - `_id`: a `string` feature, denoting the document id.
412
+ - `score`: a `int32` feature, denoting the relevance judgement between query and document.
413
+
414
+
415
+ ### Data Splits
416
+
417
+ | Dataset | Website| BEIR-Name | Type | Queries | Corpus | Rel D/Q | Down-load | md5 |
418
+ | -------- | -----| ---------| --------- | ----------- | ---------| ---------| :----------: | :------:|
419
+ | MSMARCO | [Homepage](https://microsoft.github.io/msmarco/)| ``msmarco`` | ``train``<br>``dev``<br>``test``| 6,980 | 8.84M | 1.1 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/msmarco.zip) | ``444067daf65d982533ea17ebd59501e4`` |
420
+ | TREC-COVID | [Homepage](https://ir.nist.gov/covidSubmit/index.html)| ``trec-covid``| ``test``| 50| 171K| 493.5 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/trec-covid.zip) | ``ce62140cb23feb9becf6270d0d1fe6d1`` |
421
+ | NFCorpus | [Homepage](https://www.cl.uni-heidelberg.de/statnlpgroup/nfcorpus/) | ``nfcorpus`` | ``train``<br>``dev``<br>``test``| 323 | 3.6K | 38.2 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/nfcorpus.zip) | ``a89dba18a62ef92f7d323ec890a0d38d`` |
422
+ | BioASQ | [Homepage](http://bioasq.org) | ``bioasq``| ``train``<br>``test`` | 500 | 14.91M | 8.05 | No | [How to Reproduce?](https://github.com/UKPLab/beir/blob/main/examples/dataset#2-bioasq) |
423
+ | NQ | [Homepage](https://ai.google.com/research/NaturalQuestions) | ``nq``| ``train``<br>``test``| 3,452 | 2.68M | 1.2 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/nq.zip) | ``d4d3d2e48787a744b6f6e691ff534307`` |
424
+ | HotpotQA | [Homepage](https://hotpotqa.github.io) | ``hotpotqa``| ``train``<br>``dev``<br>``test``| 7,405 | 5.23M | 2.0 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/hotpotqa.zip) | ``f412724f78b0d91183a0e86805e16114`` |
425
+ | FiQA-2018 | [Homepage](https://sites.google.com/view/fiqa/) | ``fiqa`` | ``train``<br>``dev``<br>``test``| 648 | 57K | 2.6 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/fiqa.zip) | ``17918ed23cd04fb15047f73e6c3bd9d9`` |
426
+ | Signal-1M(RT) | [Homepage](https://research.signal-ai.com/datasets/signal1m-tweetir.html)| ``signal1m`` | ``test``| 97 | 2.86M | 19.6 | No | [How to Reproduce?](https://github.com/UKPLab/beir/blob/main/examples/dataset#4-signal-1m) |
427
+ | TREC-NEWS | [Homepage](https://trec.nist.gov/data/news2019.html) | ``trec-news`` | ``test``| 57 | 595K | 19.6 | No | [How to Reproduce?](https://github.com/UKPLab/beir/blob/main/examples/dataset#1-trec-news) |
428
+ | ArguAna | [Homepage](http://argumentation.bplaced.net/arguana/data) | ``arguana``| ``test`` | 1,406 | 8.67K | 1.0 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/arguana.zip) | ``8ad3e3c2a5867cdced806d6503f29b99`` |
429
+ | Touche-2020| [Homepage](https://webis.de/events/touche-20/shared-task-1.html) | ``webis-touche2020``| ``test``| 49 | 382K | 19.0 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/webis-touche2020.zip) | ``46f650ba5a527fc69e0a6521c5a23563`` |
430
+ | CQADupstack| [Homepage](http://nlp.cis.unimelb.edu.au/resources/cqadupstack/) | ``cqadupstack``| ``test``| 13,145 | 457K | 1.4 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/cqadupstack.zip) | ``4e41456d7df8ee7760a7f866133bda78`` |
431
+ | Quora| [Homepage](https://www.quora.com/q/quoradata/First-Quora-Dataset-Release-Question-Pairs) | ``quora``| ``dev``<br>``test``| 10,000 | 523K | 1.6 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/quora.zip) | ``18fb154900ba42a600f84b839c173167`` |
432
+ | DBPedia | [Homepage](https://github.com/iai-group/DBpedia-Entity/) | ``dbpedia-entity``| ``dev``<br>``test``| 400 | 4.63M | 38.2 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/dbpedia-entity.zip) | ``c2a39eb420a3164af735795df012ac2c`` |
433
+ | SCIDOCS| [Homepage](https://allenai.org/data/scidocs) | ``scidocs``| ``test``| 1,000 | 25K | 4.9 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/scidocs.zip) | ``38121350fc3a4d2f48850f6aff52e4a9`` |
434
+ | FEVER | [Homepage](http://fever.ai) | ``fever``| ``train``<br>``dev``<br>``test``| 6,666 | 5.42M | 1.2| [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/fever.zip) | ``5a818580227bfb4b35bb6fa46d9b6c03`` |
435
+ | Climate-FEVER| [Homepage](http://climatefever.ai) | ``climate-fever``|``test``| 1,535 | 5.42M | 3.0 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/climate-fever.zip) | ``8b66f0a9126c521bae2bde127b4dc99d`` |
436
+ | SciFact| [Homepage](https://github.com/allenai/scifact) | ``scifact``| ``train``<br>``test``| 300 | 5K | 1.1 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/scifact.zip) | ``5f7d1de60b170fc8027bb7898e2efca1`` |
437
+ | Robust04 | [Homepage](https://trec.nist.gov/data/robust/04.guidelines.html) | ``robust04``| ``test``| 249 | 528K | 69.9 | No | [How to Reproduce?](https://github.com/UKPLab/beir/blob/main/examples/dataset#3-robust04) |
438
+
439
+
440
+ ## Dataset Creation
441
+
442
+ ### Curation Rationale
443
+
444
+ [Needs More Information]
445
+
446
+ ### Source Data
447
+
448
+ #### Initial Data Collection and Normalization
449
+
450
+ [Needs More Information]
451
+
452
+ #### Who are the source language producers?
453
+
454
+ [Needs More Information]
455
+
456
+ ### Annotations
457
+
458
+ #### Annotation process
459
+
460
+ [Needs More Information]
461
+
462
+ #### Who are the annotators?
463
+
464
+ [Needs More Information]
465
+
466
+ ### Personal and Sensitive Information
467
+
468
+ [Needs More Information]
469
+
470
+ ## Considerations for Using the Data
471
+
472
+ ### Social Impact of Dataset
473
+
474
+ [Needs More Information]
475
+
476
+ ### Discussion of Biases
477
+
478
+ [Needs More Information]
479
+
480
+ ### Other Known Limitations
481
+
482
+ [Needs More Information]
483
+
484
+ ## Additional Information
485
+
486
+ ### Dataset Curators
487
+
488
+ [Needs More Information]
489
+
490
+ ### Licensing Information
491
+
492
+ [Needs More Information]
493
+
494
+ ### Citation Information
495
+
496
+ Cite as:
497
+ ```
498
+ @inproceedings{
499
+ thakur2021beir,
500
+ title={{BEIR}: A Heterogeneous Benchmark for Zero-shot Evaluation of Information Retrieval Models},
501
+ author={Nandan Thakur and Nils Reimers and Andreas R{\"u}ckl{\'e} and Abhishek Srivastava and Iryna Gurevych},
502
+ booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2)},
503
+ year={2021},
504
+ url={https://openreview.net/forum?id=wCu6T5xFjeJ}
505
+ }
506
+ ```
507
+
508
+ ### Contributions
509
+
510
+ Thanks to [@Nthakur20](https://github.com/Nthakur20) for adding this dataset.
huggingface_dataset/Dataset_Card/irds_codesearchnet_challenge.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: '`codesearchnet/challenge`'
3
+ viewer: false
4
+ source_datasets: ['irds/codesearchnet']
5
+ task_categories:
6
+ - text-retrieval
7
+ ---
8
+
9
+ # Dataset Card for `codesearchnet/challenge`
10
+
11
+ The `codesearchnet/challenge` dataset, provided by the [ir-datasets](https://ir-datasets.com/) package.
12
+ For more information about the dataset, see the [documentation](https://ir-datasets.com/codesearchnet#codesearchnet/challenge).
13
+
14
+ # Data
15
+
16
+ This dataset provides:
17
+ - `queries` (i.e., topics); count=99
18
+ - `qrels`: (relevance assessments); count=4,006
19
+
20
+ - For `docs`, use [`irds/codesearchnet`](https://huggingface.co/datasets/irds/codesearchnet)
21
+
22
+ ## Usage
23
+
24
+ ```python
25
+ from datasets import load_dataset
26
+
27
+ queries = load_dataset('irds/codesearchnet_challenge', 'queries')
28
+ for record in queries:
29
+ record # {'query_id': ..., 'text': ...}
30
+
31
+ qrels = load_dataset('irds/codesearchnet_challenge', 'qrels')
32
+ for record in qrels:
33
+ record # {'query_id': ..., 'doc_id': ..., 'relevance': ..., 'note': ...}
34
+
35
+ ```
36
+
37
+ Note that calling `load_dataset` will download the dataset (or provide access instructions when it's not public) and make a copy of the
38
+ data in 🤗 Dataset format.
39
+
40
+ ## Citation Information
41
+
42
+ ```
43
+ @article{Husain2019CodeSearchNet,
44
+ title={CodeSearchNet Challenge: Evaluating the State of Semantic Code Search},
45
+ author={Hamel Husain and Ho-Hsiang Wu and Tiferet Gazit and Miltiadis Allamanis and Marc Brockschmidt},
46
+ journal={ArXiv},
47
+ year={2019}
48
+ }
49
+ ```
huggingface_dataset/Dataset_Card/isixhosa_ner_corpus.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - expert-generated
6
+ language:
7
+ - xh
8
+ license:
9
+ - other
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 1K<n<10K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - token-classification
18
+ task_ids:
19
+ - named-entity-recognition
20
+ pretty_name: IsixhosaNerCorpus
21
+ license_details: Creative Commons Attribution 2.5 South Africa License
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: tokens
27
+ sequence: string
28
+ - name: ner_tags
29
+ sequence:
30
+ class_label:
31
+ names:
32
+ '0': OUT
33
+ '1': B-PERS
34
+ '2': I-PERS
35
+ '3': B-ORG
36
+ '4': I-ORG
37
+ '5': B-LOC
38
+ '6': I-LOC
39
+ '7': B-MISC
40
+ '8': I-MISC
41
+ config_name: isixhosa_ner_corpus
42
+ splits:
43
+ - name: train
44
+ num_bytes: 2414995
45
+ num_examples: 6284
46
+ download_size: 14513302
47
+ dataset_size: 2414995
48
+ ---
49
+
50
+ # Dataset Card for [Dataset Name]
51
+
52
+ ## Table of Contents
53
+ - [Dataset Description](#dataset-description)
54
+ - [Dataset Summary](#dataset-summary)
55
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
56
+ - [Languages](#languages)
57
+ - [Dataset Structure](#dataset-structure)
58
+ - [Data Instances](#data-instances)
59
+ - [Data Fields](#data-fields)
60
+ - [Data Splits](#data-splits)
61
+ - [Dataset Creation](#dataset-creation)
62
+ - [Curation Rationale](#curation-rationale)
63
+ - [Source Data](#source-data)
64
+ - [Annotations](#annotations)
65
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
66
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
67
+ - [Social Impact of Dataset](#social-impact-of-dataset)
68
+ - [Discussion of Biases](#discussion-of-biases)
69
+ - [Other Known Limitations](#other-known-limitations)
70
+ - [Additional Information](#additional-information)
71
+ - [Dataset Curators](#dataset-curators)
72
+ - [Licensing Information](#licensing-information)
73
+ - [Citation Information](#citation-information)
74
+ - [Contributions](#contributions)
75
+
76
+ ## Dataset Description
77
+
78
+ - **Homepage:** [IsiXhosa Ner Corpus Homepage](https://repo.sadilar.org/handle/20.500.12185/312)
79
+ - **Repository:**
80
+ - **Paper:**
81
+ - **Leaderboard:**
82
+ - **Point of Contact:** [Martin Puttkammer](mailto:Martin.Puttkammer@nwu.ac.za)
83
+
84
+
85
+ ### Dataset Summary
86
+
87
+ The isiXhosa Ner Corpus is a Xhosa dataset developed by [The Centre for Text Technology (CTexT), North-West University, South Africa](http://humanities.nwu.ac.za/ctext). The data is based on documents from the South African goverment domain and crawled from gov.za websites. It was created to support NER task for Xhosa language. The dataset uses CoNLL shared task annotation standards.
88
+
89
+ ### Supported Tasks and Leaderboards
90
+
91
+ [More Information Needed]
92
+
93
+ ### Languages
94
+
95
+ The language supported is Xhosa.
96
+
97
+ ## Dataset Structure
98
+
99
+ ### Data Instances
100
+
101
+ A data point consists of sentences seperated by empty line and tab-seperated tokens and tags.
102
+ {'id': '0',
103
+ 'ner_tags': [7, 8, 5, 6, 0],
104
+ 'tokens': ['Injongo', 'ye-website', 'yaseMzantsi', 'Afrika', 'kukuvelisa']
105
+ }
106
+
107
+ ### Data Fields
108
+
109
+ - `id`: id of the sample
110
+ - `tokens`: the tokens of the example text
111
+ - `ner_tags`: the NER tags of each token
112
+
113
+ The NER tags correspond to this list:
114
+ ```
115
+ "OUT", "B-PERS", "I-PERS", "B-ORG", "I-ORG", "B-LOC", "I-LOC", "B-MISC", "I-MISC",
116
+ ```
117
+ The NER tags have the same format as in the CoNLL shared task: a B denotes the first item of a phrase and an I any non-initial word. There are four types of phrases: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). (OUT) is used for tokens not considered part of any named entity.
118
+
119
+ ### Data Splits
120
+
121
+ The data was not split.
122
+
123
+ ## Dataset Creation
124
+
125
+ ### Curation Rationale
126
+
127
+ The data was created to help introduce resources to new language - Xhosa.
128
+
129
+ [More Information Needed]
130
+
131
+ ### Source Data
132
+
133
+ #### Initial Data Collection and Normalization
134
+
135
+ The data is based on South African government domain and was crawled from gov.za websites.
136
+
137
+ [More Information Needed]
138
+ #### Who are the source language producers?
139
+
140
+ The data was produced by writers of South African government websites - gov.za
141
+
142
+ [More Information Needed]
143
+ ### Annotations
144
+
145
+ #### Annotation process
146
+
147
+ [More Information Needed]
148
+
149
+ #### Who are the annotators?
150
+
151
+ The data was annotated during the NCHLT text resource development project.
152
+
153
+ [More Information Needed]
154
+
155
+ ### Personal and Sensitive Information
156
+ [More Information Needed]
157
+
158
+ ## Considerations for Using the Data
159
+
160
+ ### Social Impact of Dataset
161
+
162
+ [More Information Needed]
163
+
164
+ ### Discussion of Biases
165
+
166
+ [More Information Needed]
167
+
168
+ ### Other Known Limitations
169
+
170
+ [More Information Needed]
171
+
172
+ ## Additional Information
173
+
174
+ ### Dataset Curators
175
+
176
+ The annotated data sets were developed by the Centre for Text Technology (CTexT, North-West University, South Africa).
177
+
178
+ See: [more information](http://www.nwu.ac.za/ctext)
179
+
180
+ ### Licensing Information
181
+
182
+ The data is under the [Creative Commons Attribution 2.5 South Africa License](http://creativecommons.org/licenses/by/2.5/za/legalcode)
183
+
184
+ ### Citation Information
185
+
186
+ ```
187
+ @inproceedings{isixhosa_ner_corpus,
188
+ author = { K. Podile and
189
+ Roald Eiselen},
190
+ title = {NCHLT isiXhosa Named Entity Annotated Corpus},
191
+ booktitle = {Eiselen, R. 2016. Government domain named entity recognition for South African languages. Proceedings of the 10th Language Resource and Evaluation Conference, Portorož, Slovenia.},
192
+ year = {2016},
193
+ url = {https://repo.sadilar.org/handle/20.500.12185/312},
194
+ }
195
+ ```
196
+
197
+ ### Contributions
198
+
199
+ Thanks to [@yvonnegitau](https://github.com/yvonnegitau) for adding this dataset.
huggingface_dataset/Dataset_Card/malteos_test2.md ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license:
9
+ - apache-2.0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 100K<n<1M
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - conditional-text-generation
18
+ task_ids:
19
+ - summarization
20
+ paperswithcode_id: cnn-daily-mail-1
21
+ pretty_name: CNN / Daily Mail
22
+ ---
23
+
24
+ # Dataset Card for [Dataset Name]
25
+
26
+ ## Table of Contents
27
+ - [Table of Contents](#table-of-contents)
28
+ - [Dataset Description](#dataset-description)
29
+ - [Dataset Summary](#dataset-summary)
30
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
31
+ - [Languages](#languages)
32
+ - [Dataset Structure](#dataset-structure)
33
+ - [Data Instances](#data-instances)
34
+ - [Data Fields](#data-fields)
35
+ - [Data Splits](#data-splits)
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
+ - [Contributions](#contributions)
50
+
51
+ ## Dataset Description
52
+
53
+ - **Homepage:**
54
+ - **Repository:**
55
+ - **Paper:**
56
+ - **Leaderboard:**
57
+ - **Point of Contact:**
58
+
59
+ ### Dataset Summary
60
+
61
+ [More Information Needed]
62
+
63
+ ### Supported Tasks and Leaderboards
64
+
65
+ [More Information Needed]
66
+
67
+ ### Languages
68
+
69
+ [More Information Needed]
70
+
71
+ ## Dataset Structure
72
+
73
+ ### Data Instances
74
+
75
+ [More Information Needed]
76
+
77
+ ### Data Fields
78
+
79
+ [More Information Needed]
80
+
81
+ ### Data Splits
82
+
83
+ [More Information Needed]
84
+
85
+ ## Dataset Creation
86
+
87
+ ### Curation Rationale
88
+
89
+ [More Information Needed]
90
+
91
+ ### Source Data
92
+
93
+ #### Initial Data Collection and Normalization
94
+
95
+ [More Information Needed]
96
+
97
+ #### Who are the source language producers?
98
+
99
+ [More Information Needed]
100
+
101
+ ### Annotations
102
+
103
+ #### Annotation process
104
+
105
+ [More Information Needed]
106
+
107
+ #### Who are the annotators?
108
+
109
+ [More Information Needed]
110
+
111
+ ### Personal and Sensitive Information
112
+
113
+ [More Information Needed]
114
+
115
+ ## Considerations for Using the Data
116
+
117
+ ### Social Impact of Dataset
118
+
119
+ [More Information Needed]
120
+
121
+ ### Discussion of Biases
122
+
123
+ [More Information Needed]
124
+
125
+ ### Other Known Limitations
126
+
127
+ [More Information Needed]
128
+
129
+ ## Additional Information
130
+
131
+ ### Dataset Curators
132
+
133
+ [More Information Needed]
134
+
135
+ ### Licensing Information
136
+
137
+ [More Information Needed]
138
+
139
+ ### Citation Information
140
+
141
+ [More Information Needed]
142
+
143
+ ### Contributions
144
+
145
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
huggingface_dataset/Dataset_Card/proxima_SD_1-5_reg_images.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ ---
4
+ 1k images for the class "artstyle" that were made with & for the [JoePenna Dreambooth repo](https://github.com/JoePenna/Dreambooth-Stable-Diffusion) with Stable Diffusion 1.5
5
+
6
+ ```
7
+ seed: 10
8
+ ddim_eta: 0.0
9
+ scale: 10.0
10
+ ddim_steps: 50
11
+ ```
huggingface_dataset/Dataset_Card/sc2qa_sc2qa_commoncrawl.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ For details, please refer to the following links.
2
+
3
+ Github repo: https://github.com/amazon-research/SC2QA-DRIL
4
+
5
+ Paper: [Generating Self-Contained and Summary-Centric Question Answer Pairs via Differentiable Reward Imitation Learning](https://arxiv.org/pdf/2109.04689.pdf)
huggingface_dataset/Dataset_Card/sem_eval_2020_task_11.md ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - n<1K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - text-classification
18
+ - token-classification
19
+ task_ids: []
20
+ pretty_name: SemEval-2020 Task 11
21
+ tags:
22
+ - propaganda-span-identification
23
+ - propaganda-technique-classification
24
+ dataset_info:
25
+ features:
26
+ - name: article_id
27
+ dtype: string
28
+ - name: text
29
+ dtype: string
30
+ - name: span_identification
31
+ sequence:
32
+ - name: start_char_offset
33
+ dtype: int64
34
+ - name: end_char_offset
35
+ dtype: int64
36
+ - name: technique_classification
37
+ sequence:
38
+ - name: start_char_offset
39
+ dtype: int64
40
+ - name: end_char_offset
41
+ dtype: int64
42
+ - name: technique
43
+ dtype:
44
+ class_label:
45
+ names:
46
+ '0': Appeal_to_Authority
47
+ '1': Appeal_to_fear-prejudice
48
+ '2': Bandwagon,Reductio_ad_hitlerum
49
+ '3': Black-and-White_Fallacy
50
+ '4': Causal_Oversimplification
51
+ '5': Doubt
52
+ '6': Exaggeration,Minimisation
53
+ '7': Flag-Waving
54
+ '8': Loaded_Language
55
+ '9': Name_Calling,Labeling
56
+ '10': Repetition
57
+ '11': Slogans
58
+ '12': Thought-terminating_Cliches
59
+ '13': Whataboutism,Straw_Men,Red_Herring
60
+ splits:
61
+ - name: train
62
+ num_bytes: 2358613
63
+ num_examples: 371
64
+ - name: test
65
+ num_bytes: 454100
66
+ num_examples: 90
67
+ - name: validation
68
+ num_bytes: 396410
69
+ num_examples: 75
70
+ download_size: 0
71
+ dataset_size: 3209123
72
+ ---
73
+
74
+ # Dataset Card for SemEval-2020 Task 11
75
+
76
+ ## Table of Contents
77
+ - [Dataset Description](#dataset-description)
78
+ - [Dataset Summary](#dataset-summary)
79
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
80
+ - [Languages](#languages)
81
+ - [Dataset Structure](#dataset-structure)
82
+ - [Data Instances](#data-instances)
83
+ - [Data Fields](#data-fields)
84
+ - [Data Splits](#data-splits)
85
+ - [Dataset Creation](#dataset-creation)
86
+ - [Curation Rationale](#curation-rationale)
87
+ - [Source Data](#source-data)
88
+ - [Annotations](#annotations)
89
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
90
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
91
+ - [Social Impact of Dataset](#social-impact-of-dataset)
92
+ - [Discussion of Biases](#discussion-of-biases)
93
+ - [Other Known Limitations](#other-known-limitations)
94
+ - [Additional Information](#additional-information)
95
+ - [Dataset Curators](#dataset-curators)
96
+ - [Licensing Information](#licensing-information)
97
+ - [Citation Information](#citation-information)
98
+ - [Contributions](#contributions)
99
+
100
+ ## Dataset Description
101
+
102
+ - **Homepage:** [PTC TASKS ON "DETECTION OF PROPAGANDA TECHNIQUES IN NEWS ARTICLES"](https://propaganda.qcri.org/ptc/index.html)
103
+ - **Paper:** [SemEval-2020 Task 11: Detection of Propaganda Techniques in News Articles](https://arxiv.org/abs/2009.02696)
104
+ - **Leaderboard:** [PTC Tasks Leaderboard](https://propaganda.qcri.org/ptc/leaderboard.php)
105
+ - **Point of Contact:** [Task organizers contact](semeval-2020-task-11-organizers@googlegroups.com)
106
+
107
+ ### Dataset Summary
108
+
109
+ Propagandistic news articles use specific techniques to convey their message, such as whataboutism, red Herring, and name calling, among many others. The Propaganda Techniques Corpus (PTC) allows to study automatic algorithms to detect them. We provide a permanent leaderboard to allow researchers both to advertise their progress and to be up-to-speed with the state of the art on the tasks offered (see below for a definition).
110
+
111
+ ### Supported Tasks and Leaderboards
112
+
113
+
114
+ More information on scoring methodology can be found in [propaganda tasks evaluation document](https://propaganda.qcri.org/ptc/data/propaganda_tasks_evaluation.pdf)
115
+
116
+ ### Languages
117
+
118
+ This dataset consists of English news articles
119
+
120
+ ## Dataset Structure
121
+
122
+ ### Data Instances
123
+
124
+ Each example is structured as follows:
125
+
126
+ ```
127
+ {
128
+ "span_identification": {
129
+ "end_char_offset": [720, 6322, ...],
130
+ "start_char_offset": [683, 6314, ...]
131
+ },
132
+ "technique_classification": {
133
+ "end_char_offset": [720,6322, ...],
134
+ "start_char_offset": [683,6314, ...],
135
+ "technique": [7,8, ...]
136
+ },
137
+ "text": "Newt Gingrich: The truth about Trump, Putin, and Obama\n\nPresident Trump..."
138
+ }
139
+
140
+ ```
141
+
142
+ ### Data Fields
143
+
144
+ - `text`: The full text of the news article.
145
+ - `span_identification`: a dictionary feature containing:
146
+ - `start_char_offset`: The start character offset of the span for the SI task
147
+ - `end_char_offset`: The end character offset of the span for the SI task
148
+ - `technique_classification`: a dictionary feature containing:
149
+ - `start_char_offset`: The start character offset of the span for the TC task
150
+ - `end_char_offset`: The start character offset of the span for the TC task
151
+ - `technique`: the propaganda technique classification label, with possible values including `Appeal_to_Authority`, `Appeal_to_fear-prejudice`, `Bandwagon,Reductio_ad_hitlerum`, `Black-and-White_Fallacy`, `Causal_Oversimplification`.
152
+
153
+ ### Data Splits
154
+
155
+ | | Train | Valid | Test |
156
+ | ----- | ------ | ----- | ---- |
157
+ | Input Sentences | 371 | 75 | 90 |
158
+ | Total Annotations SI | 5468 | 940 | 0 |
159
+ | Total Annotations TC | 6128 | 1063 | 0 |
160
+
161
+ ## Dataset Creation
162
+
163
+ ### Curation Rationale
164
+
165
+ [More Information Needed]
166
+
167
+ ### Source Data
168
+
169
+ #### Initial Data Collection and Normalization
170
+
171
+ In order to build the PTC-SemEval20 corpus, we retrieved a sample of news articles from the period
172
+ starting in mid-2017 and ending in early 2019. We selected 13 propaganda and 36 non-propaganda news
173
+ media outlets, as labeled by Media Bias/Fact Check,3
174
+ and we retrieved articles from these sources. We
175
+ deduplicated the articles on the basis of word n-grams matching (Barron-Cede ´ no and Rosso, 2009) and ˜
176
+ we discarded faulty entries (e.g., empty entries from blocking websites).
177
+
178
+ #### Who are the source language producers?
179
+
180
+ [More Information Needed]
181
+
182
+ ### Annotations
183
+
184
+ #### Annotation process
185
+
186
+ The annotation job consisted of both spotting a propaganda snippet and, at the same time, labeling
187
+ it with a specific propaganda technique. The annotation guidelines are shown in the appendix; they
188
+ are also available online.4 We ran the annotation in two phases: (i) two annotators label an article
189
+ independently and (ii) the same two annotators gather together with a consolidator to discuss dubious
190
+ instances (e.g., spotted only by one annotator, boundary discrepancies, label mismatch, etc.). This protocol
191
+ was designed after a pilot annotation stage, in which a relatively large number of snippets had been spotted
192
+ by one annotator only. The annotation team consisted of six professional annotators from A Data Pro trained to spot and label the propaganda snippets from free text. The job was carried out on an instance of
193
+ the Anafora annotation platform (Chen and Styler, 2013), which we tailored for our propaganda annotation
194
+ task.
195
+ We evaluated the annotation process in terms of γ agreement (Mathet et al., 2015) between each of
196
+ the annotators and the final gold labels. The γ agreement on the annotated articles is on average 0.6;
197
+ see (Da San Martino et al., 2019b) for a more detailed discussion of inter-annotator agreement. The
198
+ training and the development part of the PTC-SemEval20 corpus are the same as the training and the
199
+ testing datasets described in (Da San Martino et al., 2019b). The test part of the PTC-SemEval20 corpus
200
+ consists of 90 additional articles selected from the same sources as for training and development. For
201
+ the test articles, we further extended the annotation process by adding one extra consolidation step: we
202
+ revisited all the articles in that partition and we performed the necessary adjustments to the spans and to
203
+ the labels as necessary, after a thorough discussion and convergence among at least three experts who
204
+ were not involved in the initial annotations.
205
+
206
+ #### Who are the annotators?
207
+
208
+ [More Information Needed]
209
+
210
+ ### Personal and Sensitive Information
211
+
212
+ [More Information Needed]
213
+
214
+ ## Considerations for Using the Data
215
+
216
+ ### Social Impact of Dataset
217
+
218
+ [More Information Needed]
219
+
220
+ ### Discussion of Biases
221
+
222
+ [More Information Needed]
223
+ ### Other Known Limitations
224
+
225
+ [More Information Needed]
226
+
227
+ ## Additional Information
228
+
229
+ ### Dataset Curators
230
+
231
+ [More Information Needed]
232
+
233
+ ### Licensing Information
234
+
235
+ [More Information Needed]
236
+
237
+ ### Citation Information
238
+
239
+ ```
240
+ @misc{martino2020semeval2020,
241
+ title={SemEval-2020 Task 11: Detection of Propaganda Techniques in News Articles},
242
+ author={G. Da San Martino and A. Barrón-Cedeño and H. Wachsmuth and R. Petrov and P. Nakov},
243
+ year={2020},
244
+ eprint={2009.02696},
245
+ archivePrefix={arXiv},
246
+ primaryClass={cs.CL}
247
+ }
248
+ ```
249
+
250
+ ### Contributions
251
+
252
+ Thanks to [@ZacharySBrown](https://github.com/ZacharySBrown) for adding this dataset.
huggingface_dataset/Dataset_Card/theblackcat102_joke_explaination.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ - text2text-generation
6
+ language:
7
+ - en
8
+ tags:
9
+ - joke
10
+ - high quality
11
+ size_categories:
12
+ - n<1K
13
+ ---
14
+
15
+ # Dataset Card for Dataset Name
16
+
17
+ ## Dataset Description
18
+
19
+ - **Homepage:** : https://explainthejoke.com/
20
+
21
+ ### Dataset Summary
22
+
23
+ Corpus for testing whether your LLM can explain the joke well. But this is a rather small dataset, if someone can point to a larger ones would be very nice.
24
+
25
+
26
+ ### Languages
27
+
28
+ English
29
+
30
+ ## Dataset Structure
31
+
32
+ ### Data Fields
33
+
34
+ * url : link to the explaination
35
+
36
+ * joke : the original joke
37
+
38
+ * explaination : the explaination of the joke
39
+
40
+ ### Data Splits
41
+
42
+ Since its so small, there's no splits just like gsm8k
huggingface_dataset/Dataset_Card/udayl_rocks.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ Rocks dataset with 7 classes: [Coal, Limestone, Marble, Sandstone, Quartzite, Basalt, Granite]
huggingface_dataset/Dataset_Card/z-uo_squad-it.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - it
4
+ multilinguality:
5
+ - monolingual
6
+ size_categories:
7
+ - 8k<n<10k
8
+ task_categories:
9
+ - question-answering
10
+ task_ids:
11
+ - extractive-qa
12
+ ---
13
+
14
+ # Squad-it
15
+ This dataset is an adapted version of that [squad-it](https://github.com/crux82/squad-it) to train on HuggingFace models.
16
+
17
+ It contains:
18
+ - train samples: 87599
19
+ - test samples : 10570
20
+
21
+ This dataset is for question answering and his format is the following:
22
+ ```
23
+ [
24
+ {
25
+ "answers": [
26
+ {
27
+ "answer_start": [1],
28
+ "text": ["Questo è un testo"]
29
+ },
30
+ ],
31
+ "context": "Questo è un testo relativo al contesto.",
32
+ "id": "1",
33
+ "question": "Questo è un testo?",
34
+ "title": "train test"
35
+ }
36
+ ]
37
+ ```
38
+
39
+ It can be used to train many models like T5, Bert, Distilbert...