Clinical ModernBERT: An efficient and long context encoder for biomedical text
Simon A. Lee, Anthony Wu, Jeffrey N. Chiang
TL;DR
Clinical ModernBERT presents a domain-adapted, long-context encoder for biomedical text that merges ModernBERT’s architectural advances with biomedical pretraining on PubMed, MIMIC-IV, and structured ontologies. Key innovations include RoPE for relative positional encoding, GeGLU activations, bias-free layers, Flash Attention, and an 8,192-token context, enabling richer representations for long clinical documents. Empirical results show competitive to state-of-the-art performance across short- and long-context clinical NLP benchmarks, with strong improvements in medical-code alignment and retrieval tasks, plus superior efficiency at scale. The work demonstrates how targeted domain data, ontology integration, and architectural modernization yield robust, scalable clinical NLP encoders suitable for high-stakes healthcare applications.
Abstract
We introduce Clinical ModernBERT, a transformer based encoder pretrained on large scale biomedical literature, clinical notes, and medical ontologies, incorporating PubMed abstracts, MIMIC IV clinical data, and medical codes with their textual descriptions. Building on ModernBERT the current state of the art natural language text encoder featuring architectural upgrades such as rotary positional embeddings (RoPE), Flash Attention, and extended context length up to 8,192 tokens our model adapts these innovations specifically for biomedical and clinical domains. Clinical ModernBERT excels at producing semantically rich representations tailored for long context tasks. We validate this both by analyzing its pretrained weights and through empirical evaluation on a comprehensive suite of clinical NLP benchmarks.
