MolEvolve: LLM-Guided Evolutionary Search for Interpretable Molecular Optimization
AI 摘要
MolEvolve利用LLM和MCTS进行分子优化,解决了解释性和活性悬崖问题。
主要贡献
- 提出MolEvolve框架,将分子发现转化为自主规划问题
- 利用LLM引导化学操作的演化
- 通过MCTS和外部工具进行测试时规划
- 实现了透明、可解释的推理链
方法论
使用LLM冷启动,结合MCTS引擎和RDKit等工具,自主探索和演化分子,发现最优轨迹。
原文摘要
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.