lisaterumi commited on
Commit
6995c79
1 Parent(s): c3cff40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -59,6 +59,22 @@ Tags:
59
  | V | Verbo |
60
  | VAUX | Verbo auxiliar |
61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  ## Questions?
63
 
64
  Please, post a Github issue on the [NLP Portuguese POS-Tagger](https://github.com/lisaterumi/nlp-portuguese-postagger).
 
59
  | V | Verbo |
60
  | VAUX | Verbo auxiliar |
61
 
62
+ ## How to cite
63
+
64
+ ```
65
+ @article{
66
+ Schneider_postagger_2023,
67
+ place={Brasil},
68
+ title={Developing a Transformer-based Clinical Part-of-Speech Tagger for Brazilian Portuguese},
69
+ volume={15},
70
+ url={https://jhi.sbis.org.br/index.php/jhi-sbis/article/view/1086},
71
+ DOI={10.59681/2175-4411.v15.iEspecial.2023.1086},
72
+ abstractNote={<p>Electronic Health Records are a valuable source of information to be extracted by means of natural language processing (NLP) tasks, such as morphosyntactic word tagging. Although there have been significant advances in health NLP, such as the Transformer architecture, languages such as Portuguese are still underrepresented. This paper presents taggers developed for Portuguese texts, fine-tuned using BioBERtpt (clinical/biomedical) and BERTimbau (generic) models on a POS-tagged corpus. We achieved an accuracy of 0.9826, state-of-the-art for the corpus used. In addition, we performed a human-based evaluation of the trained models and others in the literature, using authentic clinical narratives. Our clinical model achieved 0.8145 in accuracy compared to 0.7656 for the generic model. It also showed competitive results compared to models trained specifically with clinical texts, evidencing domain impact on the base model in NLP tasks.</p>},
73
+ number={Especial}, journal={Journal of Health Informatics},
74
+ author={Schneider, Elisa Terumi Rubel and Gumiel, Yohan Bonescki and Oliveira, Lucas Ferro Antunes de and Montenegro, Carolina de Oliveira and Barzotto, Laura Rubel and Moro, Claudia and Pagano, Adriana and Paraiso, Emerson Cabrera},
75
+ year={2023},
76
+ month={jul.} }
77
+
78
  ## Questions?
79
 
80
  Please, post a Github issue on the [NLP Portuguese POS-Tagger](https://github.com/lisaterumi/nlp-portuguese-postagger).