|
--- |
|
language_creators: |
|
- crowdsourced |
|
languages: |
|
- fr |
|
licenses: |
|
- unknown |
|
multilinguality: |
|
- None |
|
size_categories: |
|
- 100K<n<1M |
|
source_datasets: |
|
- wikiner |
|
task_categories: |
|
- structure-prediction |
|
task_ids: |
|
- named-entity-recognition |
|
--- |
|
|
|
# Dataset Card for wikiner in French |
|
|
|
## Table of Contents |
|
- [Dataset Description](#dataset-description) |
|
- [Dataset Summary](#dataset-summary) |
|
- [Supported Tasks](#supported-tasks-and-leaderboards) |
|
- [Languages](#languages) |
|
- [Dataset Structure](#dataset-structure) |
|
- [Data Fields](#data-instances) |
|
- [Data Splits](#data-instances) |
|
|
|
## Dataset Description |
|
|
|
- **Homepage:** https://metatext.io/datasets/wikiner |
|
- **Repository:** |
|
- **Paper:** https://www.sciencedirect.com/science/article/pii/S0004370212000276?via%3Dihub |
|
- **Leaderboard:** |
|
- **Point of Contact:** |
|
|
|
### Dataset Summary |
|
|
|
French sentences tagged with 4 entities: |
|
_PER |
|
_ORG |
|
_LOC |
|
_MISC |
|
|
|
|
|
### Supported Tasks and Leaderboards |
|
|
|
NER |
|
|
|
### Languages |
|
|
|
French |
|
|
|
## Dataset Structure |
|
|
|
### Data Fields |
|
|
|
Features: |
|
_'id': int |
|
_'ner_tags': list(int) |
|
_'tokens': List(string) |
|
|
|
Example: |
|
``` |
|
{ |
|
'id': 254569, |
|
'tokens': ['Le', 'MEDEF', 'a', 'une', 'organisation', 'sur', 'plusieurs', 'niveaux',':'], |
|
'ner_tags': [0, 4, 0, 0, 0, 0, 0, 0, 0] |
|
} |
|
``` |
|
### Data Splits |
|
|
|
120682 sentences for training |
|
13410 sentences for testing |
|
|
|
|
|
|