Research Radarcs.AIAug 27, 2026classified

Mechanistic Reaction Prediction via Discrete Flow Matching on Graph-Structured Electron Occupation

Nguyen Xuan-Vu, Octavian Susanu, Daniel Armstrong, Philippe SchwallerarXivPDF
cs.AI

Paper Guide Brief

Reading Brief

The paper introduces MAELLE, a reaction prediction model that frames chemical reactions as discrete flow matching over graph-structured electron occupation vectors. It uses a Continuous-time Markov Chain (CTMC) to model electron rearrangements, with intermediate trajectories constructed via Optimal Transport, enabling mechanistic interpretability without elementary step annotations. MAELLE achieves competitive performance on USPTO-480K and demonstrates robustness on out-of-distribution splits, also enabling side product prediction.

Central Claim

MAELLE introduces a novel approach to reaction prediction by modeling reactions as discrete flow matching over electron occupation vectors, using a CTMC and Optimal Transport to construct mechanistic edit trajectories without requiring elementary step annotations.

Contribution

MAELLE introduces a novel approach to reaction prediction by modeling reactions as discrete flow matching over electron occupation vectors, using a CTMC and Optimal Transport to construct mechanistic edit trajectories without requiring elementary step annotations. This enables interpretable, atom-conserving predictions and robust performance on out-of-distribution settings.

Why It Matters

This contribution matters because it bridges the gap between machine learning reaction prediction and mechanistic chemistry by operating directly on electron space, providing interpretable trajectories and robust generalization without needing expert-labeled elementary steps.

Prerequisites

discrete flow matching, continuous-time Markov chain, optimal transport, graph neural networks, electron occupation vectors

Atlas Placement

Machine Learning (subfield)

Read If

You care about discrete flow matching, continuous-time Markov chain, optimal transport.

Skip If

You only care about top-k accuracy, LLM-as-a-judge plausibility.

Methods
discrete flow matchingcontinuous-time Markov chainoptimal transportgraph neural networkselectron occupation vectorsedit-based mixture pathBregman divergence lossencoder-decoder architecture
Tasks
reaction predictionproduct predictionside product predictionmechanistic trajectory recoveryout-of-distribution generalization
Datasets
USPTO-480KFlowER dataset
Benchmarks
top-k accuracyLLM-as-a-judge plausibilitydirectional flow coverage

Noosaga Placements

  • Machine Learningsubfield90%
    The paper introduces a new machine learning method (discrete flow matching) for reaction prediction, with a focus on learning a generative model over electron occupations. The core contributions are algorithmic and empirical, fitting within machine learning.
    We introduce MAELLE ... which instead models reactions as discrete flow matching over electron occupation vectors.MAELLE achieves competitive performance on the USPTO-480K benchmark compared with leading reaction prediction models.
  • Deep Generative Modelsframework90%
    The paper uses discrete flow matching, a deep generative modeling technique, to model the distribution of electron occupations. The method is a form of generative modeling over discrete state spaces.
    We introduce MAELLE ... which instead models reactions as discrete flow matching over electron occupation vectors.Discrete flow matching (DFM) learns a Continuous-time Markov Chain (CTMC) that transports a source distribution p0 at t = 0 to a target p1 at t = 1.
  • Deep Learningsubfield80%
    The method uses a deep learning architecture with graph neural networks and attention mechanisms, and the training involves deep generative modeling. The paper discusses architectural details and training procedures.
    We adopt an encoder–decoder architecture ... with graph neural networks and attention mechanisms.The full MAELLE model has approximately 16M trainable parameters ...
  • Generative Deep Learningframework80%
    The method is a generative deep learning approach, as it learns to generate product molecules by sampling from a learned distribution over electron occupations. The paper discusses generative modeling and sampling trajectories.
    By modeling reaction as a generative problem, simulating multiple trajectories, and taking the most popular outputs, we are somewhat mimicking how a real chemistry process happensAt inference, the products are generated by the marginal CTMC starting from the reactants.
  • Probabilistic Aisubfield70%
    The method is based on probabilistic generative modeling, specifically discrete flow matching and continuous-time Markov chains, which are probabilistic frameworks for modeling distributions over discrete states.
    we formulate the reactant-to-product mapping as a Continuous-time Markov Chain (CTMC) over the graph-structured integer-valued electron occupation spaceDiscrete flow matching (DFM) learns a Continuous-time Markov Chain (CTMC) that transports a source distribution p0 at t = 0 to a target p1 at t = 1.
  • Attention Mechanisms and Transformersframework70%
    The model architecture uses attention mechanisms, including self-attention and cross-attention, at both atom and electron-site levels. The paper describes the use of Transformer blocks and attention layers.
    After the GNN backbone, both encoder and decoder refine representations through two stages of attention operating at different granularities.In the decoder, this is a TransformerDecoder: each layer applies self-attention over the decoder’s atom embeddings, followed by cross-attention to the encoder’s atom embeddings.

Abstract

Chemical reactions are fundamentally transformations in electron space, yet most machine learning approaches model them either through \textit{de novo} generation of product molecules or through heuristic graph edits that operate directly on molecular topology. We introduce MAELLE (\textbf{M}ech\textbf{A}nistic \textbf{E}dit f\textbf{L}ow-matching on e\textbf{L}ectron r\textbf{E}arrangements), which instead models reactions as discrete flow matching over electron occupation vectors. Concretely, we formulate the reactant-to-product mapping as a Continuous-time Markov Chain (CTMC) over the graph-structured integer-valued electron occupation space defined on all bonding, non-bonding, and hydrogen sites. To construct the intermediate edit trajectories, we generalize the discrete flow matching mixture path to discrete electron rearrangements using Optimal Transport, yielding a sequence of mechanistically interpretable edit moves without requiring elementary step annotations. MAELLE achieves competitive performance on the USPTO-480K benchmark compared with leading reaction prediction models. Beyond in-distribution accuracy, we evaluate robustness across two out-of-distribution settings - structural complexity and reaction type - and find that MAELLE maintains strong performance where existing methods degrade. Finally, because the learned flow operates over the full electron redistribution, MAELLE naturally recovers mechanistic trajectories that align with known chemistry and can predict side products of a reaction.

Paper Context

Source ContextWhole paper
Budget100,000 tokens
Coverage81,017 chars

Classified from the full extracted paper text (81,017 characters). The Paper Guide brief above is the user-facing synthesis; raw context is kept out of the page.

Full-paper context sent 81,017 of 81,017 extracted characters to classification.

Mechanistic Reaction Prediction via Discrete Flow Matching on Graph-Structured Electron Occupation | Research Radar