MolEvolve: LLM-Guided Evolutionary Search for Interpretable Molecular Optimization

arXiv cs.LG / 3/26/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • MolEvolve is presented as an LLM-guided evolutionary framework for molecular optimization that aims to improve interpretability and handle “activity cliffs,” where small structural changes cause large property shifts.
  • The approach reformulates molecular discovery as an autonomous look-ahead planning problem, using an LLM to cold-start exploration and Monte Carlo Tree Search (MCTS) with external chemical tooling (e.g., RDKit) for test-time planning.
  • Instead of relying on human-engineered features or rigid prior knowledge, MolEvolve evolves a library of executable chemical symbolic operations to autonomously discover effective transformation trajectories.
  • The method is designed to produce transparent, human-readable reasoning chains that connect structural transformations to actionable chemical insights.
  • Reported experiments indicate MolEvolve outperforms baselines on both property prediction and molecule optimization tasks while maintaining interpretability benefits.

Abstract

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.