paper-with-me

Papers

Deep Retrosynthetic Reaction Prediction using Local Reactivity and Global Attention

2021-08-05 · JACS Au 2021 8 · Shuan Chen, Yousung Jung

As a fundamental problem in chemistry, retrosynthesis aims at designing reaction pathways and intermediates for a target compound. The goal of artificial intelligence (AI)-aided retrosynthesis is to automate this process by learning from the previous chemical reactions to make new predictions. Although several models have demonstrated their potentials for automated retrosynthesis, there is still a significant need to further enhance the prediction accuracy to a more practical level. Here we propose a local retrosynthesis framework called LocalRetro, motivated by the chemical intuition that the molecular changes occur mostly locally during the chemical reactions. This differs from nearly all existing retrosynthesis methods that suggest reactants based on the global structures of the molecules, often containing fine details not directly relevant to the reactions. This local concept yields local reaction templates involving the atom and bond edits. Because the remote functional groups can also affect the overall reaction path as a secondary aspect, the proposed locally encoded retrosynthesis model is then further refined to account for the nonlocal effects of chemical reaction through a global attention mechanism. Our model shows a promising 89.5 and 99.2% round-trip accuracy at top-1 and top-5 predictions for the USPTO-50K dataset containing 50 016 reactions. We further demonstrate the validity of LocalRetro on a large dataset containing 479 035 reactions (UTPTO-MIT) with comparable round-trip top-1 and top-5 accuracy of 87.0 and 97.4%, respectively. The practical application of the model is also demonstrated by correctly predicting the synthesis pathways of five drug candidate molecules from various literature.

📄 PDF Abstract BibTeX

Code (1)

kaist-amsg/LocalRetro pytorch

Tasks

RetrosynthesisSingle-step retrosynthesis

Similar Papers 제목 키워드 기반

A generalized-template-based graph neural network for accurate organic reactivity prediction

2022-09-15 · Nature Machine Intelligence 2022 9 · Shuan Chen, Yousung Jung

The reliable prediction of chemical reactivity remains in the realm of knowledgeable synthetic chemists. Automating this process by using artificial intelligence could accelerate synthesis design in future digital labora…

Chemical Reaction PredictionGraph Neural Network

Retrosynthetic reaction prediction using neural sequence-to-sequence models

2017-06-06 · Bowen Liu, Bharath Ramsundar, Prasad Kawthekar, Jade Shi 외

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

Self-Improved Retrosynthetic Planning

2021-06-09 · Junsu Kim, Sungsoo Ahn, Hankook Lee, Jinwoo Shin

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 retrosynthesisvalid

Automatic Retrosynthetic Pathway Planning Using Template-free Models

2019-05-21

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…

PredictionRetrosynthesis

A graph-convolutional neural network model for the prediction of chemical reactivity

2018-11-26 · Chemical Science 2018 11 · Connor W. Coley, Wengong Jin, Luke Rogers, Timothy F. Jamison 외

We present a supervised learning approach to predict the products of organic reactions given their reactants, reagents, and solvent(s). The prediction task is factored into two stages comparable to manual expert approach…