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

AntiBERTa

Alchemab

BERT-based antibody language model pretrained on 57M B cell receptor sequences for paratope prediction and convergent antibody discovery.

Released: May 2022

AntiBERTa is an antibody-specific language model developed by Alchemab Therapeutics and published in Cell Patterns in May 2022. The model applies a BERT-style transformer architecture to antibody sequences, treating the amino acid string of a B cell receptor (BCR) as a natural language that encodes structural and functional information. Where general-purpose protein language models such as ESM are trained across the entire protein universe, AntiBERTa is deliberately specialized: every parameter is shaped by the distinctive sequence grammar of antibodies, including the hypervariable complementarity-determining regions (CDRs) that determine antigen binding.

The model was pre-trained using masked language modeling on 57 million unpaired BCR sequences drawn from the Observed Antibody Space (OAS) database — 42 million heavy-chain and 15 million light-chain sequences. It was subsequently fine-tuned on paratope prediction using structural data from the Structural Antibody Database (SAbDab). Training was performed on NVIDIA's Cambridge-1 supercomputer. AntiBERTa demonstrated state-of-the-art performance on paratope prediction at the time of publication, outperforming earlier sequence- and structure-based methods across multiple evaluation metrics.

#Key Features

  • Antibody-specialized pre-training: Trained exclusively on BCR sequences, allowing the model to capture antibody-specific sequence patterns — including CDR hypervariability and framework region conservation — that general protein language models dilute across diverse fold families.
  • Masked language modeling objective: Self-supervised pre-training via random residue masking forces the model to learn contextual dependencies across the full heavy- or light-chain sequence without requiring labeled experimental data at scale.
  • State-of-the-art paratope prediction: After fine-tuning on SAbDab structures, AntiBERTa identifies the residues comprising the antigen-binding paratope with accuracy that surpassed prior computational approaches at time of publication.
  • Convergent antibody identification: Contextualized sequence embeddings enable clustering of antibodies from different donors that share binding specificity, supporting discovery of broadly relevant immune signatures.
  • Plug-and-play Hugging Face integration: Built on the Hugging Face Transformers library, making the model straightforward to load, fine-tune, and deploy within standard Python ML workflows.

#Technical Details

AntiBERTa is a 12-layer bidirectional transformer following the BERT architecture. Each layer applies multi-head self-attention over the full antibody sequence, allowing residues anywhere in the chain to influence the representation of any other residue. This global receptive field is critical for antibodies because CDR loops are spatially proximal in the folded structure even when separated in sequence. The model was implemented in PyTorch 1.9.0 using Hugging Face Transformers 4.7.0, and tokenization operates at the single amino acid level.

Pre-training data comprised 42 million unpaired heavy-chain and 15 million unpaired light-chain BCR sequences from OAS, covering natural antibody diversity across human donors and disease states. Fine-tuning for paratope prediction used a snapshot of SAbDab from August 2021. The model generates per-residue embeddings that can be read out directly for token-classification tasks (paratope labeling) or aggregated for sequence-level tasks. On paratope prediction benchmarks, AntiBERTa improved upon prior methods including Parapred and DeepAb in precision, recall, and F1 at residue level. No parameter count is reported in the primary publication, though the 12-layer BERT-base configuration implies approximately 110 million parameters.

#Applications

AntiBERTa is used in antibody drug discovery and immunological research workflows where sequence-level understanding of BCR repertoires is needed. Therapeutic antibody programs can apply the model to rank and filter candidate sequences by predicted paratope quality or to identify convergent antibodies across patient cohorts that may indicate shared protective responses. B cell repertoire analysis pipelines benefit from the rich contextual embeddings for clustering and annotation tasks. Vaccine researchers can use the model to characterize antibody responses following immunization or infection, identifying sequences enriched in antigen-specific binding positions. The model is also appropriate as a sequence encoder in multi-task learning settings where paratope annotation is one component of a broader developability or affinity prediction pipeline.

#Impact

AntiBERTa established that domain-specialized pre-training on antibody sequences yields meaningful gains over general protein language models for antibody-centric tasks, influencing subsequent work such as AntiBERTa2 and IgLM. The paper demonstrated that self-supervised learning on large unlabeled BCR repertoire data transfers effectively to supervised tasks with limited structural annotations — a practically important finding given how sparse experimentally determined antibody-antigen structures remain relative to the size of natural repertoires. A key limitation is that AntiBERTa encodes heavy and light chains independently rather than as paired sequences, which means it does not model the interface between the two chains that shapes the complete binding site. This gap was a direct motivation for the paired-sequence models that followed. The model weights and training code are publicly available on GitHub, enabling reproducibility and community fine-tuning on new task-specific datasets.

Citation

Deciphering the language of antibodies using self-supervised learning

Leem, J., Mitchell, L.S., Farmery, J.H.R., Barton, J., & Galson, J.D. (2022). Deciphering the language of antibodies using self-supervised learning. Patterns, 3(7), 100513.

DOI: 10.1016/j.patter.2022.100513

Recent citations

Papers that recently cited this model.

  • Progress in structure prediction and design of adaptive immune receptors.

    Tomer Cohen, Tanya Hochner, Dina Schneidman-Duhovny

    Current Opinion in Structural Biology · Jul 2026

    0
  • Advancing bioinformatics with language models: components, applications, and perspectives

    Jiajia Liu, Mengyuan Yang, Yankai Yu, et al.

    Briefings in Bioinformatics · Jul 2026

    0
  • VDJ-REMIX: REpertoire Module Identification and eXploration

    Sakina Amin, L. Overend, Felicia Tucci, et al.

    Bioinformatics · Jul 2026

    0

Top citations

The most-cited papers that cite this model.

  • ProGen2: Exploring the Boundaries of Protein Language Models

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

    Cell Systems · Jun 2022

    519
  • Fast, accurate antibody structure prediction from deep learning on massive set of natural antibodies

    Jeffrey A. Ruffolo, Lee-Shin Chu, S. Mahajan, et al.

    bioRxiv · Feb 2022

    328
  • Fine-tuning protein language models boosts predictions across diverse tasks

    Robert Schmirler, M. Heinzinger, B. Rost

    bioRxiv · Jun 2024

    189Influential
  • In silico proof of principle of machine learning-based antibody design at unconstrained scale

    R. Akbar, Philippe A. Robert, Cédric R. Weber, et al.

    bioRxiv · Jul 2021

    115
  • IgLM: infilling language modeling for antibody sequence design

    Richard W. Shuai, Jeffrey A. Ruffolo, Jeffrey J. Gray

    Cell Systems · Oct 2023

    114

Related models

Models with similar goals, methods, or subject matter.

  • H3BERTa

    University of Bern

    Antibody language model pretrained only on CDR-H3 loops, giving embeddings for immune repertoire analysis and antibody sequence classification.

    ProteinLanguage model
  • CDR-Masked Paired Antibody Language Model

    Boston University

    Paired heavy/light antibody language model fine-tuning ESM-2 and ESM-C with CDR-preferential masking for zero-shot binding affinity embeddings.

    Protein
  • ReprogBERT

    IBM

    Antibody CDR design model that reprograms a frozen English BERT for sequence infilling, avoiding training a dedicated protein language model.

    Protein
  • AbLang

    Oxford Protein Informatics Group (OPIG)

    Antibody-specific language model trained on the OAS database for restoring missing residues and generating high-quality sequence representations.

    Protein
  • peleke-1

    Silico Biosciences / Tuple

    Suite of large language models fine-tuned with LoRA to generate antigen-targeted antibody Fv sequences from an antigen and its epitope.

    Protein
  • Parapred

    University of Cambridge

    Antibody paratope prediction model that identifies antigen-contacting residues from heavy and light CDR sequences alone, using CNN and RNN layers.

    Protein

Citations

Total Citations160
Influential13
References59

GitHub

Stars65
Forks14
Open Issues2
Contributors1
Last Push3y ago
LanguageJupyter Notebook
LicenseApache-2.0

Fields of citing research

  • Computer Science92%
  • Biology77%
  • Medicine75%
  • Engineering5%
  • Chemistry4%
  • Linguistics2%
  • Physics1%
  • Mathematics1%

Share of papers citing this model.

Openness

bio.rodeo opennessFully open · usable and reproducible
60Partial
Usability — can I run it?64
Reproducibility — can I retrain it?51
Model Openness Framework
Unclassified
Missing required components

Tags

antibodyfoundation_modelimmunologylanguage_model

Resources

GitHub RepositoryResearch Paper