基于DEVS形式化方法的规范驱动离散事件世界模型生成与评估 / Specification-Driven Generation and Evaluation of Discrete-Event World Models via the DEVS Formalism
1️⃣ 一句话总结
这篇论文提出了一种新方法,通过结合大型语言模型和DEVS形式化理论,直接从自然语言描述自动生成可靠且可验证的离散事件世界模型,用于模拟排队、任务规划等多类环境,旨在兼顾传统仿真的严谨性与神经模型的灵活性。
World models are essential for planning and evaluation in agentic systems, yet existing approaches lie at two extremes: hand-engineered simulators that offer consistency and reproducibility but are costly to adapt, and implicit neural models that are flexible but difficult to constrain, verify, and debug over long horizons. We seek a principled middle ground that combines the reliability of explicit simulators with the flexibility of learned models, allowing world models to be adapted during online execution. By targeting a broad class of environments whose dynamics are governed by the ordering, timing, and causality of discrete events, such as queueing and service operations, embodied task planning, and message-mediated multi-agent coordination, we advocate explicit, executable discrete-event world models synthesized directly from natural-language specifications. Our approach adopts the DEVS formalism and introduces a staged LLM-based generation pipeline that separates structural inference of component interactions from component-level event and timing logic. To evaluate generated models without a unique ground truth, simulators emit structured event traces that are validated against specification-derived temporal and semantic constraints, enabling reproducible verification and localized diagnostics. Together, these contributions produce world models that are consistent over long-horizon rollouts, verifiable from observable behavior, and efficient to synthesize on demand during online execution.
基于DEVS形式化方法的规范驱动离散事件世界模型生成与评估 / Specification-Driven Generation and Evaluation of Discrete-Event World Models via the DEVS Formalism
这篇论文提出了一种新方法,通过结合大型语言模型和DEVS形式化理论,直接从自然语言描述自动生成可靠且可验证的离散事件世界模型,用于模拟排队、任务规划等多类环境,旨在兼顾传统仿真的严谨性与神经模型的灵活性。
源自 arXiv: 2603.03784