Update README.md
Browse files
README.md
CHANGED
|
@@ -36,14 +36,11 @@ python HPO_evaluation.py --ontology_dict ../dict/HPO -c BIOC-GS -o ../results/bi
|
|
| 36 |
If you find this work useful, please cite:
|
| 37 |
|
| 38 |
**BibTeX:**
|
| 39 |
-
```
|
| 40 |
@article{tao2025autopcr,
|
| 41 |
title={AutoPCR: Automated Phenotype Concept Recognition by Prompting},
|
| 42 |
author={Tao, Yicheng and Huang, Yuanhao and Wang, Yiqun and Luo, Xin and Liu, Jie},
|
| 43 |
journal={arXiv preprint arXiv:2507.19315},
|
| 44 |
year={2025}
|
| 45 |
}
|
| 46 |
-
```
|
| 47 |
-
|
| 48 |
-
## Contact
|
| 49 |
-
Yicheng Tao: yctao@umich.edu
|
|
|
|
| 36 |
If you find this work useful, please cite:
|
| 37 |
|
| 38 |
**BibTeX:**
|
| 39 |
+
```bibtex
|
| 40 |
@article{tao2025autopcr,
|
| 41 |
title={AutoPCR: Automated Phenotype Concept Recognition by Prompting},
|
| 42 |
author={Tao, Yicheng and Huang, Yuanhao and Wang, Yiqun and Luo, Xin and Liu, Jie},
|
| 43 |
journal={arXiv preprint arXiv:2507.19315},
|
| 44 |
year={2025}
|
| 45 |
}
|
| 46 |
+
```
|
|
|
|
|
|
|
|
|