qanastek commited on
Commit
fb9363d
1 Parent(s): 379cc1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -81,12 +81,16 @@ weighted avg 0.9843 0.9842 0.9842 32153
81
 
82
  # Citation BibTeX
83
 
 
84
  ```bibtex
85
- @misc{labrak2023drbert,
86
- title={DrBERT: A Robust Pre-trained Model in French for Biomedical and Clinical domains},
87
- author={Yanis Labrak and Adrien Bazoge and Richard Dufour and Mickael Rouvier and Emmanuel Morin and Béatrice Daille and Pierre-Antoine Gourraud},
88
- year={2023},
89
- eprint={2304.00958},
90
- archivePrefix={arXiv},
91
- primaryClass={cs.CL}
 
 
92
  }
 
 
81
 
82
  # Citation BibTeX
83
 
84
+
85
  ```bibtex
86
+ @inproceedings{labrak2023drbert,
87
+ title = "DrBERT: A Robust Pre-trained Model in French for Biomedical and Clinical domains",
88
+ author = "Yanis, Labrak and Adrien, Bazoge and Richard, Dufour and Mickael, Rouvier and Emmanuel, Morin and Béatrice, Daille and Pierre-Antoine, Gourraud",
89
+ booktitle = "Proceedings of the 61th Annual Meeting of the Association for Computational Linguistics (ACL'23), Long Paper",
90
+ month = july,
91
+ year = "2023",
92
+ address = "Toronto, Canada",
93
+ publisher = "Association for Computational Linguistics",
94
+ 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.",
95
  }
96
+ ```