Iker commited on
Commit
48ca953
1 Parent(s): 33a8392

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -50,7 +50,7 @@ configs:
50
  Multilingual-Medical-Corpus a 3 billion word multilingual corpus for training LLMs adapted to the medical domain. Multilingual-Medical-Corpus includes four languages, namely, English, Spanish, French, and Italian.
51
  </p>
52
 
53
- - 📖 Paper: [Medical mT5: An Open-Source Multilingual Text-to-Text LLM for The Medical Domain]()
54
  - 🌐 Project Website: [https://univ-cotedazur.eu/antidote](https://univ-cotedazur.eu/antidote)
55
 
56
  # Corpus Description
@@ -218,13 +218,13 @@ Multilingual-Medical-Corpus a 3 billion word multilingual corpus for training LL
218
 
219
  ## Citation
220
 
221
- We will soon release a paper, but, for now, you can use:
222
-
223
  ```bibtext
224
- @inproceedings{medical-mt5,
225
- title = "{{Medical mT5: An Open-Source Multilingual Text-to-Text LLM for The Medical Domain}}",
226
- author = "{Iker García-Ferrero and Rodrigo Agerri and Aitziber Atutxa Salazar and Elena Cabrio and Iker de la Iglesia and Alberto Lavelli and Bernardo Magnini and Benjamin Molinet and Johana Ramirez-Romero and German Rigau and Jose Maria Villa-Gonzalez and Serena Villata and Andrea Zaninello}",
227
- publisher = "Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING)",
228
- year = 2024 }
229
-
 
 
230
  ```
 
50
  Multilingual-Medical-Corpus a 3 billion word multilingual corpus for training LLMs adapted to the medical domain. Multilingual-Medical-Corpus includes four languages, namely, English, Spanish, French, and Italian.
51
  </p>
52
 
53
+ - 📖 Paper: [Medical mT5: An Open-Source Multilingual Text-to-Text LLM for The Medical Domain](https://arxiv.org/abs/2404.07613)
54
  - 🌐 Project Website: [https://univ-cotedazur.eu/antidote](https://univ-cotedazur.eu/antidote)
55
 
56
  # Corpus Description
 
218
 
219
  ## Citation
220
 
 
 
221
  ```bibtext
222
+ @misc{garcíaferrero2024medical,
223
+ title={Medical mT5: An Open-Source Multilingual Text-to-Text LLM for The Medical Domain},
224
+ author={Iker García-Ferrero and Rodrigo Agerri and Aitziber Atutxa Salazar and Elena Cabrio and Iker de la Iglesia and Alberto Lavelli and Bernardo Magnini and Benjamin Molinet and Johana Ramirez-Romero and German Rigau and Jose Maria Villa-Gonzalez and Serena Villata and Andrea Zaninello},
225
+ year={2024},
226
+ eprint={2404.07613},
227
+ archivePrefix={arXiv},
228
+ primaryClass={cs.CL}
229
+ }
230
  ```