Update README.md
Browse filesupdate paper link
README.md
CHANGED
@@ -11,5 +11,19 @@ base_model:
|
|
11 |
SpiroLLM is the **first** multimodal large language model specifically designed to understand spirograms and aid in the diagnosis of Chronic Obstructive Pulmonary Disease (COPD).
|
12 |
|
13 |
## Resource
|
|
|
14 |
- **Code**: [Github](https://github.com/yudaleng/SpiroLLM)
|
15 |
-
- **Model**: [huggingface](https://huggingface.co/yudaleng/SpiroLLM)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
SpiroLLM is the **first** multimodal large language model specifically designed to understand spirograms and aid in the diagnosis of Chronic Obstructive Pulmonary Disease (COPD).
|
12 |
|
13 |
## Resource
|
14 |
+
- **Paper**: [arxiv](https://arxiv.org/abs/2507.16145)
|
15 |
- **Code**: [Github](https://github.com/yudaleng/SpiroLLM)
|
16 |
+
- **Model**: [huggingface](https://huggingface.co/yudaleng/SpiroLLM)
|
17 |
+
|
18 |
+
If you find SpiroLLM useful for your work, please consider citing our work.
|
19 |
+
```
|
20 |
+
@misc{mei2025spirollmfinetuningpretrainedllms,
|
21 |
+
title={SpiroLLM: Finetuning Pretrained LLMs to Understand Spirogram Time Series with Clinical Validation in COPD Reporting},
|
22 |
+
author={Shuhao Mei and Yongchao Long and Shan Cao and Xiaobo Han and Shijia Geng and Jinbo Sun and Yuxi Zhou and Shenda Hong},
|
23 |
+
year={2025},
|
24 |
+
eprint={2507.16145},
|
25 |
+
archivePrefix={arXiv},
|
26 |
+
primaryClass={cs.AI},
|
27 |
+
url={https://arxiv.org/abs/2507.16145},
|
28 |
+
}
|
29 |
+
```
|