rigonsallauka commited on
Commit
d1779e5
1 Parent(s): 6573595

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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.
@@ -34,6 +36,7 @@ The data underwent a preprocessing process.
34
  - `Human:`
35
  - `Assistant:`
36
 
 
37
  - `\n` (newline characters)
38
  - `\t` (tab characters)
39
  - Hyphens between words (`-`) were replaced with a single space.
 
12
  size_categories:
13
  - 100K<n<1M
14
  ---
15
+ # Italian 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.
 
36
  - `Human:`
37
  - `Assistant:`
38
 
39
+
40
  - `\n` (newline characters)
41
  - `\t` (tab characters)
42
  - Hyphens between words (`-`) were replaced with a single space.