LGJun 23

Project Ariadne: Prompt-Conditioned Route Generation for Synthesis Planning

arXiv:2606.241849.8
Predicted impact top 41% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For computational chemists, Ariadne offers a flexible, prompt-conditioned approach to retrosynthetic route generation, but its practical utility is limited by the lack of reliable route checkers.

Ariadne is a decoder-only route generator for retrosynthetic planning that uses prompt conditioning to handle constraints like route depth and required starting materials. On the RetroCast/PaRoutes benchmark, it achieves up to 31.2 points improvement in Solv-0 for required-leaf constraints and reduces inference time from 6.8 GPU-hours to 24 GPU-minutes compared to DESP.

Retrosynthetic planning seeks to connect a target molecule to commercially available starting materials through a multistep route. Classical planners construct such routes by iteratively applying single-step reaction models within a search procedure; constrained variants often require specialized algorithms or architectural changes. Direct route generation reframes retrosynthesis as sequence generation, but existing direct-generation methods still train separate models for different planning specifications. We introduce Ariadne, a decoder-only route generator that represents the target, optional constraints, and route in one prompt-completion sequence. On the RetroCast/PaRoutes mkt-cnv-160 benchmark family, one 24-layer checkpoint follows route-depth and required-starting-material prompts: adding the corresponding prompt fields raises Solv-0 by 13.7 points for depth constraints and 31.2 points for required-leaf constraints. Ariadne also improves over DESP, a bidirectional search planner, on required-leaf Top-10 and Solv-0 in 24 GPU-minutes versus 6.8 GPU-hours. On standard reconstruction, Ariadne is comparable to DMS Explorer XL at about half the reported inference time. Across additional target-only benchmarks, Ariadne's clearest gains are on route-holdout reconstruction, whereas AiZynthFinder MCTS remains stronger on several Solv-0 comparisons. These results extend sequence generation from specialist retrosynthesis models to prompt-conditioned structural route generation. We release the codebase and training scripts to support further work, but do not introduce Tier-1--3 route checkers; those remain the main bottleneck before models of this kind can become useful to experimental chemists.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes