hdpsantos commited on
Commit
5f3fdae
1 Parent(s): 6478809

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,7 +1,25 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  ## Citation
7
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - flair
5
+ - token-classification
6
+ - sequence-tagger-model
7
+ language: "pt"
8
+ widget:
9
+ - text: "FISIOTERAPIA TRAUMATO - MANHÃ Henrique Dias, 38 anos. Exercícios metabólicos de extremidades inferiores. Realizo mobilização patelar e leve mobilização de flexão de joelho conforme liberado pelo Dr Marcelo Arocha. Oriento cuidados e posicionamentos."
10
  ---
11
 
12
+ ## Portuguese Name Identification
13
+
14
+ The [NoHarm-Anony - De-Identification of Clinical Notes Using Contextualized Language Models and a Token Classifier](https://link.springer.com/chapter/10.1007/978-3-030-91699-2_3) paper contains Flair-based models for Portuguese Language, initialized with [Flair BBP](https://github.com/jneto04/ner-pt) & trained on clinical notes with names tagged.
15
+
16
+ ## More Information
17
+
18
+ Refer to the original paper, [De-Identification of Clinical Notes Using Contextualized Language Models and a Token Classifier](https://link.springer.com/chapter/10.1007/978-3-030-91699-2_3) for additional details and performance.
19
+
20
+ ## Acknowledgements
21
+
22
+ We thank Dr. Ana Helena D. P. S. Ulbrich, who provided the clinical notes dataset from the hospital, for her valuable cooperation. We also thank the volunteers of the Institute of Artificial Intelligence in Healthcare Celso Pereira and Ana Lúcia Dias, for the dataset annotation.
23
 
24
  ## Citation
25