Praise2112 commited on
Commit
80824b5
·
verified ·
1 Parent(s): 42345ba

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +210 -0
README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - fr
5
+ - gal
6
+ - it
7
+ - pt
8
+ - ro
9
+ multilinguality:
10
+ - multilingual
11
+ license: cc-by-4.0
12
+ task_categories:
13
+ - token-classification
14
+ pretty_name: LivingNER
15
+ config_names:
16
+ - en
17
+ - fr
18
+ - gal
19
+ - it
20
+ - pt
21
+ - ro
22
+ - combined
23
+
24
+ dataset_info:
25
+ - config_name: en
26
+ splits:
27
+ - name: train
28
+ num_bytes: 14699476
29
+ num_examples: 1000
30
+ - name: validation
31
+ num_bytes: 6764942
32
+ num_examples: 500
33
+ - config_name: fr
34
+ splits:
35
+ - name: train
36
+ num_bytes: 14699476
37
+ num_examples: 1000
38
+ - name: validation
39
+ num_bytes: 6764942
40
+ num_examples: 500
41
+ - config_name: gal
42
+ splits:
43
+ - name: train
44
+ num_bytes: 14699476
45
+ num_examples: 1000
46
+ - name: validation
47
+ num_bytes: 6764942
48
+ num_examples: 500
49
+ - config_name: it
50
+ splits:
51
+ - name: train
52
+ num_bytes: 14699476
53
+ num_examples: 1000
54
+ - name: validation
55
+ num_bytes: 6764942
56
+ num_examples: 500
57
+ - config_name: pt
58
+ splits:
59
+ - name: train
60
+ num_bytes: 14699476
61
+ num_examples: 1000
62
+ - name: validation
63
+ num_bytes: 6764942
64
+ num_examples: 500
65
+ - config_name: ro
66
+ splits:
67
+ - name: train
68
+ num_bytes: 14699476
69
+ num_examples: 1000
70
+ - name: validation
71
+ num_bytes: 6764942
72
+ num_examples: 500
73
+ - config_name: combined
74
+ splits:
75
+ - name: train
76
+ num_bytes: 108745150,
77
+ num_examples: 7000
78
+ - name: validation
79
+ num_bytes: 50100231
80
+ num_examples: 3500
81
+
82
+ configs:
83
+ - config_name: default
84
+ data_files:
85
+ - split: train
86
+ path: en/train/data-*
87
+ - split: validation
88
+ path: en/validation/data-*
89
+ - config_name: en
90
+ data_files:
91
+ - split: train
92
+ path: en/train/data-*
93
+ - split: validation
94
+ path: en/validation/data-*
95
+ - config_name: fr
96
+ data_files:
97
+ - split: train
98
+ path: fr/train/data-*
99
+ - split: validation
100
+ path: fr/validation/data-*
101
+ - config_name: gal
102
+ data_files:
103
+ - split: train
104
+ path: gal/train/data-*
105
+ - split: validation
106
+ path: gal/validation/data-*
107
+ - config_name: it
108
+ data_files:
109
+ - split: train
110
+ path: it/train/data-*
111
+ - split: validation
112
+ path: it/validation/data-*
113
+ - config_name: pt
114
+ data_files:
115
+ - split: train
116
+ path: pt/train/data-*
117
+ - split: validation
118
+ path: pt/validation/data-*
119
+ - config_name: ro
120
+ data_files:
121
+ - split: train
122
+ path: ro/train/data-*
123
+ - split: validation
124
+ path: ro/validation/data-*
125
+ - config_name: combined
126
+ data_files:
127
+ - split: train
128
+ path: combined/train/data-*
129
+ - split: validation
130
+ path: combined/validation/data-*
131
+ ---
132
+
133
+
134
+ # LivingNER: Named entity recognition, normalization & classification of species, pathogens and food
135
+
136
+
137
+ ### Dataset Summary
138
+
139
+ 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.
140
+
141
+ 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.
142
+
143
+ All mentions have been exhaustively manually mapped by experts to their corresponding (NCBI Taxonomy)[https://www.ncbi.nlm.nih.gov/taxonomy] identifiers.
144
+
145
+ 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.
146
+
147
+
148
+ ## Dataset Description
149
+
150
+ - **Languages:**
151
+ - en
152
+ - fr
153
+ - gal
154
+ - it
155
+ - pt
156
+ - ro
157
+ - combined
158
+ - **Training Set Size:** {1000} examples
159
+ - **Test Set Size:** {500} examples
160
+ - **Features:**
161
+ - text: Original text
162
+ - language: Language identifier
163
+ - tokens: Tokenized text
164
+ - ner_tags: Named entity tags in BIO format
165
+ - entity_mentions: Detailed entity information
166
+
167
+ ## Usage
168
+
169
+ ```python
170
+ from datasets import load_dataset
171
+
172
+ # Load the dataset
173
+ dataset = load_dataset('path/to/dataset', '{lang}')
174
+
175
+ # Access splits
176
+ train_data = dataset['train']
177
+ test_data = dataset['test']
178
+ ```
179
+
180
+ ## Labels
181
+
182
+ The following entity types are annotated in this dataset:
183
+ ['O', 'B-HUMAN', 'I-HUMAN', 'B-SPECIES', 'I-SPECIES']
184
+
185
+ ### Citation Information
186
+ ```json
187
+ @article{amiranda2022nlp,
188
+ title={Mention detection, normalization \& classification of species, pathogens, humans and food in clinical documents: Overview of LivingNER shared task and resources},
189
+ 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},
190
+ journal = {Procesamiento del Lenguaje Natural}, year={2022}
191
+ }
192
+
193
+ @dataset{miranda_escalada_2022_7684093,
194
+ author = {Miranda-Escalada, Antonio and
195
+ Farré-Maduell, Eulàlia and
196
+ Lima-López, Salvador and
197
+ González Gacio, Gloria and
198
+ Krallinger, Martin},
199
+ title = {LivingNER corpus: Named entity recognition,
200
+ normalization \& classification of species,
201
+ pathogens and food
202
+ },
203
+ month = jun,
204
+ year = 2022,
205
+ publisher = {Zenodo},
206
+ version = {6.3.1},
207
+ doi = {10.5281/zenodo.7684093},
208
+ url = {https://doi.org/10.5281/zenodo.7684093},
209
+ }
210
+ ```