Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ tags:
|
|
| 17 |
- LLM
|
| 18 |
---
|
| 19 |
|
| 20 |
-
This model has been finetuned following the approach described in the paper **BMRetriever: Tuning Large Language Models as Better Biomedical Text Retrievers**. The associated GitHub repository is available here https://github.com/ritaranx/BMRetriever.
|
| 21 |
|
| 22 |
This model has 410M parameters. See the paper [link](https://arxiv.org/abs/2404.18443) for details.
|
| 23 |
|
|
@@ -100,12 +100,10 @@ print(scores.tolist())
|
|
| 100 |
## Citation
|
| 101 |
If you find this repository helpful, please kindly consider citing the corresponding paper. Thanks!
|
| 102 |
```
|
| 103 |
-
@
|
| 104 |
title={BMRetriever: Tuning Large Language Models as Better Biomedical Text Retrievers},
|
| 105 |
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},
|
| 106 |
year={2024},
|
| 107 |
-
|
| 108 |
-
archivePrefix={arXiv},
|
| 109 |
-
primaryClass={cs.CL}
|
| 110 |
}
|
| 111 |
```
|
|
|
|
| 17 |
- LLM
|
| 18 |
---
|
| 19 |
|
| 20 |
+
This model has been finetuned following the approach described in the paper **BMRetriever: Tuning Large Language Models as Better Biomedical Text Retrievers**, published in EMNLP 2024. The associated GitHub repository is available here https://github.com/ritaranx/BMRetriever.
|
| 21 |
|
| 22 |
This model has 410M parameters. See the paper [link](https://arxiv.org/abs/2404.18443) for details.
|
| 23 |
|
|
|
|
| 100 |
## Citation
|
| 101 |
If you find this repository helpful, please kindly consider citing the corresponding paper. Thanks!
|
| 102 |
```
|
| 103 |
+
@inproceedings{xu2024bmretriever,
|
| 104 |
title={BMRetriever: Tuning Large Language Models as Better Biomedical Text Retrievers},
|
| 105 |
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},
|
| 106 |
year={2024},
|
| 107 |
+
booktitle={Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing},
|
|
|
|
|
|
|
| 108 |
}
|
| 109 |
```
|