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

ProLLaMA

PKU-YuanGroup

Protein large language model adapted from LLaMA-2 that unifies sequence generation and superfamily classification in one 7B-parameter framework.

Released: February 2024
Parameters: 7 Billion

ProLLaMA is a 7-billion-parameter protein large language model developed by PKU-YuanGroup at Peking University that addresses a persistent gap in the protein language modeling landscape: the tendency of existing models to specialize in either sequence understanding or sequence generation, but rarely both. By adapting the LLaMA-2 general-purpose language model to the protein domain through a two-stage continual training procedure, ProLLaMA achieves strong performance on both protein language understanding (PLU) and protein language generation (PLG) tasks within a single unified framework, releasing a preprint in February 2024 and subsequently published by IEEE Transactions on Artificial Intelligence in 2025.

The key architectural innovation is the Evolutionary Protein Generation Framework (EPGF), a test-time computation strategy that constrains the model's generative outputs to be biologically plausible. Standard autoregressive protein generation can produce statistically likely sequences that nonetheless violate physical and evolutionary constraints; EPGF addresses this by combining a multi-dimensional scorer, a hierarchical decoding strategy, and a probabilistic-biophysical joint selection mechanism that collectively guide sampling toward sequences with favorable structural and functional properties.

ProLLaMA is trained on a large instruction dataset containing approximately 13 million samples spanning over 11,000 protein superfamily annotations drawn from established classification databases. This breadth of functional annotation enables the model to condition generation on specific superfamily designations — a capability useful for targeted protein design — while the same representations underpin its classification performance.

#Key Features

  • Unified understanding and generation: Unlike models that specialize in one direction, ProLLaMA achieves competitive performance on both superfamily classification and controllable sequence generation, enabling researchers to use a single model for diverse protein language tasks.
  • Evolutionary Protein Generation Framework (EPGF): A post-hoc generation refinement strategy incorporating a multi-dimensional interpretable scorer, hierarchical efficient decoding, and a probabilistic-biophysical joint selection mechanism that improves the biological quality of generated sequences at inference time.
  • Superfamily-conditioned generation: Accepts natural-language-style instructions specifying a target superfamily (e.g., [Generate by superfamily] Superfamily=<Ankyrin repeat-containing domain superfamily>), enabling directed generation of sequences with prescribed structural and functional characteristics.
  • Instruction-following interface: A prompt-based API mirrors the natural language interfaces of general-purpose LLMs, lowering the barrier for biologists unfamiliar with traditional protein design pipelines.
  • Large-scale instruction tuning: Stage 2 training on ~13 million instruction samples with 11,000+ superfamily labels provides broad coverage of protein sequence-function space, enabling generalization across diverse protein families.

#Technical Details

ProLLaMA is initialized from LLaMA-2-7B, a 7-billion-parameter autoregressive transformer, and trained in two stages. In Stage 1, the model undergoes continual pretraining on the UniRef50 database of non-redundant protein sequences, adapting the general language model's tokenization and representations to the amino acid alphabet while retaining natural language capabilities. In Stage 2, instruction tuning on approximately 13 million multi-task instruction samples covering superfamily prediction and sequence generation instills task-specific behavior; training uses bfloat16 precision with CUDA 11.7. The model is served via the HuggingFace Transformers library and employs a generation configuration with temperature 0.2, top-k 40, and top-p 0.9 to balance diversity and coherence.

On benchmarks, ProLLaMA achieves a 67.1% exact match rate on superfamily classification tasks. The EPGF generation strategy yields a +4.3% improvement in biophysical quality scores and a +14.5% improvement in structural metrics relative to baseline autoregressive decoding, demonstrating that the post-hoc biological constraint mechanism meaningfully improves output quality beyond what the base language model produces on its own. Model weights for both the Stage 1 pretrained variant (ProLLaMA_Stage_1) and the full instruction-tuned model are released on the HuggingFace Hub under an Apache 2.0 license.

#Applications

ProLLaMA is well-suited for researchers who need a single model to alternate between protein function annotation and sequence design. Computational biologists can use its classification interface to assign superfamily labels to novel sequences from metagenomic datasets or directed evolution experiments. Protein engineers can leverage the conditional generation interface to produce candidate sequences constrained to a target structural scaffold or functional family, then filter outputs using downstream structure prediction tools such as ESMFold or AlphaFold 2. The instruction-following format also makes ProLLaMA accessible to wet-lab scientists who are more comfortable with natural-language queries than with bespoke bioinformatics scripting.

#Impact

ProLLaMA demonstrates that general-purpose large language model architectures can be effectively adapted to the protein domain with relatively straightforward continual training, and that instruction tuning — a technique standard in NLP — transfers meaningfully to protein sequence tasks. Its unified PLU/PLG design anticipates the direction the field has taken toward more general protein foundation models capable of multi-task reasoning. A key limitation is that the model operates purely at the sequence level and does not model 3D structure directly; generated sequences must be validated by separate structure prediction tools to assess folding plausibility. The 7B parameter scale also places it at the lower end of modern LLM capacity, and future work may explore whether larger models or richer structural supervision further improve generation quality and functional accuracy.

Citations

ProLLaMA: A Protein Large Language Model for Multitask Protein Language Processing

Lv, L., et al. (2024) ProLLaMA: A Protein Large Language Model for Multitask Protein Language Processing. IEEE Transactions on Artificial Intelligence.

DOI: 10.1109/TAI.2025.3564914

ProLLaMA: A Protein Large Language Model for Multi-Task Protein Language Processing

Preprint

Lv, L., Lin, Z., Li, H., Liu, Y., Cui, J., Chen, C. Y. C., Yuan, L., & Tian, Y. (2024). ProLLaMA: A Protein Large Language Model for Multi-Task Protein Language Processing. IEEE Transactions on Artificial Intelligence.

DOI: 10.48550/arXiv.2402.16445

Recent citations

Papers that recently cited this model.

  • Accurate identification of cytochrome P450 proteins using multimodal integration of protein language models.

    Yonglin Zhang, Siyuan Feng, Lezheng Yu, et al.

    International Journal of Biological Macromolecules · Jun 2026

    0
  • Be Your Own Teacher: Steering Protein Language Models via Unsupervised Reward Optimization

    Lanqing Li, Shentong Mo, Yang Yu, et al.

    Jun 2026

    0
  • From virtual experiments to biomedical insight with synthetic data

    M. Victoriano, Milena Pavlović, G. K. Sandve, et al.

    Nature Machine Intelligence · Jun 2026

    0

Top citations

The most-cited papers that cite this model.

  • Chatlaw: A Multi-Agent Legal Assistant based on a Role-Aligned Mixture-of-Experts Architecture

    Jiaxi Cui, Zongjia Li, Yang Yan, et al.

    Fundamental Research · Jun 2023

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

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

    ACM Computing Surveys · Jan 2024

    172Influential
  • A Comprehensive Survey of Scientific Large Language Models and Their Applications in Scientific Discovery

    Yu Zhang, Xiusi Chen, Bowen Jin, et al.

    Conference on Empirical Methods in Natural Language Processing · Jun 2024

    126
  • Towards multimodal foundation models in molecular cell biology

    Haotian Cui, Alejandro Tejada-Lapuerta, Maria Brbić, et al.

    Nature · Apr 2025

    91
  • Towards Scientific Intelligence: A Survey of LLM-based Scientific Agents

    Shuo Ren, Pu Jian, Zhenjiang Ren, et al.

    arXiv.org · Mar 2025

    79

Related models

Models with similar goals, methods, or subject matter.

  • ProGen2

    Salesforce

    Protein language models from 151M to 6.4B parameters, trained on over a billion sequences for sequence generation and zero-shot fitness prediction.

    Protein
  • xTrimoPGLM

    BioMap / Tsinghua University

    Unified 100-billion-parameter protein language model combining autoencoding and autoregressive objectives for protein understanding and generation.

    Protein
  • ProGen3

    Profluent

    Sparse mixture-of-experts autoregressive protein language model family pretrained on 1.5 trillion amino acid tokens with compute-optimal scaling.

    Protein
  • La-Proteina

    NVIDIA

    Partially latent flow-matching model for de novo protein design, jointly generating sequence and all-atom structure for proteins up to 800 residues.

    Protein
  • ProteomeLM

    EPFL

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

    Protein
  • Evolla

    Westlake University

    Multimodal 80B-parameter protein-language model that answers natural language questions about protein function from sequence and structure.

    Protein

Citations

Total Citations95
Influential10
References82

GitHub

Stars207
Forks26
Open Issues3
Contributors3
Last Push9mo ago
LanguagePython
LicenseApache-2.0

HuggingFace

Downloads237
Likes20
Last Modified10mo ago
Pipelinetext-generation

Fields of citing research

  • Computer Science97%
  • Biology76%
  • Medicine33%
  • Chemistry17%
  • Materials Science4%
  • Physics4%
  • Engineering2%
  • Linguistics2%

Share of papers citing this model.

Openness

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

Tags

foundation_modellanguage_modelllamamulti_task

Resources

GitHub RepositoryResearch PaperHuggingFace ModelDataset