Skip to content

PGFS++: Molecular Property Improvement under Synthesis and Diversity Constraints

Aug 2026 · 0 citations · 23 references
Computer Science

TL;DR

PGFS++ is introduced, a synthesis-aware reinforcement learning framework for input-specific molecular improvement that improves target properties while preserving high output diversity, and experiments show that PGFS++ improves target properties while preserving high output diversity.

Abstract

Improving molecular properties, such as drug-likeness or binding affinity, is a recurring task in early-stage drug discovery. However, molecules optimized in an unconstrained chemical space have limited practical value if they cannot be synthesized. Policy Gradient for Forward Synthesis (PGFS) is a synthesis-aware reinforcement learning method for molecular improvement, but its use of reactant embedding prediction makes reactant selection indirect, which, as we show, limits learning effectiveness. We first develop PGFS+, in which reaction templates and second reactants are represented by trainable embedding lookup tables. Combined with a more effective scoring function and RL algorithm, PGFS+ significantly improves the desired property. However, it exposes a reward-hacking failure mode: a powerful reactant search can map diverse input molecules to the same high-reward magnet molecule, improving the reward while collapsing the output diversity. We therefore introduce PGFS++, a synthesis-aware reinforcement learning framework for input-specific molecular improvement. Given an input molecule, PGFS++ treats it as the start of a forward-synthesis trajectory, applies learned reaction templates with compatible in-stock building blocks, and produces a molecule with improved target properties, an explicit synthesis route, and structural similarity to the input. Experiments on molecular improvement tasks show that PGFS++ improves target properties while preserving high output diversity.

View source

Similar papers

Open access Jul 2026

PFM: perturbed flow matching for structure-based drug design

A novel method named Perturbed Flow Matching (PFM), which significantly reduces sampling steps by leveraging a Flow Matching framework and introduces a unique perturbed conditional probability path design that incorporates pocket binding site information and atom type-coordinate coupled information to enhance molecular generation performance.

Yankai Yu, Guikun Xu, Zhuyang Xie et al. · 0 citations
Open access Aug 2026

Generalizing molecular design via flexible search space control

Recent advances in generative artificial intelligence have made in silico molecular design a powerful approach for exploring chemical space toward specific goals. However, despite the need for trial-and-error adjustment of generative strategies and reward formulations, most methods implicitly fix the searchable chemical space, significantly limiting flexibility in practical design. This paper introduces ChemTSv3, an exploration framework with a flexible architecture that accommodates diverse design scenarios for adaptive molecular design. Specifically, molecular representations are unified as nodes, including string-based encodings, molecular graphs, and protein sequences. Molecular generations and editing operations are abstracted as transitions between nodes, allowing graph-based modifications, sequential mutations, and large-language-model-driven transformations to be handled within the same formulation. Representations and transition types can be dynamically switched to adapt the search space to the stage and nature of the design task. Here we show that this flexibility enables efficient exploration across diverse design spaces, from drug-like small molecules to proteins.

Satoru Fujii, Yuki Murakami, Tatsuya Yoshizawa et al. · 1 citation
Open access Aug 2026

PockLigGPT: Pocket-Sequence-Conditioned Molecular Generation with GPTs and RL

PockLigGPT achieves competitive docking-oriented performance under a standardized evaluation protocol while maintaining chemical plausibility, favorable physicochemical profiles, and Lipinski-based drug-likeness.

Pablo Varas Pardo, Guillermo Marcos-Ayuso, Eugenia Ulzurrun et al. · 0 citations
Preprint Jul 2026

Generating Developable 3D Molecules via Pocket-Conditioned Diffusion and Property-Aware Optimization

Drug discovery and development is time-consuming and resource-intensive, motivating computational approaches such as diffusion models for de novo drug design. Many such models follow the structure-based drug design (SBDD) paradigm, generating molecules to fit a target binding pocket. However, existing diffusion-based SBDD methods typically couple pocket and ligand representation learning, model interactions only at the atom level, and prioritize binding affinity over other developability properties. Here, we introduce conDitar-dev, a conditional diffusion-based SBDD framework for generating ligands with strong binding affinities and favorable ADMET properties. It consists of three modules: msPRL, a pretrained multi-scale pocket representation learning module; conDitar, a pocket-conditioned diffusion model guided by msPRL representations; and paOPT, a generation-time method for optimizing ligand developability. On a newly curated benchmark of human disease targets, conDitar outperforms state-of-the-art SBDD baselines, achieving an average binding score of -8.85 kcal/mol. Across five ADMET properties, conDitar-dev improves performance by up to 73% over conDitar. To further validate the abilities of conDitar-dev to generate developable molecules, we have applied it to two validated druggable targets: programmed death-ligand 1 (PD-L1) and colony-stimulating factor 1 receptor (CSF1R) proteins. Top-ranked generatively designed molecules and their analogs have been experimentally synthesized and biologically tested. Two molecules generated directly by conDitar-dev for PD-L1 exhibited SPR-derived $K_D$ values of 3.49 and 3.75 $\mu$M, respectively. Hit expansion based on conDitar-dev-designed molecules identified selective CSF1R inhibitors with IC$_{50}$ values as low as 200 nM, while also uncovering opportunities for drug repositioning.

Ruoxi Gao, Jiangweizhi Peng, Ziqi Chen et al. · 0 citations
Preprint Jul 2026

Sample Efficient Generative Optimization for Molecular Design

This work introduces Sample Efficient Generative Optimization (SEGO), a framework for Bayesian optimization on adaptively generated molecules, and attains state-of-the-art performance on the practical molecular optimization (PMO) benchmark using only one tenth of the oracle calls consumed by other methods.

S. Kopf, Cristina Nevado, P. Schwaller · 0 citations
Preprint Jul 2026

DrugGen 2: A disease-aware language model for enhancing drug discovery

Current computational approaches for drug design typically focus on generating molecules conditioned on specific targets or general molecular properties, often neglecting the influence of disease context on target behavior and therapeutic outcomes. To address this gap, we introduce DrugGen-2, a novel generative model that designs small molecules conditioned on both disease ontology and target protein sequences. DrugGen-2 was developed by fine-tuning a pre-trained GPT-2 model on a curated dataset of approved drugs linked to their diseases and targets, using a two-step strategy of supervised fine-tuning followed by reinforcement learning via group relative policy optimization (GRPO). This process was guided by reward functions optimizing for chemical validity, novelty, diversity, and high predicted binding affinity. When evaluated on five protein targets relevant to diabetic nephropathy, DrugGen-2 significantly outperformed baseline models (DrugGPT and DrugGen). It demonstrated a superior capacity to generate unique molecules, exhibited greater structural similarity to approved drugs, and achieved improved predicted binding affinities across all targets. Molecular docking analyses further supported these findings, identifying candidate ligands with strong binding potential, including compounds with predicted affinities (-9.917, -9.485, and -9.367) exceeding those of reference drugs such as enalapril for angiotensin-converting enzyme (-8.283). By integrating disease-specific context into molecular generation, DrugGen-2 advances AI-assisted drug discovery, offering a powerful tool for de novo design and drug repurposing that accounts for the complex interplay between diseases and molecular targets.

Ali Motahharynia, Mohammadreza Ghaffarzadeh-Esfahani, Mahsa Sheikholeslami et al. · 0 citations

Related blog posts