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

RNABERT

Keio University

RNA language model that learns base-level embeddings capturing sequence context and secondary structure, enabling fast structural alignment.

Released: February 2022

RNABERT is a transformer-based language model developed at Keio University that applies BERT-style pre-training to RNA sequences. Published in 2022, it addresses a longstanding bottleneck in RNA bioinformatics: structural alignment. Traditional methods for aligning RNA sequences depend on the Sankoff algorithm, which explicitly models both sequence similarity and secondary structure but is computationally prohibitive at scale. RNABERT takes a fundamentally different approach — it learns rich, context-aware representations of individual RNA bases, then uses those representations with a simple and fast alignment algorithm to achieve state-of-the-art structural alignment accuracy.

What sets RNABERT apart from a straightforward application of BERT to nucleotide sequences is its dual pre-training strategy. Rather than relying solely on masked language modeling, the model additionally incorporates structural information through a Structural Alignment Learning (SAL) objective. This trains the model so that bases occupying structurally equivalent positions across related RNA families are embedded close together in vector space, even when their primary sequences differ. The result is a 120-dimensional embedding for each base that jointly encodes local sequence context and structural propensity.

The model was trained on 72,237 human non-coding RNA sequences, augmented with masking patterns to 722,370 effective training examples, with structural supervision drawn from seed alignments in the Rfam database. Rfam provides curated RNA families with known secondary structures, making it an appropriate source of structural ground truth for the SAL pre-training objective.

#Key Features

  • Dual pre-training with MLM and SAL: Combines masked language modeling — predicting 15% of randomly masked bases from context — with structural alignment learning, which uses Rfam seed alignments to encode secondary structure directly into the embedding space.
  • 120-dimensional base embeddings: Each RNA base (A, C, G, U) is represented as a 120-dimensional vector that captures both positional context from the bidirectional transformer and structural state, forming distinct clusters in embedding space corresponding to known structural motifs.
  • Fast structural alignment: Because structural information is encoded in the embeddings rather than computed on-the-fly, RNABERT can use a computationally simple pairwise alignment algorithm over embeddings rather than the expensive Sankoff algorithm, dramatically reducing inference time.
  • Superior alignment accuracy: Benchmarked against multiple RNA structural alignment tools, RNABERT outperforms existing state-of-the-art methods across multiple accuracy measures, achieving better recall of structurally equivalent positions.
  • Transfer learning for downstream tasks: The pre-trained encoder can be fine-tuned for tasks beyond alignment, including RNA family clustering, classification, and secondary structure prediction, reducing labeled data requirements for specialized applications.

#Technical Details

RNABERT uses a 6-layer transformer encoder architecture adapted from BERT. Each layer applies multi-head self-attention over the full sequence, enabling bidirectional context modeling that captures dependencies between distant bases. The embedding dimension is 120 throughout, smaller than large protein language models, reflecting the constrained vocabulary (four canonical RNA bases) and the relatively compact training corpus of non-coding RNA sequences.

Pre-training proceeds in two stages. The MLM task randomly masks 15% of input bases and optimizes the model to reconstruct them from bidirectional context, mirroring the original BERT procedure. The SAL task takes pairs of RNA sequences from the same Rfam family — sequences known to share structural similarity — and applies a contrastive-style objective encouraging bases at aligned positions to have similar embeddings. This directly encodes secondary structure co-variation signals that are absent from sequence alone. At inference, embeddings from the final transformer layer are extracted and used as features for alignment via a standard sequence alignment algorithm, bypassing the need for explicit structure prediction.

Model parameters are modest in absolute terms — the 6-layer, 120-dimensional architecture is intentionally lightweight — which contributes to the fast inference speed. Training was performed on human non-coding RNAs from publicly available databases, with Rfam providing the structural alignment supervision.

#Applications

RNABERT is particularly well suited for researchers working with non-coding RNAs, where structural conservation rather than sequence identity is often the biologically meaningful signal. Structural alignment of RNA families is the primary application, enabling high-throughput comparison of sequences across organisms where conventional sequence-based alignment would fail to detect homologs. The clustering capabilities allow unsupervised grouping of RNA sequences into functional families based on structural similarity, which is valuable for annotating novel transcriptomes. The pre-trained embeddings also serve as features for downstream classification tasks such as identifying RNA types (rRNA, tRNA, snRNA, lncRNA) or annotating functional regions within non-coding transcripts.

#Impact

RNABERT established the viability of self-supervised language model pre-training as a route to high-quality RNA structural representations, motivating subsequent larger-scale efforts in RNA foundation modeling. By demonstrating that a relatively compact model trained with a structurally-informed objective could outperform dedicated algorithmic alignment tools, it shifted attention toward representation learning as an alternative to explicit structure computation. The model's open-source release on GitHub has made it accessible for reuse and benchmarking. A key limitation is the training corpus size and scope: 72,237 human non-coding RNA sequences is small compared to the datasets used in contemporary protein language models, and the model's performance on RNA types underrepresented in human databases or in Rfam may be limited. As the field has moved toward larger RNA models trained on broader sequence diversity, RNABERT serves as an important early demonstration of the structural alignment learning paradigm.

Citation

Informative RNA base embedding for RNA structural alignment and clustering by deep representation learning

Akiyama, M., & Sakakibara, Y. (2022). Informative RNA base embedding for RNA structural alignment and clustering by deep representation learning. NAR Genomics and Bioinformatics, 4(1), lqac012.

DOI: 10.1093/nargab/lqac012

Recent citations

Papers that recently cited this model.

  • Advancing bioinformatics with language models: components, applications, and perspectives

    Jiajia Liu, Mengyuan Yang, Yankai Yu, et al.

    Briefings in Bioinformatics · Jul 2026

    0
  • UTRGen: A unified framework for full-spectrum design of mRNA 5′ UTRs

    Zhen Wang, Mingxuan Chen, Xiagu Zhu, et al.

    bioRxiv · Jun 2026

    0
  • MultiMolecule: a modular ecosystem for biomolecular sequence-model workflows

    Zhiyuan Chen

    Jun 2026

    0

Top citations

The most-cited papers that cite this model.

  • Foundation Model for Advancing Healthcare: Challenges, Opportunities and Future Directions

    Yuting He, Fuxiang Huang, Xinrui Jiang, et al.

    IEEE Reviews in Biomedical Engineering · Apr 2024

    134
  • A Comprehensive Survey of Scientific Large Language Models and Their Applications in Scientific Discovery

    Yu Zhang, Xiusi Chen, Bowen Jin, et al.

    Conference on Empirical Methods in Natural Language Processing · Jun 2024

    126
  • Multi-purpose RNA language modelling with motif-aware pretraining and type-guided fine-tuning

    Ning Wang, Jiang Bian, Yuchen Li, et al.

    Nature Machine Intelligence · May 2024

    116
  • A Comprehensive Survey of Foundation Models in Medicine

    Wasif Khan, Seowung Leem, Kyle B. See, et al.

    IEEE Reviews in Biomedical Engineering · Jun 2024

    115
  • A 5’ UTR Language Model for Decoding Untranslated Regions of mRNA and Function Predictions

    Y. Chu, Dan Yu, Yupeng Li, et al.

    bioRxiv · Oct 2023

    108

Related models

Models with similar goals, methods, or subject matter.

  • 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
  • RNA-FM

    ml4bio / Chinese University of Hong Kong / Fudan University / Shanghai AI Laboratory

    RNA foundation model pretrained on 23.7 million non-coding RNA sequences, producing embeddings for structure prediction, annotation, and RNA design.

    RNA
  • structRFM

    University of Science and Technology of China

    RNA foundation model pretrained jointly on sequences and secondary structures for structure prediction, homology and splice site classification.

    RNA
  • 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
  • RiNALMo

    LBCB Sci

    RNA language model with 650M parameters pretrained on 36 million non-coding RNA sequences, generalizing structure prediction to unseen RNA families.

    RNA
  • RNAElectra

    Australian National University

    Single-nucleotide-resolution RNA foundation model pretrained on non-coding RNAs with ELECTRA-style replaced-token detection for regulatory inference.

    RNA
  • SpliceBERT

    Biomed AI

    RNA language model pre-trained on 2M+ pre-mRNA sequences from 72 vertebrate species for splice-site prediction and variant effect analysis.

    RNA

Citations

Total Citations134
Influential8
References42

GitHub

Stars56
Forks17
Open Issues4
Contributors0
Last Push2y ago
LanguagePython

HuggingFace

Downloads5.2K
Likes0
Last Modified1mo ago
Pipelinefill-mask

Fields of citing research

  • Computer Science96%
  • Biology91%
  • Medicine63%
  • Chemistry2%
  • Environmental Science2%
  • Physics2%
  • Engineering1%
  • Linguistics1%

Share of papers citing this model.

Openness

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

Tags

foundation_modellanguage_modelstructure_prediction

Resources

GitHub RepositoryResearch PaperOfficial WebsiteHuggingFace ModelDataset