用分步生成与重排序提升逆合成预测精度
RETROSPECT: RETROsynthesis via Sequential Prediction, and Chemically Transformed-ranking
- 先用Transformer生成候选反应路径,再用排序模型优化结果
- 单步预测准确率达55.00%(top-1),top-10匹配率86.18%
- 适合做逆合成分析的模块化系统集成,可对接现有框架
单步逆合成需兼具高精度首推结果与足够丰富的候选列表。本文将其分解为生成与选择两阶段。提出RETROSPECT系统:采用ChemAlign Transformer作为生成器,结合基于结构、反应模板、上游得分及可选DFT特征的LambdaMART重排序器。生成器通过混合根对齐与随机SMILES增强、Pre-LayerNorm、共享嵌入、指数移动平均权重及可微原子平衡辅助损失训练。在包含5,007个反应的USPTO-50K完整测试集上,生成器达55.00% top-1精确匹配率、86.18% top-10精确匹配率,且top-1有效率达99.86%。在合并候选池基准测试中(每产物约111个候选),仅使用结构特征的LambdaMART模型实现59.4% top-1准确率与0.7171均倒数排名。特征消融表明,上游得分与模板频率提供主要排序信号,而DFT及反应中心DFT特征贡献较小且不一致。结果支持模块化逆合成范式:强生成模型与学习型候选选择互补,生成器可作为组件融入如RetroChimera(Maziarz et al., 2024)等集成系统。
原文摘要 · Abstract (English)
Single-step retrosynthesis needs both accurate first-ranked suggestions and candidate lists that are rich enough for downstream selection. We study this as a proposal-selection decomposition. Our system, RETROSPECT, combines a single Transformer proposal model, which we call the ChemAlign Transformer, with a LambdaMART reranker over structural, reaction-template, upstream-score, and optional DFT-derived descriptors. The generator is trained with hybrid root-aligned and random SMILES augmentation, Pre-LayerNorm, tied embeddings, exponential moving average weights, and a differentiable atom-balance auxiliary loss. On the full USPTO-50K test set of 5,007 reactions, the generator reaches 55.00% top-1 and 86.18% top-10 exact-match accuracy with 99.86% top-1 validity. On the merged candidate-pool benchmark used for reranking, which contains 5,007 test products and about 111 candidates per product, a LambdaMART model trained on the structural feature set reaches 59.4% top-1 with 0.7171 mean reciprocal rank. Feature ablations show that upstream proposal score and template-frequency statistics provide most of the reranking signal, while DFT and reaction-center DFT features provide smaller and less consistent gains. These results support a modular view of retrosynthesis: stronger single-model proposal and learned candidate selection are complementary, and the proposal model can serve as a drop-in component for ensemble systems such as RetroChimera (Maziarz et al., 2024)
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。