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.
| Paper | Year | Task | Key Idea |
|---|---|---|---|
| NMT Reaction Prediction | 2016 | Forward | GRU seq2seq model translating reactants to products |
| Molecular Transformer | 2019 | Forward | Attention-based seq2seq achieving 90.4% top-1 accuracy with calibration |
| Data Transfer Retrosynthesis | 2020 | Retrosynthesis | Pre-training on USPTO-Full improves retrosynthesis accuracy |
| Tied Two-Way Transformer | 2021 | Retrosynthesis | Shared parameters with cycle consistency for diverse predictions |
| ReactionT5 | 2023 | Forward + Retro | Two-stage T5 pretraining for minimal fine-tuning data |




