rigonsallauka commited on
Commit
8b6fe34
1 Parent(s): a7c6008

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  size_categories:
13
  - 100K<n<1M
14
  ---
15
- # Dataset Building
16
 
17
  ## Acknowledgement
18
 
@@ -20,6 +20,8 @@ This dataset had been created as part of joint research of HUMADEX research grou
20
  Authors:
21
  dr. Izidor Mlakar, Rigon Sallauka, dr. Umut Arioz, dr. Matej Rojc
22
 
 
 
23
  ## Data Integration and Preprocessing
24
 
25
  We begin by merging two distinct datasets of English medical texts. This step ensures a robust and diverse corpus, combining the strengths of both datasets. Following the integration, we preprocess the texts to clean the data, which includes removal of strings that do not contain relevant information. This preprocessing step is crucial to ensure the texts are in an optimal format for subsequent annotation.
@@ -56,7 +58,8 @@ The data underwent a preprocessing process.
56
  The preprocessed English texts are then annotated using [Stanza's i2b2 Clinical Model](https://stanfordnlp.github.io/stanza/available_biomed_models.html). This model is specifically designed for clinical text processing, and it annotates each text with three labels:
57
  - **PROBLEM**: Includes diseases, symptoms, and medical conditions.
58
  - **TEST**: Represents diagnostic procedures and laboratory tests.
59
- - **TREATMENT**: Covers medications, therapies, and other medical interventions.
 
60
 
61
  This annotation step is essential for creating a labeled dataset that serves as the foundation for training and evaluating Named Entity Recognition (NER) models.
62
 
 
12
  size_categories:
13
  - 100K<n<1M
14
  ---
15
+ # Greek NER dataset
16
 
17
  ## Acknowledgement
18
 
 
20
  Authors:
21
  dr. Izidor Mlakar, Rigon Sallauka, dr. Umut Arioz, dr. Matej Rojc
22
 
23
+ ## Dataset Building
24
+
25
  ## Data Integration and Preprocessing
26
 
27
  We begin by merging two distinct datasets of English medical texts. This step ensures a robust and diverse corpus, combining the strengths of both datasets. Following the integration, we preprocess the texts to clean the data, which includes removal of strings that do not contain relevant information. This preprocessing step is crucial to ensure the texts are in an optimal format for subsequent annotation.
 
58
  The preprocessed English texts are then annotated using [Stanza's i2b2 Clinical Model](https://stanfordnlp.github.io/stanza/available_biomed_models.html). This model is specifically designed for clinical text processing, and it annotates each text with three labels:
59
  - **PROBLEM**: Includes diseases, symptoms, and medical conditions.
60
  - **TEST**: Represents diagnostic procedures and laboratory tests.
61
+ -
62
+ **TREATMENT**: Covers medications, therapies, and other medical interventions.
63
 
64
  This annotation step is essential for creating a labeled dataset that serves as the foundation for training and evaluating Named Entity Recognition (NER) models.
65