paper-with-me

Papers

Retrosynthesis Prediction with Conditional Graph Logic Network

2020-01-06 · NeurIPS 2019 12 · Hanjun Dai, Chengtao Li, Connor W. Coley, Bo Dai, Le Song

Retrosynthesis is one of the fundamental problems in organic chemistry. The task is to identify reactants that can be used to synthesize a specified product molecule. Recently, computer-aided retrosynthesis is finding renewed interest from both chemistry and computer science communities. Most existing approaches rely on template-based models that define subgraph matching rules, but whether or not a chemical reaction can proceed is not defined by hard decision rules. In this work, we propose a new approach to this task using the Conditional Graph Logic Network, a conditional graphical model built upon graph neural networks that learns when rules from reaction templates should be applied, implicitly considering whether the resulting reaction would be both chemically feasible and strategic. We also propose an efficient hierarchical sampling to alleviate the computation cost. While achieving a significant improvement of $8.1\%$ over current state-of-the-art methods on the benchmark dataset, our model also offers interpretations for the prediction.

📄 PDF Abstract BibTeX arXiv:2001.01408

Code (1)

Hanjun-Dai/GLN 공식 구현 pytorch

Tasks

PredictionRetrosynthesisSingle-step retrosynthesis

Similar Papers 제목 키워드 기반

GDiffRetro: Retrosynthesis Prediction with Dual Graph Enhanced Molecular Representation and Diffusion Generation

2025-01-14 · Shengyin Sun, Wenhao Yu, Yuxiang Ren, Weitao Du 외

Retrosynthesis prediction focuses on identifying reactants capable of synthesizing a target product. Typically, the retrosynthesis prediction involves two phases: Reaction Center Identification and Reactant Generation. H…

molecular representationRetrosynthesis

RetroDiff: Retrosynthesis as Multi-stage Distribution Interpolation

2023-11-23 · Yiming Wang, Yuxuan Song, Minkai Xu, Rui Wang 외

Retrosynthesis poses a fundamental challenge in biopharmaceuticals, aiming to aid chemists in finding appropriate reactant molecules and synthetic pathways given determined product molecules. With the reactant and produc…

Graph GenerationRetrosynthesis

RetroXpert: Decompose Retrosynthesis Prediction like a Chemist

2020-11-04 · NeurIPS 2020 12 · Chaochao Yan, Qianggang Ding, Peilin Zhao, Shuangjia Zheng 외

Retrosynthesis is the process of recursively decomposing target molecules into available building blocks. It plays an important role in solving problems in organic synthesis planning. To automate or assist in the retrosy…

Graph Neural NetworkPredictionRetrosynthesis

$\mathsf{G^2Retro}$ as a Two-Step Graph Generative Models for Retrosynthesis Prediction

2022-06-10 · Ziqi Chen, Oluwatosin R. Ayinde, James R. Fuchs, Huan Sun 외

Retrosynthesis is a procedure where a target molecule is transformed into potential reactants and thus the synthesis routes can be identified. Recently, computational approaches have been developed to accelerate the desi…

RetrosynthesisVocal Bursts Valence Prediction

Molecular Graph Enhanced Transformer for Retrosynthesis Prediction

2019-09-25 · Kelong Mao, Peilin Zhao, Tingyang Xu, Yu Rong 외

With massive possible synthetic routes in chemistry, retrosynthesis prediction is still a challenge for researchers. Recently, retrosynthesis prediction is formulated as a Machine Translation (MT) task. Namely, since eac…

Graph Neural NetworkMachine TranslationPredictionRetrosynthesis+2