qanastek commited on
Commit
d02bd78
1 Parent(s): 42b6487

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -114,14 +114,18 @@ You just need to change the name of the model to `Dr-BERT/DrBERT-7GB` in any of
114
 
115
  # Citation BibTeX
116
 
 
117
  ```bibtex
118
- @misc{labrak2023drbert,
119
- title={DrBERT: A Robust Pre-trained Model in French for Biomedical and Clinical domains},
120
- author={Yanis Labrak and Adrien Bazoge and Richard Dufour and Mickael Rouvier and Emmanuel Morin and Béatrice Daille and Pierre-Antoine Gourraud},
121
- year={2023},
122
- eprint={2304.00958},
123
- archivePrefix={arXiv},
124
- primaryClass={cs.CL}
 
 
125
  }
 
126
 
127
 
 
114
 
115
  # Citation BibTeX
116
 
117
+
118
  ```bibtex
119
+ @inproceedings{labrak2023drbert,
120
+ title = "DrBERT: A Robust Pre-trained Model in French for Biomedical and Clinical domains",
121
+ author = "Yanis, Labrak and Adrien, Bazoge and Richard, Dufour and Mickael, Rouvier and Emmanuel, Morin and Béatrice, Daille and Pierre-Antoine, Gourraud",
122
+ booktitle = "Proceedings of the 61th Annual Meeting of the Association for Computational Linguistics (ACL'23), Long Paper",
123
+ month = july,
124
+ year = "2023",
125
+ address = "Toronto, Canada",
126
+ publisher = "Association for Computational Linguistics",
127
+ abstract = "In recent years, pre-trained language models (PLMs) achieve the best performance on a wide range of natural language processing (NLP) tasks. While the first models were trained on general domain data, specialized ones have emerged to more effectively treat specific domains. In this paper, we propose an original study of PLMs in the medical domain on French language. We compare, for the first time, the performance of PLMs trained on both public data from the web and private data from healthcare establishments. We also evaluate different learning strategies on a set of biomedical tasks. In particular, we show that we can take advantage of already existing biomedical PLMs in a foreign language by further pre-train it on our targeted data. Finally, we release the first specialized PLMs for the biomedical field in French, called DrBERT, as well as the largest corpus of medical data under free license on which these models are trained.",
128
  }
129
+ ```
130
 
131