Predicting Retrosynthetic Reaction using Self-Corrected Transformer Neural Networks
Synthesis planning is the process of recursively decomposing target molecules into available precursors. Computer-aided retrosynthesis can potentially assist chemists in designing synthetic routes, but at present it is cumbersome and provides results of dissatisfactory quality. In this study, we develop a template-free self-corrected retrosynthesis predictor (SCROP) to perform a retrosynthesis prediction task trained by using the Transformer neural network architecture. In the method, the retrosynthesis planning is converted as a machine translation problem between molecular linear notations of reactants and the products. Coupled with a neural network-based syntax corrector, our method achieves an accuracy of 59.0% on a standard benchmark dataset, which increases >21% over other deep learning methods, and >6% over template-based methods. More importantly, our method shows an accuracy 1.7 times higher than other state-of-the-art methods for compounds not appearing in the training set.
Code (1)
Tasks
Machine TranslationRetrosynthesisTranslationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Self-Improved Retrosynthetic Planning
Retrosynthetic planning is a fundamental problem in chemistry for finding a pathway of reactions to synthesize a target molecule. Recently, search algorithms have shown promising results for solving this problem by using…
Multi-step retrosynthesisvalidPredicting retrosynthetic pathways using a combined linguistic model and hyper-graph exploration strategy
We present an extension of our Molecular Transformer architecture combined with a hyper-graph exploration strategy for automatic retrosynthesis route planning without human intervention. The single-step retrosynthetic mo…
DiversityRetrosynthesisLearning retrosynthetic planning through self-play
The problem of retrosynthetic planning can be framed as one player game, in which the chemist (or a computer program) works backwards from a molecular target to simpler starting materials though a series of choices regar…
Deep Reinforcement LearningMulti-step retrosynthesisReinforcement LearningAutomatic Retrosynthetic Pathway Planning Using Template-free Models
We present an attention-based Transformer model for automatic retrosynthesis route planning. Our approach starts from reactants prediction of single-step organic reactions for given products, followed by Monte Carlo tree…
PredictionRetrosynthesisRetrosynthetic reaction prediction using neural sequence-to-sequence models
We describe a fully data driven model that learns to perform a retrosynthetic reaction prediction task, which is treated as a sequence-to-sequence mapping problem. The end-to-end trained model has an encoder-decoder arch…
DecoderMachine TranslationPredictionSingle-step retrosynthesis+1