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

Evolla

Westlake University

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

Released: January 2025
Parameters: 80 Billion

Evolla is a multimodal protein-language generative model developed at Westlake University that bridges the gap between structural biology and natural language understanding. Rather than returning discrete class labels or numeric scores, Evolla responds to open-ended questions about a protein's function in natural language, enabling researchers to formulate hypotheses, explore mechanistic hypotheses, and interrogate proteins interactively. The model was introduced in a January 2025 bioRxiv preprint by Zhou et al., with Fajie Yuan as the corresponding author.

The central challenge Evolla addresses is functional annotation: given a protein sequence and structure, what does it do? Traditional approaches rely on homology transfer or supervised classifiers trained on curated ontology terms. These methods struggle when a query protein lacks close characterized relatives or when the biological question does not fit a predefined classification scheme. Evolla reframes annotation as a generative dialogue task, allowing users to pose arbitrary natural-language questions and receive contextually grounded, paragraph-length answers about enzyme activity, subcellular localization, evolutionary relationships, and disease involvement.

Evolla was trained on 546 million protein-question-answer triples spanning 150 billion word tokens, making it the largest protein-text training corpus reported to date. The preprint validates the model through two experimental demonstrations: identifying candidate eukaryotic signature proteins in Asgard archaea (with functional Vps4 homologs confirmed by yeast complementation assays), and discovering a novel deep-sea PET hydrolase, PsPETase, experimentally verified to degrade plastic films. These validations distinguish Evolla from systems whose claims rest solely on held-out benchmark performance.

#Key Features

  • Natural language protein dialogue: Users submit protein sequences alongside free-text questions; Evolla generates descriptive, paragraph-length answers rather than fixed categorical outputs, enabling flexible hypothesis-driven exploration.
  • Multimodal protein encoding: Each protein is represented by its amino acid sequence, FoldSeek-encoded structural tokens, and optionally a multiple sequence alignment, giving the model simultaneous access to sequence, structure, and evolutionary context.
  • Retrieval-Augmented Generation (RAG): Two retrieval strategies — Direct Query Search (DQS) and Query-Guided Search (QGS) — allow Evolla to augment its responses with information retrieved from annotated protein databases, reducing hallucination on rare functional classes.
  • Direct Preference Optimization (DPO): Post-training alignment via DPO refines the model's responses against human preference signals, improving factual accuracy and relevance compared to supervised fine-tuning alone.
  • Zero-shot functional inference: On standard benchmarks including EC number classification, Gene Ontology annotation, and subcellular localization, Evolla achieves zero-shot performance competitive with state-of-the-art supervised classifiers that are trained on labeled examples.
  • Scalable architecture: Available in a 10B-parameter version (Evolla-10B, publicly released on HuggingFace) and an 80B-parameter version with substantially higher benchmark scores, enabling deployment across a range of compute budgets.

#Technical Details

Evolla is built from three pre-trained modules assembled into a unified encoder-decoder pipeline. The protein encoder is SaProt (650M parameters in the 10B variant; 1.3B parameters in the 80B variant), a structure-aware protein language model that ingests interleaved amino acid and FoldSeek structural tokens. The encoder output is passed through a trainable cross-attention compressor and aligner module (1.7B parameters in the 10B variant; 8B in the 80B variant) that maps high-dimensional protein representations into the token embedding space expected by the language model decoder. The decoder is Meta-Llama-3-8B-Instruct in the 10B variant and a 70B Llama-based model in the 80B variant; both decoder weights are frozen during training, preserving general linguistic capabilities while the compressor/aligner learns to translate molecular representations into language.

Training used protein-text pairs derived from Swiss-Prot and TrEMBL annotations, augmented with ProTrek retrieval to generate diverse question-answer triples at scale. On the authors' Instructional Response Space (IRS) evaluation framework, Evolla-80B achieved a GPT-scored quality of 74.10 ± 0.81, substantially exceeding GPT-4o (37.07 ± 0.54) and DeepSeek-v3 (40.49 ± 0.56) on protein-specific functional queries. The 10B model weights are available on HuggingFace under an MIT license; the 80B model is accessible via the online chat interface.

#Applications

Evolla is well suited to protein function annotation tasks where homology-based methods fail due to low sequence identity to characterized proteins. Functional genomicists can query novel open reading frames from metagenomic datasets to generate functional hypotheses before committing to experimental validation. Enzyme engineers can ask targeted questions about catalytic mechanisms, cofactor requirements, or substrate scope to prioritize variants for directed evolution campaigns. Evolutionary biologists can probe remote functional relationships — such as the eukaryotic-like functions in archaeal proteins — that conventional BLAST-based analysis would miss. The chat interface at chat-protein.com provides immediate access without local deployment, lowering the barrier for wet-lab scientists unfamiliar with command-line tools.

#Impact

Evolla represents a meaningful shift in how protein function annotation can be approached, moving from static lookup tables and classification pipelines toward interactive, generative reasoning. The experimental validations — particularly the PsPETase discovery and the Asgard archaea analysis — demonstrate that the model's outputs are actionable rather than merely predictive. The open release of Evolla-10B on HuggingFace and the publicly accessible chat interface position it as a broadly usable community resource. As a preprint, the work has not yet undergone formal peer review, and independent benchmarking of the RAG components and DPO alignment on standardized community tasks would strengthen confidence in the reported performance gains. The 80B variant's training status and full release timeline had not been finalized at the time of the preprint.

Citation

Evolla Paper

Preprint

Citation text here.

DOI: 10.1101/2025.01.05.630192

Recent citations

Papers that recently cited this model.

  • Towards the explainability of protein language models

    Andrea Hunklinger, Noelia Ferruz

    Nature Machine Intelligence · May 2026

    1
  • VibeProteinBench: An Evaluation Benchmark for Language-interfaced Vibe Protein Design

    Hyunjin Seo, Hongjoon Ahn, Jimin Park, et al.

    May 2026

    0
  • PPI2Text: Captioning Protein-Protein Interactions with Coordinate-Aligned Pair-Map Decoding

    Xiao Fei, Sarah Almeida Carneiro, Yang Zhang, et al.

    May 2026

    0

Top citations

The most-cited papers that cite this model.

  • Position: Multimodal Large Language Models Can Significantly Advance Scientific Reasoning

    Yibo Yan, Shen Wang, Jiahao Huo, et al.

    arXiv.org · Feb 2025

    37
  • Toward De Novo Protein Design from Natural Language

    Fengyuan Dai, Shiyang You, Yudian Zhu, et al.

    bioRxiv · Sep 2025

    29
  • Leveraging Biomolecule and Natural Language through Multi-Modal Learning: A Survey

    Qizhi Pei, Lijun Wu, Kaiyuan Gao, et al.

    arXiv.org · Mar 2024

    27
  • Democratizing Protein Language Model Training, Sharing and Collaboration

    Jin Su, Zhikai Li, Chenchen Han, et al.

    bioRxiv · Oct 2025

    21
  • Computational Protein Science in the Era of Large Language Models (LLMs)

    Wenqi Fan, Yi Zhou, Shijie Wang, et al.

    arXiv.org · Jan 2025

    17

Related models

Models with similar goals, methods, or subject matter.

  • ProLLaMA

    PKU-YuanGroup

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

    Protein
  • AIDO.Protein

    genbio.ai

    Mixture-of-experts protein language model scaling to 16 billion parameters, applied to variant effect prediction and de novo protein design.

    Protein
  • PoET-2

    OpenProtein.AI

    Multimodal, retrieval-augmented protein foundation model that learns family-specific evolutionary constraints with optional structure conditioning.

    Protein
  • MULAN

    Skolkovo Institute of Science and Technology

    Multimodal protein language model extending ESM-2 and SaProt with a Structure Adapter over residue torsion angles for protein function prediction.

    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

Citations

Total Citations23
Influential2
References0

GitHub

Stars69
Forks7
Open Issues2
Contributors2
Last Push3mo ago
LanguagePython
LicenseMIT

HuggingFace

Downloads9
Likes2
Last Modified3mo ago

Fields of citing research

  • Computer Science100%
  • Biology91%
  • Chemistry13%
  • Medicine13%
  • Materials Science4%
  • Engineering4%
  • Mathematics4%
  • Physics4%

Share of papers citing this model.

Openness

bio.rodeo opennessOpen weights · open weights, closed recipe
67Partial
Usability — can I run it?100
Reproducibility — can I retrain it?20
open weights, closed recipe
Model Openness Framework
Class III
Open Model

Tags

foundation_modellanguage_modelmultimodalprotein_function_predictionretrieval_augmented_generation

Resources

GitHub RepositoryResearch PaperHuggingFace ModelDocumentationDemo