Token Classification
Transformers
Safetensors
English
modernbert
named-entity-recognition
biomedical-nlp
cancer-genetics
oncology
gene-regulation
cancer-research
amino_acid
anatomical_system
cancer
cell
cellular_component
developing_anatomical_structure
gene_or_gene_product
immaterial_anatomical_entity
multi-tissue_structure
organ
organism
organism_subdivision
organism_substance
pathological_formation
simple_chemical
tissue
docs: add citation info to README
Browse files
README.md
CHANGED
@@ -289,4 +289,20 @@ We welcome contributions of all kinds! Whether you have ideas, feature requests,
|
|
289 |
|
290 |
Follow [OpenMed Org](https://huggingface.co/OpenMed) on Hugging Face 🤗 and click "Watch" to stay updated on our latest releases and developments.
|
291 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
292 |
|
|
|
|
289 |
|
290 |
Follow [OpenMed Org](https://huggingface.co/OpenMed) on Hugging Face 🤗 and click "Watch" to stay updated on our latest releases and developments.
|
291 |
|
292 |
+
## Citation
|
293 |
+
|
294 |
+
If you use this model in your research or applications, please cite the following paper:
|
295 |
+
|
296 |
+
```latex
|
297 |
+
@misc{panahi2025openmedneropensourcedomainadapted,
|
298 |
+
title={OpenMed NER: Open-Source, Domain-Adapted State-of-the-Art Transformers for Biomedical NER Across 12 Public Datasets},
|
299 |
+
author={Maziyar Panahi},
|
300 |
+
year={2025},
|
301 |
+
eprint={2508.01630},
|
302 |
+
archivePrefix={arXiv},
|
303 |
+
primaryClass={cs.CL},
|
304 |
+
url={https://arxiv.org/abs/2508.01630},
|
305 |
+
}
|
306 |
+
```
|
307 |
|
308 |
+
Proper citation helps support and acknowledge my work. Thank you!
|