Automated Molecular Concept Generation and Labeling with Large Language Models
Zimin Zhang, Qianli Wu, Botao Xia, Fang Sun, Ziniu Hu, Yizhou Sun, Shichang Zhang
TL;DR
This work introduces AutoMolCo, an automated framework that uses Large Language Models to generate and label predictive molecular concepts, enabling simple, explainable predictors to match or surpass GNNs and LLM in-context learning on MoleculeNet and High-Throughput Experimentation datasets. It comprises concept generation, labeling via direct prompts, generated code, or external tools, and iterative refinement to improve concepts and predictions. Across diverse tasks, AutoMolCo achieves strong performance while providing interpretable explanations through linear coefficients, decision-tree splits, and targeted concept interventions. The approach reduces reliance on human domain knowledge and highlights the potential of LLM-driven explainability in molecular science, though it depends on LLM quality and requires careful handling of labeling challenges and potential hallucinations.
Abstract
Artificial intelligence (AI) is transforming scientific research, with explainable AI methods like concept-based models (CMs) showing promise for new discoveries. However, in molecular science, CMs are less common than black-box models like Graph Neural Networks (GNNs), due to their need for predefined concepts and manual labeling. This paper introduces the Automated Molecular Concept (AutoMolCo) framework, which leverages Large Language Models (LLMs) to automatically generate and label predictive molecular concepts. Through iterative concept refinement, AutoMolCo enables simple linear models to outperform GNNs and LLM in-context learning on several benchmarks. The framework operates without human knowledge input, overcoming limitations of existing CMs while maintaining explainability and allowing easy intervention. Experiments on MoleculeNet and High-Throughput Experimentation (HTE) datasets demonstrate that AutoMolCo-induced explainable CMs are beneficial for molecular science research.
