richardjonker2000 commited on
Commit
68dbfe9
1 Parent(s): a1312eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -33
README.md CHANGED
@@ -1,33 +1,89 @@
1
- ---
2
- license: cc-by-4.0
3
- dataset_info:
4
- features:
5
- - name: filename
6
- dtype: string
7
- - name: ann_id
8
- dtype: int64
9
- - name: label
10
- dtype: string
11
- - name: start_span
12
- dtype: int64
13
- - name: end_span
14
- dtype: int64
15
- - name: text
16
- dtype: string
17
- splits:
18
- - name: train
19
- num_bytes: 3225477
20
- num_examples: 33757
21
- - name: test
22
- num_bytes: 1072603
23
- num_examples: 11239
24
- download_size: 6341899
25
- dataset_size: 4298080
26
- configs:
27
- - config_name: default
28
- data_files:
29
- - split: train
30
- path: data/train-*
31
- - split: test
32
- path: data/test-*
33
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: filename
6
+ dtype: string
7
+ - name: ann_id
8
+ dtype: int64
9
+ - name: label
10
+ dtype: string
11
+ - name: start_span
12
+ dtype: int64
13
+ - name: end_span
14
+ dtype: int64
15
+ - name: text
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 3225477
20
+ num_examples: 33757
21
+ - name: test
22
+ num_bytes: 1072603
23
+ num_examples: 11239
24
+ download_size: 6341899
25
+ dataset_size: 4298080
26
+ configs:
27
+ - config_name: default
28
+ data_files:
29
+ - split: train
30
+ path: data/train-*
31
+ - split: test
32
+ path: data/test-*
33
+ ---
34
+
35
+
36
+ ### Dataset
37
+
38
+ #### Description
39
+ The merged dataset utilized in this project combines four distinct annotated datasets, all based on the Spanish Clinical Case Corpus ([SPACCC](https://zenodo.org/records/2560316)), a compilation of clinical case reports from Spanish medical publications. This merged dataset encompasses a total of 16,504 sentences across 1,000 clinical cases. The dataset focuses on identifying various medical entities within clinical narratives, including symptoms, medical procedures, diseases, proteins, and chemicals.
40
+
41
+ The dataset is furhter provided on [zenodo](https://zenodo.org/records/11174163), and construction is detailed in our [GitHub](https://github.com/ieeta-pt/Multi-Head-CRF/) repository.
42
+
43
+ #### Origin
44
+ The constituent datasets include:
45
+ - **[SympTEMIST](https://zenodo.org/records/10635215)**: Designed for symptom, sign, and finding annotation, contributing 12,193 annotations.
46
+ - **[MedProcNer](https://zenodo.org/records/8224056)**: Focused on medical procedure identification with 14,683 instances.
47
+ - **[DisTEMIST](https://zenodo.org/records/7614764)**: Targeting disease identification, containing 10,663 annotations.
48
+ - **[PharmaCoNER](https://zenodo.org/records/4270158)**: Primarily for identifying chemicals and proteins, with 7,624 entities.
49
+
50
+ #### Annotations and Classes
51
+ The annotations are normalized to SNOMED CT, ensuring consistency across datasets. Classes include symptoms, procedures, diseases, proteins, and chemicals. Intra-class overlapping entities are addressed, ensuring model training on the longest span.
52
+
53
+ #### Statistics
54
+ The dataset is split into training and test sets, with consistent splits across corpora. For detailed statistics, refer to Table 1 and Table 2 below.
55
+
56
+ #### Use Case
57
+ The dataset serves as a resource for training and evaluating models for medical entity recognition and normalization tasks in Spanish clinical text.
58
+
59
+ #### References
60
+
61
+ 1. Miranda-Escalada, A., Gascó, L., Lima-López, S., Farré-Maduell, E., Estrada, D., Nentidis, A., Krithara, A., Katsimpras, G., Paliouras, G., & Krallinger, M. (2022). Overview of DisTEMIST at BioASQ: Automatic detection and normalization of diseases from clinical texts: results, methods, evaluation and multilingual resources. Working Notes of Conference and Labs of the Evaluation (CLEF) Forum. CEUR Workshop Proceedings
62
+ 2. Lima-López S, Farré-Maduell E, Gascó L, Nentidis A, Krithara A, Katsimpras G, Paliouras G, Krallinger M. Overview of MedProcNER task on medical procedure detection and entity linking at BioASQ 2023. Working Notes of CLEF. 2023.
63
+ 3. Lima-López, S., Farré-Maduell, E., Gasco-Sánchez, L., Rodríguez-Miret, J. and Krallinger, M. (2023). Overview of SympTEMIST at BioCreative VIII: corpus, guidelines and evaluation of systems for the detection and normalization of symptoms, signs and findings from text. In: Proceedings of the BioCreative VIII Challenge and Workshop: Curation and Evaluation in the era of Generative Models.
64
+ 4. A. G. Agirre, M. Marimon, A. Intxaurrondo, O. Rabal, M. Villegas, M. Krallinger, Pharmaconer: Pharmacological substances, compounds and proteins named entity recognition track, in: Proceedings of The 5th Workshop on BioNLP Open Shared Tasks, 2019, pp. 1–10.
65
+ 5. Gonzalez-Agirre A, Marimon M, Intxaurrondo A, Rabal O, Villegas M, Krallinger M. Pharmaconer: Pharmacological substances, compounds and proteins named entity recognition track. InProceedings of The 5th Workshop on BioNLP Open Shared Tasks 2019 Nov (pp. 1-10).
66
+
67
+
68
+ ---
69
+
70
+ Table 1: Datasets statistics with the number of entity mentions.
71
+
72
+ | Dataset | Train | Test | Total |
73
+ |--------------|--------|-------|---------|
74
+ | SympTEMIST | 9,091 | 3,102 | 12,193 |
75
+ | MedProcNER | 11,065 | 3,618 | 14,683 |
76
+ | DisTEMIST | 8,065 | 2,598 | 10,663 |
77
+ | PharmaCoNER | 4,665 | 1,959 | 7,624 |
78
+ | Total | 32,886 | 11,277| 45,163 |
79
+
80
+ Table 2: Total number of overlapping entities within the datasets.
81
+
82
+ | Subset | Train | Test | Total |
83
+ |--------------|-------|------|-------|
84
+ | SympTEMIST | 57 | 39 | 96 |
85
+ | MedProcNER | 418 | 143 | 561 |
86
+ | DisTEMIST | 323 | 90 | 413 |
87
+ | PharmaCoNER | 0 | 0 | 0 |
88
+ | Total | 798 | 272 | 1070 |
89
+