Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
Estonian
Size:
100K - 1M
ArXiv:
License:
Add dataset metadata
Browse files
README.md
CHANGED
@@ -22,6 +22,271 @@ task_categories:
|
|
22 |
- token-classification
|
23 |
task_ids:
|
24 |
- named-entity-recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for NoisyNER
|
|
|
22 |
- token-classification
|
23 |
task_ids:
|
24 |
- named-entity-recognition
|
25 |
+
dataset_info:
|
26 |
+
- config_name: estner_clean
|
27 |
+
features:
|
28 |
+
- name: id
|
29 |
+
dtype: string
|
30 |
+
- name: tokens
|
31 |
+
sequence: string
|
32 |
+
- name: lemmas
|
33 |
+
sequence: string
|
34 |
+
- name: grammar
|
35 |
+
sequence: string
|
36 |
+
- name: ner_tags
|
37 |
+
sequence:
|
38 |
+
class_label:
|
39 |
+
names:
|
40 |
+
'0': O
|
41 |
+
'1': B-PER
|
42 |
+
'2': I-PER
|
43 |
+
'3': B-ORG
|
44 |
+
'4': I-ORG
|
45 |
+
'5': B-LOC
|
46 |
+
'6': I-LOC
|
47 |
+
splits:
|
48 |
+
- name: train
|
49 |
+
num_bytes: 7544221
|
50 |
+
num_examples: 11365
|
51 |
+
- name: validation
|
52 |
+
num_bytes: 986310
|
53 |
+
num_examples: 1480
|
54 |
+
- name: test
|
55 |
+
num_bytes: 995204
|
56 |
+
num_examples: 1433
|
57 |
+
download_size: 6258130
|
58 |
+
dataset_size: 9525735
|
59 |
+
- config_name: NoisyNER_labelset1
|
60 |
+
features:
|
61 |
+
- name: id
|
62 |
+
dtype: string
|
63 |
+
- name: tokens
|
64 |
+
sequence: string
|
65 |
+
- name: lemmas
|
66 |
+
sequence: string
|
67 |
+
- name: grammar
|
68 |
+
sequence: string
|
69 |
+
- name: ner_tags
|
70 |
+
sequence:
|
71 |
+
class_label:
|
72 |
+
names:
|
73 |
+
'0': O
|
74 |
+
'1': B-PER
|
75 |
+
'2': I-PER
|
76 |
+
'3': B-ORG
|
77 |
+
'4': I-ORG
|
78 |
+
'5': B-LOC
|
79 |
+
'6': I-LOC
|
80 |
+
splits:
|
81 |
+
- name: train
|
82 |
+
num_bytes: 7544221
|
83 |
+
num_examples: 11365
|
84 |
+
- name: validation
|
85 |
+
num_bytes: 986310
|
86 |
+
num_examples: 1480
|
87 |
+
- name: test
|
88 |
+
num_bytes: 995204
|
89 |
+
num_examples: 1433
|
90 |
+
download_size: 6194276
|
91 |
+
dataset_size: 9525735
|
92 |
+
- config_name: NoisyNER_labelset2
|
93 |
+
features:
|
94 |
+
- name: id
|
95 |
+
dtype: string
|
96 |
+
- name: tokens
|
97 |
+
sequence: string
|
98 |
+
- name: lemmas
|
99 |
+
sequence: string
|
100 |
+
- name: grammar
|
101 |
+
sequence: string
|
102 |
+
- name: ner_tags
|
103 |
+
sequence:
|
104 |
+
class_label:
|
105 |
+
names:
|
106 |
+
'0': O
|
107 |
+
'1': B-PER
|
108 |
+
'2': I-PER
|
109 |
+
'3': B-ORG
|
110 |
+
'4': I-ORG
|
111 |
+
'5': B-LOC
|
112 |
+
'6': I-LOC
|
113 |
+
splits:
|
114 |
+
- name: train
|
115 |
+
num_bytes: 7544221
|
116 |
+
num_examples: 11365
|
117 |
+
- name: validation
|
118 |
+
num_bytes: 986310
|
119 |
+
num_examples: 1480
|
120 |
+
- name: test
|
121 |
+
num_bytes: 995204
|
122 |
+
num_examples: 1433
|
123 |
+
download_size: 6201072
|
124 |
+
dataset_size: 9525735
|
125 |
+
- config_name: NoisyNER_labelset3
|
126 |
+
features:
|
127 |
+
- name: id
|
128 |
+
dtype: string
|
129 |
+
- name: tokens
|
130 |
+
sequence: string
|
131 |
+
- name: lemmas
|
132 |
+
sequence: string
|
133 |
+
- name: grammar
|
134 |
+
sequence: string
|
135 |
+
- name: ner_tags
|
136 |
+
sequence:
|
137 |
+
class_label:
|
138 |
+
names:
|
139 |
+
'0': O
|
140 |
+
'1': B-PER
|
141 |
+
'2': I-PER
|
142 |
+
'3': B-ORG
|
143 |
+
'4': I-ORG
|
144 |
+
'5': B-LOC
|
145 |
+
'6': I-LOC
|
146 |
+
splits:
|
147 |
+
- name: train
|
148 |
+
num_bytes: 7544221
|
149 |
+
num_examples: 11365
|
150 |
+
- name: validation
|
151 |
+
num_bytes: 986310
|
152 |
+
num_examples: 1480
|
153 |
+
- name: test
|
154 |
+
num_bytes: 995204
|
155 |
+
num_examples: 1433
|
156 |
+
download_size: 6231384
|
157 |
+
dataset_size: 9525735
|
158 |
+
- config_name: NoisyNER_labelset4
|
159 |
+
features:
|
160 |
+
- name: id
|
161 |
+
dtype: string
|
162 |
+
- name: tokens
|
163 |
+
sequence: string
|
164 |
+
- name: lemmas
|
165 |
+
sequence: string
|
166 |
+
- name: grammar
|
167 |
+
sequence: string
|
168 |
+
- name: ner_tags
|
169 |
+
sequence:
|
170 |
+
class_label:
|
171 |
+
names:
|
172 |
+
'0': O
|
173 |
+
'1': B-PER
|
174 |
+
'2': I-PER
|
175 |
+
'3': B-ORG
|
176 |
+
'4': I-ORG
|
177 |
+
'5': B-LOC
|
178 |
+
'6': I-LOC
|
179 |
+
splits:
|
180 |
+
- name: train
|
181 |
+
num_bytes: 7544221
|
182 |
+
num_examples: 11365
|
183 |
+
- name: validation
|
184 |
+
num_bytes: 986310
|
185 |
+
num_examples: 1480
|
186 |
+
- name: test
|
187 |
+
num_bytes: 995204
|
188 |
+
num_examples: 1433
|
189 |
+
download_size: 6201072
|
190 |
+
dataset_size: 9525735
|
191 |
+
- config_name: NoisyNER_labelset5
|
192 |
+
features:
|
193 |
+
- name: id
|
194 |
+
dtype: string
|
195 |
+
- name: tokens
|
196 |
+
sequence: string
|
197 |
+
- name: lemmas
|
198 |
+
sequence: string
|
199 |
+
- name: grammar
|
200 |
+
sequence: string
|
201 |
+
- name: ner_tags
|
202 |
+
sequence:
|
203 |
+
class_label:
|
204 |
+
names:
|
205 |
+
'0': O
|
206 |
+
'1': B-PER
|
207 |
+
'2': I-PER
|
208 |
+
'3': B-ORG
|
209 |
+
'4': I-ORG
|
210 |
+
'5': B-LOC
|
211 |
+
'6': I-LOC
|
212 |
+
splits:
|
213 |
+
- name: train
|
214 |
+
num_bytes: 7544221
|
215 |
+
num_examples: 11365
|
216 |
+
- name: validation
|
217 |
+
num_bytes: 986310
|
218 |
+
num_examples: 1480
|
219 |
+
- name: test
|
220 |
+
num_bytes: 995204
|
221 |
+
num_examples: 1433
|
222 |
+
download_size: 6231384
|
223 |
+
dataset_size: 9525735
|
224 |
+
- config_name: NoisyNER_labelset6
|
225 |
+
features:
|
226 |
+
- name: id
|
227 |
+
dtype: string
|
228 |
+
- name: tokens
|
229 |
+
sequence: string
|
230 |
+
- name: lemmas
|
231 |
+
sequence: string
|
232 |
+
- name: grammar
|
233 |
+
sequence: string
|
234 |
+
- name: ner_tags
|
235 |
+
sequence:
|
236 |
+
class_label:
|
237 |
+
names:
|
238 |
+
'0': O
|
239 |
+
'1': B-PER
|
240 |
+
'2': I-PER
|
241 |
+
'3': B-ORG
|
242 |
+
'4': I-ORG
|
243 |
+
'5': B-LOC
|
244 |
+
'6': I-LOC
|
245 |
+
splits:
|
246 |
+
- name: train
|
247 |
+
num_bytes: 7544221
|
248 |
+
num_examples: 11365
|
249 |
+
- name: validation
|
250 |
+
num_bytes: 986310
|
251 |
+
num_examples: 1480
|
252 |
+
- name: test
|
253 |
+
num_bytes: 995204
|
254 |
+
num_examples: 1433
|
255 |
+
download_size: 6226516
|
256 |
+
dataset_size: 9525735
|
257 |
+
- config_name: NoisyNER_labelset7
|
258 |
+
features:
|
259 |
+
- name: id
|
260 |
+
dtype: string
|
261 |
+
- name: tokens
|
262 |
+
sequence: string
|
263 |
+
- name: lemmas
|
264 |
+
sequence: string
|
265 |
+
- name: grammar
|
266 |
+
sequence: string
|
267 |
+
- name: ner_tags
|
268 |
+
sequence:
|
269 |
+
class_label:
|
270 |
+
names:
|
271 |
+
'0': O
|
272 |
+
'1': B-PER
|
273 |
+
'2': I-PER
|
274 |
+
'3': B-ORG
|
275 |
+
'4': I-ORG
|
276 |
+
'5': B-LOC
|
277 |
+
'6': I-LOC
|
278 |
+
splits:
|
279 |
+
- name: train
|
280 |
+
num_bytes: 7544221
|
281 |
+
num_examples: 11365
|
282 |
+
- name: validation
|
283 |
+
num_bytes: 986310
|
284 |
+
num_examples: 1480
|
285 |
+
- name: test
|
286 |
+
num_bytes: 995204
|
287 |
+
num_examples: 1433
|
288 |
+
download_size: 6229668
|
289 |
+
dataset_size: 9525735
|
290 |
---
|
291 |
|
292 |
# Dataset Card for NoisyNER
|