docs: add citation info to README
Browse files
README.md
CHANGED
|
@@ -256,4 +256,20 @@ We welcome contributions of all kinds! Whether you have ideas, feature requests,
|
|
| 256 |
|
| 257 |
Follow [OpenMed Org](https://huggingface.co/OpenMed) on Hugging Face 🤗 and click "Watch" to stay updated on our latest releases and developments.
|
| 258 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 259 |
|
|
|
|
|
|
| 256 |
|
| 257 |
Follow [OpenMed Org](https://huggingface.co/OpenMed) on Hugging Face 🤗 and click "Watch" to stay updated on our latest releases and developments.
|
| 258 |
|
| 259 |
+
## Citation
|
| 260 |
+
|
| 261 |
+
If you use this model in your research or applications, please cite the following paper:
|
| 262 |
+
|
| 263 |
+
```latex
|
| 264 |
+
@misc{panahi2025openmedneropensourcedomainadapted,
|
| 265 |
+
title={OpenMed NER: Open-Source, Domain-Adapted State-of-the-Art Transformers for Biomedical NER Across 12 Public Datasets},
|
| 266 |
+
author={Maziyar Panahi},
|
| 267 |
+
year={2025},
|
| 268 |
+
eprint={2508.01630},
|
| 269 |
+
archivePrefix={arXiv},
|
| 270 |
+
primaryClass={cs.CL},
|
| 271 |
+
url={https://arxiv.org/abs/2508.01630},
|
| 272 |
+
}
|
| 273 |
+
```
|
| 274 |
|
| 275 |
+
Proper citation helps support and acknowledge my work. Thank you!
|