File size: 1,954 Bytes
fc2e3cf
 
038e074
fc2e3cf
 
1d0f7df
fc2e3cf
1d0f7df
038e074
a9b5851
 
 
 
 
038e074
a9b5851
 
 
 
 
038e074
a9b5851
 
fd992fa
a9b5851
fd992fa
038e074
a9b5851
 
 
 
 
038e074
a9b5851
 
 
 
 
038e074
a9b5851
 
 
 
 
038e074
a9b5851
 
 
 
 
ca63e9a
676fef6
 
9ea204d
 
 
 
 
 
ca63e9a
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: en
  data_files:
  - split: train
    path: "data/en/train.parquet"
  - split: test
    path: "data/en/test.parquet"
- config_name: fr
  data_files:
  - split: train
    path: "data/fr/train.parquet"
  - split: test
    path: "data/fr/test.parquet"
- config_name: es
  data_files:
  - split: train
    path: "data/es/train.parquet"
  - split: test
    path: "data/es/test.parquet"
- config_name: de
  data_files:
  - split: train
    path: "data/de/train.parquet"
  - split: test
    path: "data/de/test.parquet"
- config_name: it
  data_files:
  - split: train
    path: "data/it/train.parquet"
  - split: test
    path: "data/it/test.parquet"
- config_name: ru
  data_files:
  - split: train
    path: "data/ru/train.parquet"
  - split: test
    path: "data/ru/test.parquet"  
- config_name: pl
  data_files:
  - split: train
    path: "data/pl/train.parquet"
  - split: test
    path: "data/pl/test.parquet"  
- config_name: pt
  data_files:
  - split: train
    path: "data/pt/train.parquet"
  - split: test
    path: "data/pt/test.parquet"
---
WikiNER is a multilingual silver-standard annotated NER dataset. It consists in a late-2010 snapshot of Wikipedia in nine languages. Hyperlinks referring to persons, locations or organizations were automatically annotated.
![image/png](https://cdn-uploads.huggingface.co/production/uploads/61e98283b0ea9f3bf6bedd5e/9w3QFsP_TB8K7oncKspOS.png)

Here is the tag-to-label mapping:
```
{0: 'O', 1: 'LOC', 2: 'PER', 3: 'MISC', 4: 'ORG'}
```

```
@Article{nothman2012:artint:wikiner,
  author = {Joel Nothman and Nicky Ringland and Will Radford and Tara Murphy and James R. Curran},
  title = {Learning multilingual named entity recognition from {Wikipedia}},
  journal = {Artificial Intelligence},
  publisher = {Elsevier},
  volume = {194},
  pages = {151--175},
  year = {2012},
  doi = {10.1016/j.artint.2012.03.006},
  url = {http://dx.doi.org/10.1016/j.artint.2012.03.006}
}
```