Connor W. Coley, Luke Rogers, William H. Green, Klavs F. Jensen
6 min
Abstract
We demonstrate molecular similarity to be a surprisingly effective metric for proposing and ranking onestep retrosynthetic disconnections based on analogy to precedent reactions. The developed approach mimics the retrosynthetic strategy defined implicitly by a corpus of known reactions without the need to encode any chemical knowledge. Using 40 000 reactions from the patent literature as a knowledge base, the recorded reactants are among the top 10 proposed precursors in 74.1% of 5000 test reactions, providing strong quantitative support for our methodology. Extension of the one-step strategy to multistep pathway planning is demonstrated and discussed for two exemplary drug products.
Sam: So it's not just asking "does the finished product look right?" It's also asking "do the ingredients make sense for this goal?" That feels more rigorous than I expected.
Alex: It is more rigorous than a naive approach would be. And the fingerprints that make all this comparison possible are worth understanding. The researchers use what are called circular fingerprints. The computer looks at the local chemical environment around every single atom in a molecule — what atoms are nearby, how they're connected — and assigns a numerical label to each neighbourhood. Then it zooms out, looks at slightly larger neighbourhoods, and labels those too. By the time it's done, it has built a detailed numerical map of the entire molecule's structure.
Sam: Like mapping a city by first cataloguing every street corner, then every block, then every district, until you have the whole layout?
Alex: That's exactly the right picture. And once you have that map as a string of numbers, you can compare any two molecules mathematically, the same way you'd measure the distance between two points.
Sam: I want to go back to the "template explosion" problem you mentioned earlier. Is that what the old rule-based systems ran into?
Alex: Yes. In a rule-based system, you need a separate rule for every structural variation. Change one small part of a molecule — add a single atom in a slightly different position — and suddenly your existing rule no longer applies, and you need a new one. The number of rules required grows very quickly. By working from analogy rather than rules, this system sidesteps that problem entirely. It doesn't need to be told the "why" of chemistry; it just finds the closest known precedent and interpolates from there.
Sam: And how well does it actually work in practice?
Alex: The researchers tested it on a database of around forty thousand reactions drawn from patent literature. In roughly three-quarters of test cases, the correct starting materials appeared somewhere in the system's top ten suggestions. For a system that doesn't explicitly "know" any chemistry — just structural similarity — that's a meaningful result.
Sam: Can it handle more than one step? Building a real drug molecule usually takes many reactions in sequence.
Alex: The study demonstrates that the one-step approach can be chained together to plan multi-step pathways. They applied it to two drug molecules as worked examples to show it holds up across a longer synthesis.
Sam: So the system is essentially acting like an experienced chemist who doesn't memorise every rule, but has seen so many past experiments that they can recognise what a new problem resembles and reason from there.
Alex: That's a fair characterisation. And one practical advantage worth noting is interpretability. When the system suggests a reaction, it can point to the specific precedent it drew from. A chemist can look at that precedent, evaluate whether the analogy makes sense, and decide whether to trust the suggestion. That transparency is harder to achieve with some other computational approaches.
Sam: So it's not a black box — it shows its work.
Alex: Exactly. The researchers position it as a practical, accessible tool that lowers the barrier to chemical planning by drawing on the accumulated record of past experiments, rather than requiring a team to hand-code expertise into software.
Sam: It's a thoughtful approach. Using the history of chemistry as the knowledge base, rather than trying to distil all of chemistry into a set of rules.
Alex: And that distinction matters more than it might first appear. Chemistry is enormously complex, and the edge cases are endless. A system that learns from precedent can, in principle, improve simply by being exposed to more data — which is a more scalable path forward than trying to write rules for every situation.
Sam: That's a genuinely useful framing for where this kind of research is heading. Thanks for walking through it.
Alex: Thanks for listening to ResearchPod.