bio.rodeo
ModelsOrganizationsLeaderboardAboutSign in
bio.rodeo

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

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Protein foundation models
Protein

ProteinBERT

Hebrew University of Jerusalem

Protein language model pretrained on UniRef90 with masked language modeling and Gene Ontology annotation prediction, at 16 million parameters.

Released: January 2022
Parameters: 16 Million

ProteinBERT is a protein language model developed by Nadav Brandes, Dan Ofer, Yam Peleg, Nadav Rappoport, and Michal Linial at the Hebrew University of Jerusalem and Ben-Gurion University. Published in Bioinformatics in 2022, it was among the first models to explicitly incorporate functional annotation signals — specifically Gene Ontology (GO) terms — as a pretraining objective alongside masked language modeling, distinguishing it from contemporaries that relied solely on sequence reconstruction.

The model addresses a longstanding challenge in protein representation learning: how to encode both local sequence patterns and global functional properties within a single unified architecture. Traditional transformer-based language models process sequences through self-attention with quadratic complexity in sequence length, limiting their practical application to proteins beyond a few thousand residues. ProteinBERT introduced a dual-pathway architecture that separates local (per-residue) and global (whole-protein) representations, enabling efficient processing of proteins spanning 128 to over 16,000 amino acids in length.

Despite containing only approximately 16 million parameters — an order of magnitude smaller than many contemporary protein language models — ProteinBERT achieves competitive or superior performance across a broad range of downstream property prediction benchmarks. This efficiency made it particularly attractive as a transfer learning backbone in settings where computational resources are constrained.

#Key Features

  • Dual pretraining objectives: Simultaneously trained on bidirectional masked language modeling of protein sequences and prediction of 8,943 Gene Ontology annotations, allowing the model to capture both sequence syntax and biological function during pretraining.
  • Local-global architecture: Six transformer-like blocks process two parallel representations — a local per-residue track (using convolutions and attention) and a global whole-sequence track (using fully connected layers) — with cross-communication between them at each layer.
  • Linear-complexity global attention: A novel global attention mechanism scales linearly with sequence length rather than quadratically, enabling the model to handle extremely long protein sequences without the memory and compute bottlenecks of standard self-attention.
  • Compact and efficient: At ~16M parameters, ProteinBERT is substantially smaller than models such as ESM-1b (650M parameters) or the TAPE Transformer (38M), enabling rapid fine-tuning on modest hardware and inference in seconds.
  • Flexible transfer learning: Pretrained weights can be fine-tuned for arbitrary protein property prediction tasks in a few minutes, with minimal task-specific architecture modifications required.

#Technical Details

ProteinBERT consists of six transformer-like blocks arranged in a dual-pathway design. The local pathway processes per-residue amino acid tokens using a combination of 1D convolutional layers and global-attention layers, with skip connections and layer normalization throughout. The global pathway maintains a fixed-size whole-protein representation updated by fully connected layers and receives compressed summaries from the local track at each block. This architecture allows the two pathways to exchange information at every layer, enabling the final representations to jointly reflect position-specific and protein-wide signals.

The model was pretrained on approximately 106 million sequences from UniRef90, covering the breadth of known protein sequence space. Training ran for roughly 28 days and approximately 6.4 epochs over the full dataset. The GO annotation pretraining task used 8,943 terms — those appearing at least 100 times across the dataset — as multi-label prediction targets, providing a rich functional supervision signal beyond sequence reconstruction alone. Downstream benchmarks span nine tasks including secondary structure prediction, remote homology detection, post-translational modification (PTM) site prediction, fluorescence and stability regression, signal peptide cleavage site prediction, and neuropeptide cleavage.

#Applications

ProteinBERT serves as a transfer learning backbone for predicting diverse protein properties where labeled data is scarce. Researchers apply it to PTM site prediction, signal peptide identification, and secondary structure annotation. Its linear-complexity attention is particularly valuable for analyzing large proteins or full proteome scans where standard transformer models would be computationally prohibitive. Because fine-tuning requires only minutes on commodity hardware, it is well-suited to academic and resource-limited environments. The integrated GO annotation embeddings also make it a natural fit for function prediction tasks that require awareness of broad biological process, molecular function, and cellular component categories.

#Impact

ProteinBERT demonstrated that combining sequence and functional annotation objectives during pretraining could yield competitive protein representations with far fewer parameters than pure sequence-based models, influencing subsequent work on multi-task protein pretraining strategies. Its open release on GitHub with pretrained weights and a step-by-step Colab demo lowered the barrier to entry for wet-lab researchers seeking to apply deep learning to protein property prediction. The model has been cited extensively as a baseline in the protein representation learning literature and remains a practical reference point for evaluating the trade-off between model scale and predictive performance. A notable limitation is that ProteinBERT does not encode three-dimensional structural information and was not designed for structure prediction; it is best understood as a sequence- and function-aware embedding model rather than a structure-prediction system.

Citation

ProteinBERT: a universal deep-learning model of protein sequence and function

Brandes, N., et al. (2021) ProteinBERT: a universal deep-learning model of protein sequence and function. bioRxiv.

DOI: 10.1093/bioinformatics/btac020

Recent citations

Papers that recently cited this model.

  • Artificial intelligence in vaccine development: applications, implementation, and future directions

    Sastha N. Kumar, Rajhans Gondane, Shubham Mahindrakar, et al.

    Frontiers in Cellular and Infection Microbiology · Jul 2026

    0
  • T-pGNN4DTI: Towards better drug-target interactions prediction using Global Self-attentive Pooled Graph Convolutional Networks and protein pre-training Models

    Yanmei Lin, Boqi Yang, Jianping Liao, et al.

    PLoS ONE · Jul 2026

    0
  • Asymmetric Structural Transfer Between Natural Language and Biological Foundation Models

    Liang Wang

    bioRxiv · Jul 2026

    0

Top citations

The most-cited papers that cite this model.

  • ProtGPT2 is a deep unsupervised language model for protein design

    Noelia Ferruz, Steffen Schmidt, B. Höcker

    Nature Communications · Jul 2022

    834
  • ProGen2: Exploring the Boundaries of Protein Language Models

    Erik Nijkamp, Jeffrey A. Ruffolo, Eli N. Weinstein, et al.

    Cell Systems · Jun 2022

    519
  • HyenaDNA: Long-Range Genomic Sequence Modeling at Single Nucleotide Resolution

    Eric Nguyen, Michael Poli, Marjan Faizi, et al.

    Neural Information Processing Systems · Jun 2023

    487
  • Genome-wide prediction of disease variant effects with a deep protein language model

    N. Brandes, Grant Goldman, Charlotte H. Wang, et al.

    Nature Genetics · Aug 2023

    332
  • Multimodal Large Language Models in Health Care: Applications, Challenges, and Future Outlook

    Rawan AlSaad, Alaa A. Abd-alrazaq, Sabri Boughorbel, et al.

    Journal of Medical Internet Research · Apr 2024

    263

Related models

Models with similar goals, methods, or subject matter.

  • OntoProtein

    Zhejiang University

    Protein language model that fuses Gene Ontology knowledge graphs with masked language modeling, improving protein function and interaction prediction.

    Protein
  • ProteomeLM

    EPFL

    Proteome-scale protein language model whose representations enable zero-shot protein-protein interaction and gene essentiality prediction.

    Protein
  • SFM-Protein

    Microsoft Research

    Protein language model that captures short- and long-range residue co-evolution through a dual pre-training objective, at 3B parameters.

    Protein
  • ProtTrans

    Rostlab

    Suite of six protein language models, including ProtBERT and ProtT5, trained on up to 393 billion amino acids without multiple sequence alignments.

    Protein
  • BioReason-Pro

    Arc Institute / UCSF / University of Toronto / Vector Institute

    Multimodal reasoning LLM for protein function prediction, fusing protein language model embeddings to emit interpretable GO-term reasoning traces.

    ProteinLanguage model
  • CARP

    Microsoft Research

    Protein language model family built on CNNs rather than transformers, matching transformer quality while scaling linearly with sequence length.

    Protein
  • Ankh

    Technical University of Munich

    Parameter-efficient protein language model that matches larger models such as ESM-2 on protein prediction tasks using under 10% of the parameters.

    Protein
  • HERCULES

    Italian Institute of Technology

    Protein language model that classifies RNA-binding proteins, localizes RNA-binding domains, and scores mutation effects at single-residue resolution.

    Protein

Citations

Total Citations981
Influential62
References53

GitHub

Stars579
Forks108
Open Issues6
Contributors7
Last Push3mo ago
LanguageJupyter Notebook

HuggingFace

Downloads0
Likes25
Last Modified2y ago

Fields of citing research

  • Computer Science37%
  • Biology31%
  • Medicine24%
  • Chemistry5%
  • Materials Science2%
  • Engineering2%
  • Environmental Science1%
  • Mathematics1%

Share of papers citing this model.

Openness

bio.rodeo opennessFully open · usable and reproducible
86Open
Usability — can I run it?100
Reproducibility — can I retrain it?72
Model Openness Framework
Class II
Open Tooling

Tags

foundation_modelgene_ontologylanguage_modelsequence_analysis

Resources

GitHub RepositoryResearch PaperHuggingFace ModelDocumentationDemoDatasetLink