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
DNA & Gene foundation models
DNA & Gene

Species-Aware DNA Language Model

Technical University of Munich

Masked DNA language model trained on 800+ species with explicit species conditioning, separating conserved regulatory motifs from background bias.

Released: January 2023

The Species-Aware DNA Language Model is a masked language model (MLM) for genomic sequences that explicitly incorporates species identity as a conditioning signal during training and inference. Developed by Dennis Gankin, Alexander Karollus, and colleagues at the Technical University of Munich under Julien Gagneur, the model addresses a fundamental challenge in regulatory genomics: how to leverage conservation across distantly related genomes while still accounting for species-specific sequence variation and oligomer composition biases. The preprint appeared in January 2023, with the peer-reviewed version published in Genome Biology in 2024.

Standard DNA language models treat all input sequences as coming from an undifferentiated genomic space. This creates a problem when training on multi-species data: the model conflates true regulatory conservation with phylogenetic background composition differences, weakening its ability to identify functionally meaningful motifs. By conditioning on a discrete species embedding at training time, the species-aware approach allows the model to separate what is conserved because it is functional from what merely reflects the base composition of a given clade.

The result is a model that can reconstruct and represent non-coding regulatory sequences across more than 800 species spanning over 500 million years of evolutionary divergence — a timescale far exceeding the range over which conventional multiple sequence alignment remains informative. This breadth gives the model access to a rich signal of purifying selection that pure sequence-based methods cannot exploit at such evolutionary distances.

#Key Features

  • Species-conditioned masked language modeling: The model receives an explicit species identifier alongside genomic sequence, allowing it to disentangle lineage-specific base-composition biases from functionally conserved regulatory signals across the training corpus.
  • Ultra-deep evolutionary coverage: Training data spans 800+ species and 500+ million years of evolution, capturing conservation signals that extend well beyond the reach of traditional pairwise or multiple sequence alignments.
  • Motif discovery from reconstruction probability: The model's per-nucleotide reconstruction probability serves as an unsupervised signal for identifying transcription factor binding sites and RNA-binding protein (RBP) motifs, with bound motif instances scoring higher than unbound ones.
  • Improved gene expression prediction: Species-aware embeddings extracted from 3' UTR sequences outperform species-agnostic baselines on endogenous and massively parallel reporter assay (MPRA)-based mRNA half-life prediction tasks in yeast.
  • Flexible, configurable architecture: The framework, built with PyTorch Lightning and Hydra configuration management, supports customization of layer count, hidden dimensionality, and dropout, enabling adaptation to new downstream tasks.

#Technical Details

The model is implemented as a masked language model operating on DNA sequence tokens, analogous to BERT-style pretraining but applied to nucleotide vocabularies. Two main variants are benchmarked: a species-agnostic baseline (motif_s4_resnet) and the proposed species-aware architecture (species_dss), which injects a learned species embedding into the sequence representation. Training uses a standard masked nucleotide prediction objective on sequences drawn from more than 800 genomes, with data and pretrained checkpoints deposited on Zenodo (record 7569953) to support reproducibility.

Downstream evaluations are conducted primarily on Saccharomyces cerevisiae and Schizosaccharomyces pombe, with motif-level analyses also covering Neurospora crassa. For mRNA half-life prediction, embeddings from 3' UTR windows are used as input features. Reconstruction probability — the model's confidence in predicting each masked nucleotide — is used directly as a motif scoring function without any fine-tuning, demonstrating that the pretrained representations encode biologically meaningful information. Quantitative comparisons show that species-aware training yields consistently higher performance than species-agnostic models and k-mer frequency baselines across gene expression and motif tasks.

#Applications

The model is particularly relevant for researchers working in regulatory genomics who want to identify functional non-coding elements — promoters, UTR regulatory sequences, transcription factor binding sites, and RBP interaction motifs — without relying on curated alignment databases. Computational biologists studying gene regulation across non-model organisms benefit from the model's ability to generalize across large evolutionary distances. It can also serve as a pretrained backbone for fine-tuning on specific prediction tasks, such as predicting mRNA stability, splicing efficiency, or enhancer activity, wherever multi-species conservation is an informative feature.

#Impact

Published in Genome Biology, this work represents a methodological advance in how multi-species genomic data can be incorporated into foundation models for regulatory sequence analysis. By making species identity an explicit, learnable input rather than an implicit confound, the approach offers a principled solution to a problem that affects any DNA model trained on taxonomically diverse sequence collections. The publicly available pretrained checkpoints and training code lower the barrier for groups without large compute resources to apply multi-species pre-training to their genomic question of interest. A current limitation is that the model's evaluations focus primarily on fungal organisms and yeast UTR biology; broader validation across mammalian regulatory elements and diverse genome sizes remains an open direction for future work.

Citation

Species-aware DNA language models capture regulatory elements and their evolution

Karollus, A., et al. (2023) Species-aware DNA language models capture regulatory elements and their evolution. bioRxiv.

DOI: 10.1186/s13059-024-03221-x

Recent citations

Papers that recently cited this model.

  • GenNA: Conditional generation of nucleotide sequences guided by natural-language annotations

    Yi Shen, Guangshuo Cao, Jianghong Wu, et al.

    bioRxiv · Apr 2026

    0
  • Orthrus: toward evolutionary and functional RNA foundation models.

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

    Nature Methods · Apr 2026

    2
  • Deep Learning Approaches for Efficient and Accurate DNA Sequence Alignment Using Large Language Models

    S. Alkhowaiter, Mohamed Tahar Ben Othman

    The 1st International Conference on Emerging Tech & Innovation (ICETI) · Apr 2026

    0

Top citations

The most-cited papers that cite this model.

  • Advancing regulatory variant effect prediction with AlphaGenome

    Žiga Avsec, Natasha Latysheva, Jun Cheng, et al.

    Nature · Jan 2026

    102
  • Genomic Language Models: Opportunities and Challenges

    Gonzalo Benegas, Chengzhong Ye, Carlos Albors, et al.

    arXiv.org · Jul 2024

    81Influential
  • Evaluating the representational power of pre-trained DNA language models for regulatory genomics

    Ziqi Tang, Nirali Somia, Yiyang Yu, et al.

    bioRxiv · Mar 2024

    48
  • Designing DNA With Tunable Regulatory Activity Using Discrete Diffusion

    Anirban Sarkar, Chris Zhao, Peter K. Koo

    34
  • Genomic language models: opportunities and challenges.

    Gonzalo Benegas, Chengzhong Ye, Carlos Albors, et al.

    Trends in Genetics · Jan 2025

    33Influential

Related models

Models with similar goals, methods, or subject matter.

  • Species-Aware DNA LM

    Technical University of Munich

    Masked DNA language model trained on over 800 vertebrate genomes and conditioned on species identity to learn conserved regulatory sequence features.

    DNA & Gene
  • GPN-MSA

    UC Berkeley

    DNA language model for variant effect prediction across coding and non-coding regions, using whole-genome alignments of 100 vertebrate species.

    DNA & Gene
  • GPN

    Song Lab

    DNA language model for genome-wide variant effect prediction, trained by masked language modeling on multispecies genomes with no labeled data.

    DNA & Gene
  • AIDO.DNA

    genbio.ai

    DNA foundation model scaling an encoder-only transformer to 7 billion parameters for variant effect prediction, gene expression, and sequence design.

    DNA & Gene
  • DNABERT-S

    MAGICS Lab

    DNA embedding model built on DNABERT-2, using contrastive learning to cluster sequences by species for metagenomic binning without labeled data.

    DNA & Gene
  • MoDNA

    University of Texas at Arlington

    Motif-oriented DNA pre-training framework that adds motif prediction to an ELECTRA generator-discriminator setup for motif-aware genomic embeddings.

    DNA & Gene
  • ARSENAL

    Stanford University

    Masked DNA language model for regulatory genomics with a motif-discovery regularizer for zero-shot TF motif recovery and variant effect prediction.

    DNA & Gene
  • Gen-DNA-TCN

    Birkbeck, University of London

    Autoregressive temporal convolutional network for synthetic yeast promoter design, trained with guidance from a sequence-to-expression predictor.

    DNA & Gene

Citations

Total Citations53
Influential6
References70

GitHub

Stars18
Forks0
Open Issues4
Contributors1
Last Push3y ago
LanguageJupyter Notebook

HuggingFace

Downloads8.1K
Likes2
Last Modified2y ago

Fields of citing research

  • Biology96%
  • Computer Science94%
  • Medicine65%
  • Environmental Science15%
  • Chemistry4%
  • Psychology2%
  • Engineering2%
  • Mathematics2%

Share of papers citing this model.

Openness

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

Tags

cross_speciesfoundation_modelregulatory_genomics

Resources

GitHub RepositoryGitHub RepositoryResearch PaperHuggingFace ModelDataset