Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ license: apache-2.0
|
|
5 |
# Med-MAT: On the Compositional Generalization of Multimodal LLMs for Medical Imaging
|
6 |
|
7 |
## ✨ Latest News
|
|
|
8 |
- [12/27/2024]: Release the classification datasets in Med-MAT. The detection/segmentation datasets are coming soon.
|
9 |
|
10 |
## ⚡ Introduction
|
@@ -255,3 +256,16 @@ Here’s a sample from Med-MAT:
|
|
255 |
We appreciate the previous efforts in open-sourcing the medical imaging datasets used in this project.
|
256 |
|
257 |
Please be sure to credit them when citing these datasets.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
# Med-MAT: On the Compositional Generalization of Multimodal LLMs for Medical Imaging
|
6 |
|
7 |
## ✨ Latest News
|
8 |
+
- [12/31/2024]: Release the paper [On the Compositional Generalization of Multimodal LLMs for Medical Imaging](https://arxiv.org/abs/2412.20070), in which we found that multimodal LLMs can use compositional generalization to understand unseen medical images.
|
9 |
- [12/27/2024]: Release the classification datasets in Med-MAT. The detection/segmentation datasets are coming soon.
|
10 |
|
11 |
## ⚡ Introduction
|
|
|
256 |
We appreciate the previous efforts in open-sourcing the medical imaging datasets used in this project.
|
257 |
|
258 |
Please be sure to credit them when citing these datasets.
|
259 |
+
|
260 |
+
## 📖 Citation
|
261 |
+
```
|
262 |
+
@misc{cai2024compositionalgeneralizationmultimodalllms,
|
263 |
+
title={On the Compositional Generalization of Multimodal LLMs for Medical Imaging},
|
264 |
+
author={Zhenyang Cai and Junying Chen and Rongsheng Wang and Weihong Wang and Yonglin Deng and Dingjie Song and Yize Chen and Zixu Zhang and Benyou Wang},
|
265 |
+
year={2024},
|
266 |
+
eprint={2412.20070},
|
267 |
+
archivePrefix={arXiv},
|
268 |
+
primaryClass={cs.CV},
|
269 |
+
url={https://arxiv.org/abs/2412.20070},
|
270 |
+
}
|
271 |
+
```
|