File size: 1,370 Bytes
0bcfdf2 19c87b3 0bcfdf2 19c87b3 0bcfdf2 19c87b3 0bcfdf2 19c87b3 0bcfdf2 |
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 |
---
license: cc-by-nc-sa-4.0
task_categories:
- token-classification
language:
- fr
tags:
- medical
pretty_name: MedNERF
size_categories:
- n<1K
---
# MedNERF
## Dataset Description
- **Paper:** [Multilingual Clinical NER: Translation or Cross-lingual Transfer?](https://arxiv.org/abs/2306.04384)
- **Point of Contact:** [email](research@posos.fr)
### Dataset Summary
MedNERF is a French medical NER dataset whose aim is to serve as a test set for medical NER models.
It has been built using a sample of French medical prescriptions annotated with the same guidelines as the [n2c2 dataset](https://academic.oup.com/jamia/article-abstract/27/1/3/5581277?redirectedFrom=fulltext&login=false).
Entities are annotated with the following labels: `Drug`, `Strength`, `Form`, `Dosage`, `Duration` and `Frequency`, using the IOB format.
## Licensing Information
This dataset is distributed under the Creative Commons Attribution Non Commercial Share Alike 4.0 license.
## Citation information
```
@inproceedings{mednerf,
title = "Multilingual Clinical NER: Translation or Cross-lingual Transfer?",
author = "Gaschi, Félix and Fontaine, Xavier and Rastin, Parisa and Toussaint, Yannick",
booktitle = "Proceedings of the 5th Clinical Natural Language Processing Workshop",
publisher = "Association for Computational Linguistics",
year = "2023"
}
``` |