pucpr commited on
Commit
ae80140
·
1 Parent(s): 675cc4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -30,6 +30,36 @@ model = AutoModel.from_pretrained("pucpr/biobertpt-clin")
30
 
31
  Refer to the original paper, [BioBERTpt - A Portuguese Neural Language Model for Clinical Named Entity Recognition](https://www.aclweb.org/anthology/2020.clinicalnlp-1.7/) for additional details and performance on Portuguese NER tasks.
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ## Questions?
34
 
35
  Post a Github issue on the [BioBERTpt repo](https://github.com/HAILab-PUCPR/BioBERTpt).
 
30
 
31
  Refer to the original paper, [BioBERTpt - A Portuguese Neural Language Model for Clinical Named Entity Recognition](https://www.aclweb.org/anthology/2020.clinicalnlp-1.7/) for additional details and performance on Portuguese NER tasks.
32
 
33
+ ## Acknowledgements
34
+
35
+ This study was financed in part by the Coordenação de Aperfeiçoamento de Pessoal de Nível Superior - Brasil (CAPES) - Finance Code 001.
36
+
37
+ ## Citation
38
+
39
+ ```
40
+ @inproceedings{schneider-etal-2020-biobertpt,
41
+ title = "{B}io{BERT}pt - A {P}ortuguese Neural Language Model for Clinical Named Entity Recognition",
42
+ author = "Schneider, Elisa Terumi Rubel and
43
+ de Souza, Jo{\~a}o Vitor Andrioli and
44
+ Knafou, Julien and
45
+ Oliveira, Lucas Emanuel Silva e and
46
+ Copara, Jenny and
47
+ Gumiel, Yohan Bonescki and
48
+ Oliveira, Lucas Ferro Antunes de and
49
+ Paraiso, Emerson Cabrera and
50
+ Teodoro, Douglas and
51
+ Barra, Cl{\'a}udia Maria Cabral Moro",
52
+ booktitle = "Proceedings of the 3rd Clinical Natural Language Processing Workshop",
53
+ month = nov,
54
+ year = "2020",
55
+ address = "Online",
56
+ publisher = "Association for Computational Linguistics",
57
+ url = "https://www.aclweb.org/anthology/2020.clinicalnlp-1.7",
58
+ pages = "65--72",
59
+ abstract = "With the growing number of electronic health record data, clinical NLP tasks have become increasingly relevant to unlock valuable information from unstructured clinical text. Although the performance of downstream NLP tasks, such as named-entity recognition (NER), in English corpus has recently improved by contextualised language models, less research is available for clinical texts in low resource languages. Our goal is to assess a deep contextual embedding model for Portuguese, so called BioBERTpt, to support clinical and biomedical NER. We transfer learned information encoded in a multilingual-BERT model to a corpora of clinical narratives and biomedical-scientific papers in Brazilian Portuguese. To evaluate the performance of BioBERTpt, we ran NER experiments on two annotated corpora containing clinical narratives and compared the results with existing BERT models. Our in-domain model outperformed the baseline model in F1-score by 2.72{\%}, achieving higher performance in 11 out of 13 assessed entities. We demonstrate that enriching contextual embedding models with domain literature can play an important role in improving performance for specific NLP tasks. The transfer learning process enhanced the Portuguese biomedical NER model by reducing the necessity of labeled data and the demand for retraining a whole new model.",
60
+ }
61
+ ```
62
+
63
  ## Questions?
64
 
65
  Post a Github issue on the [BioBERTpt repo](https://github.com/HAILab-PUCPR/BioBERTpt).