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

gLM

Harvard University / MIT

Genomic language model trained on metagenomic scaffolds that learns protein co-regulation and function by modeling gene context and operon structure.

Released: April 2024

gLM (genomic Language Model) is a transformer-based model trained on millions of unlabeled metagenomic scaffolds to learn the functional and regulatory relationships encoded in the arrangement of genes across microbial genomes. Rather than modeling individual proteins in isolation, gLM treats a stretch of genomic sequence as an ordered sentence of genes and learns to predict masked members of that sentence from their neighbors — capturing the contextual logic that governs how genes are co-expressed and co-regulated in nature.

The core insight motivating gLM is that prokaryotic genomes are not random collections of genes: functionally related genes cluster into operons, are subject to shared regulatory control, and exhibit non-random co-occurrence patterns across diverse microbial lineages. By training on the largest and most ecologically diverse genomic corpus available — microbial metagenomes drawn from the ocean, soil, and human gut — gLM is exposed to an enormous range of genomic contexts that collectively encode the regulatory syntax of microbial life.

The model was developed by Yunha Hwang, Andre L. Cornman, Elizabeth H. Kellogg, Sergey Ovchinnikov (MIT), and Peter R. Girguis (Harvard University), and was published in Nature Communications in April 2024. It represents one of the first large-scale attempts to apply masked language modeling at the level of whole genomic neighborhoods rather than individual protein sequences.

#Key Features

  • Genomic context modeling: gLM takes as input a multi-gene scaffold and generates contextualized embeddings for each gene that encode both the gene's own sequence properties and the regulatory context imposed by its neighbors, enabling context-dependent functional inference.
  • Operon detection via attention: Analysis of gLM's attention maps reveals that the model spontaneously learns to attend across co-regulated gene clusters (operons), recovering known operon boundaries without any operon-specific supervision during training.
  • Protein language model integration: Rather than processing raw DNA sequences, gLM accepts per-gene embeddings from a pre-trained protein language model (pLM) as input, producing 1,280-dimensional contextualized output embeddings that layer genomic context on top of sequence-level features.
  • Masked gene modeling objective: Training uses a 15% random masking rate, requiring the model to predict four properties of each masked gene from genomic context alone, driving the model to internalize regulatory co-occurrence patterns at scale.
  • Broad metagenomic training corpus: The model is trained on millions of scaffolds from diverse metagenomic environments, providing exposure to far greater genomic diversity than is accessible from cultured isolate genomes alone.
  • Multi-task transferability: A single gLM checkpoint transfers to diverse downstream tasks — enzyme function prediction, operon boundary prediction, paralog matching, and contig taxonomy classification — without task-specific pretraining.

#Technical Details

gLM is a transformer architecture trained under a masked language modeling (MLM) objective analogous to BERT, but operating at the gene rather than the nucleotide or amino acid level. Each token in the input sequence represents a single gene, embedded via a pre-trained protein language model. The model learns to reconstruct masked gene embeddings from the surrounding genomic context window. Training data consists of millions of metagenomic scaffolds drawn from publicly available environmental sequencing datasets, providing a highly diverse corpus of prokaryotic genome organization.

At inference, gLM produces 1,280-dimensional contextualized protein embeddings for each gene in a scaffold. These embeddings can be directly used as input features for downstream classifiers or analyzed via attention weight extraction to identify co-regulated gene modules. The reliance on pLM embeddings as input rather than raw sequences means gLM builds on prior sequence-level representations and focuses its learned capacity on the inter-gene relationship structure. No explicit regulatory annotation is used during training; all learned regulatory structure emerges from the statistical patterns present in the metagenomic corpus.

#Applications

gLM is well suited for researchers working in microbial genomics, metagenomics, and microbial ecology who need to infer gene function or regulatory relationships from sequencing data alone, without relying on curated databases or cultured reference genomes. Specific applications include automated operon boundary prediction in novel metagenome-assembled genomes, enzyme function annotation for genes from understudied organisms, and contig-level taxonomic classification in mixed-community samples. The model is also applicable to paralog disambiguation — distinguishing functionally divergent copies of related genes based on their genomic neighbors rather than sequence similarity alone. Researchers studying horizontal gene transfer or biosynthetic gene clusters may also benefit from gLM's ability to detect co-regulation signals embedded in genomic arrangement.

#Impact

gLM demonstrates that the regulatory syntax of prokaryotic genomes can be learned in an entirely unsupervised manner from raw metagenomic data, without any curated operon annotations or functional labels during training. This establishes a clear path toward genomic foundation models that operate at the scale of gene neighborhoods rather than individual sequences, complementing protein language models like ESM-2 that focus on single-protein representations. The paper's attention analysis showing emergent operon recovery is a notable validation that biologically meaningful structure is encoded in the model's learned representations. A current limitation is that gLM was developed for prokaryotic genomes with their compact, polycistronic organization; direct extension to eukaryotic genomes, which lack operons and have far more complex regulatory architectures, would require substantial adaptation. The publicly available model checkpoint and training code on GitHub lower the barrier for adoption by the microbial genomics community.

Citation

Genomic language model predicts protein co-regulation and function

Hwang, Y., et al. (2023) Genomic language model predicts protein co-regulation and function. bioRxiv.

DOI: 10.1038/s41467-024-46947-9

Recent citations

Papers that recently cited this model.

  • Overcoming sparsity in micro ribonucleic acid–messenger ribonucleic acid regulatory networks: A graph sample and aggregate framework with learnable virtual nodes

    Zhiping Sun, Ling Guo, Jia Mu, et al.

    Engineering applications of artificial intelligence · Aug 2026

    0
  • Metagenomic contextualization of proteins with state space models

    Nima Azbijari, J. H. Wynne, A. Thurber, et al.

    bioRxiv · Jul 2026

    0
  • Disentangling RNA evolution and thermodynamics in genomic language models

    Yuchen Xu, Nevin N. Pai, Hannah K. Wayment-Steele

    bioRxiv · May 2026

    0

Top citations

The most-cited papers that cite this model.

  • Sequence modeling and design from molecular to genome scale with Evo

    Eric Nguyen, Michael Poli, Matthew G. Durrant, et al.

    Science · Nov 2024

    219
  • Multimodal AI/ML for discovering novel biomarkers and predicting disease using multi-omics profiles of patients with cardiovascular diseases

    William DeGroat, Habiba Abdelhalim, Elizabeth Peker, et al.

    bioRxiv · Aug 2024

    59
  • AI-Driven Antimicrobial Peptide Discovery: Mining and Generation

    Paulina Szymczak, Wojciech Zarzecki, Jiejing Wang, et al.

    Accounts of Chemical Research · Jun 2025

    57
  • Artificial intelligence for omics data analysis

    Zeeshan Ahmed, Shibiao Wan, Fan Zhang, et al.

    BMC Methods · May 2024

    56
  • The OMG dataset: An Open MetaGenomic corpus for mixed-modality genomic language modeling

    Andre Cornman, Jacob West-Roberts, A. Camargo, et al.

    bioRxiv · Oct 2024

    46

Related models

Models with similar goals, methods, or subject matter.

  • gLM2

    Tatta Bio / DOE Joint Genome Institute / EMBL-EBI / Seoul National University / MIT

    Mixed-modality genomic language model encoding protein coding sequences as amino acids and intergenic DNA as nucleotides in native genomic context.

    DNA & GeneProteinLanguage model
  • Microbial Gene NLP

    Burstein Lab

    Word2vec-based language model trained on 360 million microbial genes that predicts gene function from genomic context without sequence homology.

    DNA & Gene
  • GenSLM

    Argonne National Laboratory

    Genome-scale language model trained on prokaryotic genes and SARS-CoV-2 genomes to model viral evolution and flag emerging variants of concern.

    DNA & Gene
  • 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
  • MicroGenomer

    BGI Research

    470M-parameter microbial genome foundation model trained on 234.5B base pairs for multi-scale genomic representation and trait prediction.

    DNA & Gene
  • PlasmidLM

    University College London

    Promptable DNA language model that generates multi-kilobase plasmid sequences from plain-language component specs, refined with verifiable rewards.

    DNA & Gene
  • resLens

    George Washington University

    Genomic language models fine-tuned to detect and classify antibiotic resistance genes, catching divergent ARGs that reference alignment misses.

    DNA & Gene

Citations

Total Citations93
Influential3
References80

GitHub

Stars91
Forks11
Open Issues8
Contributors1
Last Push1y ago
LanguagePython

Fields of citing research

  • Computer Science95%
  • Biology92%
  • Medicine63%
  • Environmental Science13%
  • Engineering5%
  • Chemistry4%
  • Materials Science2%
  • Agricultural and Food Sciences1%

Share of papers citing this model.

Openness

bio.rodeo opennessClosed · low usability and reproducibility
30Closed
Usability — can I run it?19
Reproducibility — can I retrain it?30
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

foundation_modelgenomicsmetagenomicsprotein_function_predictionregulatory_genomics

Resources

GitHub RepositoryResearch PaperDatasetDataset