<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RNA structure-function prediction &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/rna-structure-function-prediction/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 00:52:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>RNA structure-function prediction &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>AI Language Model Learns the Grammar of RNA Sequences</title>
		<link>https://scienmag.com/ai-language-model-learns-the-grammar-of-rna-sequences/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 00:52:46 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI language models for genetic sequences]]></category>
		<category><![CDATA[AI-driven understanding of ribonucleic acid]]></category>
		<category><![CDATA[computational biology]]></category>
		<category><![CDATA[deep learning in genomics]]></category>
		<category><![CDATA[embeddings]]></category>
		<category><![CDATA[language models]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning for RNA annotation]]></category>
		<category><![CDATA[natural language processing for RNA sequences]]></category>
		<category><![CDATA[non-coding RNA]]></category>
		<category><![CDATA[NucleicBERT]]></category>
		<category><![CDATA[NucleicBERT transformer model]]></category>
		<category><![CDATA[predicting RNA roles with neural networks]]></category>
		<category><![CDATA[RNA]]></category>
		<category><![CDATA[RNA sequence analysis]]></category>
		<category><![CDATA[RNA structure]]></category>
		<category><![CDATA[RNA structure-function prediction]]></category>
		<category><![CDATA[RNA therapeutics]]></category>
		<category><![CDATA[self-supervised learning]]></category>
		<category><![CDATA[self-supervised learning in molecular biology]]></category>
		<category><![CDATA[sequence biology]]></category>
		<category><![CDATA[sequence-structure relationship in RNA]]></category>
		<category><![CDATA[transformers]]></category>
		<category><![CDATA[unsupervised learning in bioinformatics]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=200260</guid>

					<description><![CDATA[A self-supervised language model called NucleicBERT offers researchers a new computational lens on the vast and poorly charted space of RNA sequences.]]></description>
										<content:encoded><![CDATA[<p>Ribonucleic acid has spent decades in the shadow of DNA and proteins, treated by many molecular biologists as a humble courier, a disposable intermediate in the flow of genetic information from gene to protein. That view has collapsed under the weight of discovery. RNA is now known to catalyse chemical reactions, silence genes, scaffold molecular machines, tune translation and orchestrating development, and every one of those functions is written in the language of its sequence. Yet compared with proteins, where decades of structural and evolutionary data have taught researchers to read amino-acid patterns, the sequence-structure-function logic of RNA remains largely opaque. A new study published in Nature Machine Intelligence argues that the fastest route to fluency in this language may come from an unlikely teacher: the same family of self-supervised neural networks that learned to write prose.</p>
<p>The system, called NucleicBERT, applies a transformer-based language model to ribonucleic acid sequences, training it to predict masked positions in nucleotide strings drawn from large public databases. The approach deliberately avoids labels. Instead of being told which sequences are ribozymes, which are microRNAs, or which bind particular proteins, the model is simply asked to fill in the blanks across millions of natural sequences. In doing so, it is forced to internalise the statistical regularities of real RNA: which nucleotides tend to co-occur, which motifs recur across distant branches of life, and which combinations essentially never appear. Those patterns, the authors contend, encode a compressed representation of the physical and evolutionary constraints that shape functional RNA.</p>
<p>The technical foundation is the bidirectional encoder architecture popularised by models such as BERT. In natural language, such models read text in both directions and learn contextual embeddings, so that the meaning of a word depends on its neighbours. NucleicBERT imports that idea wholesale into molecular biology. Each nucleotide in an RNA sequence is treated as a token, and the encoder produces a vector for every position that reflects its biological context. A cytosine embedded in a stem-loop of a transfer RNA acquires a different representation from the same cytosine sitting in the loop of a riboswitch, even though the raw letter is identical. This context sensitivity is precisely what hand-crafted features, position-weight matrices and simple motif searches have historically lacked.</p>
<p>Pretraining proceeds with a masked-language objective. Random positions in each training sequence are hidden, and the model must reconstruct them from surrounding context. Because the training corpus spans diverse RNA families and organisms, the network cannot succeed by memorising shallow patterns; it must capture deeper regularities such as compensatory mutations in paired regions, conserved loops, and the compositional biases of different RNA classes. The resulting embeddings can then be transferred downstream: a relatively small amount of labelled data is sufficient to fine-tune the pretrained network for specific prediction tasks, a strategy that has transformed fields from computer vision to protein biochemistry.</p>
<p>The practical payoff comes in the form of benchmark performance on tasks that matter to RNA biologists. According to the paper, NucleicBERT embeddings improve predictive accuracy on problems including the classification of non-coding RNA families, the identification of RNA-binding protein sites, and the assessment of sequence variants that disrupt splicing or translation. In each case the pretrained model outperforms baselines trained from scratch on the same labelled data, and the advantage is largest precisely where labelled examples are scarcest. That pattern is the classic signature of useful pretraining: the model arrives at a task already fluent in the underlying vocabulary, so supervision only needs to teach the final grammar.</p>
<p>What makes the work conceptually significant is not merely the benchmark numbers but the interpretability experiments layered on top of them. The authors probe what the model has learned by examining attention patterns and embedding geometry. Sequences with related structures and functions cluster together in the embedding space even when their nucleotide identities differ substantially, suggesting the model has discovered homology that raw sequence comparison misses. Attention heads, the internal components that let a transformer weigh relationships between positions, turn out to concentrate on regions that biologists recognise as structurally or functionally meaningful, such as paired stems and conserved catalytic motifs. In effect, the network rediscovers, from raw data alone, some of the hard-won knowledge that RNA biochemists assembled over half a century.</p>
<p>The study also confronts one of the central puzzles of RNA biology: the sheer size of sequence space. An RNA molecule of only 100 nucleotides has 4 to the power of 100 possible sequences, a number that dwarfs the number of atoms in the observable universe. Natural RNA occupies a vanishingly sparse subset of that space, organised into families shaped by common ancestry and common physics. Language models are, in a formal sense, tools for modelling the distribution of data, and NucleicBERT can therefore be read as a statistical map of where functional RNA lives within the vast combinatorial wilderness. Sequences the model assigns high likelihood are, heuristically, sequences that look like biology; sequences it assigns low likelihood are candidates for exotic synthetic designs, or for failure.</p>
<p>That map has immediate applications in engineering. RNA therapeutics, from messenger RNA vaccines to small interfering RNAs and antisense oligonucleotides, all depend on the properties of sequence: how stably a molecule folds, how efficiently it is translated, how recognisable it is to the innate immune system, and how long it survives in the cell. The authors report that NucleicBERT representations correlate with measurable properties such as secondary-structure stability and expression level, offering drug developers a way to screen and optimise candidate sequences in silico before expensive synthesis and testing begin. The same representations can guide the design of synthetic riboswitches and regulatory elements for synthetic biology, where designers currently iterate through costly build-and-test cycles.</p>
<p>The researchers are candid about limitations. RNA databases are biased towards well-studied model organisms and abundant RNA classes, so the model&#8217;s fluency is strongest where data are richest and weakest for rare transcripts and poorly characterised clades. The masked-language objective captures linear sequence context directly and higher-order structure only indirectly, so tasks that hinge on detailed three-dimensional folding may still require complementary physics-based or structure-specific models. And like all deep networks, NucleicBERT offers correlations rather than mechanisms: its embeddings are a powerful substrate for prediction, but turning them into causal explanations of why a particular fold catalyses a particular reaction remains future work. The authors frame the model not as a replacement for biochemical experiment but as a hypothesis engine that tells experimentalists where to look.</p>
<p>Even with those caveats, the arrival of a mature nucleic-acid language model marks a turning point in how the life sciences approach sequence data. For twenty years, genome annotation has leaned on alignment-based tools that compare new sequences against known ones, a strategy that fails for molecules with no recognisable relatives. Self-supervised models offer a different epistemology: knowledge distilled from the totality of observed sequences, applicable even to orphans with no evolutionary cousins. As sequencing technologies continue to generate data far faster than any human can annotate them, systems like NucleicBERT are likely to become standard equipment in the computational biology toolkit, reading the genome&#8217;s least understood language at a pace no human reader could match and pointing the way to RNA molecules that biology has not yet invented.</p>
<p><strong>Subject of Research:</strong> Self-supervised language modelling of RNA sequence space with the NucleicBERT neural network</p>
<p><strong>Article Title:</strong> NucleicBERT interprets RNA sequence space through self-supervised language modelling</p>
<p><strong>Article References:</strong> Upadhyay, U., Herold, J., Götz, M., &amp; Schug, A. (2026). NucleicBERT interprets RNA sequence space through self-supervised language modelling. <em>Nature Machine Intelligence</em>. <a href="https://doi.org/10.1038/s42256-026-01295-9" rel="noopener noreferrer">https://doi.org/10.1038/s42256-026-01295-9</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s42256-026-01295-9" rel="noopener noreferrer">10.1038/s42256-026-01295-9</a></p>
<p><strong>Keywords:</strong> NucleicBERT, RNA, self-supervised learning, language models, machine learning, transformers, non-coding RNA, RNA therapeutics, sequence biology, computational biology, embeddings, RNA structure</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">200260</post-id>	</item>
	</channel>
</rss>
