Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Dutch
ArXiv:
Tags:
lam
Libraries:
Datasets
pandas
License:
File size: 2,749 Bytes
742d093
 
ace4c13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
742d093
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
license: cc-by-4.0
dataset_info:
  features:
  - name: tokens
    sequence: string
  - name: NE-MAIN
    sequence:
      class_label:
        names:
          '0': B-Organization
          '1': B-Organization,B-Place
          '2': B-Organization,I-Person
          '3': B-Organization,I-Place
          '4': B-Person
          '5': B-Person,B-Place
          '6': B-Person,I-Place
          '7': B-Place
          '8': I-Organization
          '9': I-Organization,B-Place
          '10': I-Organization,I-Person
          '11': I-Organization,I-Person,B-Place
          '12': I-Organization,I-Person,I-Place
          '13': I-Organization,I-Place
          '14': I-Person
          '15': I-Person,B-Place
          '16': I-Person,I-Place
          '17': I-Place
          '18': O
  - name: NE-PER-NAME
    sequence:
      class_label:
        names:
          '0': I-ProperName
          '1': O
          '2': B-ProperName
          '3': ''
  - name: NE-PER-GENDER
    sequence:
      class_label:
        names:
          '0': B-Group
          '1': B-Man
          '2': B-Man,B-Unspecified
          '3': B-Man,I-Woman
          '4': B-Unspecified
          '5': B-Unspecified,I-Woman
          '6': B-Woman
          '7': I-Group
          '8': I-Man
          '9': I-Man,I-Unspecified
          '10': I-Man,I-Woman
          '11': I-Unspecified
          '12': I-Unspecified,I-Woman
          '13': I-Woman
          '14': NE-PER-GENDER
          '15': O
  - name: NE-PER-LEGAL-STATUS
    sequence:
      class_label:
        names:
          '0': B-Enslaved
          '1': B-Freed
          '2': B-Unspecified
          '3': I-Enslaved
          '4': I-Freed
          '5': I-Unspecified
          '6': NE-PER-LEGAL-STATUS
          '7': O
  - name: NE-PER-ROLE
    sequence:
      class_label:
        names:
          '0': B-Acting_Notary
          '1': B-Beneficiary
          '2': B-Notary
          '3': B-Other
          '4': B-Testator
          '5': B-Testator_Beneficiary
          '6': B-Witness
          '7': I-Acting_Notary
          '8': I-Beneficiary
          '9': I-Beneficiary,B-Other
          '10': I-Beneficiary,I-Other
          '11': I-Notary
          '12': I-Other
          '13': I-Testator
          '14': I-Testator_Beneficiary
          '15': I-Witness
          '16': NE-PER-ROLE
          '17': O
  - name: NE-ORG-BENEFICIARY
    sequence:
      class_label:
        names:
          '0': B-No
          '1': B-Yes
          '2': I-No
          '3': I-Yes
          '4': NE-ORG-BENEFICIARY
          '5': O
  - name: MISC
    dtype: string
  - name: document_id
    dtype: string
  splits:
  - name: train
    num_bytes: 31436367
    num_examples: 2199
  download_size: 12669993
  dataset_size: 31436367
---