dariog commited on
Commit
d5b9c72
verified
1 Parent(s): ae88cb0

Updates paper reference.

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -57,8 +57,8 @@ Aloe: A Family of Fine-tuned Open Healthcare LLMs
57
  </a>
58
  </div>
59
  <div align="center" style="line-height: 1;">
60
- <a href="https://arxiv.org/abs/2405.01886" target="_blank" style="margin: 1px;">
61
- <img alt="Arxiv" src="https://img.shields.io/badge/arXiv-2405.01886-b31b1b.svg" style="display: inline-block; vertical-align: middle;"/>
62
  </a>
63
  <a href="LICENSE" style="margin: 1px;">
64
  <img alt="License" src="https://img.shields.io/badge/license-Llama%203.1-green" style="display: inline-block; vertical-align: middle;"/>
@@ -407,15 +407,14 @@ mailto:[email protected]
407
  Add the prompt engine paper below
408
  -->
409
 
410
- If you use this repository in a published work, please cite the corresponding papers as source:
411
 
412
  ```
413
- @misc{gururajan2024aloe,
414
- title={Aloe: A Family of Fine-tuned Open Healthcare LLMs},
415
- author={Ashwin Kumar Gururajan and Enrique Lopez-Cuena and Jordi Bayarri-Planas and Adrian Tormos and Daniel Hinjos and Pablo Bernabeu-Perez and Anna Arias-Duart and Pablo Agustin Martin-Torres and Lucia Urcelay-Ganzabal and Marta Gonzalez-Mallo and Sergio Alvarez-Napagao and Eduard Ayguad茅-Parra and Ulises Cort茅s Dario Garcia-Gasulla},
416
- year={2024},
417
- eprint={2405.01886},
418
  archivePrefix={arXiv},
419
- primaryClass={cs.CL}
420
  }
421
  ```
 
57
  </a>
58
  </div>
59
  <div align="center" style="line-height: 1;">
60
+ <a href="https://arxiv.org/abs/2505.04388" target="_blank" style="margin: 1px;">
61
+ <img alt="Arxiv" src="https://img.shields.io/badge/arXiv-2505.04388-b31b1b.svg" style="display: inline-block; vertical-align: middle;"/>
62
  </a>
63
  <a href="LICENSE" style="margin: 1px;">
64
  <img alt="License" src="https://img.shields.io/badge/license-Llama%203.1-green" style="display: inline-block; vertical-align: middle;"/>
 
407
  Add the prompt engine paper below
408
  -->
409
 
410
+ If you use this repository in a published work, please cite the corresponding paper as source:
411
 
412
  ```
413
+ @article{garcia2025aloe,
414
+ title={The Aloe Family Recipe for Open and Specialized Healthcare LLMs},
415
+ author={Garcia-Gasulla, Dario and Bayarri-Planas, Jordi and Gururajan, Ashwin Kumar and Lopez-Cuena, Enrique and Tormos, Adrian and Hinjos, Daniel and Bernabeu-Perez, Pablo and Arias-Duart, Anna and Martin-Torres, Pablo Agustin and Gonzalez-Mallo, Marta and others},
416
+ year={2025},
417
+ eprint={2505.04388},
418
  archivePrefix={arXiv},
 
419
  }
420
  ```