docs: add citation info to README
Browse files
README.md
CHANGED
@@ -239,4 +239,20 @@ We welcome contributions of all kinds! Whether you have ideas, feature requests,
|
|
239 |
|
240 |
Follow [OpenMed Org](https://huggingface.co/OpenMed) on Hugging Face 🤗 and click "Watch" to stay updated on our latest releases and developments.
|
241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
|
|
|
|
239 |
|
240 |
Follow [OpenMed Org](https://huggingface.co/OpenMed) on Hugging Face 🤗 and click "Watch" to stay updated on our latest releases and developments.
|
241 |
|
242 |
+
## Citation
|
243 |
+
|
244 |
+
If you use this model in your research or applications, please cite the following paper:
|
245 |
+
|
246 |
+
```latex
|
247 |
+
@misc{panahi2025openmedneropensourcedomainadapted,
|
248 |
+
title={OpenMed NER: Open-Source, Domain-Adapted State-of-the-Art Transformers for Biomedical NER Across 12 Public Datasets},
|
249 |
+
author={Maziyar Panahi},
|
250 |
+
year={2025},
|
251 |
+
eprint={2508.01630},
|
252 |
+
archivePrefix={arXiv},
|
253 |
+
primaryClass={cs.CL},
|
254 |
+
url={https://arxiv.org/abs/2508.01630},
|
255 |
+
}
|
256 |
+
```
|
257 |
|
258 |
+
Proper citation helps support and acknowledge my work. Thank you!
|