This group covers models that predict the products of chemical reactions (forward prediction) or propose synthetic routes to target molecules (retrosynthesis) by treating reactions as sequence-to-sequence translation problems over SMILES strings.

PaperYearTaskKey Idea
NMT Reaction Prediction2016ForwardGRU seq2seq model translating reactants to products
Molecular Transformer2019ForwardAttention-based seq2seq achieving 90.4% top-1 accuracy with calibration
Data Transfer Retrosynthesis2020RetrosynthesisPre-training on USPTO-Full improves retrosynthesis accuracy
Tied Two-Way Transformer2021RetrosynthesisShared parameters with cycle consistency for diverse predictions
ReactionT52023Forward + RetroTwo-stage T5 pretraining for minimal fine-tuning data

All Notes