Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ tags:
|
|
20 |
</div>
|
21 |
|
22 |
<div align="center">
|
23 |
-
<a href="https://github.com/TianYin123/Med-REFL" target="_blank">GitHub</a> | <a href="https://arxiv.org/abs/
|
24 |
</div>
|
25 |
|
26 |
# <span>Introduction</span>
|
@@ -100,6 +100,13 @@ print(tokenizer.decode(response, skip_special_tokens=True))
|
|
100 |
# <span>馃摉 Citation</span>
|
101 |
If you use these weights or the Med-REFL framework in your research, please cite our paper:
|
102 |
```
|
103 |
-
|
104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
```
|
|
|
20 |
</div>
|
21 |
|
22 |
<div align="center">
|
23 |
+
<a href="https://github.com/TianYin123/Med-REFL" target="_blank">GitHub</a> | <a href="https://arxiv.org/abs/2506.13793" target="_blank">Paper</a>
|
24 |
</div>
|
25 |
|
26 |
# <span>Introduction</span>
|
|
|
100 |
# <span>馃摉 Citation</span>
|
101 |
If you use these weights or the Med-REFL framework in your research, please cite our paper:
|
102 |
```
|
103 |
+
@misc{yang2025medreflmedicalreasoningenhancement,
|
104 |
+
title={Med-REFL: Medical Reasoning Enhancement via Self-Corrected Fine-grained Reflection},
|
105 |
+
author={Zongxian Yang and Jiayu Qian and Zegao Peng and Haoyu Zhang and Zhi-An Huang},
|
106 |
+
year={2025},
|
107 |
+
eprint={2506.13793},
|
108 |
+
archivePrefix={arXiv},
|
109 |
+
primaryClass={cs.AI},
|
110 |
+
url={https://arxiv.org/abs/2506.13793},
|
111 |
+
}
|
112 |
```
|