AI Agents 相关度: 8/10

Specification-Driven Generation and Evaluation of Discrete-Event World Models via the DEVS Formalism

Zheyu Chen, Zhuohuan Li, Chuanhao Li
arXiv: 2603.03784v1 发布: 2026-03-04 更新: 2026-03-04

AI 摘要

提出一种基于自然语言规范,利用LLM生成和验证DEVS离散事件世界模型的方法。

主要贡献

  • 提出一种基于LLM的、分阶段的DEVS世界模型生成流程
  • 利用规范派生的约束验证生成的模型
  • 生成可验证、一致且高效的世界模型

方法论

利用LLM将自然语言规范转化为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 LLM 规范驱动

arXiv 分类

cs.AI