LGAIMLSep 13, 2017

Predicting Organic Reaction Outcomes with Weisfeiler-Lehman Network

arXiv:1709.04555v3328 citations
AI Analysis

This addresses a fundamental problem in computational chemistry for chemists, offering a more efficient and accurate method for reaction prediction.

The paper tackles the problem of predicting organic reaction outcomes by proposing a template-free approach that first identifies the reaction center and then scores candidate products using a Weisfeiler-Lehman Difference Network, outperforming the top template-based method by 10% and running much faster.

The prediction of organic reaction outcomes is a fundamental problem in computational chemistry. Since a reaction may involve hundreds of atoms, fully exploring the space of possible transformations is intractable. The current solution utilizes reaction templates to limit the space, but it suffers from coverage and efficiency issues. In this paper, we propose a template-free approach to efficiently explore the space of product molecules by first pinpointing the reaction center -- the set of nodes and edges where graph edits occur. Since only a small number of atoms contribute to reaction center, we can directly enumerate candidate products. The generated candidates are scored by a Weisfeiler-Lehman Difference Network that models high-order interactions between changes occurring at nodes across the molecule. Our framework outperforms the top-performing template-based approach with a 10\% margin, while running orders of magnitude faster. Finally, we demonstrate that the model accuracy rivals the performance of domain experts.

Code Implementations1 repo
Foundations

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

Your Notes