Iker commited on
Commit
9916e00
1 Parent(s): b13b9d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -43,7 +43,7 @@ for the Medical Domain</h2>
43
 
44
  Medical MT5-large-multitask is a version of Medical MT5 finetuned for sequence labelling. It can correctly label a wide range of Medical labels in unstructured text, such as `Disease`, `Disability`, `ClinicalEntity`, `Chemical`... Medical MT5-large-multitask has been finetuned for English, Spanish, French and Italian, although it may work with a wide range of languages.
45
 
46
- - 📖 Paper: [Medical mT5: An Open-Source Multilingual Text-to-Text LLM for The Medical Domain]()
47
  - 🌐 Project Website: [https://univ-cotedazur.eu/antidote](https://univ-cotedazur.eu/antidote)
48
 
49
 
@@ -135,13 +135,13 @@ Our research in developing Medical mT5, a multilingual text-to-text model for th
135
 
136
  # Citation
137
 
138
- We will soon release a paper, but, for now, you can use:
139
-
140
  ```bibtext
141
- @inproceedings{medical-mt5,
142
- title = "{{Medical mT5: An Open-Source Multilingual Text-to-Text LLM for The Medical Domain}}",
143
- 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}",
144
- publisher = "Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING)",
145
- year = 2024 }
146
-
 
 
147
  ```
 
43
 
44
  Medical MT5-large-multitask is a version of Medical MT5 finetuned for sequence labelling. It can correctly label a wide range of Medical labels in unstructured text, such as `Disease`, `Disability`, `ClinicalEntity`, `Chemical`... Medical MT5-large-multitask has been finetuned for English, Spanish, French and Italian, although it may work with a wide range of languages.
45
 
46
+ - 📖 Paper: [Medical mT5: An Open-Source Multilingual Text-to-Text LLM for The Medical Domain](https://arxiv.org/abs/2404.07613)
47
  - 🌐 Project Website: [https://univ-cotedazur.eu/antidote](https://univ-cotedazur.eu/antidote)
48
 
49
 
 
135
 
136
  # Citation
137
 
 
 
138
  ```bibtext
139
+ @misc{garcíaferrero2024medical,
140
+ title={Medical mT5: An Open-Source Multilingual Text-to-Text LLM for The Medical Domain},
141
+ 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},
142
+ year={2024},
143
+ eprint={2404.07613},
144
+ archivePrefix={arXiv},
145
+ primaryClass={cs.CL}
146
+ }
147
  ```