<?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>MolFormer chemical language model &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/molformer-chemical-language-model/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>MolFormer chemical language model &#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>
	</channel>
</rss>
