AI Agents 相关度: 9/10

SEVerA: Verified Synthesis of Self-Evolving Agents

Debangshu Banerjee, Changming Xu, Gagandeep Singh
arXiv: 2603.25111v1 发布: 2026-03-26 更新: 2026-03-26

AI 摘要

SEVerA框架通过形式化验证确保自进化Agent程序的安全性和正确性,提升任务性能。

主要贡献

  • 提出Formally Guarded Generative Models (FGGM)
  • 构建SEVerA框架,包含Search、Verification和Learning三个阶段
  • 在Dafny验证、数学合成和合规工具使用上验证了SEVerA的有效性

方法论

将Agent代码生成视为约束学习问题,结合形式化规范和任务效用目标,使用FGGM包装底层模型进行验证。

原文摘要

Recent advances have shown the effectiveness of self-evolving LLM agents on tasks such as program repair and scientific discovery. In this paradigm, a planner LLM synthesizes an agent program that invokes parametric models, including LLMs, which are then tuned per task to improve performance. However, existing self-evolving agent frameworks provide no formal guarantees of safety or correctness. Because such programs are often executed autonomously on unseen inputs, this lack of guarantees raises reliability and security concerns. We formulate agentic code generation as a constrained learning problem, combining hard formal specifications with soft objectives capturing task utility. We introduce Formally Guarded Generative Models (FGGM), which allow the planner LLM to specify a formal output contract for each generative model call using first-order logic. Each FGGM call wraps the underlying model in a rejection sampler with a verified fallback, ensuring every returned output satisfies the contract for any input and parameter setting. Building on FGGM, we present SEVerA (Self-Evolving Verified Agents), a three-stage framework: Search synthesizes candidate parametric programs containing FGGM calls; Verification proves correctness with respect to hard constraints for all parameter values, reducing the problem to unconstrained learning; and Learning applies scalable gradient-based optimization, including GRPO-style fine-tuning, to improve the soft objective while preserving correctness. We evaluate SEVerA on Dafny program verification, symbolic math synthesis, and policy-compliant agentic tool use ($τ^2$-bench). Across tasks, SEVerA achieves zero constraint violations while improving performance over unconstrained and SOTA baselines, showing that formal behavioral constraints not only guarantee correctness but also steer synthesis toward higher-quality agents.

标签

AI Agents Formal Verification LLM Self-Evolving Agents

arXiv 分类

cs.LG cs.PL cs.SE