菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-25
📄 Abstract - MolEvolve: LLM-Guided Evolutionary Search for Interpretable Molecular Optimization

Despite deep learning's success in chemistry, its impact is hindered by a lack of interpretability and an inability to resolve activity cliffs, where minor structural nuances trigger drastic property shifts. Current representation learning, bound by the similarity principle, often fails to capture these structural-activity discontinuities. To address this, we introduce MolEvolve, an evolutionary framework that reformulates molecular discovery as an autonomous, look-ahead planning problem. Unlike traditional methods that depend on human-engineered features or rigid prior knowledge, MolEvolve leverages a Large Language Model (LLM) to actively explore and evolve a library of executable chemical symbolic operations. By utilizing the LLM to cold start and an Monte Carlo Tree Search (MCTS) engine for test-time planning with external tools (e.g. RDKit), the system self-discovers optimal trajectories autonomously. This process evolves transparent reasoning chains that translate complex structural transformations into actionable, human-readable chemical insights. Experimental results demonstrate that MolEvolve's autonomous search not only evolves transparent, human-readable chemical insights, but also outperforms baselines in both property prediction and molecule optimization tasks.

顶级标签: llm agents biology
详细标签: molecular optimization evolutionary search interpretable ai monte carlo tree search chemical discovery 或 搜索:

MolEvolve:基于大语言模型引导进化搜索的可解释分子优化方法 / MolEvolve: LLM-Guided Evolutionary Search for Interpretable Molecular Optimization


1️⃣ 一句话总结

这篇论文提出了一种名为MolEvolve的新方法,它利用大语言模型引导进化搜索,将分子优化问题转化为一个自主的前瞻性规划任务,从而在提升分子性能的同时,生成易于人类理解的结构优化路径,解决了传统深度学习方法在化学领域缺乏可解释性和难以处理活性陡变的问题。

源自 arXiv: 2603.24382