ashwinkumargb commited on
Commit
cf44ce3
·
verified ·
1 Parent(s): 5366b2b

Updating paper with nature paper

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -6,13 +6,13 @@ library_name: merlin
6
  pipeline_tag: text-to-image
7
  ---
8
 
9
- # Merlin: Vision Language Foundation Model for 3D Computed Tomography
10
 
11
- [![pypi](https://img.shields.io/pypi/v/merlin-vlm?style=for-the-badge)](https://pypi.org/project/merlin-vlm/)
12
 
13
  Merlin is a 3D VLM for computed tomography that leverages both structured electronic health records (EHR) and unstructured radiology reports for pretraining. The huggingface repository here provides the model weights and an example image file.
14
 
15
- [[💻 Github](https://github.com/StanfordMIMI/Merlin)] [[📄 Paper](https://arxiv.org/abs/2406.06512)]
16
 
17
  ## ⚡️ Installation
18
 
@@ -44,14 +44,15 @@ For usage instructions, please visit the github [repository](https://github.com/
44
  ```
45
 
46
  ## 📎 Citation
47
- If you find this repository useful for your work, please cite the cite the [original paper](https://arxiv.org/abs/2406.06512):
48
 
49
  ```bibtex
50
- @article{blankemeier2024merlin,
51
- title={Merlin: A vision language foundation model for 3d computed tomography},
52
- author={Blankemeier, Louis and Cohen, Joseph Paul and Kumar, Ashwin and Van Veen, Dave and Gardezi, Syed Jamal Safdar and Paschali, Magdalini and Chen, Zhihong and Delbrouck, Jean-Benoit and Reis, Eduardo and Truyts, Cesar and others},
53
- journal={Research Square},
54
- pages={rs--3},
55
- year={2024}
 
56
  }
57
  ```
 
6
  pipeline_tag: text-to-image
7
  ---
8
 
9
+ # Merlin: A Computed Tomography Vision–Language Foundation Model and Dataset
10
 
11
+ [![Nature Paper](https://img.shields.io/badge/Nature-Paper-blue?style=for-the-badge)](https://doi.org/10.1038/s41586-026-10181-8)    [![pypi](https://img.shields.io/pypi/v/merlin-vlm?style=for-the-badge)](https://pypi.org/project/merlin-vlm/)
12
 
13
  Merlin is a 3D VLM for computed tomography that leverages both structured electronic health records (EHR) and unstructured radiology reports for pretraining. The huggingface repository here provides the model weights and an example image file.
14
 
15
+ [[💻 Github](https://github.com/StanfordMIMI/Merlin)] [[📄 Nature Paper](https://www.nature.com/articles/s41586-026-10181-8)]
16
 
17
  ## ⚡️ Installation
18
 
 
44
  ```
45
 
46
  ## 📎 Citation
47
+ If you find this repository useful for your work, please cite the cite the [Nature paper](https://www.nature.com/articles/s41586-026-10181-8):
48
 
49
  ```bibtex
50
+ @article{blankemeier_kumar2026merlin,
51
+ author = {Blankemeier, Louis and Kumar, Ashwin and Cohen, Joseph Paul and Liu, Jiaming and Liu, Longchao and Van Veen, Dave and Gardezi, Syed Jamal Safdar and Yu, Hongkun and Paschali, Magdalini and Chen, Zhihong and Delbrouck, Jean-Benoit and Reis, Eduardo and Holland, Robbie and Truyts, Cesar and Bluethgen, Christian and Wu, Yufu and Lian, Long and Jensen, Malte Engmann Kjeldskov and Ostmeier, Sophie and Varma, Maya and Valanarasu, Jeya Maria Jose and Fang, Zhongnan and Huo, Zepeng and Nabulsi, Zaid and Ardila, Diego and Weng, Wei-Hung and Amaro Junior, Edson and Ahuja, Neera and Fries, Jason and Shah, Nigam H. and Zaharchuk, Greg and Willis, Marc and Yala, Adam and Johnston, Andrew and Boutin, Robert D. and Wentland, Andrew and Langlotz, Curtis P. and Hom, Jason and Gatidis, Sergios and Chaudhari, Akshay S.},
52
+ title = {Merlin: a computed tomography vision-language foundation model and dataset},
53
+ journal = {Nature},
54
+ year = {2026},
55
+ doi = {10.1038/s41586-026-10181-8},
56
+ url = {https://doi.org/10.1038/s41586-026-10181-8}
57
  }
58
  ```