Merck & Co. / Emory University
A 220M-parameter chemical language model that generates matched molecular pair transformations to design medicinal-chemistry analogs from SMILES and SMARTS.
Medicinal chemists refine drug candidates largely by making small, localized edits to a lead molecule and observing how those edits shift activity, selectivity, and physicochemical properties. Matched molecular pair (MMP) analysis formalizes this practice by cataloguing pairs of compounds that differ by a single well-defined chemical change, but classical MMP methods are bound to the transformation rules and pairs already present in a curated database and generalize poorly beyond them. MMPT-FM (Matched Molecular Pair Transformation Foundation Model) reframes the task as generative: instead of looking up a transformation, it produces chemically valid molecular edits directly, encoding context-independent variable-to-variable modifications so a learned transformation can be applied at a specified site of a new molecule.
MMPT-FM is a chemical language model that reads and writes molecules as SMILES strings and transformations as SMARTS/SMIRKS patterns. It is released alongside three task-specialized siblings — MMP-M2M (molecule-to-molecule), MMP-M2T (molecule-to-transformation), and MMP-C2V (constant-to-variable) — that cover the common framings of analog design: generating a paired analog, proposing the transformation that links two molecules, and completing a fixed scaffold with a new variable fragment. A retrieval-augmented variant, MMPT-RAG, conditions generation on reference analogs to better recapitulate expert medicinal-chemistry intuition.
MMPT-FM was developed by Merck & Co., Inc. (Rahway, New Jersey; known as MSD outside the US and Canada) together with Emory University, and released in 2026 under the MIT license with accompanying code and preprints.
MMPT-FM is a 220M-parameter encoder-decoder transformer fine-tuned from ChemT5. Training pairs were extracted from the ChEMBL database after filtering for drug-likeness, a molecular-weight floor of 200 Da, and removal of compounds matching the Walters structural-alert list; molecules and transformations are represented as SMILES and SMARTS/SMIRKS. Training uses supervised sequence-to-sequence learning with a cross-entropy objective (batch size 64, learning rate 5x10^-4) on 4x NVIDIA A6000 GPUs, and inference uses beam search. The models are evaluated with validity, novelty, and recall metrics against a held-out ChEMBL MMPT test set and patent-derived sets from PMV Pharmaceuticals (2017 and 2021), assessing whether generated transformations recover realistic, chemically sound analogs.
MMPT-FM targets medicinal-chemistry lead optimization, where teams iterate on a hit by proposing structurally similar analogs with improved properties. Its directed generation supports analog enumeration at specified edit sites, and its outputs can feed enumeration pipelines, virtual-screening workflows, and retrieval-augmented generation systems. The task-specialized variants let practitioners either generate a paired analog, infer the transformation between two known compounds, or grow a fixed scaffold, matching common lead-optimization questions.
MMPT-FM brings a foundation-model and retrieval-augmented framing to matched molecular pair analysis, a long-standing workhorse of medicinal-chemistry SAR, and its release from an industrial pharmaceutical group under a permissive MIT license makes the weights and code broadly reusable. The accompanying methods are described in 2026 arXiv preprints awaiting peer review, and reported results are in-silico validity, novelty, and recall metrics rather than experimentally confirmed activity, so generated transformations are candidate edits that still require synthesis and assay-based validation.
Pan, B., et al. (2026) Transformer-Based Approach for Automated Functional Group Replacement in Chemical Compounds. arXiv.org.
DOI: 10.48550/arXiv.2601.07930Pan, B., et al. (2026) Retrieval-Augmented Foundation Models for Matched Molecular Pair Transformations to Recapitulate Medicinal Chemistry Intuition. arXiv.org.
DOI: 10.48550/arXiv.2602.16684Papers that recently cited this model.
The most-cited papers that cite this model.
Not enough data