公开论文雷达

公开 arXiv 研究简报 · 2026-08-05T01:06:27.789261+00:00

先看结论和关键数字,再决定要不要读原文。候选只在首次出现时展示;旧候选若后来通过深读门槛,仍会进入重点。

五卡共性:给生成式AI加确定性验证层

五张卡片的共性是不让LLM独自负责:RefactorAssist先静态修复再代理迭代,StateAuditor用确定性溯源审计草稿,PMMC把访问程序离线预编译验证,AgenTag靠度量学习溯源,形式化篇用Rocq机检人工证明草图。要落地先读RefactorAssist,证据最实、可直接进CI。

推荐阅读顺序

  1. 2608.00924:证据最硬且可直接落地:静态层零LLM过滤语法错,代理层70.8%修复、累计94.2%,先读它建立基线。
  2. 2608.01619:方法学范本:确定性溯源加匹配对照与第三方复现,看它如何证明增益来自机制而非更多调用或更大模型。
  3. 2608.00966:换个角度:溯源信号来自PR文本潜在风格而非代码差异,剥全部标记F1仅降0.026,读它校正直觉。
  4. 2608.00962:同类思路搬到多模态:把编译开销前移到整合阶段;但供给文本无分项数值,当思路读、不当证据用。
  5. 2608.00882:受众最窄:仅涉信息流形式化,示范用agentic AI把LaTeX译Rocq、机检出人工草图遗漏,按需再读。
共性方法
五者都在生成式模型之外补一个不依赖模型的验证或审计环节:RefactorAssist的静态修复、StateAuditor的确定性溯源、PMMC的Doubter执行验证、AgenTag的度量空间、形式化篇的Rocq机检,都是用确定性手段兜住LLM单独做不可靠的部分。
关键分歧
分歧在验证放在哪、证据多硬。RefactorAssist与StateAuditor在生成后用外部信号(测试日志、溯源)验证,且有硬数字与置信区间;PMMC把验证前移到离线整合却无分项数值;AgenTag做的是溯源识别而非修复;形式化篇无数据集,只证一条定理。
选择准则
按你要做什么选:上线LLM生成或重构先读RefactorAssist;做文本个性化记忆读StateAuditor,多模态记忆读PMMC;要审计AI贡献读AgenTag;碰形式化证明才读最后一篇。

重点深读(5 / 5 篇)

形式化与程序验证(1 篇)

形式化与程序验证 4/30

Assuming You Knew: Fixing an Epistemic Semantics for Flow Policies Using Agentic AI

CN信息流认知语义的safety→security证明确有缺陷,修订定义后已在Roc…:如果你维护或引用信息流安全的形式化结果,这条消息直接影响你能否放心引用CN(2018):它的safety→security证明有缺陷,会议现场的修正草图也被机器验证查出遗漏细节。本文的做法是修订释放策略定义与safety条件,再借助agentic AI编程助手把修正LaTeX翻译为Rocq规约,完成主定理的全量机器验证。

两句看懂

CN(2018)认知语义形式化的safety→security证明存在重大缺陷,本文修订释放策略定义与safety条件,并借助agentic AI编程助手在Rocq中机器验证主定理。Rocq验证表明会议修正草图方向基本正确但含遗漏细节,safety→security在修订定义下完整成立。

核心判断

在修订的释放策略定义下,safety蕴含security的主定理正确;Rocq机器验证确认这一结论,同时发现CN会议修正草图含此前未公开的细节错误。

关键要点

1. CN(2018)的safety→security证明存在重大缺陷,作者会议现场宣布修正但仅提供草图;已有机器验证的并发C工作采用constant-time安全性,回避了多次执行对齐的核心复杂性。 2. 本文修订释放策略定义与safety条件(释放策略仅以输入流而非程序内部状态表达),借助agentic AI编程助手将修正LaTeX翻译为Rocq规约并引导补全证明,以机器检查作为受控验证手段。 3. Rocq全量验证通过:会议修正方向基本正确但含手工草图遗漏的细节错误,主定理在修订定义下完整成立;工程上应把带修正标注的LaTeX手稿交给AI助手翻译为Rocq规约,而不是直接引用会议草图。

证据与结果

无实验数据集,评估对象是形式证明的正确性。基础为CN(2018)反应式程序模型,策略以assume注释与输入流表达,验证工具为Rocq证明助手。比较基线:(1) CN发表版(证明有缺陷);(2) CN会议修正草图;(3) 已有机器验证的并发C工作(采用constant-time安全性,回避多次执行对齐难题)。结果:修订定义下Rocq全量验证通过;会议草图基本正确但含遗漏细节;多次执行性质证明在简单程序模型中仍高度复杂。

打开论文原文
它要解决什么
如何为含选择性降密的信息流策略正确定义认知语义,并用机器验证确认safety蕴含security的主定理?
研究路径
程序含assume注释标记降密事件,safety为可归纳验证的程序性质。修订使释放策略只从输入流导出,与程序内部状态解耦。agentic AI编程助手把修正LaTeX逐步翻译为Rocq规约并引导完成各子引理证明;机器检查过程中暴露手工草图遗漏的细节,修正后主定理通过Rocq全量验证。
这对工程意味着什么
第一个行动:把你手头带修正标注的LaTeX定理手稿交给agentic AI编程助手翻译为Rocq规约,让机器检查替你找遗漏细节。要避开的捷径:不要用会议现场修正草图代替机器验证——即使领域专家的现场修正,本文案例也证明它仍可能含遗漏错误。
证据定位
Rocq全量验证通过后确认三点:CN会议修正方向基本正确,但手工草图含未公开的细节错误;修订定义下safety→security主定理完整成立;多次执行性质的证明即便在简单程序模型中仍高度复杂。对比基线:CN发表版(证明有缺陷)、CN会议修正草图、已有机器验证的并发C工作(采用constant-time安全性,回避了多次执行对齐难题)。(筛选维度:形式化验证)
适用边界
程序模型限于小型命令式反应式语言,不覆盖并发或高阶场景;安全性采用一般认知语义,与constant-time工作不可直接比较;agentic AI辅助Rocq形式化流程的普适性未系统评估。
方法与英文摘要

基于CN反应式程序模型:程序用assume注释标记降密条件,释放策略只用输入流表达,safety是可归纳验证的程序性质。作者修订CN的释放策略定义与safety条件,借助agentic AI编程助手把带修正的LaTeX逐步翻译为Rocq规约,由AI引导完成各引理证明,最终在Rocq中全量机器验证safety→security主定理。

Many high-level security requirements are about the allowed flow of information in programs and are difficult to make precise because they involve selective downgrading. Notions from epistemic logic have emerged as a good approach to policy semantics but a robust general framework remains elusive. A paper appearing in CSF 2018, entitled ``Assuming You Know: Epistemic Semantics of Relational Annotations for Expressive Flow Policies'', attempted to provide a unifying framework---but the formalization was sketchy and a correction was announced during the conference presentation. With aid from an agentic AI coding assistant, a corrected formalization has been machine checked in the Rocq proof assistant. The simplicity and generality of the framework may help compare different policy specification styles and enforce them by leveraging existing techniques.

软件工程与仓库智能(1 篇)

软件工程与仓库智能 4/30

AgenTag: Attribution of AI Coding Agents from Behavioral Fingerprints

AI编程智能体可以靠PR文本的潜在行为指纹溯源,代码差异几乎无用:如果你在仓库里收到AI智能体提交的PR,想判断它来自哪类智能体、甚至是不是AI写的,这篇文章给出可落地的答案:只看PR描述和提交消息就能做到,不必收集代码差异。AgenTag用监督对比学习把PR表示为四路多模态流,在AIDev数据集上智能体识别加权F1=0.96、AI/人类区分平衡F1=0.89、未见智能体检测AUC=0.84,并证明溯源信号来自潜在风格而非显式自披露标记。

两句看懂

现有闭集分类方法无法检测未见AI编程智能体,也没厘清溯源信号是否来自潜在风格;AgenTag用监督对比学习构建多模态度量空间,并按层剥除自披露标记验证信号来源。在AIDev上智能体识别加权F1=0.96,未见智能体检测AUC=0.84,剥除全部自披露标记后性能仅降0.026。

核心判断

AI编程智能体可通过PR文本和提交消息的潜在风格指纹可靠溯源(加权F1=0.96,未见智能体AUC=0.84);代码差异贡献极小,剥除显式自披露标记后性能几乎不变,证明指纹是行为特征而非水印。

关键要点

1. 旧假设:闭集分类器默认测试集只含训练时见过的智能体,且从未区分溯源信号来自潜在行为风格还是显式自披露标记(提交尾注、工具URL),结论无法推广到开放场景。 2. 方法与受控检查:AgenTag在AIDev(33,580条AI PR,五类智能体;6,618条人类PR)上构建监督对比度量空间,三层逐步剥除自披露标记并逐层记录F1变化,最近原型搜索支持10条PR免重训练的小样本注册。 3. 决定性结果与行动:智能体识别加权F1=0.96、未见智能体AUC=0.84;代码差异四种表示下贡献均接近零,剥除全部标记F1仅降0.026,指纹源自潜在风格而非水印——溯源应优先收集PR描述和提交消息。

证据与结果

AIDev数据集:33,580条AI PR(五类AI编程智能体)加6,618条人类PR,类别分布不均。三类评估任务:已知智能体识别加权F1=0.96、宏F1=0.84;AI与人类区分平衡F1=0.89;未见智能体开集检测AUC=0.84。消融按模态(PR文本、提交消息、代码差异四种编码)和三层自披露剥除分别测试:代码差异在四种表示下贡献均接近零;剥除全部标记加权F1降0.026,仅剥除名称降0.004,名称正则在同一文本上达0.65。

打开论文原文
它要解决什么
开放世界场景下,能否仅凭潜在行为指纹识别已知和未见的AI编程智能体,并与人类区分?溯源信号到底来自哪类信息?
研究路径
AgenTag把每条PR编码为四路流:句子编码器处理PR标题/描述和提交消息,CodeBERT风格编码器处理代码差异,另独立提取行为特征。监督对比学习让同一智能体的PR在度量空间聚类。推理时最近原型搜索确定已知智能体类别,嵌入相似度判断是否属于已见类别。新智能体只需10条标注PR注册,无需重训练。SHAP重要度和Cliff's delta量化各特征贡献。
这对工程意味着什么
第一步行动:做AI贡献溯源时优先收集PR描述和提交消息,用监督对比学习替代闭集分类器以支持新智能体注册。要避免的捷径:不要以为剥除显式模板就能规避溯源——剥除全部标记后加权F1仅降0.026,潜在风格指纹仍然有效。
证据定位
PR描述与提交消息几乎复现完整多模态模型的性能,代码差异在四种表示下贡献均接近零。剥除全部自披露标记后加权F1仅降0.026,名称单独剥除仅降0.004,而名称正则匹配在同一文本上可达0.65。三类任务结果:已知智能体识别加权F1=0.96、宏F1=0.84;AI与人类区分平衡F1=0.89;未见智能体开集检测AUC=0.84。(筛选维度:软件工程方法)
适用边界
数据集只覆盖五类AI编程智能体;加权F1=0.96与宏F1=0.84的差距说明少数类识别较弱;摘录未说明PR时间跨度和智能体版本变化对指纹稳定性的影响;人类PR的来源及代表性未在摘录中详述。
方法与英文摘要

AIDev数据集含33,580条AI PR(五类AI编程智能体)和6,618条人类PR。AgenTag把每条PR表示为四路流:PR标题与描述、提交消息(句子编码器)、代码差异(CodeBERT风格编码器)、行为特征。监督对比学习构建度量空间,让同一智能体的PR聚类;分类用最近原型搜索,新智能体注册只需10条标注PR,无需重训练。默认剥除三层自披露标记(提交尾注、工具URL、供应商模板、残余自命名),逐层测量F1变化。

AI coding agents increasingly author pull requests (PRs), often under developers' own accounts, obscuring who actually produced a change. Reliable attribution is important for repository governance, empirical studies of AI-assisted software development, and measuring the impact of AI coding agents. Existing work focuses on closed-set identification of known agents, leaving the practical limits of open-world AI coding agent attribution largely unexplored. In this paper, we present AgenTag, a multimodal framework for open-world AI coding agent attribution, evaluated on AIDev, comprising 33,580 PRs from five AI coding agents and 6,618 human-authored PRs. We represent each PR using textual, behavioral, and code-based modalities, and compare conventional classification with supervised contrastive learning for open-set recognition and few-shot enrollment of previously unseen agents. AgenTag identifies authoring agents with a weighted F1 of 0.96 (macro F1 of 0.84), distinguishes AI- from human-authored PRs with a balanced F1 of 0.89, and detects previously unseen agents with an AUC of 0.84. We further show that PR descriptions and commit messages provide nearly all of the attribution signal, whereas code diffs contribute little across multiple representations, indicating that coding agents are distinguished primarily by how they communicate changes rather than by the code they generate. Moreover, these behavioral fingerprints persist after removing explicit self-disclosed markers, demonstrating that attribution relies largely on latent stylistic characteristics. These findings show that reliable attribution of AI coding agents is feasible and clarify the practical trade-offs between attribution accuracy and the information required to achieve it.

代码质量与优化(1 篇)

代码质量与优化 6/30

RefactorAssist: Agentic Refinement for Reliable Code Refactoring

静态加代理双阶段修复LLM重构失败:LLM生成的Java代码重构频繁破坏单元测试。研究对10个开源项目手动分析8类失败根因(幻觉占24.3%,命名错误15.3%),构建RefactorAssist:先做无LLM静态修复,再以测试日志驱动代理迭代,累计通过率达94.2%。

两句看懂

LLM生成的Java代码重构常破坏单元测试,根因以幻觉(24.3%)和命名错误(15.3%)为主;RefactorAssist先做静态语法修复,再用测试日志与代码差异驱动代理迭代重写失败代码。研究在10个开源Java项目上验证,代理阶段修复率达70.8%,累计通过率94.2%。

核心判断

LLM重构失败主因是幻觉与命名错误而非简单语法问题;静态修复加测试引导代理两阶段可将累计通过率提升至94.2%,依据是10个Java项目上70.8%的剩余失败修复率。

关键要点

1. 旧假设:LLM具备代码生成能力即可直接执行重构;实测显示重构频繁破坏功能行为,最主要失败原因是上下文幻觉/误解(24.3%)、命名不一致(15.3%)和新增未预期变量(13.7%),三类合计超50%,单纯依赖模型能力不足以保障行为等价性。 2. 构造协议:以Microsoft Methods2Test数据集中10个开源Java项目及其原生测试套件为基础,用StarCoder2生成重构样本;对失败案例人工标注8类根因;RefactorAssist两阶段设计——第一阶段无LLM静态修复(import、括号、编译),第二阶段测试日志+代码差异+项目上下文驱动LLM迭代,关键控制变量为有无静态修复前置。 3. 决定性结果:最佳配置下代理修复率70.8%,累计通过率94.2%;静态修复前置以零LLM成本清除大量语法类失败,将LLM调用集中于需语义推理的功能性失败;方法边界在于依赖项目具备充分覆盖率的测试套件,测试覆盖不足时功能性失败无法触发修复循环。

证据与结果

数据集为Microsoft Methods2Test,来自10个成熟开源Java项目的方法-测试对。重构生成用StarCoder2(开源,训练数据可查,降低数据泄露风险)。评测流程:对LLM初次重构运行原生测试套件,记录失败并人工标注8类根因;再对失败样本运行RefactorAssist,分别测量静态修复和代理迭代后通过率。核心指标:代理阶段修复率最高70.8%,累计通过率最高94.2%。失败分布:幻觉/上下文误解(24.3%)最大,命名不一致(15.3%)、新增变量(13.7%)、代码不完整(11.3%)、语法结构错误(9.7%)、边缘情况未处理(9%)、类型处理不当(8.7%)、变量作用域外(8%)依次递减。

打开论文原文
它要解决什么
LLM生成的代码重构为何频繁破坏单元测试,能否用测试反馈驱动代理自动修复这些失败?
研究路径
RefactorAssist先对LLM重构代码做静态检查,自动补全缺失import、修复括号不平衡和编译错误,无需调用LLM。对仍失败的重构进入代理循环:读取测试失败日志、生成错误解释、检索项目上下文、对比代码差异,将以上信息组成prompt驱动LLM输出修复版本,循环至测试通过或达迭代上限。
这对工程意味着什么
引入LLM重构时,先部署无LLM静态修复层(补import、修括号、消编译错误),再用测试日志驱动代理修复语义失败;避免跳过静态层直接调LLM,否则会浪费token在编译器即可解决的简单错误上。
证据定位
最佳配置下代理阶段对剩余失败的修复率达70.8%,两阶段累计通过率94.2%。失败诊断:幻觉/上下文误解(24.3%)为最大单类,命名不一致(15.3%)次之,新增变量或功能(13.7%)居第三。(筛选维度:可复核评测、软件工程方法)
适用边界
研究限于Java语言和10个开源项目的原生测试套件;修复循环依赖充分的测试覆盖率,覆盖不足时功能失败无法被检测;重构生成模型仅使用StarCoder2,其他LLM的失败分布可能不同。
方法与英文摘要

数据源为Microsoft Methods2Test数据集的10个开源Java项目及其原生测试套件,用StarCoder2生成重构样本以减少数据泄露。先人工标注失败原因,建立8类分类。RefactorAssist分两阶段:第一阶段静态修复(无LLM)自动补全缺失import、修复括号不平衡和编译错误;第二阶段对仍失败的重构,迭代输入测试日志、错误解释、代码差异和项目上下文驱动LLM生成修复版本,直至测试通过或达迭代上限。

Code refactoring aims to enhance the internal structure of source code without affecting its functional behavior. The recent advancements of Large Language Models (LLMs) have demonstrated potential for automating software engineering tasks, such as code refactoring. However, the refactorings produced by LLMs often introduce subtle errors, leading to functional behavior changes and failed unit tests, which limit their practical adoption. To address the limitations of LLM-generated refactorings, we analyze the root causes of their failures and develop the RefactorAssist agent to improve the functional correctness of LLM-generated refactorings. To this end, we use 10 open-source Java projects with their native test suites and manually evaluate why LLM-generated refactorings fail unit tests. We then design an agentic approach that leverages unit-test logs, error explanations, project context retrieval, and code diffs to guide the iterative refactoring. Our findings show that the main reasons for failure are context misunderstanding/hallucination (24.3%), incorrect or inconsistent renaming (15.3%), adding new functionality or variables (13.7%), code incompleteness (11.3%), syntax and structural errors (9.7%), edge cases not handled (9%), improper type handling (8.7%), and variables outside scope (8%). To make our approach cost-effective, RefactorAssist first applies a static repair step for missing imports, unbalanced brackets, and compilation errors without LLMs. For remaining failures, RefactorAssist incorporates error logs and code diffs, achieving up to a 70.8% repair rate on the remaining failures and a 94.2% cumulative pass rate under the best-performing configuration. These results indicate that static checks and test-guided, context-aware agentic repair can increase the reliability of LLM-generated refactorings, bringing them closer to practical integration within developer workflows.

UI 与 GUI Agent(0 篇)

本轮没有通过深读证据门的重点论文。

个人知识与本体(2 篇)

个人知识与本体 4/30

When Memory Updates but Behavior Does Not: Repairing Implicit Stale Dependencies in Personalized Agent Responses

记忆更新了回复还旧:StateAuditor反向审计把VTA提至0.736(+5.0…:记忆库已经是新值,个性化回复却仍按旧值说话,这个问题草稿侧验证查不出来,因为它只核对已说出口的内容,而开放性回复里的旧假设根本没被说出。StateAuditor反过来从存储状态审计草稿,用确定性溯源验证触发修复,在STALE 400场景严格单次查询中VTA达0.736,较前驱+5.0点(95% CI [+2.9,+7.2]),第三方法官独立复现。

两句看懂

草稿侧验证抓不到开放性请求中未说出的过时假设,开放IPA探针下过时前提召回率仅0.06–0.38,StateAuditor因此改为从存储状态到草稿反向审计,以确定性溯源验证驱动修复。在STALE基准400场景、50轮历史的严格单次查询协议下,VTA达0.736、较前驱+5.0点,第三方法官独立复现,匹配对照组仅+0.6点(不显著),增益被锁定至转换机制本身。

核心判断

开放性回复中的隐式过时依赖无法被草稿侧声明分解捕获;从存储状态到草稿的反向审计加确定性溯源验证可修复该缺口,STALE严格单次查询VTA达0.736(较前驱+5.0点),由第三方法官独立复现。

关键要点

1. 旧假设失效:草稿侧声明分解对开放性IPA探针抓不到隐式过时依赖,stale-premise召回率跌至0.06–0.38(显式探针为0.44–1.0),前沿规模模型仍为0.38,CoT提示反而把它从0.38降到0.13。 2. 方法与对照:草稿生成后LLM提出候选状态转换,确定性代码逐条锁定引用并验证时间戳新旧顺序,仅通过的转换触发类型化修复;匹配对照组控制额外证据与调用预算,仅+0.6点(不显著),增益锁定至转换机制本身。 3. 结果与行动:STALE严格单次查询VTA 0.736 vs 0.686(+5.0点,95% CI [+2.9,+7.2]),第三方法官复现(.738 vs .680),部署时在草稿后加状态→草稿审计;注意HorizonBench较难的作者编写生命周期集无增益。

证据与结果

STALE:400场景、50轮会话历史、严格单次查询协议,每次查询独立生成一条回复,含explicit/presupposed/open-ended三类探针。VTA 0.736 vs 前驱0.686(+5.0点,95% CI [+2.9,+7.2]),增益集中于IPA与PR;第三方法官(第三模型家族)独立复现(.738 vs .680);匹配对照组(同等证据与调用预算)得0.692(+0.6点,不显著)。HorizonBench:全流水线提升current-preference准确率(p<.01),但较难的作者编写生命周期集无增益,大部分外部增益来自草稿侧审计;特权场景联合变体(.879)仅作上界报告。

打开论文原文
它要解决什么
开放性个性化回复中,隐式过时依赖没有被用户明确说出,声明分解抓不到。能否改为从存储状态到草稿的反向审计,再用确定性溯源验证完成检测与修复?
研究路径
草稿生成后StateAuditor执行四步:①从草稿与问题预设提取用户状态前提;②对照时序排序记忆,给出VALID/STALE/UNKNOWN判定并附当前值;③LLM提出候选旧→新转换,确定性代码把每条引用锁定至单一条目并验证时间戳顺序;④仅溯源与时序验证通过的转换才触发类型化修复指令,驱动重生成。验证对象是来源与时序,不是语义取代关系。
这对工程意味着什么
第一步行动:部署个性化智能体时,在草稿生成后加一个状态→草稿审计步骤,用确定性溯源验证触发隐式依赖修复。要避免的捷径:指望扩大草稿侧审计模型规模解决问题——开放探针下召回率不随规模改善,CoT提示反而把它从0.38降到0.13。
证据定位
STALE严格单次查询VTA:0.736 vs 前驱0.686,+5.0点(95% CI [+2.9,+7.2]),第三方法官独立复现(.738 vs .680)。匹配对照组(同等证据与调用预算)只得0.692(+0.6点,不显著),说明增益来自转换机制本身,不是额外证据或调用。(筛选维度:可复核评测)
适用边界
HorizonBench较难的作者编写生命周期集无增益;外部增益大部分来自草稿侧审计而非转换机制;溯源验证只覆盖来源与时序,不覆盖语义取代关系;论文明确声明不对通用智能体记忆作出主张。
方法与英文摘要

两个基准:STALE(400场景、50轮会话历史、严格单次查询、独立生成)与HorizonBench(跨家族偏好演化)。执行三步:①LLM从带时间戳证据提出候选旧→新状态转换;②确定性代码把每条引用锁定到单一条目,并验证新证据时间戳确实更新;③只有溯源与时序都验证通过的转换,才触发类型化修复指令(repair/correct-and-inform/verify),驱动草稿重新生成。

Memory-augmented agents can know that a user's stored state is outdated and still plan around the old value. The STALE benchmark calls this the implicit policy adaptation (IPA) gap. We identify one structural contributor: draft-anchored verification checks what a response says, and in an open-ended response the stale dependency is usually unsaid. StateAuditor therefore audits in the opposite direction, from stored state to draft. An LLM proposes candidate old-to-new transitions from timestamped evidence; deterministic code pins each quotation to a single entry, checks that the new evidence really is newer, and lets only these verified transitions trigger repair. What is verified is provenance and chronology - not semantic supersession. On STALE's full protocol (400 scenarios, 50-session histories, one independent response per query), strict single-query VTA scores .736 against .686 for our locked predecessor under the same judge: a +5.0-point paired gain (95% CI [+2.9, +7.2]) coming almost entirely from IPA and premise resistance (PR). The benchmark's own judge, from a third model family, reproduces the gain (.738 vs. .680). On an independent cross-family preference-evolution benchmark (HorizonBench), the full draft-audit-repair pipeline over a gold-derived structured store raises current-preference accuracy (user-clustered p<.01), though a matched control shows most of this external gain is the draft-side audit itself; a harder authored lifecycle set gives no gain, bounding the claim while false invalidation stays controlled. On STALE, by contrast, a matched control (same evidence, adapter, and call budget) scores only .692 (+0.6 over the predecessor, n.s.), attributing the STALE gain to the transition machinery rather than added context or calls. We make no claim about general-purpose agent memory.

个人知识与本体 4/30

PMMC: Prospective Multimodal Memory Compilation for Long-Term LVLM Agents

多模态记忆预编译降低LVLM查询时推理开销:PMMC在记忆整合阶段预编译访问策略:Questioner生成预期查询,Planner编译多模态访问程序,Doubter执行验证后存入问题库;查询时路由执行冻结程序,证据不足退回RAG。在MEMLENS和Mem-Gallery基准上以四种LVLM骨干测试,提升答案质量和视觉证据召回,降低查询延迟。

两句看懂

现有多模态记忆系统在查询时才决定访问策略,导致图像细节丢失和在线推理开销;PMMC在整合阶段预测未来查询并编译验证访问程序,将编译成本提前至离线。在MEMLENS和Mem-Gallery上以四种LVLM骨干测试,PMMC提升答案质量和视觉证据召回率,同时降低查询时token消耗与延迟。

核心判断

记忆访问代价可从查询时前移至整合时:PMMC预编译验证的多模态访问程序缓存为问题库,查询时直接路由执行,在MEMLENS和Mem-Gallery上同时提升答案质量、视觉证据召回并降低延迟。

关键要点

1. 现有多模态记忆系统在整合时固定表示策略(文字摘要、对比编码器或统一编码器),查询时才做检索决策:文字摘要永久丢失视觉属性,对比编码器无法保留图像-文字的交互特定绑定,单一粒度无法同时满足事实型、实体型和视觉细节型问题,致使长范围推理、时态更新和无支撑查询表现下降。 2. PMMC在整合阶段运行三角色流水线:Questioner生成来源锚定的预期问题,Planner按问题类型编译类型化多模态程序(区分文本、图像-文字关联、原始像素三种访问粒度),Doubter实际执行程序后有界迭代修改,通过者存入问题库;消融变量含自我反馈、动态规划、原始图像访问和问题库覆盖率。 3. 在MEMLENS和Mem-Gallery上以四种LVLM骨干对比固定RAG和在线智能体检索,PMMC同时提升答案质量和视觉证据召回率并降低查询时延迟;供给文本未提供分项数值,具体增幅无法从摘录核实。

证据与结果

基准为MEMLENS和Mem-Gallery,涵盖长范围多模态推理、时态更新、冲突与无支撑查询;配合四种LVLM骨干进行对比。对比方法含固定RAG(预定义表示与检索策略)和在线智能体检索(多轮查询时推理)。评测指标含答案质量、视觉证据召回率、查询时token消耗和延迟。消融覆盖自我反馈、动态规划、原始图像访问和问题库覆盖率四个维度。供给文本未列出数据集规模和分项数值,具体增幅无法从摘录引用。

打开论文原文
它要解决什么
能否在记忆整合阶段预先编译并验证多模态访问程序,使智能体查询时无需调用编译模型即可高效定位准确视觉证据?
研究路径
整合时:①Questioner扫描历史生成来源锚定的预期问题;②Planner按问题类型编译多模态程序,指定文本、图像-文字关联或原始像素访问粒度;③Doubter实际执行程序,错误时有界迭代修改,通过后写入问题库。查询时:路由至最近匹配程序执行冻结策略;置信度不足或证据不充分时退回多模态RAG。
这对工程意味着什么
构建多模态长期记忆智能体时,在整合阶段预编译并验证访问程序写入问题库,查询时直接路由以降低延迟;避免将所有访问决策推迟至查询时——多跳推理和视觉细节场景下这会累积大量在线调用开销。
证据定位
在MEMLENS和Mem-Gallery基准上,PMMC较固定RAG和在线智能体检索方法提升答案质量和视觉证据召回率,同时降低查询时token消耗与延迟;供给文本未列出具体数值。(筛选维度:可复核评测)
适用边界
供给文本未提供基准数据集规模及分项数值,评测增幅无法核实;Doubter有界迭代的轮次上限、问题库覆盖率对RAG退回率的定量影响,以及方法对极长会话历史的扩展性未在摘录中披露。
方法与英文摘要

基准:MEMLENS和Mem-Gallery,配合四种LVLM骨干。输入为累积多轮视觉-语言交互历史。执行:①Questioner扫描历史生成来源锚定的预期问题;②Planner依问题类型编译类型化程序,指定文本、图像-文字关联或原始像素访问粒度;③Doubter实际运行程序并有界迭代修改,通过者写入问题库。查询时路由至问题库执行冻结程序,不确定或证据不足则退回多模态RAG。

Long-term memory is essential for LVLM agents to maintain consistency and integrate information across extended multimodal interactions. Existing agent memory systems, however, often reduce visual experiences into textual summaries or rely on static retrieve-then-reason pipelines, which are inefficient at query time and brittle when questions require image-text binding, temporal updates, or visual details. We propose Prospective Multimodal Memory Compilation, a framework that shifts part of the memory reasoning process from query time to memory consolidation time. Given accumulated multimodal interactions, a Questioner predicts future question candidates, a Planner compiles question-conditioned multimodal memory programs, and a Doubter verifies whether the planned evidence path can support the predicted answer. The verified question-program pairs form a structured question bank for efficient query-time routing and evidence retrieval. Experiments on multimodal long-term memory benchmarks show that our method improves answer quality and visual evidence recall while reducing query-time token and latency costs. Extensive ablations analyze the effects of self-feedback, dynamic planning, raw-image access, and question bank coverage.

人机协同与对齐(0 篇)

本轮没有通过深读证据门的重点论文。

本轮分类概览

同一论文只归入一个最先命中的赛道,避免重复计数;“新增候选”只统计首次展示的论文。

赛道新增候选重点
形式化与程序验证51
软件工程与仓库智能21
代码质量与优化11
UI 与 GUI Agent00
个人知识与本体102
人机协同与对齐00

近一个季度监测日历

北京时间。绿色表示有可阅读的新候选,灰蓝表示已监测但无新增,橙色表示部分降级;“无记录”不等于失败。

2026 年 6 月

1无记录2无记录3无记录4无记录5无记录6无记录7无记录8无记录9无记录10无记录11无记录12无记录13无记录14无记录15无记录16无记录17无记录18无记录19无记录20无记录21无记录22无记录23无记录24无记录25无记录26无记录27无记录28无记录29无记录30无记录

近 14 次监测窗口

仅展示公开源的聚合运行状态,不含提示词、全文或个人数据。

本轮新增候选(18 篇)

按赛道、评分和日期展开;中文标签用于导航,英文摘要用于核验。已展示过的旧候选不会每日重复。

形式化与程序验证(5 篇)

形式化与程序验证 · 3/30 · 2026-08-03MechGeo: Autoformalizing and Proving Euclidean Geometry in Lean 4

We present MechGeo, a Mathlib native agentic framework that jointly addresses faithful autoformalization and certified proof construction for Euclidean geometry. In this framework, GeoFormalizer represents informal problems in GeoIR, deterministically translates them into Lean 4, and iteratively repairs candidate statements using structural diagnostics and semantic evaluation. GeoProver constructs geometric proof plans, derives intermediate lemmas, and selectively algebraizes suitable subgoals through a library verified in Lean. Singular or SymPy may generate algebraic certificates, but all resulting proofs and counterexamples are checked by Lean's kernel. Experiments across seven LLM backbones show substantial improvements in autoformalization, particularly for models with weaker direct translation performance. On 43 historical IMO geometry problems, GeoFormalizer generates formal statements that GeoProver proves in 29 cases; for the remaining 14, it constructs counterexamples verified in Lean and proves all repaired statements after expert correction. Together with IMO 2026 Problem 2, this yields, to the best of our knowledge, the largest reported collection of automated, kernel-checked Lean proofs for IMO geometry problems. On the 14 geometry statements in LEAP's Lean-IMO-Bench, MechGeo proves 12 for the first time, formally refutes the remaining two, and proves both repaired statements. These results establish counterexample guided diagnosis, geometric reasoning, and certified symbolic computation as a practical foundation for trustworthy formal geometry.

阅读 arXiv 原文
形式化与程序验证 · 3/30 · 2026-08-03LEAP: Lean Environment-Feedback via Adaptive Pruning for Code RL in GPU Kernel Generation

Post-training large language models (LLMs) via reinforcement learning (RL) has significantly advanced code generation capabilities. To bypass the heavy memory footprint of critic networks, current state-of-the-art frameworks leverage critic-free paradigms like Group Relative Policy Optimization (GRPO) tied to rule-based verification sandboxes. However, applying these frameworks to low-level systems programming, such as CUDA kernel generation-presents severe challenges: binary pass/fail rewards introduce severe signal sparsity, while multi-turn environmental feedback loops suffer from prohibitive compilation latencies and reward dilution across trajectories. In this work, we introduce LEAP (Lean Environment-Feedback via Adaptive Pruning), a scalable and computationally efficient multi-turn RL framework optimized for low-level hardware accelerator alignment. LEAP features Difficulty-Conditioned Pruning (DCP), a dynamic gating mechanism that adaptively cuts off simple and overly catastrophic tasks from multi-turn expansion, focusing resource-heavy compilation and hardware exploration exclusively on high-value, complex tasks. To fully operationalize these paths without manual hyperparameter engineering, we propose a Rank-Based Reward formulation. By deriving scale-free relative advantages from pairwise tournament outcomes within the GRPO rollout group, our method inherently penalizes token inefficiency on simple prompts while maximizing learning gradients on challenging distributions. Empirical evaluations show that LEAP achieves superior first-turn proficiency and robust multi-turn debugging resilience while converging faster than unpruned multi-turn baselines, establishing a practical paradigm for low-level code RL.

阅读 arXiv 原文
形式化与程序验证 · 7/30 · 2026-08-02Alternating-Time Temporal Logic with Mean-Payoff Guarantees

Alternating-time temporal logic and its extensions provide several ways of combining strategic and quantitative reasoning. We study a particular combination: whether a coalition has a single strategy that enforces a temporal objective while guaranteeing given long-run mean-payoff thresholds. We introduce ATL*_mp, an extension of ATL* over weighted concurrent game structures in which each strategic modality carries a conjunctive mean-payoff constraint. The temporal and quantitative requirements must hold against every behaviour of the remaining agents, and the existence of such a strategy cannot in general be reduced to the two requirements considered separately. For one-dimensional constraints, model checking is 2EXPTIME-complete under both perfect-recall and finite-memory semantics, matching ATL*. For the pure quantitative fragment and fragments restricted to ATL or GR(1) temporal objectives, model checking has lower complexity. With multi-dimensional conjunctive constraints, model checking under finite-memory semantics remains 2EXPTIME-complete. We show that memoryless, finite-memory, and perfect-recall abilities form a strict hierarchy, while finite-memory strategies still achieve every threshold strictly below the perfect-recall supremum. We give tight linear upper and lower bounds on the required memory as a function of the denominator of the threshold, even when the game and temporal monitor are fixed. We give several examples of properties expressible in the logic, including temporal synthesis with performance guarantees and aggregate and multi-criteria objectives. We also relate the logic to cooperative rational verification, showing that it can express beneficial deviations from fixed payoff baselines, but not directly reproduce the standard ATL* encoding of the core for dichotomous preferences.

阅读 arXiv 原文
形式化与程序验证 · 4/30 · 2026-08-01Assuming You Knew: Fixing an Epistemic Semantics for Flow Policies Using Agentic AI

Many high-level security requirements are about the allowed flow of information in programs and are difficult to make precise because they involve selective downgrading. Notions from epistemic logic have emerged as a good approach to policy semantics but a robust general framework remains elusive. A paper appearing in CSF 2018, entitled ``Assuming You Know: Epistemic Semantics of Relational Annotations for Expressive Flow Policies'', attempted to provide a unifying framework---but the formalization was sketchy and a correction was announced during the conference presentation. With aid from an agentic AI coding assistant, a corrected formalization has been machine checked in the Rocq proof assistant. The simplicity and generality of the framework may help compare different policy specification styles and enforce them by leveraging existing techniques.

阅读 arXiv 原文
形式化与程序验证 · 6/30 · 2026-08-01Verifiable Checks for Business Rule Consistency

Maintaining consistency between natural language documentation of business rules and their evolving internal implementations is a significant challenge in large-scale systems. We present SIRNA, a tool and framework for checking such consistency using SMT solvers. Using the case study of cost calculations in tax domains, we demonstrate a three-part system that combines large language models (LLMs) with formal verification methods. SIRNA translates natural language documentation into candidate SMT formulas using LLMs, followed by checks to validate the translations. Then, corresponding business rules are converted into equivalent SMT representations and validated against the natural language formalizations. Our method is generalizable to domains where business logic exists in both natural language documentation and programmatic implementation. Compared to baseline evaluations, SIRNA significantly reduces the number of false positives and false negatives while offering explainability for its findings.

阅读 arXiv 原文

软件工程与仓库智能(2 篇)

软件工程与仓库智能 · 4/30 · 2026-08-02AgenTag: Attribution of AI Coding Agents from Behavioral Fingerprints

AI coding agents increasingly author pull requests (PRs), often under developers' own accounts, obscuring who actually produced a change. Reliable attribution is important for repository governance, empirical studies of AI-assisted software development, and measuring the impact of AI coding agents. Existing work focuses on closed-set identification of known agents, leaving the practical limits of open-world AI coding agent attribution largely unexplored. In this paper, we present AgenTag, a multimodal framework for open-world AI coding agent attribution, evaluated on AIDev, comprising 33,580 PRs from five AI coding agents and 6,618 human-authored PRs. We represent each PR using textual, behavioral, and code-based modalities, and compare conventional classification with supervised contrastive learning for open-set recognition and few-shot enrollment of previously unseen agents. AgenTag identifies authoring agents with a weighted F1 of 0.96 (macro F1 of 0.84), distinguishes AI- from human-authored PRs with a balanced F1 of 0.89, and detects previously unseen agents with an AUC of 0.84. We further show that PR descriptions and commit messages provide nearly all of the attribution signal, whereas code diffs contribute little across multiple representations, indicating that coding agents are distinguished primarily by how they communicate changes rather than by the code they generate. Moreover, these behavioral fingerprints persist after removing explicit self-disclosed markers, demonstrating that attribution relies largely on latent stylistic characteristics. These findings show that reliable attribution of AI coding agents is feasible and clarify the practical trade-offs between attribution accuracy and the information required to achieve it.

阅读 arXiv 原文
软件工程与仓库智能 · 3/30 · 2026-07-31Improving Mobile User Interface Testing with Model Driven Monkey Search

Testing mobile applications often relies on tools, such as Exerciser Monkey for Android systems, that simulate user input. Exerciser Monkey, for example, generates random events (e.g., touches, gestures, navigational keys) that give developers a sense of what their application will do when deployed on real mobile phones with real users interacting with it. These tools, however, have no knowledge of the underlying applications' structures and only interact with them randomly or in a predefined manner (e.g., if developers designed scenarios, a labour-intensive task) -- making them slow and poor at finding bugs. In this paper, we propose a novel control flow structure able to represent the code of Android applications, including all the interactive elements. We show that our structure can increase the effectiveness (higher coverage) and efficiency (removing duplicate/redundant tests) of the Exerciser Monkey by giving it knowledge of the test environment. We compare the interface coverage achieved by the Exerciser Monkey with our new Monkey++ using a depth first search of our control flow structure and show that while the random nature of Exerciser Monkey creates slow test suites of poor coverage, the test suite created by a depth first search is one order of magnitude faster and achieves full coverage of the user interaction elements. We believe this research will lead to a more effective and efficient Exerciser Monkey, as well as better targeted search based techniques for automated Android testing.

阅读 arXiv 原文

代码质量与优化(1 篇)

代码质量与优化 · 6/30 · 2026-08-02RefactorAssist: Agentic Refinement for Reliable Code Refactoring

Code refactoring aims to enhance the internal structure of source code without affecting its functional behavior. The recent advancements of Large Language Models (LLMs) have demonstrated potential for automating software engineering tasks, such as code refactoring. However, the refactorings produced by LLMs often introduce subtle errors, leading to functional behavior changes and failed unit tests, which limit their practical adoption. To address the limitations of LLM-generated refactorings, we analyze the root causes of their failures and develop the RefactorAssist agent to improve the functional correctness of LLM-generated refactorings. To this end, we use 10 open-source Java projects with their native test suites and manually evaluate why LLM-generated refactorings fail unit tests. We then design an agentic approach that leverages unit-test logs, error explanations, project context retrieval, and code diffs to guide the iterative refactoring. Our findings show that the main reasons for failure are context misunderstanding/hallucination (24.3%), incorrect or inconsistent renaming (15.3%), adding new functionality or variables (13.7%), code incompleteness (11.3%), syntax and structural errors (9.7%), edge cases not handled (9%), improper type handling (8.7%), and variables outside scope (8%). To make our approach cost-effective, RefactorAssist first applies a static repair step for missing imports, unbalanced brackets, and compilation errors without LLMs. For remaining failures, RefactorAssist incorporates error logs and code diffs, achieving up to a 70.8% repair rate on the remaining failures and a 94.2% cumulative pass rate under the best-performing configuration. These results indicate that static checks and test-guided, context-aware agentic repair can increase the reliability of LLM-generated refactorings, bringing them closer to practical integration within developer workflows.

阅读 arXiv 原文

UI 与 GUI Agent(0 篇)

本轮该赛道没有候选论文。

个人知识与本体(10 篇)

个人知识与本体 · 0/30 · 2026-08-03Structured Memory for Edge Language Models: Persistent Context and Corpus Retrieval via O(1) SSM State Injection

Retrieval-augmented generation (RAG) imposes a prefill cost proportional to retrieved context length, and -- with Transformer backbones -- a KV-cache that grows with each generated token. State-Space Models (SSMs) avoid the second cost by construction; we eliminate the first, collapsing prefill from $O(L_{context})$ to $O(1)$ per query. We introduce PRECOG (Pre-Computed Context Injection), a retrieval mechanism that exploits a property unique to SSMs: the fixed-size, position-agnostic recurrent hidden state is a complete summary of everything the model has read. PRECOG pre-encodes document corpora offline as SSM hidden states and injects the best-matching state directly at query time, bypassing in-context re-ingestion entirely. The same state-injection mechanism enables SMC (Structured Memory Consolidation): a hierarchical persistent memory with cognitive-domain clustering, an adjustable fidelity-vs-storage dial, and $O(1)$ session initialization, which consolidates short-term episodic states into long-term semantic memory and fuses both with retrieved corpus states at query time. We demonstrate the system on TENNs-LLM, a 1.2B-parameter gated-SSM language model with a 192 KB hidden state. PRECOG matches in-context RAG answer quality, reducing prefill latency from $\sim$27 s to $<$6 ms on edge hardware -- a $\sim$4500$\times$ speedup that crosses the threshold from unusable to interactive. The mechanism is architecturally impossible for Transformer KV-caches, which are position-entangled and grow linearly with context length.

阅读 arXiv 原文
个人知识与本体 · 0/30 · 2026-08-03RoMeRL: Balancing Feedback Coverage and the Memory-Reward Trap in Self-Evolving Agent Memory via Reduced-Order Utility States

Learning-based memory systems for self-evolving LLM agents face two tightly coupled challenges. First, trajectory-indexed utilities grow with the interaction history, thereby dispersing limited feedback over an ever-expanding state space. Second, because trajectory-level rewards are jointly assigned to co-retrieved memories, irrelevant experiences may receive misleading utility updates and consequently enter the memory-reward trap. To address these challenges, we introduce Reduced-Order Memory Reinforcement Learning (RoMeRL), which represents the growing trajectory-indexed utility space using a fixed-dimensional per-task memory state factorized by outcome polarity and memory dynamics. RoMeRL incorporates new experiences through a fixed set of semantic coordinates whose contents are updated or replaced over time, thereby concentrating feedback over a bounded utility support. Theoretically, we show that this reduced-order parameterization increases the average feedback received by each utility coordinate and characterize the steady-state occupancy of erroneous coordinates under a generic coordinate-transition model. Empirically, across ALFWorld and LifelongAgentBench, RoMeRL improves task performance, reduces the Cold-Q ratio by 80.0%, increases feedback density by approximately 6.0 times, reduces the maintained memory size by 84.4%, and cuts LLM calls by 21.1%. These results show that reduced-order utility states support efficient self-evolving agent memory while limiting persistent reward contamination. Code is available at: https://github.com/YOUNG-fnxm/RoMeRL

阅读 arXiv 原文
个人知识与本体 · 3/30 · 2026-08-03PGMem: Tightly Coupled Persona-Memory Graph for Lifelong Personalized Agents

Long-term personalized dialogue agents must track user preferences as their personas evolve. Existing memory systems organize past events well, but store personas as flat profiles detached from the events that justify them. This loose coupling leads to the memory-persona validity gap and the persona-aware retrieval gap. We propose PGMem, a heterogeneous persona-memory graph that connects event and persona nodes through typed provenance and evidence edges, keeping each persona signal traceable to the events that support or revise it. At retrieval time, PGMem expands from query-relevant seeds and ranks signals by evidential validity. Across three benchmarks with small language model backbones, PGMem consistently outperforms summary-based, persona-aware, graph-structured, and agentic memory baselines, and improves performance as the context grows. The source code of PGMem is available at https://github.com/wonjunchoi23/pgmem/

阅读 arXiv 原文
个人知识与本体 · 4/30 · 2026-08-03When Memory Becomes Authority: Benchmarking Authority Collapse at the Memory Consolidation Boundary

Persistent memory allows (self-evolving) LLM agents to adapt across tasks by consolidating heterogeneous interaction histories into reusable facts, preferences, observations, and rules. Yet consolidation also imposes an implicit authorization boundary: it determines whether stored information may later be consumed as a user fact, an attested observation, or a standing instruction. We identify authority collapse, in which consolidation preserves a claim while erasing the source constraints governing its authorized use, causing the stored memory to imply greater authority than its source permits. We introduce AuthMem-Bench, a controlled paired benchmark that holds the focal claim and downstream task fixed while varying only source authority. It evaluates write-time collapse, downstream authorization errors, and automatic authority preservation. Across seven consolidators based on widely used agent-memory systems and seven LLM backbones, we observe authority collapse in 48 of 49 evaluated configurations. In a controlled action-grounded evaluation, collapsed memories without authority metadata yield a mean unauthorized-action rate of 50.3%. In an end-to-end evaluation, automatically predicted and persisted authority labels reduce the observed unauthorized-action rate from 16.9% to 0.0%, while benign task success remains essentially unchanged. These findings show that memory-driven adaptation must preserve not only what was learned, but also the authority under which it may be reused.

阅读 arXiv 原文
个人知识与本体 · 4/30 · 2026-08-03When Memory Updates but Behavior Does Not: Repairing Implicit Stale Dependencies in Personalized Agent Responses

Memory-augmented agents can know that a user's stored state is outdated and still plan around the old value. The STALE benchmark calls this the implicit policy adaptation (IPA) gap. We identify one structural contributor: draft-anchored verification checks what a response says, and in an open-ended response the stale dependency is usually unsaid. StateAuditor therefore audits in the opposite direction, from stored state to draft. An LLM proposes candidate old-to-new transitions from timestamped evidence; deterministic code pins each quotation to a single entry, checks that the new evidence really is newer, and lets only these verified transitions trigger repair. What is verified is provenance and chronology - not semantic supersession. On STALE's full protocol (400 scenarios, 50-session histories, one independent response per query), strict single-query VTA scores .736 against .686 for our locked predecessor under the same judge: a +5.0-point paired gain (95% CI [+2.9, +7.2]) coming almost entirely from IPA and premise resistance (PR). The benchmark's own judge, from a third model family, reproduces the gain (.738 vs. .680). On an independent cross-family preference-evolution benchmark (HorizonBench), the full draft-audit-repair pipeline over a gold-derived structured store raises current-preference accuracy (user-clustered p<.01), though a matched control shows most of this external gain is the draft-side audit itself; a harder authored lifecycle set gives no gain, bounding the claim while false invalidation stays controlled. On STALE, by contrast, a matched control (same evidence, adapter, and call budget) scores only .692 (+0.6 over the predecessor, n.s.), attributing the STALE gain to the transition machinery rather than added context or calls. We make no claim about general-purpose agent memory.

阅读 arXiv 原文
个人知识与本体 · 3/30 · 2026-08-03FedWorld: Scope-Aware Federation of Agent World Models

Large language model (LLM) agents learn world dynamics from local interaction experience to support subsequent planning and action selection. However, the experience available to a single client is often incomplete, which motivates sharing knowledge across clients. Existing federated methods mainly aggregate model parameters, while agent memory-sharing methods commonly pool trajectories, memories, or rules without checking whether they remain valid for each client. This assumption is problematic because the same abstract action may produce different effects under different policies, environments, or exception conditions. Consequently, a rule supported by most clients may overwrite correct knowledge held by a minority client. To address this problem, we propose FEDWORLD, a scope-aware federated world-model protocol that exchanges structured abstract transition rules. Each client converts private transitions into normalized rules, and the server aligns related rules to identify each rule supporting and contradicting evidence across clients. The resulting evidence determines whether a rule is shared, cluster-specific, private, or unresolved. Each target client retains its local rules and accepts federated updates only for uncovered cases whose inferred scope is compatible; ambiguous rules are withheld. Experiments on $τ$-bench and ALFWorld show that FEDWORLD reduces negative transfer under conflicting dynamics while retaining useful cross-client transfer, leading to fewer state regressions, repeated actions, and excess steps, as well as higher task success.

阅读 arXiv 原文
个人知识与本体 · 0/30 · 2026-08-02V-Mem: Modality-Routed Retrieval for Long-Term Multimodal Agentic Memory

Interaction between users and LLM agents is increasingly multimodal: conversations interleave text with images, and a later question may target either. Yet most agent memories are designed around text, and even the few that support multimodal conversations still fail on vision-related questions. We trace this failure to an assumption behind the similarity search they rely on: in the index space, a query lies close to the relevant evidence that answers it. In multimodal settings, two gaps break it. By the modality gap, a query lies closer to memory content of its own modality than to evidence in another, even in a trained joint embedding space. By the similarity-relevance gap, the content most similar to a query is often not the evidence that answers it, most acutely when a query carries both text and image and its evidence resembles neither part alone. We present V-Mem, a multimodal agentic memory system that routes retrieval by the modality of the query and that of the target evidence, both recognized from the query alone. To cross the modality gap, V-Mem organizes the conversation into rounds and returns the target-modality content from the same round as the match, without comparing across modalities. To close the similarity-relevance gap, it searches with an LLM-generated anchor that sits closer to the relevant evidence than the query does: a hypothetical caption for a text-only query seeking an image, and an enriched search anchor, the query text plus relevant keywords extracted from the query image, when the evidence is reachable only by combining the two. On Mem-Gallery, V-Mem reaches an LLM-judge score of 0.82 versus 0.56 for the second best, with the largest margin on questions carrying an image (0.87, no baseline above 0.47); on LoCoMo it scores 0.69 versus 0.58.

阅读 arXiv 原文
个人知识与本体 · 0/30 · 2026-08-02Stop When Memory Suffices: Evidence-Conditioned Progressive Execution for LLM Agents

The continued development of LLMs toward persistent and adaptive intelligence increasingly requires long-term memory mechanisms that preserve and reuse information across interactions. Existing memory systems either compress and structure histories for efficient access or perform deep research over broader trajectories. The former lowers online cost but may omit temporal, causal, or cross-step dependencies, while the latter improves evidence coverage at substantial latency and inference cost. This raises a key question: can a memory system achieve strong answer quality while maintaining low online latency? We introduce Router-Mem, an evidence-conditioned progressive execution framework for long-horizon agent memory. Router-Mem first applies a shared low-cost retrieval prefix to obtain evidence. A lightweight sufficiency router then predicts whether the context supports early termination, which enable a single-token decision at inference time. It is trained with evidence-level supervision and rationale-conditioned representation distillation. When evidence is insufficient, Router-Mem reuses retrieval hits to expand memory blocks and perform deeper analysis and aggregation. Experiments on AMA-Bench and BEAM show that Router-Mem achieves 55.17\% and 38.77\% score while reducing average inference time by 27.3\% and 25.5\% compared with full memory execution.

阅读 arXiv 原文
个人知识与本体 · 4/30 · 2026-08-02PMMC: Prospective Multimodal Memory Compilation for Long-Term LVLM Agents

Long-term memory is essential for LVLM agents to maintain consistency and integrate information across extended multimodal interactions. Existing agent memory systems, however, often reduce visual experiences into textual summaries or rely on static retrieve-then-reason pipelines, which are inefficient at query time and brittle when questions require image-text binding, temporal updates, or visual details. We propose Prospective Multimodal Memory Compilation, a framework that shifts part of the memory reasoning process from query time to memory consolidation time. Given accumulated multimodal interactions, a Questioner predicts future question candidates, a Planner compiles question-conditioned multimodal memory programs, and a Doubter verifies whether the planned evidence path can support the predicted answer. The verified question-program pairs form a structured question bank for efficient query-time routing and evidence retrieval. Experiments on multimodal long-term memory benchmarks show that our method improves answer quality and visual evidence recall while reducing query-time token and latency costs. Extensive ablations analyze the effects of self-feedback, dynamic planning, raw-image access, and question bank coverage.

阅读 arXiv 原文
个人知识与本体 · 0/30 · 2026-08-01SSTG-Nav: Metric-Grounded Spatial-Semantic Topological Graphs for Reusable Object Navigation

Service robots operating for months in the same homes, offices, and facilities should become more reliable with experience instead of searching familiar space from scratch for every request. Yet ObjectNav is predominantly formulated as one-shot exploration, leaving a central deployment challenge unresolved: recognizing an object does not identify a reachable place to stop, and one confident map error can terminate the task. We introduce SSTG-Nav, a reusable metric-semantic memory that turns a one-time survey into actionable object goals, consolidates evidence across viewpoints, and retains spatially distinct recovery standoffs. On 1,000 HM3D-v2 episodes across 36 scenes, our goal-independent topology achieves a 99.4% geometric success ceiling. Holding semantic responses fixed, metric grounding raises SR/SPL from 0.835/0.560 to 0.920/0.603, and source-aware fusion reaches 0.926/0.586. Fusion-aware Top-3 recovery raises Success@1/2/3 to 0.928/0.965/0.975 and reaches 0.601 SPL@3. Model, field-of-view, density, and corruption controls identify where these gains originate, and a ROS2/Nav2 realization demonstrates the complete reusable query-to-execution pipeline. Together, the results establish pre-exploration as a powerful practical regime for dependable, repeated semantic navigation.

阅读 arXiv 原文

人机协同与对齐(0 篇)

本轮该赛道没有候选论文。