Datasets:
File size: 6,068 Bytes
80824b5 1ae2a9e 80824b5 1ae2a9e 80824b5 1ae2a9e 80824b5 1ae2a9e 80824b5 8458af4 80824b5 | 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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 | ---
language:
- en
- fr
- gal
- it
- pt
- ro
- cat
multilinguality:
- multilingual
license: cc-by-4.0
task_categories:
- token-classification
pretty_name: LivingNER
config_names:
- en
- fr
- gal
- it
- pt
- to
- cat
- combined
dataset_info:
- config_name: en
splits:
- name: train
num_bytes: 14699476
num_examples: 1000
- name: validation
num_bytes: 6764942
num_examples: 500
- config_name: fr
splits:
- name: train
num_bytes: 14699476
num_examples: 1000
- name: validation
num_bytes: 6764942
num_examples: 500
- config_name: gal
splits:
- name: train
num_bytes: 14699476
num_examples: 1000
- name: validation
num_bytes: 6764942
num_examples: 500
- config_name: it
splits:
- name: train
num_bytes: 14699476
num_examples: 1000
- name: validation
num_bytes: 6764942
num_examples: 500
- config_name: pt
splits:
- name: train
num_bytes: 14699476
num_examples: 1000
- name: validation
num_bytes: 6764942
num_examples: 500
- config_name: ro
splits:
- name: train
num_bytes: 14699476
num_examples: 1000
- name: validation
num_bytes: 6764942
num_examples: 500
- config_name: cat
splits:
- name: train
num_bytes: 14699476
num_examples: 1000
- name: validation
num_bytes: 6764942
num_examples: 500
- config_name: combined
splits:
- name: train
num_bytes: 108745150,
num_examples: 7000
- name: validation
num_bytes: 50100231
num_examples: 3500
configs:
- config_name: default
data_files:
- split: train
path: en/train/data-*
- split: validation
path: en/validation/data-*
- config_name: en
data_files:
- split: train
path: en/train/data-*
- split: validation
path: en/validation/data-*
- config_name: fr
data_files:
- split: train
path: fr/train/data-*
- split: validation
path: fr/validation/data-*
- config_name: gal
data_files:
- split: train
path: gal/train/data-*
- split: validation
path: gal/validation/data-*
- config_name: it
data_files:
- split: train
path: it/train/data-*
- split: validation
path: it/validation/data-*
- config_name: pt
data_files:
- split: train
path: pt/train/data-*
- split: validation
path: pt/validation/data-*
- config_name: ro
data_files:
- split: train
path: ro/train/data-*
- split: validation
path: ro/validation/data-*
- config_name: cat
data_files:
- split: train
path: cat/train/data-*
- split: validation
path: cat/validation/data-*
- config_name: combined
data_files:
- split: train
path: combined/train/data-*
- split: validation
path: combined/validation/data-*
---
# LivingNER: Named entity recognition, normalization & classification of species, pathogens and food
### Dataset Summary
The LivingNER Gold Standard corpus is a collection of 2000 clinical case reports covering a broad range of medical specialities, i.e. infectious diseases (including Covid-19 cases), cardiology, neurology, oncology, dentistry, pediatrics, endocrinology, primary care, allergology, radiology, psychiatry, ophthalmology, urology, internal medicine, emergency and intensive care medicine, tropical medicine, and dermatology annotated with species [SPECIES] (including living organisms and microorganisms) and infectious diseases [ENFERMEDAD] mentions. Species mentions include many pathogens and infectious agents, but also food, allergens, pets or other species, taxonomic groups and organisms of clinical relevance.
The LivingNER corpus has also annotations of mentions of humans (tag HUMAN), including the patients itself, family members, healhcare professionals or other persons mentioned in the case reports. Thus it can be useful to extract family history information of patients or information about the social and healthcare personal environment and interactions.
All mentions have been exhaustively manually mapped by experts to their corresponding (NCBI Taxonomy)[https://www.ncbi.nlm.nih.gov/taxonomy] identifiers.
It was used for the (LivingNER)[https://temu.bsc.es/livingner/] Shared Task on pathogens and living beings detection and normalization in Spanish medical documents, which was celebrated as part of IberLEF 2022.
## Dataset Description
- **Languages:**
- en
- fr
- gal
- it
- pt
- ro
- combined
- **Training Set Size:** 1000
- **Test Set Size:** 500
- **Features:**
- text: Original text
- language: Language identifier
- tokens: Tokenized text
- ner_tags: Named entity tags in BIO format
- entity_mentions: Detailed entity information
## Usage
```python
from datasets import load_dataset
# Load the dataset
dataset = load_dataset('path/to/dataset', '{lang}')
# Access splits
train_data = dataset['train']
test_data = dataset['test']
```
## Labels
The following entity types are annotated in this dataset:
['O', 'B-HUMAN', 'I-HUMAN', 'B-SPECIES', 'I-SPECIES']
### Citation Information
```json
@article{amiranda2022nlp,
title={Mention detection, normalization \& classification of species, pathogens, humans and food in clinical documents: Overview of LivingNER shared task and resources},
author={Miranda-Escalada, Antonio and Farr{\'e}-Maduell, Eul{`a}lia and Lima-L{\'o}pez, Salvador and Estrada, Darryl and Gasc{\'o}, Luis and Krallinger, Martin},
journal = {Procesamiento del Lenguaje Natural}, year={2022}
}
@dataset{miranda_escalada_2022_7684093,
author = {Miranda-Escalada, Antonio and
Farré-Maduell, Eulàlia and
Lima-López, Salvador and
González Gacio, Gloria and
Krallinger, Martin},
title = {LivingNER corpus: Named entity recognition,
normalization \& classification of species,
pathogens and food
},
month = jun,
year = 2022,
publisher = {Zenodo},
version = {6.3.1},
doi = {10.5281/zenodo.7684093},
url = {https://doi.org/10.5281/zenodo.7684093},
}
``` |