jazeelmohd commited on
Commit
c34d95a
·
verified ·
1 Parent(s): 2e2c449

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -28,7 +28,7 @@ library_name: transformers
28
  #### **Mohamed Bin Zayed University of Artificial Intelligence (MBZUAI), UAE**
29
 
30
  [![Website](https://img.shields.io/badge/Project-Website-87CEEB)](https://medix.cvmbzuai.com)
31
- [![Paper](https://img.shields.io/badge/arXiv-Paper-red.svg)](#)
32
  [![HuggingFace](https://img.shields.io/badge/HuggingFace-Page-F9D371)](https://huggingface.co/collections/MBZUAI/medix-r1)
33
  [![Leaderboard](https://img.shields.io/badge/MediX-Leaderboard-green)](https://medix.cvmbzuai.com/leaderboard)
34
 
@@ -129,11 +129,14 @@ See [`eval/README.md`](eval/README.md) for task selection, CLI reference, and MM
129
  If you use MediX-R1 in your research, please cite our work as follows:
130
 
131
  ```bibtex
132
- @misc{mullappilly2025medixr1,
133
- title = {MediX-R1: Open-Ended Medical Reinforcement Learning},
134
- author = {Sahal Shaji Mullappilly and Mohammed Irfan Kurpath and Omair Mohamed and Mohamed Zidan and Fahad Khan and Salman Khan and Rao Anwer and Hisham Cholakkal},
135
- year = {2025},
136
- howpublished = {\url{https://github.com/mbzuai-oryx/MediX-R1}}
 
 
 
137
  }
138
  ```
139
 
 
28
  #### **Mohamed Bin Zayed University of Artificial Intelligence (MBZUAI), UAE**
29
 
30
  [![Website](https://img.shields.io/badge/Project-Website-87CEEB)](https://medix.cvmbzuai.com)
31
+ [![Paper](https://img.shields.io/badge/arXiv-Paper-red.svg)](https://arxiv.org/pdf/2602.23363)
32
  [![HuggingFace](https://img.shields.io/badge/HuggingFace-Page-F9D371)](https://huggingface.co/collections/MBZUAI/medix-r1)
33
  [![Leaderboard](https://img.shields.io/badge/MediX-Leaderboard-green)](https://medix.cvmbzuai.com/leaderboard)
34
 
 
129
  If you use MediX-R1 in your research, please cite our work as follows:
130
 
131
  ```bibtex
132
+ @misc{mullappilly2026medixr1openendedmedical,
133
+ title={MediX-R1: Open Ended Medical Reinforcement Learning},
134
+ author={Sahal Shaji Mullappilly and Mohammed Irfan Kurpath and Omair Mohamed and Mohamed Zidan and Fahad Khan and Salman Khan and Rao Anwer and Hisham Cholakkal},
135
+ year={2026},
136
+ eprint={2602.23363},
137
+ archivePrefix={arXiv},
138
+ primaryClass={cs.CV},
139
+ url={https://arxiv.org/abs/2602.23363},
140
  }
141
  ```
142