bio.rodeo
ModelsOrganizationsLeaderboardAbout
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

AboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Language model foundation models
Language model

OpenMed NER

OpenMed

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.

Released: August 2025

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.

#Key Features

  • Task-specialized detectors: Each model targets a single entity family (chemicals, diseases, genes/DNA, proteins, species/organisms, anatomy, pathology, oncology, or pharmacology), so users can compose exactly the extractors their pipeline needs rather than running one monolithic model.
  • Domain-adaptive pretraining plus LoRA: The training recipe combines lightweight domain-adaptive pretraining (DAPT) with parameter-efficient Low-Rank Adaptation, updating under 1.5% of backbone parameters before task-specific fine-tuning.
  • Multiple backbones and sizes: The core paper covers three large encoders, and the broader HuggingFace family extends across additional base architectures and compact sizes, letting users trade accuracy for latency and footprint.
  • State-of-the-art benchmarks: The models set new micro-F1 records on 10 of 12 public biomedical NER datasets, with gains such as +9.72 points on the CLL cell-line corpus and +5.39 on the BC2GM gene corpus.
  • Fully open and efficient: All checkpoints are Apache-2.0 with open model cards; each model trains in under 12 hours on a single GPU with a reported carbon footprint below 1.2 kg CO2e.

#Technical Details

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.

#Applications

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.

#Impact

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.

Citation

OpenMed NER: Open-Source, Domain-Adapted State-of-the-Art Transformers for Biomedical NER Across 12 Public Datasets

Preprint

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.01630

Recent citations

Papers that recently cited this model.

  • Towards Fine-Grained Biodiversity Monitoring: A Review on Attribute-based Zero-Shot Learning and Domain Adaptation for Species Recognition

    Kalavala Swetha, Balajee Maram, A. Giridhar Babu

    2025 6th International Conference on Smart Electronics and Communication (ICOSEC) · Sep 2025

    0
  • GLiNER-BioMed: a suite of efficient models for open biomedical named entity recognition

    A. Yazdani, Ihor Stepanov, D. Teodoro

    Bioinformatics · Apr 2025

    7

Top citations

The most-cited papers that cite this model.

  • GLiNER-BioMed: a suite of efficient models for open biomedical named entity recognition

    A. Yazdani, Ihor Stepanov, D. Teodoro

    Bioinformatics · Apr 2025

    7
  • Towards Fine-Grained Biodiversity Monitoring: A Review on Attribute-based Zero-Shot Learning and Domain Adaptation for Species Recognition

    Kalavala Swetha, Balajee Maram, A. Giridhar Babu

    2025 6th International Conference on Smart Electronics and Communication (ICOSEC) · Sep 2025

    0

Citations

Total Citations2
Influential0
References56

GitHub

Stars4.5K
Forks543
Open Issues528
Contributors48
Last Push17h ago
LanguagePython
LicenseApache-2.0

Fields of citing research

  • Computer Science100%
  • Biology50%
  • Environmental Science50%
  • Medicine50%

Share of papers citing this model.

Openness

bio.rodeo opennessOpen weights · open weights, closed recipe
71Open
Usability — can I run it?100
Reproducibility — can I retrain it?30
open weights, closed recipe
Model Openness Framework
Class III
Open Model

Tags

biomedical_literatureinformation_extractionnamed_entity_recognitiontransfer_learningtransformer

Resources

GitHub RepositoryResearch PaperHuggingFace ModelDocumentation