by , , , ,
Abstract:
Retrosynthesis prediction is a fundamental problem in organic synthesis, where the task is to identify precursor molecules that can be used to synthesize a target molecule. A key consideration in building neural models for this task is aligning model design with strategies adopted by chemists. Building on this viewpoint, this paper introduces a graph-based approach that capitalizes on the idea that the graph topology of precursor molecules is largely unaltered during a chemical reaction. The model first predicts the set of graph edits transforming the target into incomplete molecules called synthons. Next, the model learns to expand synthons into complete molecules by attaching relevant leaving groups. This decomposition simplifies the architecture, making its predictions more interpretable, and also amenable to manual correction. Our model achieves a top-1 accuracy of 53.7%, outperforming previous template-free and semi-template-based methods.
Reference:
Learning Graph Models for Retrosynthesis Prediction V. R. Somnath, C. Bunne, C. W. Coley, A. Krause, R. BarzilayIn Proc. Neural Information Processing Systems (NeurIPS), 2021Best Paper Award at ICML on Graph Representation Learning and Beyond
Bibtex Entry:
@inproceedings{somnath2021learning,
	author = {Vignesh Ram Somnath and Charlotte Bunne and Connor W. Coley and Andreas Krause and Regina Barzilay},
	booktitle = {Proc. Neural Information Processing Systems (NeurIPS)},
	month = {December},
	title = {Learning Graph Models for Retrosynthesis Prediction},
	year = {2021}}