Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Spanish
Libraries:
Datasets
pandas
License:
richardjonker2000 commited on
Commit
9adf726
1 Parent(s): b9ca9c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -42,14 +42,14 @@ language:
42
  #### Description
43
  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**.
44
 
45
- 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.
46
 
47
  In order to use this dataset, the [documents](https://huggingface.co/datasets/IEETA/SPACCC-documents) are also provided.
48
 
49
  #### Origin
50
  The constituent datasets include:
51
- - **[SympTEMIST](https://zenodo.org/records/10635215)**: Designed for symptom, sign, and finding annotation, contributing 12,193 annotations.
52
- - **[MedProcNer](https://zenodo.org/records/8224056)**: Focused on medical procedure identification with 14,683 instances.
53
  - **[DisTEMIST](https://zenodo.org/records/7614764)**: Targeting disease identification, containing 10,663 annotations.
54
  - **[PharmaCoNER](https://zenodo.org/records/4270158)**: Primarily for identifying chemicals and proteins, with 7,624 entities.
55
 
 
42
  #### Description
43
  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**.
44
 
45
+ The dataset is further provided on [Zenodo](https://zenodo.org/records/11174163), and construction is detailed in our [GitHub](https://github.com/ieeta-pt/Multi-Head-CRF/) repository.
46
 
47
  In order to use this dataset, the [documents](https://huggingface.co/datasets/IEETA/SPACCC-documents) are also provided.
48
 
49
  #### Origin
50
  The constituent datasets include:
51
+ - **[SympTEMIST](https://zenodo.org/records/10635215)**: Designed for symptom, signs, and findings annotations, contributing 12,193 annotations.
52
+ - **[MedProcNER](https://zenodo.org/records/8224056)**: Focused on medical procedure identification with 14,683 instances.
53
  - **[DisTEMIST](https://zenodo.org/records/7614764)**: Targeting disease identification, containing 10,663 annotations.
54
  - **[PharmaCoNER](https://zenodo.org/records/4270158)**: Primarily for identifying chemicals and proteins, with 7,624 entities.
55