公开论文雷达

公开 arXiv 研究简报 · 2026-08-08T01:02:22.657123+00:00

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

四篇都在拆穿'一刀切'默认做法

四张卡片主题各异——多智能体时序+收益联合验证、Web缺陷自动复现、LLM流概率推断、Agent记忆时效衰减,但共同点是都指出粗粒度的默认处理会出错,改用联合或逐条区分的结构。先读理论最硬、结论最确定的ATL*_mp立判断标准,再看有实测数字的记忆与复现卡,PPDL摘录缺数字放最后。

推荐阅读顺序

  1. 2608.01499:分数最高且结论最硬,用具体反例和复杂度证明说清'分开验证再合取'为何漏报,先读它建立判断标准。
  2. 2608.04746:有明确实测数字和边界条件,逐条类型化衰减系数的工程模式最容易直接借鉴到自己的记忆库。
  3. 2608.03598:两阶段复现模式清晰、有667份真实报告的数字,但成功率仅约五成,读它同时看清适用边界。
  4. 2608.05234:解耦推断与业务逻辑的思路值得参考,但摘录未给具体精度且有利益冲突声明,放最后并待正文核验。
共性方法
每篇都在攻击一个'统一或分开'的默认假设:ATL*_mp反对时序与收益分开验证再合取,ReBug反对直接套任务完成型Agent,PPDL把推断从业务逻辑里拆出来,ScrubJay-MEM反对统一衰减改成逐条类型化。核心动作一致——把粗粒度处理换成更细或更统一的结构。
关键分歧
证据成色差别最大。ATL*_mp是纯理论,用复杂度证明给出确定结论;ReBug和ScrubJay-MEM有实测数字,但覆盖窄、成功率约五成或强基座下收益收窄甚至反转;PPDL供文摘录未给具体精度且带利益冲突声明,结论要等正文核验。
选择准则
要确定性结论、看得起复杂度证明就先读ATL*_mp;要可落地工程模式且能接受约五成成功率,读ReBug或ScrubJay-MEM并先验证自己的场景;PPDL在拿到正文数字前只当方法参考,别据摘录下结论。

重点深读(4 / 4 篇)

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

形式化与程序验证 7/30

Alternating-Time Temporal Logic with Mean-Payoff Guarantees

时序与收益必须联合验证:分开检验会漏报联合策略:如果你要给多智能体系统同时保证时序安全和吞吐量、能耗这类长期量化指标,这篇论文告诉你:两个目标分开验证再取合取是错的,必须用统一的联合逻辑。方法是ATL*_mp,把合取均值收益条件直接嵌进策略模态,证明1维约束下模型检验为2EXPTIME-完备,所需内存关于阈值分母d为严格的Θ(d)。

两句看懂

ATL*无法表达长期量化约束,分别验证时序与收益目标会遗漏联合策略可行性;ATL*_mp在策略模态中嵌入合取均值收益条件,弥补这一缺口。命题3.8反例确认联合目标不可分解,1维约束模型检验在两种语义下均为2EXPTIME-完备,内存需求随阈值分母d线性增长且下界严格。

核心判断

单一联盟策略同时强制时序目标与均值收益阈值是不可分解的联合问题,不能归结为两个独立能力的合取。命题3.8的反例与2EXPTIME-完备性定理从正反两个方向确认这一结论。

关键要点

1. 旧假设:时序能力与收益能力可分开检验再取合取;命题3.8用具体加权并发博弈反例证明这会导致漏报。 2. 方法与受控检验:ATL*_mp把合取均值收益条件嵌入策略模态,经保轮顺序化加确定性奇偶自动机乘积归约为均值收益奇偶博弈,1维、多维及受限片段分别给出复杂度界(定理4.7、4.9、5.2)。 3. 决定性结果与行动:1维约束两种语义均为2EXPTIME-完备,内存关于阈值分母d为严格Θ(d)(定理8.4);应改用联合模态统一验证,而非分步验证。

证据与结果

论文为纯理论工作,证据是严格复杂度证明。1维约束两种语义均为2EXPTIME-完备(定理5.2);多维合取约束在有限内存语义下为2EXPTIME-完备,完全回忆上界开放;受限片段(纯量化、ATL、GR(1))复杂度低于2EXPTIME(第6节)。内存方面:分母为d时需Θ(d)内存,固定博弈与时态监视器后下界仍成立(定理8.4);定理8.1给出严格内存层级,定理8.3表明有限内存可逼近完全回忆上确界下的任意严格更低阈值;命题3.8给出不可分解的具体博弈反例。

打开论文原文
它要解决什么
一个联盟能否用单一策略同时强制满足时序属性与均值收益阈值?这个联合要求能否拆成两个独立能力分别验证再合取?
研究路径
自底向上处理每个策略子公式:①对加权并发博弈做保轮顺序化,每轮引入一个中间态,使时态自动机精确推进一步,避免X算子移位;②把路径公式转成确定性奇偶自动机;③取顺序化博弈与自动机的乘积,得到均值收益奇偶博弈;④调用求解器判定联盟策略是否存在。定理4.7与4.9分别确认完全回忆与有限内存语义下的策略对应关系。
这对工程意味着什么
第一步行动:合成时序安全性与长期性能约束时,直接用ATL*_mp联合模态编码,不要分别验证后取合取。要避免的捷径:两个目标各自可满足,并不代表存在一个同时满足两者的策略,命题3.8已给出具体反例。
证据定位
命题3.8构造具体加权并发博弈反例,证明⟨⟨C⟩⟩Λψ ≢ ⟨⟨C⟩⟩ψ ∧ ⟨⟨C⟩⟩Λ⊤,联合目标不可分解。1维约束在完全回忆与有限内存两种语义下模型检验均为2EXPTIME-完备,与ATL*持平(定理5.2)。内存层级严格:无记忆<有限内存<完全回忆(定理8.1);内存界为Θ(d),d为阈值分母,上下界均严格(定理8.4)。(筛选维度:形式化验证、可复核评测)
适用边界
多维合取约束在完全回忆语义下的模型检验复杂度上界尚未解决,论文明确标注为开放问题。内存需求关于阈值分母线性,但分母以参数形式给出时,二进制编码下实际内存可指数增长。论文不涉及工具实现与实际规模实验。
方法与英文摘要

在加权并发博弈结构上定义ATL*_mp,每个策略模态携带合取均值收益条件Λ。验证时先对并发博弈做保轮顺序化展开,时态自动机每轮恰好推进一步,避免X算子移位;再与确定性奇偶自动机取乘积,归约为均值收益奇偶博弈,自底向上处理公式。对1维约束、多维约束及ATL/GR(1)受限片段分别证明复杂度上下界,并给出关于阈值分母d的内存线性界(定理8.4)。

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.

形式化与程序验证 6/30

PPDL: LLM-Based Flows as Probabilistic Programs

PPDL:将概率推断嵌入LLM多步流:PPDL在PDL提示语言基础上新增factor构造,开发者在流描述中声明软/硬约束来更新执行轨迹概率,运行时内置多数投票、重要性采样、粒子滤波三种引擎,切换引擎无需修改流逻辑,并可向用户暴露置信度分布。

两句看懂

多步LLM流中不确定性逐步叠加,现有推断扩展实现与程序逻辑深度耦合难以替换,PPDL通过新增factor构造将轨迹概率更新与流逻辑分离。研究在多个LLM和基准上对比多数投票、重要性采样、粒子滤波三种内置引擎,并以Rocq定理证明智能体验证端到端可用性。

核心判断

LLM流推断扩展可通过概率语言与业务逻辑解耦:factor构造追踪轨迹概率,三种内置引擎无需修改流代码即可切换;多LLM多基准实验及Rocq案例提供可用性证据。

关键要点

1. 旧假设缺口:现有Best-of-N、多数投票等推断扩展实现将搜索循环与程序代码深度耦合,无法追踪部分执行轨迹的似然,无法在不重写代码的前提下切换推断策略,也无法向用户暴露置信度分布。 2. 构造与协议:PPDL扩展PDL,新增factor构造,按软约束(模型打分)或硬约束(工具验证)乘性更新执行轨迹概率;运行时内置三种可插拔引擎(多数投票、重要性采样、粒子滤波),流描述中无需显式推断循环,引擎切换零代码修改。 3. 决定性结果与边界:实验跨多LLM多基准对比三种引擎,案例研究构建Rocq定理证明智能体;供文摘录未披露具体精度数字与数据集规模,完整结论依赖论文正文实验数据。

证据与结果

实验跨多个LLM和多个基准,比较多数投票、重要性采样、粒子滤波三种推断引擎;另设Rocq定理证明智能体案例研究验证端到端集成。论文COI声明部分被评估模型由作者雇主开发,存在评估独立性风险。供文摘录未提供数据集规模、分割方式及具体精度数字,完整结果见论文实验章节。

打开论文原文
它要解决什么
多步LLM流推断扩展实现与程序逻辑紧耦合,能否用一种概率语言将轨迹不确定性量化与业务逻辑彻底分离?
研究路径
PDL已提供sample构造(LLM调用);PPDL新增factor,按用户指定软约束(模型置信度打分)或硬约束(外部工具规则验证)乘性更新当前轨迹概率。运行时维护轨迹分布,内置多数投票、重要性采样、粒子滤波三种引擎探索分布空间,无需开发者在流逻辑内编写显式推断循环。
这对工程意味着什么
构建多步LLM流时,在流描述中声明factor约束,交由PPDL运行时管理轨迹分布;避免在业务代码中手写推断循环——该紧耦合实现导致引擎难以替换且置信度无法对外暴露。
证据定位
实验跨多个LLM和多个基准对比三种推断引擎效果;Rocq定理证明案例验证端到端集成可用性;供文摘录未给出具体精度数字。(筛选维度:形式化验证、置信度与不确定性)
适用边界
供文摘录未披露具体基准规模、数据来源及各引擎精度数字;Rocq案例规模未知;部分被评估模型由作者雇主开发(论文COI声明),推断引擎间性能差异结论需以完整论文数据核验。
方法与英文摘要

以PDL为基础扩展,新增factor构造:用户在流描述中声明软约束(模型置信度打分)或硬约束(工具规则验证),运行时据此更新当前轨迹概率。流代码本身不含显式推断循环,运行时提供三种可插拔引擎(多数投票、重要性采样、粒子滤波/SMC)。实验覆盖多个LLM和基准,另有Rocq定理证明智能体端到端案例研究。

Building reliable applications that leverage large language models (LLMs) remains a significant challenge. While LLMs offer impressive capabilities across diverse tasks, their outputs often lack accuracy and provide no clear measure of confidence. This uncertainty compounds in flows of multiple calls to LLMs and other tools, making it difficult for developers and end-users to trust the results. This paper introduces a probabilistic language for programming LLM-based flows. It enables developers to quantify and propagate uncertainty throughout the application's flow, and experiment with different inference scaling techniques without adding a single line of code beyond the flow's logic. We present an experimental study to demonstrate this capability, and a case study building a theorem proving agent for the Rocq theorem prover.

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

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

代码质量与优化(0 篇)

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

UI 与 GUI Agent(1 篇)

UI 与 GUI Agent 4/30

From Bug Reports to Browser-Executable Procedures: An LLM-Driven Agent for Web GUI Bug Reproduction

两阶段LLM Agent能自动复现Web缺陷,但只成功一半(RSR 49.96%):如果你要维护Web应用,人工按缺陷报告手动复现是又慢又贵的环节。ReBug证明这件事可以自动化:它先用LLM补全报告里缺失的登录、配置、测试数据,再驱动真实浏览器执行并验证页面状态。在667份真实报告上,它的复现成功率(RSR)为49.96%,超过两个基线,但仍有近一半失败。

两句看懂

现有缺陷复现方案要么依赖移动端APK和UI层级,要么假设浏览器选择器和测试脚本已写好,都处理不了Web报告里缺失的前置条件;ReBug用两阶段LLM Agent解决:准备阶段补全上下文,执行阶段状态感知地驱动浏览器并验证页面结果。在四个开源Web应用的667份真实报告上,RSR达49.96%、任务完成率74.96%,超过两个基线;历史回放确认成功流程能在还原的缺陷版本上重现原始异常。

核心判断

显式重建缺失上下文,再结合状态感知的浏览器执行,就能从非结构化Web缺陷报告自动生成可执行的复现流程。证据:667份真实报告上RSR 49.96%,超过两个基线;历史回放在还原的缺陷版本上确认行为可复现。

关键要点

1. 旧假设行不通:移动端方案依赖APK,浏览器自动化框架假设选择器和测试逻辑已就绪,两者都不处理Web报告缺失的前置条件,也不做端到端浏览器状态验证。 2. 方法加受控检验:ReBug分上下文重建和状态感知执行两阶段;在667份经四阶段过滤的报告上,用当前受控部署和历史缺陷版本回放两种模式,分别检验复现能力和缺陷暴露能力。 3. 结果与行动:RSR 49.96%、任务完成率74.96%、操作执行成功率86.54%,超过两个基线;要做Web缺陷复现,先补全上下文再执行,别直接套用任务完成型Web Agent。

证据与结果

数据集:四个开源Web应用Issue Tracker的667份真实报告,经大规模收集→确认→精炼→人工标注四阶段构建;outcome oracle用URL、DOM快照、截图这些浏览器可观测信号定义。两种评测模式:当前受控部署(与两个基线对比)和历史缺陷版本回放(验证缺陷行为能否重现)。结果:RSR 49.96%、任务完成率74.96%、操作执行成功率86.54%,全面超过两个基线。失败主因有两个:原始报告描述不完整,以及动态DOM和异步页面更新难处理。历史回放确认成功流程常能在还原缺陷版本上重现原始异常。

打开论文原文
它要解决什么
非结构化的Web缺陷报告常常缺少登录凭证、环境配置、测试数据这些前置条件。能不能从这样的报告自动生成一套在真实浏览器里可执行、且能验证缺陷是否出现(以URL、DOM快照、截图为判据)的操作流程?
研究路径
准备阶段做“补全”:从报告和项目产物中提取并补齐缺失的认证信息、环境配置、测试数据和输入文件,然后生成高层复现计划。执行阶段做“感知加验证”:工具调用驱动真实浏览器,每一步都更新包含URL、DOM快照、截图、Tab状态的结构化摘要和操作历史,最终按报告预期的浏览器可观测信号判定成功或失败。缺了第一阶段的补全,执行阶段连起点都进不去;缺了第二阶段的状态追踪,就无法判断缺陷是否真的出现。
这对工程意味着什么
第一个动作:给你的复现Agent先写一个显式的上下文重建步骤,把认证、配置、测试数据补齐,再让它进浏览器执行,这是超过基线的关键。要避免的捷径:不要把任务完成型Web Agent直接拿来复现缺陷,它只关心“任务做完”,而缺陷复现要求按报告预期验证最终的浏览器状态,两者语义不同。
证据定位
数据来自四个开源Web应用Issue Tracker的667份真实缺陷报告,经过收集→确认→精炼→人工标注四阶段过滤。受控部署下,ReBug的RSR为49.96%、任务完成率74.96%、操作执行成功率86.54%,三项都超过两个基线。历史缺陷版本回放显示,成功的流程在还原的缺陷版本上常能重现原始异常行为。(筛选维度:可复核评测)
适用边界
评测只覆盖四个开源Web应用的667份报告,代表性有限。近一半报告(RSR约50%)仍复现失败,主要卡在原始报告描述不完整和动态DOM、异步更新上。历史回放依赖可还原的缺陷版本快照,没有快照的历史版本无法纳入评测。
方法与英文摘要

ReBug分两阶段。准备阶段:解析报告文本和项目产物,补全缺失的前置条件(认证、配置、测试数据、输入文件),生成一份高层复现计划。执行阶段:用工具调用驱动真实浏览器,持续维护页面状态的结构化摘要(URL、DOM快照、截图、Tab状态)和操作历史,最后按报告预期的浏览器可观测信号判定复现成功或失败。

Reproducing web GUI bugs from natural-language bug reports is critical for software maintenance, but remains difficult because reports often lack prerequisites such as dependencies and input files. Existing bug reproduction techniques mainly target code units or mobile applications and lack end-to-end visual execution and validation for web GUIs. We present ReBug, a context-aware agent system that reconstructs, executes, and validates browser-level reproduction procedures from web GUI bug reports by driving a real browser. ReBug separates reproduction into two stages. In the preparation stage, ReBug reconstructs missing prerequisites from the report and available artifacts, and it produces a high-level reproduction plan. In the execution stage, it performs tool-mediated interactions in the browser, maintains structured summaries of page state and action history, and validates the final state against expectations derived from the report. We evaluate ReBug on 667 real-world bug reports from four open-source web applications. On controlled current deployments, ReBug outperforms both baselines, achieving an average RSR of 49.96%, a mean task completion rate of 74.96%, and a mean action execution success rate of 86.54%. Our results show that explicit context reconstruction and state-aware browser execution effectively support report-derived browser reproduction, while historical replay shows that successful procedures often expose the original bug-present behavior on restored buggy versions.

个人知识与本体(1 篇)

个人知识与本体 4/30

Caching for the Future: Scrub Jay Episodic Memory Principles for Agent Memory Systems

给每条记忆配独立的类型衰减系数,才能修复Agent记忆的时效污染:你的Agent跨会话记忆越攒越多,过期事实会混进检索结果且比例持续上升——ScrubJay-MEM用逐条记忆的类型条件化衰减系数解决这个问题,是TGT基准上唯一GenGap为正的系统(+0.108),在EventQA-64k上F1较Mem0高+2.66。

两句看懂

现有Agent记忆系统对所有记忆施加相同时效处理,随存储扩大,过期事实污染检索的比例持续上升;ScrubJay-MEM为每条记忆分配类型条件化衰减系数πi,并以O(1)次LLM调用在新信息到达时回溯修订。在TGT和EventQA-64k两项评测中,它是唯一GenGap为正的检索方案(+0.108),F1较Mem0提升+2.66。

核心判断

对时效敏感事实,按类型分配逐条衰减系数是提升Agent记忆时序泛化的必要条件:TGT消融显示去除该机制后GenGap下降5.7倍,EventQA-64k上F1较Mem0提升+2.66作为外部验证。

关键要点

1. 旧假设:所有记忆以相同速率衰减,不区分用户职业(多年有效)和会议室名称(午后即过期),新信息到达时也无法修订已存记忆的衰减参数;二元短期/长期分区只是连续衰减谱上的两点,且既有基准没有保留区间测试。 2. 方法:记忆编码为EMU四元组(语义内容、任务上下文、时间戳、πi),πi由LLM自动分类赋值,检索时用查询自适应权重融合四路信号;受控检验是TGT的保留区间加GenGap度量、EventQA-64k外部F1验证,以及以是否启用类型衰减为变量的消融实验。 3. 结果与行动:TGT上GenGap=+0.108、基线全部≤-0.022,去掉类型衰减后GenGap下降5.7倍——构建跨会话记忆时应为每条记忆单独维护类型化衰减系数,但更强基座下收益收窄、事实巩固任务上反转,只在时效敏感时序推理场景采用。

证据与结果

TGT是论文自建的受控基准,设置多个保留区间(held-out retention intervals),用GenGap度量短保留与长保留区间的检索质量差异:ScrubJay-MEM唯一为正(+0.108),所有平坦检索基线≤-0.022;消融去除类型衰减后GenGap下降5.7倍。MemoryAgentBench EventQA-64k是外部基准:ScrubJay-MEM F1=61.58,超过A-MEM、Mem0、Contriever,较Mem0提升+2.66,较Qwen3-Embedding-4B提升+3.09(llm骨干下)。同时观察到:更强基座下收益收窄,事实巩固任务上收益反转。

打开论文原文
它要解决什么
Agent跨会话积累的记忆时效各异:用户职业多年有效,会议室名称午后即过期。现有系统对所有记忆施加相同的老化策略,过期事实随存储扩大持续污染检索上下文。如何为每条记忆自动分配衰减速率?
研究路径
每条记忆存为EMU(语义内容、任务上下文、时间戳、πi)。πi由LLM对记忆内容自动分类后赋值,决定类型条件化的指数衰减速率;τi估计效用期限。检索时用查询自适应权重[α,β,γ,δ]对What/Where/When/πi四路信号加权打分。前瞻性记忆缓冲区在任务执行前预载相关记忆。回溯上下文集成在新信息到达时,仅以O(1)次LLM调用修订受影响记忆的πi,而非全量重算,因此记忆库可增量维护。
这对工程意味着什么
第一个行动:在你的跨会话Agent记忆库里给每条记忆加一个类型化衰减系数字段,检索打分同时看相关性和时效。要避开的捷径:不要用统一的时间折旧代替类型分类——它会同时损害稳定知识的检索和短效事实的时效判断,TGT消融中两者差距达5.7倍。
证据定位
TGT上,ScrubJay-MEM是唯一GenGap为正的系统(+0.108),所有平坦检索基线≤-0.022。EventQA-64k上F1=61.58,超过A-MEM、Mem0、Contriever,较Mem0提升+2.66,较Qwen3-Embedding-4B提升+3.09(llm骨干下)。消融去除类型衰减后GenGap下降5.7倍,说明该机制是必要的。(筛选维度:可复核评测)
适用边界
收益在更强基座模型下收窄,在事实巩固任务上反转,适用性局限于时效敏感事实的时序推理。TGT是论文自建基准,外部验证只有EventQA-64k一项任务。πi自动分类的误分率,以及至少四类衰减类型划分的边界敏感性,在摘录中未量化。
方法与英文摘要

每条记忆存为EMU四元组:语义内容、任务上下文、时间戳、πi。πi由LLM对内容自动分类后赋值,决定类型条件化的指数衰减速率;τi估计效用期限。检索时用查询自适应权重[α,β,γ,δ]加权融合What/Where/When/πi四路信号。前瞻性缓冲区在任务执行前预载相关记忆;新信息到达时,回溯上下文集成仅以O(1)次LLM调用修订受影响记忆的πi,不做全量重算。评测在TGT(含保留区间的受控基准)和MemoryAgentBench EventQA-64k上进行,对比A-MEM、Mem0、Qwen3-Embedding-4B等系统。

LLM agents that persist across sessions accumulate stored memories whose validity varies enormously by content type, yet existing memory architectures treat all memories as equally persistent and systematically contaminate retrieved context with outdated facts. We show that per-memory, type-conditioned temporal decay, a property of western scrub jay episodic memory, can be operationalized as an auto-classified coefficient $π_i$ in an external LLM-agent memory store, yielding ScrubJay-MEM: each memory is encoded as a jointly-bound What--Where--When tuple with an estimated perishability $π_i$ and utility horizon $τ_i$, retrieved by query-adaptive scoring, and revised retroactively at $O(1)$ LLM calls per update. We introduce the Temporal Generalization Test (TGT), a benchmark with held-out retention intervals and a Generalization Gap (GenGap) metric. On TGT, ScrubJay-MEM is the only retrieval-based system with substantially positive GenGap ($+0.108$); on MemoryAgentBench EventQA-64k it improves F1 by $+2.66$ over Mem0 and $+3.09$ over Qwen3-Embedding-4B under a llm backbone. A decay ablation collapses GenGap by $5.7\times$, establishing type-conditioned decay as necessary for the result. Gains narrow under stronger backbones and reverse on fact-consolidation tasks, scoping the contribution to temporal reasoning over perishable facts.

人机协同与对齐(0 篇)

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

本轮分类概览

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

赛道新增候选重点
形式化与程序验证22
软件工程与仓库智能10
代码质量与优化00
UI 与 GUI Agent01
个人知识与本体21
人机协同与对齐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 次监测窗口

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

本轮新增候选(5 篇)

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

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

形式化与程序验证 · 6/30 · 2026-08-05开放权重LLM能否生成Coq内核验证证明?六款开放权重LLM在CoqStoq 100条定理上各试一次,温度0,由Coq内核验证;Gemma 4通过12个Can Open-Weight LLMs Produce Kernel-Verified Coq Proofs? A Pilot Study

Large language models (LLMs) can generate text that resembles a mathematical proof, but resemblance does not establish correctness. A formal proof checker verifies whether each proof step follows established logical rules. Coq bases its rules on the Calculus of Inductive Constructions, a logical framework that defines which proof steps the system may accept. This pilot study evaluated six open-weight LLMs on the same 100 theorems from CoqStoq, a benchmark derived from real Coq projects. Each LLM received one attempt per theorem with the temperature set to 0, and Coq checked every proposed proof in the theorem's original project environment. We counted a proof as successful only if the Coq kernel accepted it. Gemma 4 verified 12 of 100 theorems, Llama 3.3 verified 8, and DeepSeek Coder V2 Lite verified 1. Qwen 3.5, Mistral Small 3.1, and GPT-OSS verified none. The 21 successful model-theorem results covered 15 distinct theorems, 11 of which were not solved by a baseline of standard Coq tactics. All verified theorems had short or medium human-written reference proofs; no model verified a theorem with a long reference proof. Because the proof-length analysis was exploratory, this pattern does not establish that proof length caused the difference. For the three models with at least one success, the total generation cost per verified proof ranged from 741 to 36,193 output tokens, 14.9 to 178.0 seconds, and 0.0167 to 0.2000 aggregate GPU hours. We could not calculate these ratios for models with no verified proofs. Across 600 attempts, the models produced 21 kernel-verified proofs, giving an overall success rate of 3.5%. The study reports descriptive differences among the models but does not statistically test whether one model outperforms another. Therefore, the results do not establish a universal ranking of the six models.

阅读 arXiv 原文
形式化与程序验证 · 6/30 · 2026-08-05PPDL:把LLM流程变成概率程序提出面向LLM流程的概率编程语言,量化并传播不确定性,支持推理扩展实验;案例为Rocq定理证明智能体。PPDL: LLM-Based Flows as Probabilistic Programs

Building reliable applications that leverage large language models (LLMs) remains a significant challenge. While LLMs offer impressive capabilities across diverse tasks, their outputs often lack accuracy and provide no clear measure of confidence. This uncertainty compounds in flows of multiple calls to LLMs and other tools, making it difficult for developers and end-users to trust the results. This paper introduces a probabilistic language for programming LLM-based flows. It enables developers to quantify and propagate uncertainty throughout the application's flow, and experiment with different inference scaling techniques without adding a single line of code beyond the flow's logic. We present an experimental study to demonstrate this capability, and a case study building a theorem proving agent for the Rocq theorem prover.

阅读 arXiv 原文

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

软件工程与仓库智能 · 12/30 · 2026-08-06大模型将非结构化需求自动翻译为LTL研究评估六款大模型,少量样例提示下对15条异构需求生成450个候选LTL公式,经人工语义评估与pass@k检验Automatic Translation of Unstructured Requirements into Linear Temporal Logic through Large Language Models

Automatically translating unstructured natural language requirements into formal specifications remains a challenge in requirements engineering and formal methods, particularly for safety- and mission-critical systems whose verification depends on mathematically precise specifications. This paper evaluates whether contemporary off-the-shelf Large Language Models (LLMs) can help bridge this gap by generating Linear Temporal Logic (LTL) formulas directly from unstructured requirements. The study examines six modern LLMs using a few-shot prompting strategy on a heterogeneous benchmark of 15 structurally varied requirements. Five independent generations were collected for each requirement-model pair, yielding 450 candidate LTL formulas in total. Performance was assessed through manual semantic evaluation, pass@k for k in {1, 3, 5}, and a self-consistency measure capturing syntactic reproducibility across stochastic trials. The results indicate that current general-purpose LLMs can achieve practically significant performance on the unstructured NL-to-LTL task without task-specific fine-tuning. The study also considers understandability for non-experts by pairing generated formulas with model-produced natural language explanations and discussing the complementary use of timeline-based LTL visualization. The findings suggest that modern LLMs are becoming viable front-end assistants for semi-automated formalization workflows.

阅读 arXiv 原文

代码质量与优化(0 篇)

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

UI 与 GUI Agent(0 篇)

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

个人知识与本体(2 篇)

个人知识与本体 · 4/30 · 2026-08-06CogVis:开放词汇变化检测的认知记忆框架提出CogVis框架,将变化检测重构为感知-记忆-验证范式,解耦时序与语义;未给出实验细节,证据有限。CogVis: Must Open-Vocabulary Change Detection Perceive the Scene Anew for Every Query?

Earth-surface monitoring requires change detection models capable of recognizing arbitrary semantic categories. Open-Vocabulary Change Detection (OVCD) addresses this need. However, existing methods often entangle temporal perception, semantic discrimination, and region verification, causing unstable results and redundant computation. Inspired by human visual change perception, we propose CogVis, a cognitive memory-guided framework that reformulates OVCD as a perception-memory-verification paradigm. CogVis first employs a Scene Change Perceptron (SCP) to extract a reusable, category-agnostic change prior from frozen bi-temporal features, thereby decoupling temporal evidence from semantic category decisions. A Semantic Memory Calibrator (SMC) then compensates for category-dependent score shifts by dynamically estimating an image-query-specific decision threshold. Finally, an Adaptive Region Filter (ARF) filters connected candidates using learned semantic, temporal, and structural reliability. Experiments on seven benchmarks spanning semantic change detection, binary change localization, and building-damage assessment show that CogVis achieves state-of-the-art performance across all evaluated datasets. By sharing scene-level change perception, CogVis further avoids repeating category-agnostic temporal perception across queries and improves inference throughput by 28.50%.

阅读 arXiv 原文
个人知识与本体 · 3/30 · 2026-08-06Activity Frames:屏幕活动确定性编零模型流水线把屏幕活动编译为活动帧;单用户12.8万帧数据上压缩86倍,问答准确率98.4%。Activity Frames: Deterministic Screen-Activity Compilation for Agent Memory and Replay

Computer-use agents pay full frontier inference to re-derive routines their user has already performed, because an agent's memory today records what the user said, not what the user did. We compile passively captured screen activity into agent memory with a deterministic, zero-model pipeline: it segments a local capture stream into typed activity frames, bounded episodes carrying application, site, timing, input volume, and evidence pointers back to the raw rows, with no model in the loop, so the output is byte-identical, cacheable, and mechanically auditable. On one professional's single-user corpus of 128,756 frames over 51 active days, the compiler reduces a day of raw capture to a prompt-ready context block 86x smaller in 68 ms, and an agent reading that block answers questions about the day at 98.4% accuracy (Wilson 95% CI 91.7-99.7%) against an independent oracle, versus 66-80% for an LLM summary of the same capture, a mid-tier model reading the block matching a frontier one. The same compiler doubles as a demand-side cost instrument. Read off passive, pre-delegation human activity rather than agent rollouts, it supplies two parameters that agent-cost models assume but, to our knowledge, have not measured: the Routine Overhead Ratio R and the routine recurrence h. We report first values of R, a modeled upper bound, at 60-343x, and a delegable recurrence of 9.0% in-sample and 7.7% out-of-sample, for a realistic all-fleet token ceiling near 8%; a compiled routine replays deterministically with the model out of the loop, demonstrated live at zero model tokens on a guard-matched hit. Schema, compiler, and evaluation harness are open.

阅读 arXiv 原文

人机协同与对齐(0 篇)

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