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

ProtST

DeepGraphLearning

Multi-modal protein language model trained on sequences paired with biomedical text, enabling zero-shot function prediction and text-based retrieval.

Released: January 2023

ProtST is a multi-modal protein language model developed by the DeepGraphLearning group that bridges protein sequence representations with biomedical natural language descriptions. Introduced in early 2023, it addresses a fundamental gap in conventional protein language models: while sequence-only models effectively capture co-evolutionary patterns, they lack explicit grounding in the biological functions those sequences encode. ProtST remedies this by jointly learning from both protein sequences and curated textual descriptions of protein function, cellular location, molecular mechanisms, and biological process involvement.

The core innovation is the construction of the ProtDescribe dataset, which pairs protein sequences with rich, multi-attribute text annotations drawn from biomedical databases and literature. Using this dataset, ProtST employs a three-objective pre-training strategy — unimodal masked prediction on sequences and text independently, contrastive alignment of the two modalities in a shared embedding space, and cross-modal masked prediction — to produce representations that are simultaneously sequence-aware and functionally interpretable.

The result is a model that can be used in both supervised and zero-shot settings, including retrieving proteins from large databases using free-text functional queries, without requiring explicit function labels at inference time.

#Key Features

  • Multi-Modal Architecture: Combines a protein language model (PLM) for sequence encoding, a biomedical language model (BLM) for text encoding, and a fusion module that aligns representations across both modalities in a shared embedding space.
  • ProtDescribe Dataset: A purpose-built dataset of protein sequence and text description pairs, sourced from curated databases to cover molecular function, biological process, cellular component, and other key properties.
  • Three-Task Pre-Training: Simultaneously optimizes unimodal mask prediction, multimodal contrastive alignment, and multimodal mask prediction, ensuring robust learning of both within-modality and cross-modal structure.
  • Zero-Shot Functional Prediction: Enables classification and retrieval of proteins by functional category without task-specific fine-tuning, by comparing sequence embeddings against text embeddings of class label descriptions.
  • Enhanced Supervised Performance: Pre-trained multi-modal representations improve downstream task performance on standard protein function benchmarks relative to sequence-only baselines.
  • Bidirectional Search: Supports both sequence-to-text and text-to-sequence retrieval, enabling natural-language queries against large protein databases.

#Technical Details

ProtST combines two pretrained language model backbones: a protein language model (such as ESM) for encoding amino acid sequences and a biomedical language model (such as PubMedBERT) for encoding textual descriptions. A fusion module then aligns representations from these two encoders through contrastive learning, bringing functionally similar sequence-text pairs together in a shared latent space while pushing dissimilar pairs apart. This is the multimodal representation alignment objective. The two auxiliary objectives — masked token prediction on sequences and masked token prediction conditioned on cross-modal context — further reinforce both unimodal and cross-modal understanding.

Training data comes from the ProtDescribe dataset, which aggregates protein-text pairs from multiple curated sources to provide multi-attribute annotations. The dataset covers a broad range of proteins and functional categories, giving the model strong coverage of diverse biological contexts. At inference time, zero-shot classification is performed by encoding candidate text descriptions of class labels and ranking them by cosine similarity to the query protein's sequence embedding, with no additional training required on the target task.

#Applications

ProtST is well-suited for researchers who need to interrogate protein function beyond what raw sequence similarity can reveal. Computational biologists can use it to classify proteins into functional categories without hand-labeled training data, making it valuable in exploratory settings where annotation is sparse or costly. Database curators and bioinformaticians can leverage its bidirectional retrieval capability to find proteins matching natural-language functional queries, or to surface relevant text descriptions for unannotated sequences. More broadly, ProtST's joint representation space enables downstream transfer learning for tasks such as enzyme function prediction, subcellular localization, and protein-protein interaction classification, with the multimodal pre-training providing a richer initialization than sequence-only models.

#Impact

ProtST represents an important step toward grounding protein representation learning in biological knowledge expressed in natural language, an approach that has proven transformative in computer vision and general NLP. By demonstrating that text-guided pre-training meaningfully improves both zero-shot and supervised protein understanding, it opened a research direction that aligns with the broader trend toward multi-modal foundation models. The model has practical limitations worth noting: its zero-shot performance depends on the quality and completeness of the ProtDescribe dataset, and the choice of backbone PLM and BLM affects the ceiling of its capabilities. Proteins with rare functions or sparse annotation coverage in biomedical text may not benefit as substantially from the multimodal alignment. Nonetheless, ProtST established a compelling proof of concept that sequence and language representations can be productively unified for protein science.

Citation

ProtST: Multi-Modality Learning of Protein Sequences and Biomedical Texts

Preprint

Xu, M., Yuan, X., Miret, S., & Tang, J. (2023). ProtST: Multi-Modality Learning of Protein Sequences and Biomedical Texts. In International Conference on Machine Learning (ICML 2023).

DOI: 10.48550/arXiv.2301.12040

Recent citations

Papers that recently cited this model.

  • ProtBLIP2-SST: Protein Function Prediction via BLIP2 with Sequence, Structure, and Text

    Zhuoyang Chen, Qiong Luo

    bioRxiv · Jul 2026

    0
  • ProLoc: Text-guided Localization of Protein Functional Regions

    Peishuo Liu, Jiaxin Fan, Mianzhi Pan, et al.

    bioRxiv · Jul 2026

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

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

    Briefings in Bioinformatics · Jul 2026

    0

Top citations

The most-cited papers that cite this model.

  • 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
  • Machine learning for functional protein design

    Pascal Notin, Nathan J. Rollins, Yarin Gal, et al.

    Nature Biotechnology · Feb 2024

    250
  • Scientific Large Language Models: A Survey on Biological & Chemical Domains

    Qiang Zhang, Keyan Ding, Tianwen Lv, et al.

    ACM Computing Surveys · Jan 2024

    172Influential
  • Convolutions are competitive with transformers for protein sequence pretraining

    Kevin Kaichuang Yang, Alex X. Lu, Nicoló Fusi

    bioRxiv · Feb 2024

    157
  • BioT5: Enriching Cross-modal Integration in Biology with Chemical Knowledge and Natural Language Associations

    Qizhi Pei, Wei Zhang, Jinhua Zhu, et al.

    Conference on Empirical Methods in Natural Language Processing · Oct 2023

    141

Related models

Models with similar goals, methods, or subject matter.

  • ProTrek

    Westlake University

    Tri-modal protein language model aligning sequence, structure, and text in one embedding space for natural-language search over billions of proteins.

    Protein
  • ProteinDT

    UC Berkeley

    Text-guided protein design framework aligning language with sequences for text-conditioned generation, zero-shot editing, and property prediction.

    Protein
  • FusionProt

    Technion – Israel Institute of Technology / Meta AI

    Multimodal protein representation model that iteratively fuses a sequence language model with a 3D structure encoder through a shared learnable token.

    Protein
  • ProteomeLM

    EPFL

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

    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

Citations

Total Citations168
Influential19
References66

GitHub

Stars105
Forks9
Open Issues6
Contributors2
Last Push2y ago
LanguagePython
LicenseApache-2.0

HuggingFace

Downloads7
Likes0
Last Modified2y ago
Pipelinefeature-extraction

Fields of citing research

  • Computer Science99%
  • Biology80%
  • Medicine33%
  • Chemistry8%
  • Materials Science4%
  • Environmental Science3%
  • Physics3%
  • Mathematics2%

Share of papers citing this model.

Openness

bio.rodeo opennessFully open · usable and reproducible
89Open
Usability — can I run it?100
Reproducibility — can I retrain it?87
Model Openness Framework
Class III
Open Model

Tags

contrastive_learningfoundation_modelmultimodal

Resources

GitHub RepositoryResearch PaperHuggingFace ModelDataset