Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
DiffuSETS model trained on KT LLM.
|
6 |
+
|
7 |
+
If you find our tool useful in your study, please cite:
|
8 |
+
```
|
9 |
+
@misc{lai2025diffusets12leadecggeneration,
|
10 |
+
title={DiffuSETS: 12-lead ECG Generation Conditioned on Clinical Text Reports and Patient-Specific Information},
|
11 |
+
author={Yongfan Lai and Jiabo Chen and Deyun Zhang and Yue Wang and Shijia Geng and Hongyan Li and Shenda Hong},
|
12 |
+
year={2025},
|
13 |
+
eprint={2501.05932},
|
14 |
+
archivePrefix={arXiv},
|
15 |
+
primaryClass={cs.LG},
|
16 |
+
url={https://arxiv.org/abs/2501.05932},
|
17 |
+
}
|
18 |
+
```
|