Retrosynthesis Prediction with Local Template Retrieval

Abstract

Retrosynthesis, which predicts the reactants of a given target molecule, is an essential task for drug discovery. In recent years, the machine learing based retrosynthesis methods have achieved promising results. In this work, we introduce RetroKNN, a local reaction template retrieval method to further boost the performance of template-based systems with non-parametric retrieval. We first build an atom-template store and a bond-template store that contains the local templates in the training data, then retrieve from these templates with a k-nearest-neighbor (KNN) search during inference. The retrieved templates are combined with neural network predictions as the final output. Furthermore, we propose a lightweight adapter to adjust the weights when combing neural network and KNN predictions conditioned on the hidden representation and the retrieved templates. We conduct comprehensive experiments on two widely used benchmarks, the USPTO-50K and USPTO-MIT. Especially for the top-1 accuracy, we improved 7.1% on the USPTO-50K dataset and 12.0% on the USPTO-MIT dataset. These results demonstrate the effectiveness of our method.

Cite

Text

Xie et al. "Retrosynthesis Prediction with Local Template Retrieval." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I4.25664

Markdown

[Xie et al. "Retrosynthesis Prediction with Local Template Retrieval." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/xie2023aaai-retrosynthesis/) doi:10.1609/AAAI.V37I4.25664

BibTeX

@inproceedings{xie2023aaai-retrosynthesis,
  title     = {{Retrosynthesis Prediction with Local Template Retrieval}},
  author    = {Xie, Shufang and Yan, Rui and Guo, Junliang and Xia, Yingce and Wu, Lijun and Qin, Tao},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {5330-5338},
  doi       = {10.1609/AAAI.V37I4.25664},
  url       = {https://mlanthology.org/aaai/2023/xie2023aaai-retrosynthesis/}
}