From Text to Simulation: A Multi-Agent LLM Workflow for Automated Chemical Process Design
Xufei Tian, Wenli Du, Shaoyi Yang, Han Hu, Hui Xin, Shifeng Qu, Ke Ye
TL;DR
The paper presents an end-to-end, AI-assisted workflow that converts natural-language chemical process descriptions into executable simulation configurations by coordinating four specialized LLM-driven agents (Task Understanding, Topology Generation, Parameter Configuration, Evaluation Analysis) within a LangGraph-based framework and guided by Enhanced Monte Carlo Tree Search (E-MCTS). It integrates direct, bidirectional validation with industrial process simulation software and includes an auxiliary thermodynamic analysis step to ensure feasible designs, achieving substantially faster design times and improved convergence on the Simona dataset while approaching expert performance on multiple criteria. Key contributions include direct generation of executable simulations from text, a modular multi-agent architecture that fuses semantic understanding with domain knowledge, and an E-MCTS scheme that values and revisits failed configurations to refine designs. The results demonstrate meaningful gains in design speed and convergence, offering a practical path toward AI-assisted chemical process design with broad industrial relevance.
Abstract
Process simulation is a critical cornerstone of chemical engineering design. Current automated chemical design methodologies focus mainly on various representations of process flow diagrams. However, transforming these diagrams into executable simulation flowsheets remains a time-consuming and labor-intensive endeavor, requiring extensive manual parameter configuration within simulation software. In this work, we propose a novel multi-agent workflow that leverages the semantic understanding capabilities of large language models(LLMs) and enables iterative interactions with chemical process simulation software, achieving end-to-end automated simulation from textual process specifications to computationally validated software configurations for design enhancement. Our approach integrates four specialized agents responsible for task understanding, topology generation, parameter configuration, and evaluation analysis, respectively, coupled with Enhanced Monte Carlo Tree Search to accurately interpret semantics and robustly generate configurations. Evaluated on Simona, a large-scale process description dataset, our method achieves a 31.1% improvement in the simulation convergence rate compared to state-of-the-art baselines and reduces the design time by 89. 0% compared to the expert manual design. This work demonstrates the potential of AI-assisted chemical process design, which bridges the gap between conceptual design and practical implementation. Our workflow is applicable to diverse process-oriented industries, including pharmaceuticals, petrochemicals, food processing, and manufacturing, offering a generalizable solution for automated process design.
