lhoestq HF staff commited on
Commit
5f12f57
1 Parent(s): 6c819f2

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +483 -0
README.md CHANGED
@@ -28,6 +28,489 @@ task_ids:
28
  - word-sense-disambiguation
29
  tags:
30
  - semantic-role-labeling
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
 
33
  # Dataset Card for CoNLL2012 shared task data based on OntoNotes 5.0
 
28
  - word-sense-disambiguation
29
  tags:
30
  - semantic-role-labeling
31
+ dataset_info:
32
+ - config_name: english_v4
33
+ features:
34
+ - name: document_id
35
+ dtype: string
36
+ - name: sentences
37
+ list:
38
+ - name: part_id
39
+ dtype: int32
40
+ - name: words
41
+ sequence: string
42
+ - name: pos_tags
43
+ sequence:
44
+ class_label:
45
+ names:
46
+ 0: XX
47
+ 1: '``'
48
+ 2: $
49
+ 3: ''''''
50
+ 4: ','
51
+ 5: -LRB-
52
+ 6: -RRB-
53
+ 7: .
54
+ 8: ':'
55
+ 9: ADD
56
+ 10: AFX
57
+ 11: CC
58
+ 12: CD
59
+ 13: DT
60
+ 14: EX
61
+ 15: FW
62
+ 16: HYPH
63
+ 17: IN
64
+ 18: JJ
65
+ 19: JJR
66
+ 20: JJS
67
+ 21: LS
68
+ 22: MD
69
+ 23: NFP
70
+ 24: NN
71
+ 25: NNP
72
+ 26: NNPS
73
+ 27: NNS
74
+ 28: PDT
75
+ 29: POS
76
+ 30: PRP
77
+ 31: PRP$
78
+ 32: RB
79
+ 33: RBR
80
+ 34: RBS
81
+ 35: RP
82
+ 36: SYM
83
+ 37: TO
84
+ 38: UH
85
+ 39: VB
86
+ 40: VBD
87
+ 41: VBG
88
+ 42: VBN
89
+ 43: VBP
90
+ 44: VBZ
91
+ 45: WDT
92
+ 46: WP
93
+ 47: WP$
94
+ 48: WRB
95
+ - name: parse_tree
96
+ dtype: string
97
+ - name: predicate_lemmas
98
+ sequence: string
99
+ - name: predicate_framenet_ids
100
+ sequence: string
101
+ - name: word_senses
102
+ sequence: float32
103
+ - name: speaker
104
+ dtype: string
105
+ - name: named_entities
106
+ sequence:
107
+ class_label:
108
+ names:
109
+ 0: O
110
+ 1: B-PERSON
111
+ 2: I-PERSON
112
+ 3: B-NORP
113
+ 4: I-NORP
114
+ 5: B-FAC
115
+ 6: I-FAC
116
+ 7: B-ORG
117
+ 8: I-ORG
118
+ 9: B-GPE
119
+ 10: I-GPE
120
+ 11: B-LOC
121
+ 12: I-LOC
122
+ 13: B-PRODUCT
123
+ 14: I-PRODUCT
124
+ 15: B-DATE
125
+ 16: I-DATE
126
+ 17: B-TIME
127
+ 18: I-TIME
128
+ 19: B-PERCENT
129
+ 20: I-PERCENT
130
+ 21: B-MONEY
131
+ 22: I-MONEY
132
+ 23: B-QUANTITY
133
+ 24: I-QUANTITY
134
+ 25: B-ORDINAL
135
+ 26: I-ORDINAL
136
+ 27: B-CARDINAL
137
+ 28: I-CARDINAL
138
+ 29: B-EVENT
139
+ 30: I-EVENT
140
+ 31: B-WORK_OF_ART
141
+ 32: I-WORK_OF_ART
142
+ 33: B-LAW
143
+ 34: I-LAW
144
+ 35: B-LANGUAGE
145
+ 36: I-LANGUAGE
146
+ - name: srl_frames
147
+ list:
148
+ - name: verb
149
+ dtype: string
150
+ - name: frames
151
+ sequence: string
152
+ - name: coref_spans
153
+ sequence:
154
+ sequence: int32
155
+ length: 3
156
+ splits:
157
+ - name: test
158
+ num_bytes: 14709044
159
+ num_examples: 222
160
+ - name: train
161
+ num_bytes: 112246121
162
+ num_examples: 1940
163
+ - name: validation
164
+ num_bytes: 14116925
165
+ num_examples: 222
166
+ download_size: 193644139
167
+ dataset_size: 141072090
168
+ - config_name: chinese_v4
169
+ features:
170
+ - name: document_id
171
+ dtype: string
172
+ - name: sentences
173
+ list:
174
+ - name: part_id
175
+ dtype: int32
176
+ - name: words
177
+ sequence: string
178
+ - name: pos_tags
179
+ sequence:
180
+ class_label:
181
+ names:
182
+ 0: X
183
+ 1: AD
184
+ 2: AS
185
+ 3: BA
186
+ 4: CC
187
+ 5: CD
188
+ 6: CS
189
+ 7: DEC
190
+ 8: DEG
191
+ 9: DER
192
+ 10: DEV
193
+ 11: DT
194
+ 12: ETC
195
+ 13: FW
196
+ 14: IJ
197
+ 15: INF
198
+ 16: JJ
199
+ 17: LB
200
+ 18: LC
201
+ 19: M
202
+ 20: MSP
203
+ 21: NN
204
+ 22: NR
205
+ 23: NT
206
+ 24: OD
207
+ 25: 'ON'
208
+ 26: P
209
+ 27: PN
210
+ 28: PU
211
+ 29: SB
212
+ 30: SP
213
+ 31: URL
214
+ 32: VA
215
+ 33: VC
216
+ 34: VE
217
+ 35: VV
218
+ - name: parse_tree
219
+ dtype: string
220
+ - name: predicate_lemmas
221
+ sequence: string
222
+ - name: predicate_framenet_ids
223
+ sequence: string
224
+ - name: word_senses
225
+ sequence: float32
226
+ - name: speaker
227
+ dtype: string
228
+ - name: named_entities
229
+ sequence:
230
+ class_label:
231
+ names:
232
+ 0: O
233
+ 1: B-PERSON
234
+ 2: I-PERSON
235
+ 3: B-NORP
236
+ 4: I-NORP
237
+ 5: B-FAC
238
+ 6: I-FAC
239
+ 7: B-ORG
240
+ 8: I-ORG
241
+ 9: B-GPE
242
+ 10: I-GPE
243
+ 11: B-LOC
244
+ 12: I-LOC
245
+ 13: B-PRODUCT
246
+ 14: I-PRODUCT
247
+ 15: B-DATE
248
+ 16: I-DATE
249
+ 17: B-TIME
250
+ 18: I-TIME
251
+ 19: B-PERCENT
252
+ 20: I-PERCENT
253
+ 21: B-MONEY
254
+ 22: I-MONEY
255
+ 23: B-QUANTITY
256
+ 24: I-QUANTITY
257
+ 25: B-ORDINAL
258
+ 26: I-ORDINAL
259
+ 27: B-CARDINAL
260
+ 28: I-CARDINAL
261
+ 29: B-EVENT
262
+ 30: I-EVENT
263
+ 31: B-WORK_OF_ART
264
+ 32: I-WORK_OF_ART
265
+ 33: B-LAW
266
+ 34: I-LAW
267
+ 35: B-LANGUAGE
268
+ 36: I-LANGUAGE
269
+ - name: srl_frames
270
+ list:
271
+ - name: verb
272
+ dtype: string
273
+ - name: frames
274
+ sequence: string
275
+ - name: coref_spans
276
+ sequence:
277
+ sequence: int32
278
+ length: 3
279
+ splits:
280
+ - name: test
281
+ num_bytes: 9585138
282
+ num_examples: 166
283
+ - name: train
284
+ num_bytes: 77195698
285
+ num_examples: 1391
286
+ - name: validation
287
+ num_bytes: 10828169
288
+ num_examples: 172
289
+ download_size: 193644139
290
+ dataset_size: 97609005
291
+ - config_name: arabic_v4
292
+ features:
293
+ - name: document_id
294
+ dtype: string
295
+ - name: sentences
296
+ list:
297
+ - name: part_id
298
+ dtype: int32
299
+ - name: words
300
+ sequence: string
301
+ - name: pos_tags
302
+ sequence: string
303
+ - name: parse_tree
304
+ dtype: string
305
+ - name: predicate_lemmas
306
+ sequence: string
307
+ - name: predicate_framenet_ids
308
+ sequence: string
309
+ - name: word_senses
310
+ sequence: float32
311
+ - name: speaker
312
+ dtype: string
313
+ - name: named_entities
314
+ sequence:
315
+ class_label:
316
+ names:
317
+ 0: O
318
+ 1: B-PERSON
319
+ 2: I-PERSON
320
+ 3: B-NORP
321
+ 4: I-NORP
322
+ 5: B-FAC
323
+ 6: I-FAC
324
+ 7: B-ORG
325
+ 8: I-ORG
326
+ 9: B-GPE
327
+ 10: I-GPE
328
+ 11: B-LOC
329
+ 12: I-LOC
330
+ 13: B-PRODUCT
331
+ 14: I-PRODUCT
332
+ 15: B-DATE
333
+ 16: I-DATE
334
+ 17: B-TIME
335
+ 18: I-TIME
336
+ 19: B-PERCENT
337
+ 20: I-PERCENT
338
+ 21: B-MONEY
339
+ 22: I-MONEY
340
+ 23: B-QUANTITY
341
+ 24: I-QUANTITY
342
+ 25: B-ORDINAL
343
+ 26: I-ORDINAL
344
+ 27: B-CARDINAL
345
+ 28: I-CARDINAL
346
+ 29: B-EVENT
347
+ 30: I-EVENT
348
+ 31: B-WORK_OF_ART
349
+ 32: I-WORK_OF_ART
350
+ 33: B-LAW
351
+ 34: I-LAW
352
+ 35: B-LANGUAGE
353
+ 36: I-LANGUAGE
354
+ - name: srl_frames
355
+ list:
356
+ - name: verb
357
+ dtype: string
358
+ - name: frames
359
+ sequence: string
360
+ - name: coref_spans
361
+ sequence:
362
+ sequence: int32
363
+ length: 3
364
+ splits:
365
+ - name: test
366
+ num_bytes: 4900664
367
+ num_examples: 44
368
+ - name: train
369
+ num_bytes: 42017761
370
+ num_examples: 359
371
+ - name: validation
372
+ num_bytes: 4859292
373
+ num_examples: 44
374
+ download_size: 193644139
375
+ dataset_size: 51777717
376
+ - config_name: english_v12
377
+ features:
378
+ - name: document_id
379
+ dtype: string
380
+ - name: sentences
381
+ list:
382
+ - name: part_id
383
+ dtype: int32
384
+ - name: words
385
+ sequence: string
386
+ - name: pos_tags
387
+ sequence:
388
+ class_label:
389
+ names:
390
+ 0: XX
391
+ 1: '``'
392
+ 2: $
393
+ 3: ''''''
394
+ 4: '*'
395
+ 5: ','
396
+ 6: -LRB-
397
+ 7: -RRB-
398
+ 8: .
399
+ 9: ':'
400
+ 10: ADD
401
+ 11: AFX
402
+ 12: CC
403
+ 13: CD
404
+ 14: DT
405
+ 15: EX
406
+ 16: FW
407
+ 17: HYPH
408
+ 18: IN
409
+ 19: JJ
410
+ 20: JJR
411
+ 21: JJS
412
+ 22: LS
413
+ 23: MD
414
+ 24: NFP
415
+ 25: NN
416
+ 26: NNP
417
+ 27: NNPS
418
+ 28: NNS
419
+ 29: PDT
420
+ 30: POS
421
+ 31: PRP
422
+ 32: PRP$
423
+ 33: RB
424
+ 34: RBR
425
+ 35: RBS
426
+ 36: RP
427
+ 37: SYM
428
+ 38: TO
429
+ 39: UH
430
+ 40: VB
431
+ 41: VBD
432
+ 42: VBG
433
+ 43: VBN
434
+ 44: VBP
435
+ 45: VBZ
436
+ 46: VERB
437
+ 47: WDT
438
+ 48: WP
439
+ 49: WP$
440
+ 50: WRB
441
+ - name: parse_tree
442
+ dtype: string
443
+ - name: predicate_lemmas
444
+ sequence: string
445
+ - name: predicate_framenet_ids
446
+ sequence: string
447
+ - name: word_senses
448
+ sequence: float32
449
+ - name: speaker
450
+ dtype: string
451
+ - name: named_entities
452
+ sequence:
453
+ class_label:
454
+ names:
455
+ 0: O
456
+ 1: B-PERSON
457
+ 2: I-PERSON
458
+ 3: B-NORP
459
+ 4: I-NORP
460
+ 5: B-FAC
461
+ 6: I-FAC
462
+ 7: B-ORG
463
+ 8: I-ORG
464
+ 9: B-GPE
465
+ 10: I-GPE
466
+ 11: B-LOC
467
+ 12: I-LOC
468
+ 13: B-PRODUCT
469
+ 14: I-PRODUCT
470
+ 15: B-DATE
471
+ 16: I-DATE
472
+ 17: B-TIME
473
+ 18: I-TIME
474
+ 19: B-PERCENT
475
+ 20: I-PERCENT
476
+ 21: B-MONEY
477
+ 22: I-MONEY
478
+ 23: B-QUANTITY
479
+ 24: I-QUANTITY
480
+ 25: B-ORDINAL
481
+ 26: I-ORDINAL
482
+ 27: B-CARDINAL
483
+ 28: I-CARDINAL
484
+ 29: B-EVENT
485
+ 30: I-EVENT
486
+ 31: B-WORK_OF_ART
487
+ 32: I-WORK_OF_ART
488
+ 33: B-LAW
489
+ 34: I-LAW
490
+ 35: B-LANGUAGE
491
+ 36: I-LANGUAGE
492
+ - name: srl_frames
493
+ list:
494
+ - name: verb
495
+ dtype: string
496
+ - name: frames
497
+ sequence: string
498
+ - name: coref_spans
499
+ sequence:
500
+ sequence: int32
501
+ length: 3
502
+ splits:
503
+ - name: test
504
+ num_bytes: 18254144
505
+ num_examples: 1200
506
+ - name: train
507
+ num_bytes: 174173192
508
+ num_examples: 10539
509
+ - name: validation
510
+ num_bytes: 24264804
511
+ num_examples: 1370
512
+ download_size: 193644139
513
+ dataset_size: 216692140
514
  ---
515
 
516
  # Dataset Card for CoNLL2012 shared task data based on OntoNotes 5.0