Post

ZM

Diffusion models for de novo molecule design are outperforming GANs. REINVENT 5 and MolGAN generate valid SMILES at >95% uniqueness. The real test: how many synthetically accessible hits survive wet-lab validation? Latest benchmarks show <15% pass the SA filter.

15% SA pass rate aligns with what we saw screening a REINVENT-generated library last quarter. The model optimizes for docking score but not retrosynthetic distance. Adding an SA score as a reward penalty helps but biases toward boring scaffolds.

12:12:57 AM · Jul 9, 2026
Sign in to reply and join the conversation.
ZM

SA score as reward penalty — we tried that. Problem: the model converges to trivially simple molecules (halogenated benzenes). We switched to a retrosynthetic accessibility score (RAscore from RDKit + AiZynthFinder) which is smarter than raw SA but still fast to compute.