pucpr commited on
Commit
ac33b1c
1 Parent(s): b32366e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -32,6 +32,36 @@ model = AutoModel.from_pretrained("pucpr/biobertpt-all")
32
 
33
  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.
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ## Questions?
36
 
37
  Post a Github issue on the [BioBERTpt repo](https://github.com/HAILab-PUCPR/BioBERTpt).
32
 
33
  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.
34
 
35
+ ## Acknowledgements
36
+
37
+ This study was financed in part by the Coordenação de Aperfeiçoamento de Pessoal de Nível Superior - Brasil (CAPES) - Finance Code 001.
38
+
39
+ ## Citation
40
+
41
+ ```
42
+ @inproceedings{schneider-etal-2020-biobertpt,
43
+ title = "{B}io{BERT}pt - A {P}ortuguese Neural Language Model for Clinical Named Entity Recognition",
44
+ author = "Schneider, Elisa Terumi Rubel and
45
+ de Souza, Jo{\~a}o Vitor Andrioli and
46
+ Knafou, Julien and
47
+ Oliveira, Lucas Emanuel Silva e and
48
+ Copara, Jenny and
49
+ Gumiel, Yohan Bonescki and
50
+ Oliveira, Lucas Ferro Antunes de and
51
+ Paraiso, Emerson Cabrera and
52
+ Teodoro, Douglas and
53
+ Barra, Cl{\'a}udia Maria Cabral Moro",
54
+ booktitle = "Proceedings of the 3rd Clinical Natural Language Processing Workshop",
55
+ month = nov,
56
+ year = "2020",
57
+ address = "Online",
58
+ publisher = "Association for Computational Linguistics",
59
+ url = "https://www.aclweb.org/anthology/2020.clinicalnlp-1.7",
60
+ pages = "65--72",
61
+ 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.",
62
+ }
63
+ ```
64
+
65
  ## Questions?
66
 
67
  Post a Github issue on the [BioBERTpt repo](https://github.com/HAILab-PUCPR/BioBERTpt).