<?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>chemical language models &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/chemical-language-models/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 01:14:44 +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>chemical language models &#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 Models Rival Classical Methods in Predicting Pesticide Toxicity to Honey Bees</title>
		<link>https://scienmag.com/ai-language-models-rival-classical-methods-in-predicting-pesticide-toxicity-to-honey-bees/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 01:14:44 +0000</pubDate>
				<category><![CDATA[Climate]]></category>
		<category><![CDATA[advancements in eco-friendly pesticide evaluation]]></category>
		<category><![CDATA[AI language models predicting pesticide toxicity to honey bees]]></category>
		<category><![CDATA[Apis mellifera]]></category>
		<category><![CDATA[ApisTox]]></category>
		<category><![CDATA[artificial intelligence in ecotoxicology]]></category>
		<category><![CDATA[chemical language models]]></category>
		<category><![CDATA[computational toxicology for pollinator protection]]></category>
		<category><![CDATA[ecotoxicology]]></category>
		<category><![CDATA[environmental risk assessment of pesticides]]></category>
		<category><![CDATA[ethical considerations in toxicology testing]]></category>
		<category><![CDATA[honey bee conservation and pesticide hazard prediction]]></category>
		<category><![CDATA[honey bee toxicity]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning vs classical chemistry tools]]></category>
		<category><![CDATA[molecular structure-based toxicity prediction]]></category>
		<category><![CDATA[MolFormer]]></category>
		<category><![CDATA[MolFormer chemical language model]]></category>
		<category><![CDATA[Morgan fingerprints]]></category>
		<category><![CDATA[PaDEL descriptors]]></category>
		<category><![CDATA[pesticide risk assessment]]></category>
		<category><![CDATA[QSAR]]></category>
		<category><![CDATA[QSAR modeling limitations in pesticide risk analysis]]></category>
		<category><![CDATA[transfer learning]]></category>
		<category><![CDATA[transfer learning in chemical safety assessment]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=200388</guid>

					<description><![CDATA[A new study shows that embeddings from a pretrained chemical language model nearly match classical QSAR methods in predicting which compounds are toxic to honey bees.]]></description>
										<content:encoded><![CDATA[<p>Honey bees are in trouble, and the chemicals sprayed on the world&#8217;s crops bear a large share of the blame. Now a team of Brazilian researchers reports that a modern artificial intelligence technique borrowed from language modeling can predict, with remarkable accuracy, which molecules are likely to poison <em>Apis mellifera</em>, the Western honey bee, without ever putting a single insect in harm&#8217;s way. The study, published in the journal Ecotoxicology, shows that transfer learning with a pretrained chemical language model called MolFormer can match, and in some respects outperform, the classical computational chemistry tools that have dominated toxicology modeling for decades.</p>
<p>The research, led by Alan Victor de Souza Pinho and Rosalvo Ferreira de Oliveira Neto of the Federal University of San Francisco Valley, together with Edilson Beserra de Alencar Filho, tackles a stubborn bottleneck in environmental risk assessment. Experimental toxicity testing is expensive, slow, and ethically fraught, and for pollinators the available data are especially sparse. Quantitative structure-activity relationship, or QSAR, modeling offers a computational alternative, predicting a compound&#8217;s biological effects directly from its molecular structure. But QSAR models are only as good as the molecular representations fed into them, and building those representations traditionally requires laborious feature engineering with specialized descriptor libraries.</p>
<p>The team drew its data from ApisTox, a recently released open-access benchmark containing curated toxicity information for 1,035 compounds, of which 296 are classified as toxic to honey bees and 739 as non-toxic. The classification follows the United States Environmental Protection Agency&#8217;s regulatory convention: a compound is deemed toxic if its acute LD50 value, whether by oral or contact exposure, is at or below 11 micrograms per bee. The dataset aggregates information from authoritative sources including the EPA&#8217;s ECOTOX knowledgebase and the Pesticide Properties DataBase, and for each chemical it retains the most toxic exposure route, a conservative strategy designed to capture the highest potential risk to pollinators.</p>
<p>Into this benchmark the researchers introduced three competing ways of describing molecules. The first used PaDEL, a widely adopted open-source software that calculates hundreds of handcrafted molecular descriptors. The second used Morgan fingerprints computed with RDKit, circular substructure patterns that encode the atomic neighborhoods of each molecule at fixed radii. The third and most novel approach extracted embeddings from MolFormer, a BERT-style chemical language model developed by IBM that treats SMILES strings, the text-based notation for molecular structures, as a language. MolFormer was pretrained on millions of molecules from the PubChem and ZINC databases using a masked language modeling objective, learning to predict hidden tokens from their context and thereby absorbing structural, semantic, and physicochemical information without any labeled toxicity data.</p>
<p>Crucially, the researchers did not fine-tune the massive model. Instead, they adopted a feature-based transfer learning strategy, using the pretrained network as a frozen feature extractor that converts each SMILES string into a dense 768-dimensional vector. These embeddings then served as input to three classical machine learning classifiers: Random Forest, Support Vector Machine, and a Multilayer Perceptron. All models were evaluated with five-fold cross-validation using the area under the receiver operating characteristic curve, or ROC-AUC, a threshold-independent metric well suited to the dataset&#8217;s class imbalance. Notably, the embeddings came from a publicly available reduced-scale MolFormer checkpoint trained on only about 100 million molecules, roughly ten percent of the combined ZINC and PubChem corpora, since the full-scale checkpoints trained on the reported 1.1 billion molecules are not publicly available.</p>
<p>The results delivered a clear verdict. Random Forest paired with Morgan fingerprints achieved the best overall discrimination, with a mean ROC-AUC of 0.866, confirming that substructure-based representations remain formidable baselines. Yet Support Vector Machine combined with MolFormer embeddings came astonishingly close, reaching a ROC-AUC of 0.859, a gap of just 0.007. Considering that the embeddings originated from a comparatively lightweight pretraining regime, the near-parity is striking, and it raises an tantalizing question the authors pose explicitly: had the full-scale model trained on the complete 1.1-billion-molecule corpus been accessible, the remaining gap might have narrowed further or even reversed.</p>
<p>Against the older PaDEL descriptors, the verdict was unambiguous. MolFormer embeddings outperformed PaDEL across all three classifiers, with ROC-AUC gains ranging from 0.005 to 0.021, the largest improvement appearing for the Support Vector Machine. The authors attribute this to the alignment between MolFormer&#8217;s learned representations and margin-based decision boundaries. More fundamentally, the advantage reflects a difference in representational philosophy. Morgan fingerprints encode the presence of local substructures without capturing the global molecular context in which a functional group sits, and their binary hashing is vulnerable to bit collisions. MolFormer&#8217;s bidirectional self-attention, by contrast, encodes every atomic position in relation to all other tokens in the SMILES sequence simultaneously, producing a holistic representation in which toxicophoric groups are described within the context of the complete molecular architecture.</p>
<p>The qualitative analysis of individual predictions illuminated this distinction vividly. Examining cases where the embedding-based model succeeded while the fingerprint-based model failed, the researchers found compounds rich in phosphate esters and carbamate groups, or polyhalogenated aromatic systems, structural motifs associated with acetylcholinesterase inhibition and modulation of neuronal ion channels, the classic mechanisms of insecticidal action. Conversely, when the fingerprint model won, the compounds tended to belong to well-defined agrochemical classes with established low bee toxicity, such as triazine herbicides and triazole fungicides, where simple class-defining substructures are the dominant signal and local encoding suffices. The two models, in other words, see different things in the same molecules.</p>
<p>That complementarity was quantified as well. Although the two best models achieved similar average performance, the Pearson correlation between their predicted probabilities was only 0.7483, indicating partially overlapping but non-identical predictive patterns. In some cross-validation folds the correlation dropped as low as 0.6417 without any degradation in predictive accuracy, evidence that each representation captures distinct aspects of chemical space. The authors argue that this makes the embedding-based model a strong candidate for ensemble frameworks, in which majority voting, probability averaging, or stacking with a meta-learner could combine the strengths of both representations, potentially alongside graph neural network architectures, to build unified predictive platforms accessible through online tools and mobile applications.</p>
<p>The practical implications extend well beyond the leaderboard. By eliminating the need to integrate multiple descriptor calculation libraries and perform complex variable selection, the transfer learning approach substantially simplifies the modeling pipeline, lowering the barrier for ecotoxicological screening under limited labeled data, precisely the conditions that prevail in pollinator protection. The authors caution that their models were developed and evaluated exclusively within the chemical space of the ApisTox dataset, and they recommend formal applicability domain analysis, using tools such as leverage statistics or nearest-neighbor distances in embedding space, before any regulatory deployment. Future work, they note, should explore full-scale pretrained models and incorporate chronic toxicity endpoints. As honey bee populations continue to decline worldwide under the combined pressures of pesticide exposure, habitat loss, and climate change, tools that can rapidly and reliably flag dangerous chemicals before they reach the field may prove not just convenient but essential.</p>
<p><strong>Subject of Research:</strong> Transfer learning with chemical language models for predicting honey bee toxicity</p>
<p><strong>Article Title:</strong> Transfer learning for honey bee toxicity prediction: MolFormer versus classical QSAR representations</p>
<p><strong>Article References:</strong> de Souza Pinho, A. V., de Alencar Filho, E. B., &amp; de Oliveira Neto, R. F. (2026). Transfer learning for honey bee toxicity prediction: MolFormer versus classical QSAR representations. <em>Ecotoxicology, 35</em>(7), Article 166. <a href="https://doi.org/10.1007/s10646-026-03149-x" rel="noopener noreferrer">https://doi.org/10.1007/s10646-026-03149-x</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10646-026-03149-x" rel="noopener noreferrer">10.1007/s10646-026-03149-x</a></p>
<p><strong>Keywords:</strong> transfer learning, MolFormer, QSAR, honey bee toxicity, Apis mellifera, ApisTox, chemical language models, Morgan fingerprints, PaDEL descriptors, ecotoxicology, pesticide risk assessment, machine learning</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">200388</post-id>	</item>
		<item>
		<title>Chemical language models excel without mastering chemistry</title>
		<link>https://scienmag.com/chemical-language-models-excel-without-mastering-chemistry/</link>
		
		<dc:creator><![CDATA[Bethany Barker]]></dc:creator>
		<pubDate>Wed, 15 Oct 2025 15:21:59 +0000</pubDate>
				<category><![CDATA[Chemistry]]></category>
		<category><![CDATA[AI in chemistry]]></category>
		<category><![CDATA[capabilities of CLMs]]></category>
		<category><![CDATA[chemical language models]]></category>
		<category><![CDATA[intelligence in artificial systems]]></category>
		<category><![CDATA[limitations of language models]]></category>
		<category><![CDATA[molecular representations in AI]]></category>
		<category><![CDATA[natural language processing in science]]></category>
		<category><![CDATA[pattern recognition in language models]]></category>
		<category><![CDATA[predictions of biologically active compounds]]></category>
		<category><![CDATA[transformer-based models]]></category>
		<category><![CDATA[understanding in AI systems]]></category>
		<category><![CDATA[University of Bonn research]]></category>
		<guid isPermaLink="false">https://scienmag.com/chemical-language-models-excel-without-mastering-chemistry/</guid>

					<description><![CDATA[Language models have demonstrated remarkable capabilities across a vast array of fields, from composing music and proving mathematical theorems to generating persuasive advertising slogans. Their ability to produce results that often seem to reflect understanding and creativity has fascinated both scientists and the public alike. But a fundamental question persists: do these models truly grasp [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Language models have demonstrated remarkable capabilities across a vast array of fields, from composing music and proving mathematical theorems to generating persuasive advertising slogans. Their ability to produce results that often seem to reflect understanding and creativity has fascinated both scientists and the public alike. But a fundamental question persists: do these models truly grasp the underlying principles of the domains they operate in, or are their outputs merely the product of sophisticated pattern recognition? Researchers at the University of Bonn have recently delved into this conundrum within the realm of chemistry, focusing on the mechanisms by which chemical language models (CLMs) arrive at their predictions for new biologically active compounds. Their insights challenge some commonly held assumptions about the ‘intelligence’ of these systems and provide a nuanced picture of their capabilities and limitations.</p>
<p>The study revolves around transformer-based chemical language models, an AI architecture that has revolutionized natural language processing and is now being adapted to the natural sciences. Transformative models like ChatGPT, Google Gemini, and others operate by training on vast corpora of text, enabling them to generate coherent and contextually appropriate sentences. Chemical language models, however, operate on fundamentally different data: molecular representations coded as sequences such as SMILES strings, which translate the structure and elements of molecules into a sequence of characters comprehensible to the model. Despite the inherent differences in data type and volume—CLMs are generally trained on far less data than their linguistic counterparts—the question arises whether these models acquire genuine biochemical insights or make predictions based primarily on superficial correlations extracted from the training set.</p>
<p>To explore this question, the Bonn team, led by Prof. Dr. Jürgen Bajorath and doctoral student Jannik P. Roth, conducted a well-designed set of experiments involving systematic manipulation of the training data. Their model was trained on pairs consisting of amino acid sequences of enzymes or target proteins and compounds known to inhibit these proteins&#8217; functions. In pharmaceutical research, finding molecules that can inhibit specific enzymes is a critical step in drug discovery, often guided by the functional relationship between the enzyme’s biochemical properties and potential drug candidates. The team’s approach aimed at understanding how a CLM would generate new compound suggestions when exposed to enzymes either similar to or distinct from those in the training set.</p>
<p>Initially, the researchers limited training to enzymes within specific families alongside their corresponding inhibitors. When the model was later tested with new enzymes from these same families, it successfully proposed plausible inhibitors, suggesting some internalization of patterns within that group. However, when challenged with enzymes from entirely different families whose biochemical functions diverged significantly, the model failed to produce meaningful inhibitor predictions. This outcome strongly suggests that the model&#8217;s &#8220;knowledge&#8221; resides more in recognizing statistical similarities rather than in mastering underlying biochemical mechanisms.</p>
<p>Delving deeper, it emerged that the models gauged similarity between enzymes based primarily on amino acid sequence homology, requiring only about 50–60% sequence alignment to make a positive match. This approach overlooks the critical detail that biochemically, only specific regions or active sites within an enzyme dictate its function, and minor variations — even a single amino acid substitution — can crucially impact activity. By placing equal importance on all portions of the sequence, the model failed to discriminate between functionally relevant and irrelevant segments. Such indiscriminate analysis leads to predictions driven by bulk sequence similarity rather than nuanced chemical or biological understanding.</p>
<p>Crucially, the manipulation experiments revealed that models could tolerate extensive scrambling or randomization of amino acid sequences without severely affecting outcomes, as long as the overall sequence retained some original residues. This further underscored the models’ reliance on superficial features and statistical correlation in their predictions rather than any deep, mechanistic insight into enzyme inhibition.</p>
<p>The study thereby challenges the perception that CLMs have achieved a substantive chemical understanding comparable to human experts. Rather, the transformer architectures appear predominantly to reflect patterns ingrained in their training datasets, effectively “echoing” known biochemical relationships in slightly modified forms. While this might suggest a limitation in their scope, it does not diminish their practical utility. The models can still generate viable suggestions for active compounds, which could serve as valuable starting points in drug discovery pipelines. Their ability to identify statistically similar enzymes and compounds holds potential for repurposing known drugs or guiding targeted molecular design.</p>
<p>These findings carry significant implications for how researchers and practitioners interpret CLM output. It cautions against overinterpreting the models&#8217; predictions as evidence of biochemical comprehension. Instead, it frames them as powerful heuristic tools that sift through complex data patterns quickly and, importantly, generate hypotheses to be validated experimentally. The distinction between model “understanding” and pattern matching is not merely academic but has real consequences for the direction of AI-driven research in chemical and pharmaceutical sciences.</p>
<p>Despite these limits, CLMs remain impactful players in the drug discovery arena. By efficiently suggesting compounds that share characteristics with known inhibitors, they save time and resources in early research phases. The University of Bonn team’s work encourages the development of improved models that might incorporate biochemical rules more explicitly or integrate structural information so as to refine predictions beyond sequence-level similarity. This fusion of statistical learning with domain-specific chemical knowledge could be the next milestone in transforming AI’s role in molecular design.</p>
<p>The study also underscores the ongoing challenge of interpretability in AI models — often referred to as the “black box” problem. As Prof. Bajorath eloquently points out, peering inside these computational constructs to discern the causal dynamics behind their output remains difficult. Techniques for model explainability and an emphasis on transparent AI might therefore be key in advancing trustworthy applications of such technology in sensitive areas like drug development.</p>
<p>Financially supported by the German Academic Scholarship Foundation, this research has been formally published in the journal Patterns on October 14, 2025, under the title “Unraveling learning characteristics of transformer models for molecular design.” The detailed insights contribute significantly to the broader discourse about AI in life sciences, encouraging the scientific community to critically assess the capabilities and boundaries of current transformer-based CLMs.</p>
<p>For further inquiries, Prof. Dr. Jürgen Bajorath, Chair for Life Science Informatics at the University of Bonn, remains available for contact. This work collectively moves the field toward more sophisticated, chemically aware AI systems, setting a thoughtful agenda for future study that harmonizes empirical data with molecular biochemistry.</p>
<hr />
<p><strong>Subject of Research</strong>: Not applicable</p>
<p><strong>Article Title</strong>: Unraveling learning characteristics of transformer models for molecular design</p>
<p><strong>News Publication Date</strong>: 14-Oct-2025</p>
<p><strong>Web References</strong>:<br />
<a href="http://dx.doi.org/10.1016/j.patter.2025.101392">10.1016/j.patter.2025.101392</a></p>
<p><strong>References</strong>:<br />
Roth, J.P., Bajorath, J. Unraveling learning characteristics of transformer models for molecular design, Patterns, 2025.</p>
<p><strong>Image Credits</strong>:<br />
Photo: Gregor Hübl/University of Bonn</p>
<h4><strong>Keywords</strong></h4>
<p>Chemical language models, transformer models, AI in drug discovery, molecular design, SMILES strings, enzyme inhibition, sequence-based molecular design, machine learning interpretability, biochemical understanding, pharmaceutical research, computational modeling, artificial intelligence</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">91581</post-id>	</item>
	</channel>
</rss>
