MMORF: A Multi-agent Framework for Designing Multi-objective Retrosynthesis Planning Systems

arXiv cs.AI / 4/8/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces MMORF, a modular multi-agent framework designed to build multi-objective retrosynthesis planning systems that balance quality, safety, and cost during synthesis route generation.
  • MMORF lets researchers flexibly compose and configure specialized agent components, enabling systematic evaluation and comparison of different multi-agent system designs.
  • The authors instantiate two example systems, MASIL and RFAS, and test them on a newly curated benchmark of 218 multi-objective retrosynthesis tasks.
  • MASIL performs particularly well on soft-constraint tasks by achieving strong safety and cost metrics and frequently generating routes that Pareto-dominate baselines.
  • RFAS shows stronger results on hard-constraint tasks, reaching a 48.6% success rate and outperforming state-of-the-art baselines, with code/data released alongside the work.

Abstract

Multi-objective retrosynthesis planning is a critical chemistry task requiring dynamic balancing of quality, safety, and cost objectives. Language model-based multi-agent systems (MAS) offer a promising approach for this task: leveraging interactions of specialized agents to incorporate multiple objectives into retrosynthesis planning. We present MMORF, a framework for constructing MAS for multi-objective retrosynthesis planning. MMORF features modular agentic components, which can be flexibly combined and configured into different systems, enabling principled evaluation and comparison of different system designs. Using MMORF, we construct two representative MAS: MASIL and RFAS. On a newly curated benchmark consisting of 218 multi-objective retrosynthesis planning tasks, MASIL achieves strong safety and cost metrics on soft-constraint tasks, frequently Pareto-dominating baseline routes, while RFAS achieves a 48.6% success rate on hard-constraint tasks, outperforming state-of-the-art baselines. Together, these results show the effectiveness of MMORF as a foundational framework for exploring MAS for multi-objective retrosynthesis planning. Code and data are available at https://anonymous.4open.science/r/MMORF/.