Update README.md
Browse files
README.md
CHANGED
|
@@ -97,10 +97,19 @@ res = [
|
|
| 97 |
|
| 98 |
|
| 99 |
|
| 100 |
-
## Citation
|
| 101 |
|
| 102 |
-
If you find our paper or models helpful, please consider cite:
|
| 103 |
|
| 104 |
**BibTeX:**
|
| 105 |
-
|
| 106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
|
| 98 |
|
| 99 |
|
| 100 |
+
## Citation
|
| 101 |
|
| 102 |
+
If you find our paper or models helpful, please consider cite:
|
| 103 |
|
| 104 |
**BibTeX:**
|
| 105 |
+
```
|
| 106 |
+
@misc{ying2025geniegenerativenoteinformation,
|
| 107 |
+
title={GENIE: Generative Note Information Extraction model for structuring EHR data},
|
| 108 |
+
author={Huaiyuan Ying and Hongyi Yuan and Jinsen Lu and Zitian Qu and Yang Zhao and Zhengyun Zhao and Isaac Kohane and Tianxi Cai and Sheng Yu},
|
| 109 |
+
year={2025},
|
| 110 |
+
eprint={2501.18435},
|
| 111 |
+
archivePrefix={arXiv},
|
| 112 |
+
primaryClass={cs.CL},
|
| 113 |
+
url={https://arxiv.org/abs/2501.18435},
|
| 114 |
+
}
|
| 115 |
+
```
|