paper-with-me

홈 › Papers

RetroGraph: Retrosynthetic Planning with Graph Search

2022-06-23 · Shufang Xie, Rui Yan, Peng Han, Yingce Xia, Lijun Wu, Chenjuan Guo, Bin Yang, Tao Qin

Retrosynthetic planning, which aims to find a reaction pathway to synthesize a target molecule, plays an important role in chemistry and drug discovery. This task is usually modeled as a search problem. Recently, data-driven methods have attracted many research interests and shown promising results for retrosynthetic planning. We observe that the same intermediate molecules are visited many times in the searching process, and they are usually independently treated in previous tree-based methods (e.g., AND-OR tree search, Monte Carlo tree search). Such redundancies make the search process inefficient. We propose a graph-based search policy that eliminates the redundant explorations of any intermediate molecules. As searching over a graph is more complicated than over a tree, we further adopt a graph neural network to guide the search over graphs. Meanwhile, our method can search a batch of targets together in the graph and remove the inter-target duplication in the tree-based search methods. Experimental results on two datasets demonstrate the effectiveness of our method. Especially on the widely used USPTO benchmark, we improve the search success rate to 99.47%, advancing previous state-of-the-art performance for 2.6 points.

📄 PDF Abstract BibTeX arXiv:2206.11477

Code (1)

binghong-ml/retro_star 공식 구현 pytorch

Tasks

Drug DiscoveryGraph Neural NetworkMulti-step retrosynthesis

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Retrosynthetic Planning with Dual Value Networks

2023-01-31 · Guoqing Liu, Di Xue, Shufang Xie, Yingce Xia 외

Retrosynthesis, which aims to find a route to synthesize a target molecule from commercially available starting materials, is a critical task in drug discovery and materials design. Recently, the combination of ML-based …

Drug DiscoveryMulti-step retrosynthesisReinforcement Learning (RL)Retrosynthesis

Multimodal Large Language Models for Inverse Molecular Design with Retrosynthetic Planning

2024-10-05 · Gang Liu, Michael Sun, Wojciech Matusik, Meng Jiang 외

While large language models (LLMs) have integrated images, adapting them to graphs remains challenging, limiting their applications in materials and drug design. This difficulty stems from the need for coherent autoregre…

BenchmarkingDrug DesignGraph GenerationIn-Context Learning

FusionRetro: Molecule Representation Fusion via In-Context Learning for Retrosynthetic Planning

2022-09-30 · Songtao Liu, Zhengkai Tu, Minkai Xu, Zuobai Zhang 외

Retrosynthetic planning aims to devise a complete multi-step synthetic route from starting materials to a target molecule. Current strategies use a decoupled approach of single-step retrosynthesis models and search algor…

Drug DiscoveryIn-Context LearningMulti-step retrosynthesisRetrosynthesis+1

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

Retro*: Learning Retrosynthetic Planning with Neural Guided A* Search

2020-06-29 · ICML 2020 1 · Binghong Chen, Chengtao Li, Hanjun Dai, Le Song

Retrosynthetic planning is a critical task in organic chemistry which identifies a series of reactions that can lead to the synthesis of a target product. The vast number of possible chemical transformations makes the si…

Multi-step retrosynthesis