Image-Text-to-Text
Safetensors
English
llava_llama
medical
RuoqiLiu commited on
Commit
3b497b4
β€’
1 Parent(s): 62e4479

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -16,7 +16,7 @@ Dataset for paper "Teach Multimodal LLMs to Comprehend Electrocardiographic Imag
16
 
17
  🌐 Project Page: [https://aimedlab.github.io/PULSE/](https://aimedlab.github.io/PULSE/)
18
 
19
- πŸ“„ Paper: [need update](https://aimedlab.github.io/PULSE/)
20
 
21
  πŸ§‘β€πŸ’» Code: [https://github.com/AIMedLab/PULSE](https://github.com/AIMedLab/PULSE)
22
 
@@ -57,7 +57,13 @@ Overall performance of PULSE-7B on ECGBench
57
  <!-- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/640701cb4dc5f2846c91d4eb/YfKUgi3lsXRu4epinS9BY.png) -->
58
 
59
  ## Citation
60
- If you find this work helpful, please cite out paper:
61
 
62
- ```bibtex
 
 
 
 
 
 
63
  ```
 
16
 
17
  🌐 Project Page: [https://aimedlab.github.io/PULSE/](https://aimedlab.github.io/PULSE/)
18
 
19
+ πŸ“„ Paper: [https://arxiv.org/abs/2410.19008](https://arxiv.org/abs/2410.19008)
20
 
21
  πŸ§‘β€πŸ’» Code: [https://github.com/AIMedLab/PULSE](https://github.com/AIMedLab/PULSE)
22
 
 
57
  <!-- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/640701cb4dc5f2846c91d4eb/YfKUgi3lsXRu4epinS9BY.png) -->
58
 
59
  ## Citation
60
+ If you find this work helpful, please cite our paper:
61
 
62
+ ```
63
+ @article{liu2024teach,
64
+ title={Teach Multimodal LLMs to Comprehend Electrocardiographic Images},
65
+ author={Ruoqi Liu, Yuelin Bai, Xiang Yue, Ping Zhang},
66
+ journal={arXiv preprint arXiv:2410.19008},
67
+ year={2024}
68
+ }
69
  ```