CHEM-PHLGAug 2, 2019

Retrosynthesis with Attention-Based NMT Model and Chemical Analysis of the "Wrong" Predictions

arXiv:1908.00727v130 citations
AI Analysis

This work addresses retrosynthesis prediction for chemists by improving accuracy, though it is incremental as it builds on existing translation methods.

The authors tackled retrosynthesis by framing it as a machine translation problem using an attention-based model, achieving a top-1 accuracy of 54.1% on a dataset of 50,000 reactions, which outperforms a seq2seq baseline of 34.7% and could reach 64.6% with chemically plausible predictions.

We cast retrosynthesis as a machine translation problem by introducing a special Tensor2Tensor, an entire attention-based and fully data-driven model. Given a data set comprising about 50,000 diverse reactions extracted from USPTO patents, the model significantly outperforms seq2seq model (34.7%) on a top-1 accuracy by achieving 54.1%. For yielding better results, parameters such as batch size and training time are thoroughly investigated to train the model. Additionally, we offer a novel insight into the causes of grammatically invalid SMILES, and conduct a test in which experienced chemists pick out and analyze the "wrong" predictions that may be chemically plausible but differ from the ground truth. Actually, the effectiveness of our model is un-derestimated and the "true" top-1 accuracy can reach to 64.6%.

Foundations

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

Your Notes