bio.rodeo
ModelsOrganizationsProvidersLeaderboardAboutSign 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.rodeoModelsOrganizationsProvidersLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
DNA & Gene foundation models
DNA & Gene

BBERT

Hebrew University of Jerusalem / University of Haifa / Agricultural Research Organization – Volcani Institute

Nucleotide language model for short metagenomic reads, assigning taxonomic domain, coding potential, and reading frame from reads down to 100 bp.

Released: September 2025

BBERT is a nucleotide language model built to make sense of the very short reads produced by shotgun metagenomic sequencing. Metagenomes from complex habitats such as soil reveal biodiversity far exceeding what has been catalogued, but the majority of individual reads cannot be taxonomically or functionally annotated because no sufficiently comprehensive reference database exists. This leaves much of the true structure and function of microbial communities invisible to reference-based tools.

The model was developed by Dmitry Alekhin, Omri M. Finkel, Amir Erez, and colleagues at the Hebrew University of Jerusalem, with collaborators at the University of Haifa and the Agricultural Research Organization – Volcani Institute, and posted to bioRxiv in September 2025. BBERT learns bacterial "sequence syntax" directly from reads, so it can annotate them without consulting a reference database.

From reads as short as 100 base pairs, BBERT assigns taxonomic domain, coding potential, and reading frame straight from sequence. It is deliberately small and fast, running on a modest GPU, and can convert short metagenomic reads directly into bacterial amino acid sequences for downstream analysis.

#Key Features

  • Reference-free annotation: Identifies bacterial sequence syntax and assigns taxonomic domain, coding potential, and reading frame without relying on a reference database, unlocking reads that alignment-based tools cannot classify.
  • Built for short reads: Operates accurately on reads as short as 100 bp, the regime where most shotgun metagenomic data lives and where reference matching most often fails.
  • Small and fast: Compact enough to analyze whole metagenomes on a single modest GPU, making reference-free classification practical at archive scale.
  • Read-to-protein translation: Can convert short reads directly into bacterial amino acid sequences, feeding protein-level downstream analyses.
  • Improves assembly and binning: Filtering reads with BBERT reduces mismatches and gaps in de novo metagenomic assembly, accelerates runtime, and improves bin quality.

#Technical Details

BBERT is a BERT-style transformer trained on nucleotide sequence to learn the statistical regularities of bacterial DNA. It performs three classification tasks from a short input read — distinguishing bacterial from non-bacterial sequence, predicting the correct reading frame among the six possibilities, and determining whether a sequence is protein-coding — and also emits sequence embeddings for downstream use. The authors evaluated it on a large cohort of soil metagenomes, showing reference-free assignment of taxonomic domain, coding potential, and frame directly from reads down to 100 bp. Using metagenomes from wild legume nodules, they further show that BBERT-based filtering improves genome-bin quality while accelerating de novo assembly. Code is released on GitHub under an MIT license, with model weights distributed on the Hugging Face Hub.

#Applications

BBERT serves metagenomics and microbial-ecology researchers who need to annotate the large fraction of short reads that reference databases leave dark, especially in understudied environments such as soil. By providing fast, reference-free classification and read-to-protein translation, it improves the accuracy of ecological and evolutionary analyses and strengthens the front end of assembly and binning pipelines, all within the compute budget of a single GPU.

#Impact

BBERT shows that a compact nucleotide language model can recover taxonomic and coding information from short reads without any reference, opening large metagenomic archives to more complete analysis and improving downstream assembly and binning. Its practicality — small, fast, openly released with code and weights — lowers the barrier to reference-free metagenomic annotation. As a preprint awaiting peer review, its broader influence will depend on independent evaluation across habitats beyond the soil cohorts reported here.

Citation

Preprint

DOI: 10.1101/2025.09.07.674730

Recent citations

Papers that recently cited this model.

Not enough citation data yet.

Top citations

The most-cited papers that cite this model.

Not enough citation data yet.

Where to run BBERT

Providers that host BBERT for inference, fine-tuning, or weight download.

No providers recorded yet. Browse all providers

Fields of citing research

Not enough data

Openness

bio.rodeo opennessFully open · usable and reproducible
93Open
Usability — can I run it?100
Reproducibility — can I retrain it?81

Tags

bertdnafoundation_modellanguage_modelmetagenomicsreading_frame_predictionself_supervisedtaxonomic_classificationtransformer

Resources

GitHub RepositoryResearch PaperHuggingFace Model