Codon-Level Transformers for Long-Range mRNA Property Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing techniques for predicting mRNA properties do not adequately account for the position and order information of codons and long-range interactions between codons, leading to limited prediction efficiency and accuracy.

Innovation Solution

Utilizing deep learning and transformer models to process codon sequence representations, with pre-training on masked language and homology sequence prediction tasks, and incorporating contrastive loss to enhance model differentiation between similar and dissimilar mRNA sequences, enabling high-performance predictions of mRNA properties.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If existing techniques are used for predicting mRNA properties, then the prediction process is simple, but the prediction accuracy is limited due to inadequate account of codon position, order information, and long-range interactions

Engineering Contradiction:
Improveprediction accuracyVSAvoidmodel complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent applies preliminary action by implementing a pre-training phase before the main prediction task. The transformer model is first pre-trained on masked language modeling and homology sequence prediction tasks using large amounts of unlabeled mRNA sequence data. This preliminary training enables the model to learn fundamental codon representations, positional relationships, and long-range interactions before being fine-tuned for specific property prediction tasks, thereby achieving high accuracy without excessive complexity during the actual prediction phase.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent segments the mRNA sequence into codon units rather than treating it as a continuous nucleotide sequence. Each codon is processed as a discrete token, allowing the model to independently capture position and order information for each codon. This segmentation enables the transformer model to effectively attend to specific codons and their relationships, improving the prediction accuracy by properly accounting for codon-level structural and functional elements.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If transformer models with pre-training are used, then prediction accuracy improves, but computational resources and training time increase

Engineering Contradiction:
Improveprediction accuracyVSAvoidcomputational resource consumption
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The pre-training phase performs preliminary action by learning general mRNA sequence patterns and codon representations from large amounts of unlabeled data. This upfront investment in computational resources during pre-training enables the model to achieve high prediction accuracy with fewer labeled examples required for fine-tuning, ultimately reducing the total computational cost compared to training from scratch for each specific prediction task.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements universality by designing a single transformer model architecture that can perform multiple functions: masked language modeling, homology sequence prediction, and various mRNA property predictions. This multi-functional model learns transferable representations that can be applied across different prediction tasks, reducing the need to train separate models for each property and thereby lowering overall computational resource consumption.

Inventive Principle:
Principle #6Universality (Multi-functionality)

3Adaptability or versatility

If existing prediction techniques are used, then computational resources are conserved, but the ability to capture long-range interactions between codons is insufficient

Engineering Contradiction:
Improvecapability to capture long-range interactionsVSAvoidmodel architecture complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent uses the transformer model's self-attention mechanism as an intermediary that captures long-range interactions between codons. The attention mechanism computes relationships between all pairs of codons in the sequence, allowing the model to directly model long-range dependencies without requiring intermediate processing steps. This intermediary mechanism enables the model to adaptively weigh the importance of different codon positions and their interactions, achieving high versatility in capturing various interaction patterns.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent transitions from traditional sequence analysis to a dimensional space where codons are represented as high-dimensional vectors. This dimensionality change allows the model to encode complex information about codon position, order, and interactions in a continuous vector space, enabling the capture of long-range interactions through geometric relationships in this high-dimensional space rather than through explicit sequential processing.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Data Source

PatentUS20250322910A1PREDICTING mRNA PROPERTIES USING LARGE LANGUAGE TRANSFORMER MODELS
Publication Date: 2025.10.16 SANOFI SA(FR)
  • US20250322910A1 patent drawing
  • US20250322910A1 patent drawing
  • US20250322910A1 patent drawing

AI summary

Methods, computer systems, and apparatus, including computer programs encoded on computer storage media, for predicting mRNA properties. The system obtains data representing a codon sequence of the mRNA molecule, generates an input token vector by numerically encoding the codon sequence, and generates an embedded feature vector by processing the input token vector using an embedding machine-learning model having a first set of model parameters.