<?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 &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/rna/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 &#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>
		<item>
		<title>Cross-Kingdom RNA Boosts Arbuscular Mycorrhiza Growth</title>
		<link>https://scienmag.com/cross-kingdom-rna-boosts-arbuscular-mycorrhiza-growth/</link>
		
		<dc:creator><![CDATA[Juliet Wilcox]]></dc:creator>
		<pubDate>Wed, 11 Mar 2026 17:55:42 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[arbuscular mycorrhizal fungi nutrient exchange]]></category>
		<category><![CDATA[arbuscular mycorrhizal symbiosis mechanisms]]></category>
		<category><![CDATA[cross-kingdom RNA interference in plants]]></category>
		<category><![CDATA[genetic modulation of plant root symbiosis]]></category>
		<category><![CDATA[molecular dialogue in soil ecosystems]]></category>
		<category><![CDATA[molecular regulation of mycorrhizal growth]]></category>
		<category><![CDATA[phosphorus uptake enhancement by AM fungi]]></category>
		<category><![CDATA[RNA]]></category>
		<category><![CDATA[RNA-based communication in plant-fungi interactions]]></category>
		<category><![CDATA[RNAi role in plant-microbe relationships]]></category>
		<category><![CDATA[sustainable crop growth through RNAi]]></category>
		<category><![CDATA[symbiotic signaling pathways in agriculture]]></category>
		<guid isPermaLink="false">https://scienmag.com/cross-kingdom-rna-boosts-arbuscular-mycorrhiza-growth/</guid>

					<description><![CDATA[In a groundbreaking advancement that could reshape our understanding of plant biology and agricultural sustainability, researchers have unveiled compelling evidence demonstrating the role of cross-kingdom RNA interference (RNAi) in promoting arbuscular mycorrhizal (AM) symbiosis development. This innovative study, recently published in Nature Plants, delves into the molecular dialogue between plants and the ubiquitous soil fungi [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a groundbreaking advancement that could reshape our understanding of plant biology and agricultural sustainability, researchers have unveiled compelling evidence demonstrating the role of cross-kingdom RNA interference (RNAi) in promoting arbuscular mycorrhizal (AM) symbiosis development. This innovative study, recently published in <em>Nature Plants</em>, delves into the molecular dialogue between plants and the ubiquitous soil fungi that form these symbiotic partnerships, revealing an intricate RNA-based communication mechanism that underpins their mutualistic relationship.</p>
<p>Arbuscular mycorrhizae represent one of the most ancient and ecologically significant symbioses on Earth, involving the association of plant roots with arbuscular mycorrhizal fungi (AMF). These fungi penetrate root cortical cells, forming highly branched structures called arbuscules that facilitate nutrient exchange. This symbiotic arrangement enhances phosphorus uptake for plants and supplies carbohydrates to fungi, which is vital for plant health and soil ecosystem dynamics. Until now, the molecular intricacies underpinning the establishment and maintenance of this symbiosis remained only partially understood.</p>
<p>The study conducted by Usländer, Haag, Cheng, and colleagues takes this understanding to a new level by elucidating how cross-kingdom RNAi modulates the symbiosis. RNA interference is widely recognized as a natural mechanism for post-transcriptional gene regulation within organisms, but its role as a medium for communication across different biological kingdoms—specifically between plants and fungi—has been less clear. By tracking RNA molecules exchanged between the partners, the research team uncovered how specific small RNAs are transported bidirectionally, influencing gene expression patterns that facilitate symbiotic compatibility and development.</p>
<p>By employing advanced molecular techniques such as RNA sequencing, fluorescent tagging, and gene knockdown experiments, the researchers profiled the small RNA populations present in both the host plant and AMF during various symbiotic stages. Intriguingly, they identified unique fungal-derived small RNAs localized within plant root cells that suppress particular plant genes involved in defense responses. Suppression of these defense mechanisms appears to create a permissive environment for fungal colonization, allowing the fungi to establish robust symbiotic contact without triggering plant immune rejection.</p>
<p>Conversely, the host plant was found to export its own repertoire of small RNAs targeting fungal genes responsible for limiting fungal virulence and proliferation. This bidirectional RNAi exchange appears to fine-tune fungal growth and interaction to optimize symbiotic efficiency rather than allowing uncontrolled colonization. Such precise regulatory balance ensures mutual benefits while preventing potential pathogenicity, highlighting a sophisticated molecular negotiation between the two kingdoms.</p>
<p>The implications of these findings reach far beyond basic biological curiosity. Understanding how cross-kingdom RNAi networks control arbuscular mycorrhizal symbioses provides a blueprint for engineering crops with enhanced nutrient acquisition, resilience, and growth performance under challenging environmental conditions. Agricultural productivity relies heavily on phosphorus availability, a finite resource whose inefficient uptake often mandates costly fertilizer application with detrimental environmental impacts. By harnessing or mimicking such RNA-based regulatory systems, it may be possible to breed or bioengineer plants better equipped to establish beneficial mycorrhizal relationships, ultimately reducing fertilizer dependence and improving sustainable farming practices.</p>
<p>Moreover, this research paves the way for a new era of plant microbiome engineering, where molecular dialogues governed by small RNAs could be manipulated to curate root-associated microbial communities that promote plant health and productivity. This intersection of molecular biology, symbiosis ecology, and agricultural science opens exciting frontiers for both fundamental research and real-world applications. The concept that plants and their symbiotic partners communicate through RNA messages blurs traditional boundaries between organisms and suggests a paradigm shift in our perspective on interspecies interactions.</p>
<p>From a methodological standpoint, the study’s synthesis of state-of-the-art genomics, molecular genetics, and live-cell imaging techniques provides a model for future investigations into cross-kingdom communication. By constructing comprehensive RNAi interaction maps, scientists can begin to decipher the complex molecular languages shared among organisms inhabiting the same ecological niche. This could also inform broader studies into plant-pathogen interactions, given the mechanistic parallels of RNA interference pathways.</p>
<p>Significantly, the team’s experiments demonstrated that disruption of the fungal RNA export machinery or the plant’s ability to perceive fungal small RNAs led to impaired arbuscule formation and reduced symbiotic nutrient exchange. These functional validations underscore the critical importance of RNAi in symbiosis and confirm that these RNA molecules are not merely byproducts but active signaling agents directing developmental processes.</p>
<p>Furthermore, the discovery of specific RNA effectors that cross kingdoms suggests potential targets for novel agrochemical development. Such molecules could be designed to enhance or suppress specific symbiotic interactions, providing precision tools to modulate root microbiomes in a customizable manner. This precision agriculture approach aligns with the growing demand for environmentally friendly farming innovations.</p>
<p>This landmark study also raises profound evolutionary questions regarding the origin and conservation of RNA-based interkingdom communication. If such RNA exchange is fundamental to symbiosis maintenance, it may have been a driving force in the co-evolution of plants and fungi over hundreds of millions of years. Exploring this hypothesis could provide insights into the evolution of multicellularity and symbiotic complexity.</p>
<p>In conclusion, the demonstration that cross-kingdom RNA interference facilitates the development of arbuscular mycorrhizas uncovers a novel dimension of plant-fungal symbiotic regulation. These findings challenge conventional views that relied mostly on protein signals and metabolic fluxes and highlight the centrality of nucleic acid-based signaling in ecological interactions. As the global agricultural community faces mounting challenges from climate change, soil degradation, and resource limitations, harnessing such natural RNA communication pathways offers a promising avenue to bolster food security through more resilient and efficient cropping systems.</p>
<p>Future investigations building on this work may unlock additional RNA effectors and receptors involved in broader symbiotic networks, extending beyond mycorrhizae to other beneficial plant-microbe associations. Such comprehensive molecular atlases will accelerate our capacity to integrate biological knowledge into agricultural innovation.</p>
<p>The work by Usländer and colleagues stands as a beacon of interdisciplinary research excellence, blending molecular plant biology, fungal genetics, and ecological theory to illuminate the subtle linguistic codes exchanged beneath our feet. As researchers decode more of these molecular conversations, humanity inches closer to a future where sustainable farming harnesses the full potential of nature’s ancient symbioses—RNA, it seems, is the new language of life’s partnerships.</p>
<hr />
<p><strong>Subject of Research</strong>: Cross-kingdom RNA interference in arbuscular mycorrhizal symbiosis development</p>
<p><strong>Article Title</strong>: Cross-kingdom RNA interference promotes arbuscular mycorrhiza development</p>
<p><strong>Article References</strong>:<br />
Usländer, A., Haag, M.V., Cheng, A.P. <em>et al.</em> Cross-kingdom RNA interference promotes arbuscular mycorrhiza development. <em>Nat. Plants</em> (2026). <a href="https://doi.org/10.1038/s41477-026-02247-2">https://doi.org/10.1038/s41477-026-02247-2</a></p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: <a href="https://doi.org/10.1038/s41477-026-02247-2">https://doi.org/10.1038/s41477-026-02247-2</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">142797</post-id>	</item>
	</channel>
</rss>
