paper-with-me

Papers

Leveraging Partial SMILES Validation Scheme for Enhanced Drug Design in Reinforcement Learning Frameworks

2025-05-01 · Xinyu Wang, Jinbo Bi, Minghu Song

SMILES-based molecule generation has emerged as a powerful approach in drug discovery. Deep reinforcement learning (RL) using large language model (LLM) has been incorporated into the molecule generation process to achieve high matching score in term of likelihood of desired molecule candidates. However, a critical challenge in this approach is catastrophic forgetting during the RL phase, where knowledge such as molecule validity, which often exceeds 99\% during pretraining, significantly deteriorates. Current RL algorithms applied in drug discovery, such as REINVENT, use prior models as anchors to retian pretraining knowledge, but these methods lack robust exploration mechanisms. To address these issues, we propose Partial SMILES Validation-PPO (PSV-PPO), a novel RL algorithm that incorporates real-time partial SMILES validation to prevent catastrophic forgetting while encouraging exploration. Unlike traditional RL approaches that validate molecule structures only after generating entire sequences, PSV-PPO performs stepwise validation at each auto-regressive step, evaluating not only the selected token candidate but also all potential branches stemming from the prior partial sequence. This enables early detection of invalid partial SMILES across all potential paths. As a result, PSV-PPO maintains high validity rates even during aggressive exploration of the vast chemical space. Our experiments on the PMO and GuacaMol benchmark datasets demonstrate that PSV-PPO significantly reduces the number of invalid generated structures while maintaining competitive exploration and optimization performance. While our work primarily focuses on maintaining validity, the framework of PSV-PPO can be extended in future research to incorporate additional forms of valuable domain knowledge, further enhancing reinforcement learning applications in drug discovery.

📄 PDF Abstract BibTeX arXiv:2505.00530

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningDrug DesignDrug DiscoveryLarge Language ModelReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Neural Quantum Spectral Operator Learning for Solving Partial Differential Equations

2026-05-12 · Chanyoung Kim, Myeonghwan Seong, Yujin Kim, Daniel K. Park 외 arxiv

Partial differential equations (PDEs) are central to modeling physical and engineering systems, but repeatedly solving parametric PDEs remains computationally expensive. Operator learning enables fast surrogate inference…

Pushing the boundaries of molecular property prediction for drug discovery with multitask learning BERT enhanced by SMILES enumeration

2022-12-15 · Research 2022 12 · XC Zhang, CK Wu, JC Yi, XX Zeng 외

Accurate prediction of pharmacological properties of small molecules is becoming increasingly important in drug discovery. Traditional feature-engineering approaches heavily rely on handcrafted descriptors and/or fingerp…

Drug DiscoveryFeature EngineeringMolecular Property PredictionProperty Prediction

Leveraging 13C NMR spectroscopic data derived from SMILES to predict the functionality of small biomolecules by machine learning: a case study on human Dopamine D1 receptor antagonists

2025-01-23 · Mariya L Ivanova, Nicola Russo, Konstantin Nikolic

This study contributes to ongoing research which aims to predict small biomolecule functionality using Carbon-13 Nuclear Magnetic Resonance ($^{13}$C NMR) spectrum data and machine learning (ML). The approach was demonst…

SMI-Editor: Edit-based SMILES Language Model with Fragment-level Supervision

2024-12-07 · Kangjie Zheng, Siyue Liang, Junwei Yang, Bin Feng 외

SMILES, a crucial textual representation of molecular structures, has garnered significant attention as a foundation for pre-trained language models (LMs). However, most existing pre-trained SMILES LMs focus solely on th…

Language ModelingLanguage Modellingmolecular representationvalid

Molecular Graph Enhanced Transformer for Retrosynthesis Prediction

2019-09-25 · Kelong Mao, Peilin Zhao, Tingyang Xu, Yu Rong 외

With massive possible synthetic routes in chemistry, retrosynthesis prediction is still a challenge for researchers. Recently, retrosynthesis prediction is formulated as a Machine Translation (MT) task. Namely, since eac…

Graph Neural NetworkMachine TranslationPredictionRetrosynthesis+2