Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
French
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- token-classification
|
5 |
+
language:
|
6 |
+
- fr
|
7 |
+
---
|
8 |
+
# WikiNER-fr-gold
|
9 |
+
|
10 |
+
This dataset is a manually revised version of 20% of the French proportion of [WikiNER](https://doi.org/10.1016/j.artint.2012.03.006).
|
11 |
+
The original dataset is currently available [here](https://figshare.com/articles/dataset/Learning_multilingual_named_entity_recognition_from_Wikipedia/5462500), based on which WikiNER-fr-gold is created.
|
12 |
+
|
13 |
+
The dataset is formatted in CoNLL style with three columns: text, POS and NER.
|
14 |
+
The entities are annotated using the BIOES scheme.
|
15 |
+
The POS tags are not revised i.e. remain the same as the original dataset.
|
16 |
+
|
17 |
+
For more information on the revision details, please refer to our paper [WikiNER-fr-gold: A Gold-Standard NER Corpus](https://arxiv.org/abs/2411.00030).
|
18 |
+
|
19 |
+
## Citation
|
20 |
+
|
21 |
+
|
22 |
+
```
|
23 |
+
@misc{cao2024wikinerfrgoldgoldstandardnercorpus,
|
24 |
+
title={WikiNER-fr-gold: A Gold-Standard NER Corpus},
|
25 |
+
author={Danrun Cao and Nicolas Béchet and Pierre-François Marteau},
|
26 |
+
year={2024},
|
27 |
+
eprint={2411.00030},
|
28 |
+
archivePrefix={arXiv},
|
29 |
+
primaryClass={cs.CL},
|
30 |
+
url={https://arxiv.org/abs/2411.00030},
|
31 |
+
}
|
32 |
+
```
|