Datasets:

Modalities:
Text
Languages:
Spanish
Libraries:
Datasets
License:
mapama247 commited on
Commit
c720ab1
·
1 Parent(s): 0c40941

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -10,6 +10,8 @@ task_categories:
10
  - multi-label-text-classification
11
  task_ids:
12
  - named-entity-recognition
 
 
13
  ---
14
 
15
  # PharmaCoNER Corpus
@@ -20,14 +22,15 @@ This dataset is designed for the PharmaCoNER task, sponsored by Plan de Impulso
20
 
21
  It is a manually classified collection of clinical case studies derived from the Spanish Clinical Case Corpus (SPACCC), an open access electronic library that gathers Spanish medical publications from SciELO (Scientific Electronic Library Online).
22
 
23
- The annotation of the entire set of entity mentions was carried out by medicinal chemistry experts and it includes the following 4 entity types: NORMALIZABLES, NO_NORMALIZABLES, PROTEINAS and UNCLEAR.
 
24
 
25
  The PharmaCoNER corpus contains a total of 396,988 words and 1,000 clinical cases that have been randomly sampled into 3 subsets.
26
  The training set contains 500 clinical cases, while the development and test sets contain 250 clinical cases each.
27
  In terms of training examples, this translates to a total of 8130, 3788 and 3953 annotated sentences in each set.
28
  The original dataset was distributed in Brat format (https://brat.nlplab.org/standoff.html).
29
 
30
- For further information, please visit https://temu.bsc.es/pharmaconer/ or send an email to encargo-pln-life@bsc.es
31
 
32
  ## BibTeX citation
33
  If you use these resources in your work, please cite the following paper:
@@ -49,7 +52,6 @@ If you use these resources in your work, please cite the following paper:
49
  url = "https://aclanthology.org/D19-5701",
50
  doi = "10.18653/v1/D19-5701",
51
  pages = "1--10",
52
- abstract = "",
53
  }
54
  ```
55
 
@@ -137,15 +139,15 @@ TO DO
137
 
138
  #### Annotation process
139
 
140
- TO DO
141
 
142
  #### Who are the annotators?
143
 
144
- TO DO
145
 
146
  ### Dataset Curators
147
 
148
- TO DO: Martin?
149
 
150
  ### Personal and Sensitive Information
151
 
 
10
  - multi-label-text-classification
11
  task_ids:
12
  - named-entity-recognition
13
+ licenses:
14
+ - cc-by-4-0
15
  ---
16
 
17
  # PharmaCoNER Corpus
 
22
 
23
  It is a manually classified collection of clinical case studies derived from the Spanish Clinical Case Corpus (SPACCC), an open access electronic library that gathers Spanish medical publications from SciELO (Scientific Electronic Library Online).
24
 
25
+ The annotation of the entire set of entity mentions was carried out by domain experts.
26
+ It includes the following 4 entity types: NORMALIZABLES, NO_NORMALIZABLES, PROTEINAS and UNCLEAR.
27
 
28
  The PharmaCoNER corpus contains a total of 396,988 words and 1,000 clinical cases that have been randomly sampled into 3 subsets.
29
  The training set contains 500 clinical cases, while the development and test sets contain 250 clinical cases each.
30
  In terms of training examples, this translates to a total of 8130, 3788 and 3953 annotated sentences in each set.
31
  The original dataset was distributed in Brat format (https://brat.nlplab.org/standoff.html).
32
 
33
+ For further information, please visit [the official website](https://temu.bsc.es/pharmaconer/).
34
 
35
  ## BibTeX citation
36
  If you use these resources in your work, please cite the following paper:
 
52
  url = "https://aclanthology.org/D19-5701",
53
  doi = "10.18653/v1/D19-5701",
54
  pages = "1--10",
 
55
  }
56
  ```
57
 
 
139
 
140
  #### Annotation process
141
 
142
+ The annotation process of the PharmaCoNER corpus was inspired by previous annotation schemes and corpora used for the BioCreative CHEMDNER and GPRO tracks, translating the guidelines used for these tracks into Spanish and adapting them to the characteristics and needs of clinically oriented documents by modifying the annotation criteria and rules to cover medical information needs. This adaptation was carried out in collaboration with practicing physicians and medicinal chemistry experts. The adaptation, translation and refinement of the guidelines (Rabal et al., 2018) was done on a sample set of the SPACCC corpus and linked to an iterative process of annotation consistency analysis through interannotator agreement (IAA) studies until a high annotation quality in terms of IAA was reached. The final, IAA measure obtained for this corpus was calculated on a set of 50 records that were double annotated (blinded) by two different expert annotators, reaching a pairwise agreement of 93% on the exact entity mention comparison level and 76% agreement when also the entity concept normalization was taken into account. Entity normalization was carried out primarily against the SNOMED-CT knowledge base. Note that there is a SNOMED-CT version directly released by the Spanish Ministry of Health twice a year
143
 
144
  #### Who are the annotators?
145
 
146
+ Practicing physicians and medicinal chemistry experts.
147
 
148
  ### Dataset Curators
149
 
150
+ The Text Mining Unit from Barcelona Supercomputing center.
151
 
152
  ### Personal and Sensitive Information
153