Update README.md
Browse files
README.md
CHANGED
|
@@ -93,4 +93,14 @@ print(scores.tolist())
|
|
| 93 |
```
|
| 94 |
|
| 95 |
## Citation
|
| 96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
```
|
| 94 |
|
| 95 |
## Citation
|
| 96 |
+
If you find this repository helpful, please kindly consider citing the corresponding paper. Thanks!
|
| 97 |
+
```
|
| 98 |
+
@misc{xu2024bmretriever,
|
| 99 |
+
title={BMRetriever: Tuning Large Language Models as Better Biomedical Text Retrievers},
|
| 100 |
+
author={Ran Xu and Wenqi Shi and Yue Yu and Yuchen Zhuang and Yanqiao Zhu and May D. Wang and Joyce C. Ho and Chao Zhang and Carl Yang},
|
| 101 |
+
year={2024},
|
| 102 |
+
eprint={2404.18443},
|
| 103 |
+
archivePrefix={arXiv},
|
| 104 |
+
primaryClass={cs.CL}
|
| 105 |
+
}
|
| 106 |
+
```
|