跳到正文
Jones Ray

ScholarPulse 日报 2026-08-14

2026-08-14 学术简报:2 篇。Vero基准测试表明,当前AI代理在构建正式验证的多模块软件仓库时能力有限,仅能成功解决27/43个实例,难以处理最复杂仓库的规范闭合问题。

今日速览

序号标题来源日期主题推荐等级
1Vero: Can AI Agents Build Formally Verified Software Repositories?arXiv2026-08-13AI-Agent高
2Heterogeneity-Aware Belief Synchronization for Semantic Communication in AI-Native 6G NetworksarXiv2026-08-13AI-Agent高

重点论文与技术动态

1. Vero: Can AI Agents Build Formally Verified Software Repositories?

一句话结论

Vero基准测试表明,当前AI代理在构建正式验证的多模块软件仓库时能力有限,仅能成功解决27/43个实例,难以处理最复杂仓库的规范闭合问题。

核心内容

方法与数据

价值判断

摘要 AI agents are increasingly used for programming, but do not provide any guarantee on the correctness of generated code. Verified code generation, in which an agent produces both an implementation and a machine-checked proof of its specification, offers a stronger path toward trustworthy AI-generated software. Existing benchmarks in this direction either focus on individual functions or only evaluate proof generation with provided implementations. It is still an open question whether agents can make coherent implementation and proof choices across real multi-module codebases. To bridge this gap, we introduce Vero, the first benchmark to evaluate joint implementation and proof synthesis at the repository level. Vero contains 43 multi-module instances sourced from real-world repositories spanning Python, Dafny, Verus, and Coq, and covering diverse domains from cryptographic protocols to distributed systems. Each instance consists of a multi-module Lean 4 repository with predetermined API interfaces, manually curated formal specifications, and reference implementations, supporting both proof-only and code-and-proof evaluation modes. To improve benchmark reliability, Vero also includes an audit mechanism where agents are allowed to formally prove unsatisfiability of provided specification or incorrectness of reference code, which surfaces and corrects latent code and specification errors during curation. We evaluate frontier coding-agent configurations with Lean toolchain access. The strongest agent fully solves only 27 of 43 instances and closes no specifications on the hardest repositories. Vero provides a concrete testbed for measuring progress toward repository-scale verified software synthesis, where current agents still fall short. We release the benchmark, curation pipeline, and evaluation harness at https://github.com/sunblaze-ucb/vero.

2. Heterogeneity-Aware Belief Synchronization for Semantic Communication in AI-Native 6G Networks

一句话结论

本文提出异构感知信念同步框架,有效解决6G AI原生网络中语义通信的信念对齐问题,通过潜在翻译模型降低同步成本并保护隐私。

核心内容

方法与数据

价值判断

摘要 6G networks will not be serving as communication infrastructures only; rather, they are expected to evolve into intelligent systems, where thousands of autonomous artificial intelligence (AI) agents are interconnected. The agents are deployed across a wide range of platforms including low Earth orbit (LEO) satellites, high-altitude platforms (HAPs), unmanned aerial vehicles (UAVs), edge servers, and terrestrial devices. These agents continuously observe their environment and exchange information. Semantic communication provides an efficient mechanism for exchanging meaningful information instead of raw data. However, its effectiveness depends on the communicating agents having sufficiently aligned beliefs to correctly interpret and decode the transmitted messages. This assumption becomes difficult to satisfy in the 6G network where heterogeneous AI models operate under diverse computational constraints and continuously acquire different knowledge from their local environments. This article presents a heterogeneity-aware belief synchronization framework for 6G AI-native networks. It uses latent translation models deployed on multi-access edge computing (MEC) servers. These models translate belief updates from one agent to agent-specific knowledge without requiring joint training and a homogeneous architecture of models. By exchanging compact belief updates through a latent translation model only when necessary, the framework preserves privacy, reduces synchronization cost, and minimizes local knowledge drift. We validate the framework through a case study on a multi-layered terrestrial/non-terrestrial network. Results demonstrate that it maintains low synchronization cost, measured by the number of parameters transmitted, and low belief alignment error across the heterogeneous agents in the case study.