LGMNJan 28, 2023

RCsearcher: Reaction Center Identification in Retrosynthesis via Deep Q-Learning

arXiv:2301.12071v115 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in computational chemistry for drug discovery by enabling more accurate reaction center identification, though it is incremental as it builds on existing methods.

The paper tackles the problem of identifying single and multiple reaction centers in retrosynthesis, presenting RCsearcher, a framework that combines graph neural networks and deep reinforcement learning to outperform baselines and extrapolate to unseen patterns.

The reaction center consists of atoms in the product whose local properties are not identical to the corresponding atoms in the reactants. Prior studies on reaction center identification are mainly on semi-templated retrosynthesis methods. Moreover, they are limited to single reaction center identification. However, many reaction centers are comprised of multiple bonds or atoms in reality. We refer to it as the multiple reaction center. This paper presents RCsearcher, a unified framework for single and multiple reaction center identification that combines the advantages of the graph neural network and deep reinforcement learning. The critical insight in this framework is that the single or multiple reaction center must be a node-induced subgraph of the molecular product graph. At each step, it considers choosing one node in the molecular product graph and adding it to the explored node-induced subgraph as an action. Comprehensive experiments demonstrate that RCsearcher consistently outperforms other baselines and can extrapolate the reaction center patterns that have not appeared in the training set. Ablation experiments verify the effectiveness of individual components, including the beam search and one-hop constraint of action space.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes