ccasimiro commited on
Commit
d81256a
1 Parent(s): 08d77ab

add citation

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -83,7 +83,31 @@ The model is ready-to-use only for masked language modelling to perform the Fill
83
  However, the is intended to be fine-tuned on downstream tasks such as Named Entity Recognition or Text Classification.
84
 
85
  ## Cite
86
- To be announced soon!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
  ---
89
 
 
83
  However, the is intended to be fine-tuned on downstream tasks such as Named Entity Recognition or Text Classification.
84
 
85
  ## Cite
86
+ If you use these models, please cite our work:
87
+
88
+ ```bibtext
89
+ @inproceedings{carrino-etal-2022-pretrained,
90
+ title = "Pretrained Biomedical Language Models for Clinical {NLP} in {S}panish",
91
+ author = "Carrino, Casimiro Pio and
92
+ Llop, Joan and
93
+ P{\`a}mies, Marc and
94
+ Guti{\'e}rrez-Fandi{\~n}o, Asier and
95
+ Armengol-Estap{\'e}, Jordi and
96
+ Silveira-Ocampo, Joaqu{\'\i}n and
97
+ Valencia, Alfonso and
98
+ Gonzalez-Agirre, Aitor and
99
+ Villegas, Marta",
100
+ booktitle = "Proceedings of the 21st Workshop on Biomedical Language Processing",
101
+ month = may,
102
+ year = "2022",
103
+ address = "Dublin, Ireland",
104
+ publisher = "Association for Computational Linguistics",
105
+ url = "https://aclanthology.org/2022.bionlp-1.19",
106
+ doi = "10.18653/v1/2022.bionlp-1.19",
107
+ pages = "193--199",
108
+ abstract = "This work presents the first large-scale biomedical Spanish language models trained from scratch, using large biomedical corpora consisting of a total of 1.1B tokens and an EHR corpus of 95M tokens. We compared them against general-domain and other domain-specific models for Spanish on three clinical NER tasks. As main results, our models are superior across the NER tasks, rendering them more convenient for clinical NLP applications. Furthermore, our findings indicate that when enough data is available, pre-training from scratch is better than continual pre-training when tested on clinical tasks, raising an exciting research question about which approach is optimal. Our models and fine-tuning scripts are publicly available at HuggingFace and GitHub.",
109
+ }
110
+ ```
111
 
112
  ---
113