- The paper introduces a unified benchmark that dissects CASP into five task families to standardize computational reaction modeling evaluation.
- It employs a curated, provenance-aware dataset with deterministic splitting and rigorous chemical sanity checks to ensure reproducibility.
- Baseline results show high accuracies across reaction rebalancing, atom-to-atom mapping, classification, property prediction, and synthesis planning tasks.
SynRXN: A Unified, Provenance-Aware Benchmark for Computational Reaction Modeling
Introduction
The proliferation of computer-aided synthesis planning (CASP) methods has been driven by extensive progress in molecular machine learning and the availability of curated reaction datasets. However, benchmarking CASP systems remains a challenge due to fragmented datasets, inconsistent preprocessing pipelines, and opaque evaluation protocols. "SynRXN: An Open Benchmark and Curated Dataset for Computational Reaction Modeling" (2601.01943) introduces SynRXN, a comprehensive framework to address these deficiencies. SynRXN dissects the CASP workflow into five well-defined task families: reaction rebalancing, atom-to-atom mapping, reaction classification, reaction property prediction, and synthesis planning, supplying curated, provenance-tracked corpora, transparent splitters, and rigorous evaluation scaffolding.
Figure 1: SynRXN’s architecture encompasses modular task families, each supplied with dedicated datasets, deterministic splitting routines, and tailored metrics.
Motivation and Scope
CASP frameworks integrate disparate pipeline components: extraction/curation, chemical sanity, rebalancing of reaction stoichiometry, atom-level mapping, classification, property prediction, and route planning. Each stage introduces unique error modes and evaluation demands, but the absence of harmonized benchmarks precludes fair longitudinal comparisons, systematic ablations, and robust performance estimates. SynRXN directly confronts dataset heterogeneity by enforcing deterministic build recipes and leakage-aware splits, while serving as a FAIR (Findable, Accessible, Interoperable, Reusable) [wilkinson2016fair] platform for reproducible research and rigorous benchmarking.
Corpus Assembly and Task Modularization
SynRXN is constructed from public reaction corpora, mainly patent-mined datasets such as USPTO [lowe2012], supplemented by community benchmarks. Data are versioned, metadata-rich, and curated according to explicit license terms. The framework includes automated standardization and normalization via the SynKit pipeline [phan2025synkit], ensuring uniformity in charge, aromaticity, canonicalization, and chemical-sanity filtering. All corpora record record-level provenance for transparent traceability.
Task Families
- Reaction Rebalancing: Restoration of mass and charge balance in incomplete records via perturbation sets capturing modes of violation (MNC, MOS, MBS, Complex), and validation via SynRBL [phan2024].
- Atom-to-Atom Mapping: Stratified benchmarks covering small-molecule/transformation datasets (Golden, Jaworski, USPTO_3K) and biochemical transformations (Recon3D, EColi), evaluated by ITS graph isomorphism and canonical SMILES comparison.
- Reaction Classification: Hierarchical label taxonomies at varying granularities (USPTO_TPL, Schneider, SynTemp, ECREACT), supported by stratified splits to maintain label density and ablation of mapping sensitivity.
- Reaction Property Prediction: Quantification of yields, activation barriers, and enthalpies using DRFP [probst2022] and RXNFP [schwaller2021mapping] embeddings, fed to regression models such as RandomForest or sequence-based architectures.
- Synthesis Planning: Route design benchmarks based on USPTO_50k, USPTO_MIT, and USPTO_500, equipped with evaluation tools for route-level coverage, precision, and chemical consistency metrics.
Technical Validation and Baseline Benchmarks
SynRXN’s validation pipeline is strictly automated, rejecting records that fail chemical sanity checks to preclude manual bias. Canonicalization, duplicate removal (structural and SMILES-level), and provenance preservation are core to the rebalancing and mapping splits. For rebalancing, the curated test set yields 100% ground-truth success and exact-match accuracy due to manual verification. Atom-mapping benchmarks compare ensemble and individual tools (RXNMapper, Graphormer, LocalMapper, RDTool), reporting accuracies up to 97% for curated sets, with significant domain variance (biochemical sets underperform relative to small organic chemistry benchmarks).
Figure 2: Automated, deterministic technical validation flow ensures stringent chemical-sanity and duplication controls for every SynRXN dataset.
Classification models (RandomForest with DRFP/RXNFP features) achieve strong weighted F1 (>0.95) and MCC, with stratified cross-validation confirming statistical robustness. Regression tasks display learnable property distributions (single-digit to low-tens MAE for activation energies and barriers), indicating high label integrity without significant outlier contamination. Synthesis planning metrics rigorously define coverage (C), recognition rate (RR), top-K accuracy (τK), max-fragment overlap, and round-trip success (ρ), all dependent on deterministic canonicalization and ITS-graph equality.
Data Organization and Accessibility
SynRXN’s releases are provided on Zenodo and GitHub, with versioned manifest.json files encoding checksums, row/column counts, licensing, and file paths. All datasets follow a standardized tabular format, partitioned into task-specific subdirectories (rbl, aam, class, prop, synthesis), with explicit train/validation/test splits and metadata columns (IDs, labels, property flags, mapping completeness).
Figure 3: SynRXN’s manifest-driven data organization enables modular access and exhaustive metrics coverage across five benchmark domains.
The loader supports reproducible access via Zenodo, GitHub tag, or commit. Deterministic repeated K-fold splitting (with seed control and stratification) is implemented for transparent model comparison and significance testing. End-to-end reproducibility is facilitated via CLI data rebuild workflows.
Implications and Future Prospects
SynRXN establishes the first domain-wide, verifiable scaffold for comparative CASP method development. By codifying data hygiene, transparent splitting, and leak-aware train/test separation, SynRXN removes major sources of benchmarking bias and ambiguity, enabling the field to converge on reproducible evaluation standards. High-fidelity benchmarks for mapping, classification, and property prediction will facilitate calibration and stress testing of future graph-based, transformer, and ensemble models. The modularity of SynRXN is directly extensible to novel reaction tasks, personalized synthesis planning, and advanced mechanistic analysis (e.g., transition-state theory, hybrid quantum models). The framework’s provenance-tracked builds and archived releases lower barriers for reproducibility-centric publications and collaborative method development, driving longitudinal progress in reaction informatics beyond current single-task-centric paradigms.
Conclusion
SynRXN delivers a unified, metadata-rich, and reproducible benchmark ecosystem for computational reaction modeling spanning all critical CASP components. Its leakage-aware task families, deterministic splitting, and rigorous evaluation protocols ensure fair head-to-head comparison and technical integrity for model development. SynRXN sets a durable foundation for future advances in reaction informatics, systematic benchmarking, and robust real-world synthesis planning workflows.