A large open-source family of task-specialized biomedical named-entity-recognition transformers spanning chemicals, diseases, genes, proteins, species, anatomy, and more at multiple base-model sizes.
OpenMed NER is a family of open-source, task-specialized transformer models for biomedical named-entity recognition (NER)—the task of locating and labeling mentions of specific entity types, such as chemicals, diseases, or genes, in biomedical and clinical text. Rather than a single large model, it is a suite of fine-tuned token-classification checkpoints, each dedicated to one entity family and each built on a compact encoder backbone. The suite was released in August 2025 by Maziyar Panahi, an AI engineer at the CNRS in Paris, under the community-driven, non-profit OpenMed initiative, and is documented in the accompanying arXiv paper "OpenMed NER: Open-Source, Domain-Adapted State-of-the-Art Transformers for Biomedical NER Across 12 Public Datasets."
The project's motivation is practical and access-oriented: high-quality biomedical entity extraction has often required either proprietary clinical NLP stacks or heavyweight large language models, both of which are costly and difficult to deploy. OpenMed instead ships small, permissively licensed models that match or exceed prior published results while running on modest hardware. Every checkpoint is released under the Apache-2.0 license with open model cards on the HuggingFace Hub.
The family is organized by detector and base model. Individual repositories
follow the OpenMed-NER-*Detect convention—for example ChemicalDetect,
DiseaseDetect, ProteinDetect, GenomicDetect, SpeciesDetect, OrganismDetect,
AnatomyDetect, PathologyDetect, OncologyDetect, and PharmaDetect—each available
across several base-encoder variants (named SuperClinical, BioMed, PubMed,
ModernMed, ElectraMed, TinyMed, MultiMed, and SuperMedical) at sizes ranging from
roughly 65M to 568M parameters.
The published method fine-tunes three transformer encoders—DeBERTa-v3-large, PubMedBERT-large, and BioELECTRA-large—across 12 standard benchmarks (BC4CHEMD, BC5CDR-Chem, BC5CDR-Disease, NCBI-Disease, JNLPBA, BC2GM, Linnaeus, Species-800, AnatEM, BioNLP 2013 CG, CLL, and FSU), yielding 36 checkpoints covering five entity families: chemicals, diseases, genes/proteins, species, and anatomy. Domain-adaptive pretraining uses LoRA adapters (rank 16) over a 350,000-passage biomedical corpus, completing in roughly four hours on a single NVIDIA A100-80GB GPU, followed by task fine-tuning. Representative results include a 0.9614 F1 for chemical detection on BC5CDR-Chem. On HuggingFace the family has since expanded well beyond the paper's 36 checkpoints, adding further entity types and base encoders—including ModernBERT-based variants—at parameter counts from about 65M to 568M.
OpenMed NER serves biomedical text-mining and clinical NLP workflows: extracting chemical and drug mentions for pharmacovigilance and adverse-event monitoring, identifying diseases and anatomical sites in the literature and clinical notes, pulling gene, protein, and species mentions for knowledge-graph construction, and annotating oncology and pathology reports. Because the detectors are small, permissively licensed, and individually deployable via the HuggingFace transformers library or the companion OpenMed Python toolkit, they suit both large-scale literature processing and on-device or privacy-sensitive settings where sending text to external APIs is undesirable.
OpenMed NER shows that carefully domain-adapted, parameter-efficient fine-tuning of compact encoders can match or beat prior published biomedical NER systems while remaining fully open and inexpensive to train. By packaging entity extraction as a broad catalog of Apache-2.0 checkpoints with open model cards, the project lowers the barrier to reproducible biomedical information extraction for research groups without access to proprietary clinical NLP stacks. These are fine-tuned, task-specific token classifiers rather than large pretrained foundation models, and their accuracy depends on how closely target text matches the source benchmarks; within that scope they provide a practical, transparent, and widely adopted set of building blocks for biomedical NLP pipelines.
Panahi, M. (2025) OpenMed NER: Open-Source, Domain-Adapted State-of-the-Art Transformers for Biomedical NER Across 12 Public Datasets. arXiv.org.
DOI: 10.48550/arXiv.2508.01630Papers that recently cited this model.
Kalavala Swetha, Balajee Maram, A. Giridhar Babu
2025 6th International Conference on Smart Electronics and Communication (ICOSEC) · Sep 2025
A. Yazdani, Ihor Stepanov, D. Teodoro
Bioinformatics · Apr 2025
The most-cited papers that cite this model.
A. Yazdani, Ihor Stepanov, D. Teodoro
Bioinformatics · Apr 2025
Kalavala Swetha, Balajee Maram, A. Giridhar Babu
2025 6th International Conference on Smart Electronics and Communication (ICOSEC) · Sep 2025
Share of papers citing this model.