Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
## Citation
|
5 |
+
|
6 |
+
```
|
7 |
+
@misc{chen2024codinterpretablemedicalagent,
|
8 |
+
title={CoD, Towards an Interpretable Medical Agent using Chain of Diagnosis},
|
9 |
+
author={Junying Chen and Chi Gui and Anningzhe Gao and Ke Ji and Xidong Wang and Xiang Wan and Benyou Wang},
|
10 |
+
year={2024},
|
11 |
+
eprint={2407.13301},
|
12 |
+
archivePrefix={arXiv},
|
13 |
+
primaryClass={cs.CL},
|
14 |
+
url={https://arxiv.org/abs/2407.13301},
|
15 |
+
}
|
16 |
+
```
|