Empowering LLMs for Structure-Based Drug Design via Exploration-Augmented Latent Inference
Xuanning Hu, Anchen Li, Qianli Xing, Jinglong Ji, Hao Tuo, Bo Yang
TL;DR
This paper tackles structure-based drug design by addressing the limitations of LLMs in understanding protein structures and guiding targeted molecule generation. It introduces ELILLM, a three-stage framework that reinterprets LLM generation as encoding, exploration in latent space via Bayesian optimization, and knowledge-guided decoding to produce chemically valid ligands. A Deep Kernel Gaussian Process surrogate with a position-aware aggregation guides latent-space exploration, while domain-informed decoding constrains outputs to plausible SMILES, resulting in higher predicted binding affinities on CrossDocked2020 and competitive performance against seven baselines. The approach demonstrates that explicit latent-space exploration can augment pretrained LLMs for domain-specific design tasks, offering interpretability, controllability, and compatibility with existing generation models. The work has practical implications for accelerating SBDD workflows and motivating broader use of uncertainty-aware latent inference in scientific AI.
Abstract
Large Language Models (LLMs) possess strong representation and reasoning capabilities, but their application to structure-based drug design (SBDD) is limited by insufficient understanding of protein structures and unpredictable molecular generation. To address these challenges, we propose Exploration-Augmented Latent Inference for LLMs (ELILLM), a framework that reinterprets the LLM generation process as an encoding, latent space exploration, and decoding workflow. ELILLM explicitly explores portions of the design problem beyond the model's current knowledge while using a decoding module to handle familiar regions, generating chemically valid and synthetically reasonable molecules. In our implementation, Bayesian optimization guides the systematic exploration of latent embeddings, and a position-aware surrogate model efficiently predicts binding affinity distributions to inform the search. Knowledge-guided decoding further reduces randomness and effectively imposes chemical validity constraints. We demonstrate ELILLM on the CrossDocked2020 benchmark, showing strong controlled exploration and high binding affinity scores compared with seven baseline methods. These results demonstrate that ELILLM can effectively enhance LLMs capabilities for SBDD.
