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
RNA foundation models
RNA

Orthrus

Bowang Lab

Mamba-based mature RNA foundation model, contrastively trained on splice isoforms and 400+ mammalian species orthologs for mRNA property prediction.

Released: October 2024

Orthrus is a mature RNA foundation model developed by Bo Wang's group at the University of Toronto and the Vector Institute, introduced in October 2024. The model addresses a gap in genomic AI: while most existing foundation models treat RNA sequences like text — borrowing pre-training objectives from natural language processing such as masked token prediction — Orthrus is the first to incorporate biological domain knowledge directly into the self-supervised learning objective. The result is a model whose learned representations reflect the functional and evolutionary organization of the transcriptome rather than superficial sequence similarity.

The core innovation in Orthrus is a contrastive learning strategy built around biological augmentations. Rather than creating training pairs by randomly masking or corrupting sequences, Orthrus pairs transcripts that are known to be biologically related: splice isoforms from the same gene (drawn from 10 model organisms) and orthologous transcripts from 400+ mammalian species catalogued by the Zoonomia Project. By training the model to produce similar embeddings for these biologically matched pairs, Orthrus is guided to cluster sequences according to shared function and evolutionary conservation — properties directly relevant to downstream biological prediction tasks.

Orthrus uses a Mamba backbone rather than a transformer encoder. Mamba is a structured state-space model (SSM) architecture designed for long sequences: it scales memory linearly with sequence length rather than quadratically as in attention-based models, making it well suited to full-length mature RNA transcripts that can exceed 12,000 nucleotides. The model was developed at the intersection of the Bowang Lab, the Frey Lab, and the Morris Lab, with senior authors Benjamin Frey, Quaid Morris, Leo Lee, and Bo Wang.

#Key Features

  • Biologically-grounded contrastive pretraining: Training pairs are formed from splice isoforms and cross-species orthologs rather than random sequence perturbations, embedding evolutionary and functional structure directly into the representation space.
  • Mamba state-space model backbone: Linear memory scaling enables efficient processing of complete mature RNA sequences up to 12,000+ nucleotides without the quadratic cost of transformer self-attention.
  • Two model configurations: A 4-track base model (one-hot nucleotide encoding, 256-dimensional embeddings) and a 6-track large model (adds splice site and coding sequence indicators, 512-dimensional embeddings) to balance speed and biological detail.
  • Isoform-level discrimination: Unlike models that operate on genomic DNA windows, Orthrus produces distinct embeddings for individual transcript isoforms of the same gene, capturing divergent functional roles that isoform switching can produce.
  • Data-efficient fine-tuning: Orthrus representations reach competitive performance using a fraction of the labeled data required by existing genomic foundation models, making it practical for tasks where experimental measurements are scarce.
  • Parameter efficiency: Orthrus's best-performing model achieves state-of-the-art results while using over 700 times fewer parameters than the next best self-supervised baseline, demonstrating that biologically informed pretraining is more efficient than scale alone.

#Technical Details

Orthrus is built on the Mamba encoder architecture — a selective state-space model that uses input-dependent state transitions to compress long-range context without full pairwise attention. The 4-track base model accepts one-hot encoded RNA sequences and produces 256-dimensional sequence embeddings. The 6-track large model extends the input representation with two additional binary tracks encoding splice site positions and coding sequence boundaries, producing 512-dimensional embeddings. This additional biological annotation substantially improves performance on tasks that depend on transcript structure, such as ribosome load prediction and exon junction detection.

The model is pretrained on approximately 45 million mature RNA transcripts using a contrastive objective. Biologically related transcript pairs are mined from two sources: splice isoforms of the same gene across 10 model organisms (including human, mouse, zebrafish, and Drosophila) and orthologous gene transcripts from over 400 mammalian species from the Zoonomia Project. The contrastive loss maximizes cosine similarity between embeddings of paired sequences while pushing apart unrelated transcripts. Orthrus is evaluated on five mRNA property prediction tasks — including mRNA half-life, ribosome load, exon junction detection, and Gene Ontology classification — using homology-based data splits to avoid train-test leakage. It significantly outperforms prior genomic foundation models on all five tasks. Training configurations and model weights are distributed via Zenodo and HuggingFace. Implementation requires Python 3.10+, PyTorch 2.2+, and PyTorch Lightning 2.4+.

#Applications

Orthrus is designed for researchers working on post-transcriptional gene regulation, RNA therapeutics, and transcriptome-wide functional annotation. Its embeddings can be fine-tuned for mRNA half-life prediction (relevant to mRNA vaccine and therapeutic RNA design), ribosome load estimation (a proxy for translational efficiency), and functional classification of novel transcripts. The isoform-discriminative representations make it particularly useful for studying alternative splicing, where different isoforms of the same gene can have opposing functional consequences. Because it requires only modest amounts of labeled data for fine-tuning, Orthrus is accessible for tasks where large annotated datasets do not exist.

#Impact

Orthrus establishes that biologically informed contrastive pretraining is more effective for RNA property prediction than the masked language modeling objectives imported from NLP, and that this efficiency advantage is large enough to matter in practice — achieving better results with dramatically fewer parameters. The model is among the first to leverage the Zoonomia Project's cross-species sequence data as a structured supervision signal rather than simply as additional pretraining text. As a preprint (last updated July 2025), Orthrus has not yet undergone peer review, and its benchmark comparisons should be interpreted with that caveat. The code and weights are publicly released under the MIT license, supporting open reuse. A key current limitation is that the model operates on mature RNA sequences only and does not model secondary structure, protein interactions, or co-transcriptional folding, areas where complementary tools remain necessary.

Citations

Orthrus: toward evolutionary and functional RNA foundation models

Fradkin, P., et al. (2026) Orthrus: toward evolutionary and functional RNA foundation models. Nature Methods.

DOI: 10.1038/s41592-026-03064-3

Orthrus: Towards Evolutionary and Functional RNA Foundation Models

Preprint

Fradkin, P., et al. (2024) Orthrus: Towards Evolutionary and Functional RNA Foundation Models. bioRxiv.

DOI: 10.1101/2024.10.10.617658

Recent citations

Papers that recently cited this model.

  • Orthrus: toward evolutionary and functional RNA foundation models.

    Phil Fradkin, Ruian Shi, Taykhoom Dalal, et al.

    Nature Methods · Apr 2026

    2
  • Distilling Genomic Models for Efficient mRNA Representation Learning via Embedding Matching

    Rasched Haidari, S. Martin, Maxime Allard

    Mar 2026

    0
  • Quantitative prediction of nonsense-mediated mRNA decay across human genes by genomic language model and large-scale mutational scanning

    Marcell Veiner, Ignasi Toledano, Guillermo Palou-Márquez, et al.

    bioRxiv · Mar 2026

    0Influential

Top citations

The most-cited papers that cite this model.

  • mRNA-LM: full-length integrated SLM for mRNA analysis

    Sizhen Li, Shahriar Noroozizadeh, Saeed Moayedpour, et al.

    Nucleic Acids Research · Jan 2025

    20
  • Decoding the interactions and functions of non-coding RNA with artificial intelligence

    Vincent Jung, Cédric Vincent-Cuaz, Charlotte Tumescheit, et al.

    Nature reviews. Molecular cell biology · Jun 2025

    8
  • ProtRNA: A Protein-derived RNA Language Model by Cross-Modality Transfer Learning

    Ruoxi Zhang, Benteng Ma, Gang Xu, et al.

    bioRxiv · May 2025

    5
  • Linking phenotype to genotype using comprehensive genomic comparisons.

    Leon Hilgers, Michael Hiller

    Current Opinion in Genetics and Development · Jul 2025

    3
  • mRNABench: A curated benchmark for mature mRNA property and function prediction

    Ruian (Ian) Shi, Taykhoom Dalal, Phil Fradkin, et al.

    bioRxiv · Jul 2025

    3Influential

Related models

Models with similar goals, methods, or subject matter.

  • AIDO.RNA

    genbio.ai

    RNA foundation model with 1.6 billion parameters, pretrained on 42 million non-coding RNA sequences for structure prediction and RNA sequence design.

    RNA
  • UNI-RNA

    DP Technology

    RNA foundation model trained on 1 billion sequences, with a 400M-parameter variant for secondary and tertiary structure and functional annotation.

    RNA
  • Mach-1

    Broad Institute

    Long-context RNA foundation model that predicts splicing, isoform abundance, and variant effects from 64 kb of unspliced pre-mRNA sequence.

    RNA
  • ERNIE-RNA

    Tsinghua University

    RNA language model that builds base-pairing constraints into self-attention, pretrained on 20.4 million sequences for structure and function tasks.

    RNA
  • Albatross

    Harvard Medical School

    RNA language model that predicts secondary structure of internal ribosome entry sites from sequence alone, trained on roughly 50,000 IRES sequences.

    RNA
  • TrASPr

    University of Pennsylvania

    Multi-transformer model that predicts tissue-specific alternative splicing outcomes and generalizes zero-shot to unseen cellular conditions.

    RNA

Citations

Total Citations18
Influential3
References94

GitHub

Stars129
Forks23
Open Issues2
Contributors2
Last Push7mo ago
LanguagePython
LicenseMIT

HuggingFace

Downloads19.9K
Likes1
Last Modified7mo ago

Fields of citing research

  • Computer Science94%
  • Biology89%
  • Medicine78%
  • Physics6%

Share of papers citing this model.

Openness

bio.rodeo opennessOpen weights · open weights, closed recipe
71Open
Usability — can I run it?100
Reproducibility — can I retrain it?42
open weights, closed recipe
Model Openness Framework
Unclassified
Missing required components

Tags

contrastive_learningfoundation_modelrna_structuresequence_modeling

Resources

GitHub RepositoryResearch PaperbioRxiv PreprintHuggingFace ModelDatasetDataset