<?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>understanding human genome &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/understanding-human-genome/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2026 01:59:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>understanding human genome &#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>New AI Model Genolator Talks to DNA, Translating Proteins Into Plain English</title>
		<link>https://scienmag.com/new-ai-model-genolator-talks-to-dna-translating-proteins-into-plain-english/</link>
		
		<dc:creator><![CDATA[Juliet Wilcox]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 01:59:38 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[AI in molecular biology]]></category>
		<category><![CDATA[AI-assisted biological research]]></category>
		<category><![CDATA[artificial intelligence in genomics]]></category>
		<category><![CDATA[biological data analysis]]></category>
		<category><![CDATA[computational biology]]></category>
		<category><![CDATA[DNA to protein translation]]></category>
		<category><![CDATA[functional annotation]]></category>
		<category><![CDATA[Gene Ontology]]></category>
		<category><![CDATA[Genolator]]></category>
		<category><![CDATA[Genome Biology]]></category>
		<category><![CDATA[genome informatics]]></category>
		<category><![CDATA[genome interpretation]]></category>
		<category><![CDATA[genome interpretation tools]]></category>
		<category><![CDATA[genomics]]></category>
		<category><![CDATA[genomics and machine learning]]></category>
		<category><![CDATA[large language models]]></category>
		<category><![CDATA[multimodal AI]]></category>
		<category><![CDATA[natural language processing]]></category>
		<category><![CDATA[plain-language genetic insights]]></category>
		<category><![CDATA[protein function prediction]]></category>
		<category><![CDATA[protein structure]]></category>
		<category><![CDATA[protein structure analysis]]></category>
		<category><![CDATA[understanding human genome]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=212086</guid>

					<description><![CDATA[Researchers at Uniklinik RWTH Aachen have developed Genolator, a multimodal large language model that fuses DNA, amino acid, and protein structure data with natural language to answer questions about protein function with high accuracy.]]></description>
										<content:encoded><![CDATA[<p>For decades, the human genome has been described as a book written in a language that biologists can read only letter by letter, without ever fully grasping the sentences it forms. Now a team of researchers at Uniklinik RWTH Aachen in Germany has built an artificial intelligence system designed to do precisely that translation: it takes raw DNA sequences, amino acid chains, and the three-dimensional structures of proteins, and answers plain-language questions about what these molecules actually do. The system, called Genolator, is described in a peer-reviewed study published in the journal Genome Biology, and its central promise is as simple to state as it is ambitious to achieve: a scientist should be able to ask, in ordinary English, whether a given protein performs a given function, and receive a reliable, evidence-grounded answer.</p>
<p>The problem Genolator addresses is one of the most stubborn bottlenecks in modern biology. Sequencing a genome has become fast and cheap, but interpreting it has not. Vast stretches of the human genome remain functionally unexplored, and even for the genes we do know, assigning a protein to a role—where it operates inside the cell, which molecular tasks it performs, and which biological processes it participates in—still relies heavily on laborious experimental work and expert curation. The Gene Ontology framework, the standard vocabulary researchers use to describe protein functions, has grown enormous precisely because this annotation task is so demanding. Every uncharacterized protein is a potential blind spot in our understanding of disease mechanisms and, by extension, in the development of targeted treatments.</p>
<p>Large language models have transformed how machines handle human text, but genomic data has stubbornly resisted the same revolution. The reason, the Aachen team argues in the study, is that existing models are divided into two camps that rarely speak to each other. Some language models can process natural language; others can process genomic code; models that genuinely fuse both modalities have been largely lacking. Genolator was built explicitly to close that gap. It integrates embedding representations derived from three very different kinds of biological data—DNA sequences, amino acid sequences, and protein structures—with the ability to receive and answer natural language queries. In other words, the model holds the molecular alphabet and the human dictionary in the same computational mind.</p>
<p>The engineering behind that fusion is substantial. The researchers fine-tuned Genolator on more than 365,000 question-answer pairs, generated using abstracted Gene Ontology terms. This training corpus teaches the model to respond to queries spanning three core categories of protein function: subcellular localization, meaning where in the cell a protein is found; molecular function, meaning the specific biochemical activity it carries out; and biological processes, meaning the larger cellular programs it contributes to. By abstracting the Gene Ontology terms, the team could turn the structured, hierarchical vocabulary of functional genomics into the kind of question-answer dialogue that language models learn best from.</p>
<p>How well does it work? The evaluation results reported in the study show that Genolator achieves high accuracy in confirming or denying associations between proteins and functions—the fundamental yes-or-no question at the heart of functional annotation. Crucially, the model was benchmarked against serious competition. It outperformed openly available general-purpose large language models such as GPT 4.1, demonstrating that general AI fluency in English does not automatically translate into biological fluency. It also outperformed smaller domain-specific models that incorporate knowledge from a protein structure transformer, indicating that the multimodal integration itself, rather than sheer scale, is what delivers the advantage.</p>
<p>Perhaps the most intriguing part of the study is what the researchers found when they looked inside the model. By examining the hidden states—the internal representational layers that language models build as they process input—the team uncovered an organization that is both biologically and linguistically plausible. That finding matters because a common criticism of large language models in science is that they act as inscrutable black boxes, producing answers without any interpretable internal logic. If Genolator&#8217;s learned representations mirror meaningful biological and linguistic structure, it suggests the model is not merely memorizing training pairs but is organizing its knowledge in ways that reflect real relationships among proteins, functions, and the words used to describe them.</p>
<p>The Aachen group went further, dissecting the attention heads—the components of the underlying language model that decide which parts of the input to focus on—and conducting an ablation study, in which parts of the system are systematically removed to test their contribution. Both lines of analysis provided evidence for a genuine benefit of the multimodal approach. Removing or ignoring the genomic and structural inputs diminished performance, supporting the argument that fusing sequence data, structural data, and language is not a gimmick but the source of the model&#8217;s power. For a field still debating whether multimodal biology models justify their complexity, this is a meaningful data point.</p>
<p>The practical implications reach into the clinic. The study&#8217;s authors are affiliated with the Center for Human Genetics and Genomic Medicine at Uniklinik RWTH Aachen, and the work was funded in part by the START Program and the Clinician Scientist program of the university&#8217;s Faculty of Medicine. That institutional context hints at the intended use case: helping clinicians and researchers interpret genetic variants and uncharacterized proteins encountered in patient genomes. When a diagnostician encounters a gene of unknown function in a patient with an unexplained condition, a tool that can rapidly and accurately answer natural-language questions about that gene&#8217;s protein product could accelerate the path from raw sequence to mechanistic insight—and, ultimately, to targeted treatment.</p>
<p>It is worth being precise about what Genolator does and does not claim. The model answers queries about protein subcellular localization, molecular function, and biological processes, and its evaluated strength lies in confirming or denying protein-function associations. It is a step toward bridging genomic code and human language, as the authors conclude, rather than a finished oracle of the genome. The training data was generated from Gene Ontology terms, so the model&#8217;s competence is bounded by the scope of that vocabulary and the proteins represented within it. And like all language models, its judgments would need to inform, not replace, experimental validation. Still, the direction of travel is clear: a tool that lets biologists converse with molecular data in their own language, rather than forcing every question through specialized computational pipelines.</p>
<p>The open-access publication in Genome Biology, with a peer-review process led by Casey Greene and Tim Sands, means the full study, including supplementary analyses such as t-SNE visualizations of the model&#8217;s internal representations, cosine distance heatmaps, and a small case study utilizing GPT 4.1, is freely available for scrutiny and reuse. The research was made possible in part by a cloud environment established in collaboration with the IT Department at Uniklinik RWTH Aachen, and the published version carries a Creative Commons Attribution 4.0 license. As artificial intelligence and genomics continue to converge, Genolator stands as a template for what that convergence might look like: not a machine that replaces biologists, but one that finally speaks their language and the genome&#8217;s at the same time. If the multimodal approach holds up as larger models and richer datasets arrive, the monumental task of decoding genetic functionality may become less monumental—and far more conversational—than it has ever been.</p>
<p><strong>Subject of Research:</strong> A multimodal large language model for protein function prediction and genomic interpretation</p>
<p><strong>Article Title:</strong> Genolator enables protein function interpretation using a multimodal large language model fusing genomic and structural interpretation with natural language interaction</p>
<p><strong>Article References:</strong> Danner, M., Islam, T., Begemann, M., Kraft, F., Elbracht, M., Kurth, I., &amp; Krause, J. (2026). Genolator enables protein function interpretation using a multimodal large language model fusing genomic and structural interpretation with natural language interaction. <em>Genome Biology, 27</em>(1), Article 290. <a href="https://doi.org/10.1186/s13059-026-04274-w" rel="noopener noreferrer">https://doi.org/10.1186/s13059-026-04274-w</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s13059-026-04274-w" rel="noopener noreferrer">10.1186/s13059-026-04274-w</a></p>
<p><strong>Keywords:</strong> Genolator, large language models, protein function prediction, Gene Ontology, genomics, multimodal AI, protein structure, functional annotation, genome informatics, natural language processing, computational biology, Genome Biology</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">212086</post-id>	</item>
	</channel>
</rss>
