公开论文雷达

公开 arXiv 研究简报 · 2026-08-19T00:59:08.810235+00:00

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

四张卡片同一课:别照搬结论,先在自己场景实测

四篇都在做受控比较:固定其余条件、只让一个变量动,再和人类评分或基线比。两篇是选型研究(相似度指标、记忆基质),结论都是没有普遍最优、要按场景路由;两篇是新方法(主动Agent基准、文生视频中途纠偏),用基线对比证明可行。多数卡片未给具体数值,读时别当定论。

推荐阅读顺序

  1. 2608.15008:决策原则最通用:没有普遍最优的记忆基质,要按任务类型和历史长度路由,序列决策还要限制检索;并用调研点出全行业评测盲区。
  2. 2608.15250:同一课换个领域:五种相似度指标无一全优,须在自己的模型集上取人工评分再实测,强化别照搬原数据集结论。
  3. 2608.14132:转向新方法这一类,证据最硬:微调后意图理解绝对提升32.0,示范如何用真实轨迹加模拟扩成基准填补空白。
  4. 2608.16513:同为方法提案但最窄:免训练在采样中途纠偏文生视频,思路可复用;但摘录无数值、代表性无法核实,放最后。
共性方法
四者都先固定其余条件、只让一个变量变化,再和人类评分或基线比较,来回答到底该用哪种。它们也都强调:原始数据集或单一方法上的好结果不能直接搬到新场景,须在目标任务上重新验证。
关键分歧
分两类:15250和15008是选型研究,结论是没有单一赢家、要按任务和规模路由,偏向给判断框架;14132和16513是提出新方法或基准并击败基线,偏向给可用工具。前者结论稳,后者有的给出明确数值(+32.0)、有的连数值都没披露。
选择准则
要做选型(指标或记忆方案)先读15008和15250,按任务类型和历史长度分场景实测,别信单一最优;要落地具体能力(主动Agent、文生视频纠偏)再读14132和16513,照它们的基准和干预套路搭。

重点深读(4 / 4 篇)

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

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

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

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

Comparing Domain-Model Similarity Metrics Against Human Expert Ratings

五种领域模型相似度指标无一全面胜出,选型必须按目标场景实测:如果工程师把某个指标在原始数据集上的表现直接用于自动评分或模型质量度量,可能选错方法。该研究将五种指标放在同一批39组领域模型对上,与人类专家评分比较,为指标选型提供了共同依据。

两句看懂

过去五种领域模型相似度指标分别在独立数据集上验证,工程师缺少共同基准来选择方法。该研究在39组固定模型对上统一比较它们与专家评分的一致性,发现无单一指标全面占优,因此提出多指标集成作为可能方向。

核心判断

在39组固定领域模型对上,五种相似度指标没有任何一种同时在与专家评分的均值距离和排序一致性上占优;多指标集成是可行替代方向,但仍需实验验证。

关键要点

1. 旧问题:五种指标各自验证,缺少共同基准,工程选型缺乏依据。 2. 方法:统一实现五指标,在39组固定模型对上按均值距离和排序一致性对照专家评分。 3. 结果:无指标两项全优;应按场景组合指标并重新验证。

证据与结果

评估对象是固定的39组领域模型对,专家评分来自同一已有数据集。候选方法覆盖规则、图编辑距离、UML结构匹配、语义加结构流水线和深度学习五类。RQ1衡量均值距离,RQ2衡量每对排序一致性;结论是不同指标分别在不同标准上表现更好,但摘录未披露具体数值。

打开论文原文
它要解决什么
文献中的领域模型相似度指标能否可靠替代人类专家评分?从业者面对多种指标时,应如何选择并说明理由?
研究路径
研究先消除实现和数据集差异,把五种指标放到同一批39组模型对上运行。随后用人类专家评分作参照,分别计算均值对齐程度和模型对排序一致性。两类结果分开判断,因此能发现一个指标即使均值接近专家评分,也不一定能保持正确的对间排序。
这对工程意味着什么
第一步是在自己的目标模型集上取得人类评分,并同时运行多个候选指标。不要直接把某指标在原始独立数据集上的结论搬到新场景,也不要只用一个指标替代人工评分。
证据定位
评估分为两项:RQ1考察指标结果与专家评分的均值距离,RQ2考察每对模型排序是否一致。结果显示,没有单一指标同时在两项标准上占优;部分指标的均值距离最近,另一些指标更好地保留模型对之间的排序。具体数值未在已提供摘录中披露。(筛选维度:形式化验证、软件工程方法)
适用边界
比较只覆盖39组固定领域模型对,规模和代表性有限。集成方案只是被提出,尚未实验验证;已提供摘录也没有披露各指标的具体数值,因此无法量化指标之间的差距。
方法与英文摘要

研究者统一实现五种指标:规则型错误检测、基于属性关系图的GED、UML类图UCG结构匹配、语义+结构流水线,以及SimGNN深度学习方法。五种指标都在固定的39组领域模型对上运行,再与同一组模型对的人类专家评分比较。

Domain models are a primary artefact in model-driven software engineering, where they capture the shared understanding between stakeholders and serve as the contractual basis for downstream software development. Automatic comparison of these semantic models has diverse application areas such as requirements engineering, education, automatic generation of domain models and model reuse and repository mining. The literature offers a variety of presented metrics, but for practitioners there is no defensible way to choose between them. The contribution of this paper is the implementation of five such metrics, their execution on a fixed set of 39 domain-model comparisons and the comparison of each metric's output against the human expert ratings produced for the same comparisons. Two research questions are addressed. RQ1 asks how close, on average, each metric is to the human expert rating across the 39 comparisons. RQ2 asks how consistent each metric's per-comparison distance from the human expert rating is. The findings reveal that no single metric achieves dominance across all criteria; rather, different metrics each yield competitive results on individual criteria - some closest on average, others best preserving the per-pair ordering - which suggests that an ensemble approach combining multiple metrics may serve as a viable substitute for human expert grading. The metric implementations are an artefact of this work and are published in accordance with the FAIR4RS recommendations (DOI: 10.5281/zenodo.20942596).

代码质量与优化(1 篇)

代码质量与优化 4/30

MLLM-Guided Semantic Correction for Text-to-Video Generation

MLLM在扩散采样中途实时纠偏文生视频语义:扩散模型生成视频时缺乏中途语义感知,起点校正法无法响应后期偏移,终点修复法只能事后补救。本文提出无需训练的中途纠偏框架,将多模态大模型反馈注入扩散采样循环,检测并修正生成过程中的语义漂移。

两句看懂

现有文生视频方法或在起点优化提示、或在终点事后修复,均无法在采样中途动态响应语义漂移。本文在扩散采样循环内插入多模态大模型反馈,先生成预览帧诊断偏差,再通过无条件回滚加有条件重注入修正轨迹,在多基准测试中提升了语义对齐与视觉保真度。

核心判断

在扩散采样中途注入多模态大模型语义反馈并执行回滚再注入操作,可在不修改模型参数的前提下动态纠正文生视频中的语义漂移;多基准实验显示语义对齐、视觉保真度与时序一致性均有改善。

关键要点

1. 现有三类方法均未能在采样过程中动态纠偏:CFG静态引导在高尺度时损害视觉保真度与运动多样性;FreeInit等起点校正法仅优化初始条件,无法响应后期语义偏移;VideoRepair等终点修复法在生成结束后才介入,无法预防采样中途的误差累积,三类均无法对动态语义偏差做出实时响应。 2. 两模块构成中途纠偏管道:语义评估监督器在选定采样步骤触发模型输出预览帧,交由多模态大模型打分并生成增强/抑制提示(将原始噪声潜变量直接送入大模型已被验证为无效路径);语义修正助手先执行无条件反向扩散将潜变量回滚至锚点清除累积条件误差,再以上述提示执行有条件前向扩散完成轨迹修正,全程不更新模型权重。 3. 在多个文生视频基准上,方法改善了语义对齐、视觉保真度和时序一致性;关键边界:预览帧解码质量直接影响大模型评估效果,触发步骤的选取对纠偏结果有直接影响;摘录未提供具体量化数值,完整实验结果需查阅全文。

证据与结果

在多个文生视频基准上测试(摘录未列出具体数据集名称与规模);对比方法覆盖三类:CFG类非自纠正法、FreeInit/Free-Bloom/GPT4Motion等起点校正法、VideoRepair/NeuS-E等终点修复法;评估维度为语义对齐度、视觉保真度和时序一致性;摘录未提供量化数值;失效模式分析指出将原始噪声潜变量直接送入多模态大模型无法产生有效语义评估,中间预览帧解码步骤是管道必要组件。

打开论文原文
它要解决什么
视频扩散采样过程中出现的语义偏差(缺失对象、属性错误、动作不符)能否在生成进行中被检测并实时纠正?
研究路径
选定采样步骤时触发扩散模型输出中间预览帧;多模态大模型读取预览帧,输出语义评分及增强/抑制提示;语义修正助手执行无条件反向扩散将当前潜变量回滚至无条件锚点,清除累积条件误差;随后以大模型提示执行有条件前向扩散,将修正后的语义约束重注入潜变量;继续标准采样至结束。
这对工程意味着什么
为文生视频管道添加中途语义纠偏时,应先将潜变量解码为可读预览帧再送入外部评估模型,不要直接操作原始噪声潜变量(已被验证无效);不要用高CFG值代替动态纠偏,高CFG损害保真度且无法响应采样后期出现的偏移。
证据定位
在多个文生视频基准上,相较于CFG类方法、FreeInit等起点校正法、VideoRepair等终点修复法,本方法提升了语义对齐度、视觉保真度和时序一致性;摘录未提供具体量化数值。(筛选维度:可复核评测)
适用边界
摘录未报告具体基准名称与规模,亦未提供量化结果,评估代表性无法从摘录核实;触发步骤选取策略与大模型调用频率对纠偏效果的定量影响摘录未说明;大模型语义理解能力边界及对长视频的适用性摘录未讨论。
方法与英文摘要

输入文本提示,在扩散采样选定步骤,语义评估监督器令模型生成中间预览帧,由多模态大模型对帧进行语义打分与偏差诊断(直接输入原始噪声潜变量被验证为无效路径);随后语义修正助手先执行无条件反向扩散将当前潜变量回滚至无条件锚点以消除累积误差,再以大模型给出的增强与抑制提示执行有条件前向扩散,将纠正后的语义约束重新注入生成过程;全程不修改模型参数,在多个基准上测试。

Recent advances in diffusion models and Transformer architectures have led to significant progress in text-to-video generation. However, these models often suffer from semantic errors such as missing objects, incorrect attributes, or mismatched actions. Although some semantic correction methods perform optimization before sampling or refinement after sampling, how to detect and correct semantic deviations during the video generation process remains underexplored. In this paper, we introduce a training-free, interpretable mid-generation correction framework that integrates multimodal large language model (MLLM) feedback directly into the diffusion sampling loop. Our framework achieves diffusion trajectory correction by injecting semantic evaluation signals during video synthesis, enabling the model to optimize the generated content through continuous self-reflection. We propose two key modules: a Semantic Assessment Supervisor that generates intermediate preview frames for semantic evaluations and deviation diagnostics, and a Semantic Modification Assistant that corrects semantic drift during inference via a controllable latent trajectory intervention. Our method improves semantic alignment, visual fidelity, and temporal consistency without modifying model parameters. We validate the effectiveness of our approach through extensive experiments across multiple benchmarks.

UI 与 GUI Agent(1 篇)

UI 与 GUI Agent 8/30

Act2Intention: A Benchmark For Developing Active Mobile Agents Through Inferring User Intention from GUI Actions

Act2Intention:主动移动Agent意图推断基准:当前移动GUI智能体仅响应显式指令,无法从操作流主动推断意图。Act2Intention提出理解→预测→执行三阶段框架,并构建首个连续意图-操作轨迹基准(52款应用、72,511条意图、70万余次操作);监督微调后意图理解Acc-S绝对提升32.0。

两句看懂

现有移动GUI智能体均为反应式设计,依赖用户显式指令,无法从操作流中主动推断意图,Act2Intention引入理解→预测→执行框架和72,511条意图的大规模基准以填补这一空白。在52款应用基准上监督微调后,与未微调基线相比,意图理解Acc-S提升32.0个百分点,执行成功率SSR提升6.9点。

核心判断

从GUI操作流主动推断用户意图在技术上可行:Act2Intention Bench上的监督微调使意图理解Acc-S提升32.0个绝对百分点,验证了连续意图-操作轨迹数据对主动Agent能力建设的必要性。

关键要点

1. 现有GUI智能体专注反应式任务执行(L1层),缺乏从原始GUI操作流推断连续意图段的认知架构,当用户不愿或无法显式表达指令时,智能体无法提供主动服务,形成实用性缺口。 2. Act2Intention Bench通过真实轨迹采集与LLM模拟器生成(条件化360个用户画像)相结合,再经两步验证控制质量,形成52款应用、72,511条意图、70万余次操作的基准;三阶段框架中,意图理解、预测、执行各自独立评测,有无SFT为关键控制变量。 3. 在同一智能体框架下,基准上监督微调后意图理解Acc-S绝对提升+32.0、预测+10.25、执行SSR+6.9;摘录未提供各应用类别难度分层或跨用户画像泛化的细分结果,难度边界不明。

证据与结果

基准:52款移动应用、72,511条意图、70万余次操作、360个用户画像;数据来源兼含真实轨迹和LLM模拟生成轨迹,经两步验证控制质量。三项评测维度:意图理解(Acc-S)、意图预测(Acc-S)、意图执行(SSR)。关键对比:同一智能体框架下,有无在Act2Intention Bench上进行监督微调(SFT)。结果:SFT后三项绝对提升分别为+32.0、+10.25、+6.9。摘录未提供各应用类别、操作步数分布或跨用户画像泛化的细分结果。

打开论文原文
它要解决什么
移动GUI智能体能否在无显式指令时,从用户历史操作流中主动推断意图并提前执行服务?
研究路径
意图理解:输入原始GUI操作流(截图+无障碍树),模型对操作序列分段,为每段生成自然语言意图描述。意图预测:以历史意图轨迹和用户画像为条件,预测下一步意图。意图执行:用户确认预测意图后,将其分解为可执行GUI动作序列,驱动移动端完成操作。训练数据通过真实采集与LLM模拟器生成相结合,经两步验证过滤低质量样本。
这对工程意味着什么
评估移动Agent主动服务能力时,须使用连续意图-操作轨迹基准而非离散任务指令,并在该数据上做监督微调(提升幅度可达+32.0 Acc-S);避免将任务完成率作为唯一指标,因其无法区分反应式与主动式能力。
证据定位
在同一智能体框架下,有无在Act2Intention Bench进行监督微调(SFT)的对比:SFT后意图理解Acc-S绝对提升+32.0,意图预测Acc-S提升+10.25,意图执行SSR提升+6.9。(筛选维度:可复核评测、GUI Agent 方法)
适用边界
摘录未明确披露:真实轨迹与模拟轨迹的数量比例;52款应用的类别分布;360个用户画像的多样性来源及生成方式;跨应用与跨画像的泛化表现;各意图复杂度分层下的分项性能;LLM模拟器可能引入的系统性偏差类型。
方法与英文摘要

数据:采集真实用户意图-操作轨迹,再用LLM模拟器条件化360个用户画像批量生成轨迹,经两步验证提升保真度,得Act2Intention Bench(52款应用、72,511条意图、70万余次操作)。框架三阶段:①主动导向意图理解——对GUI操作流分段并识别意图;②个性化主动意图预测——结合历史轨迹与画像预测下一意图;③经验引导意图执行——将用户确认的意图转化为可执行GUI动作序列。

Mobile GUI Agents powered by multimodal large language models (MLLMs) show promise in human-computer intelligence. However, current research primarily focuses on reactive task execution while lacking a comprehensive understanding-prediction-execution process for user intentions, which are the core requirements of active agents. In this paper, we propose the Act2Intention framework that builds an active mobile agent by integrating understanding, predicting user intentions, and executing decisions. First, we construct the Act2Intention Bench through data collection and validated generation, comprising 72,511 intentions and over 700,000 actions across 52 apps, thereby establishing the first benchmark for evaluating proactive agents via continuous intention-action trajectories. We further develop the Act2Intention Agent, achieving proactive services through Proactive-oriented Intention Understanding, Personalized Proactive Intention Prediction, and Experience-guided Intention Execution. Experimental results show that supervised fine-tuning on Act2Intention Bench yields absolute improvements of +32.0 Acc-S, +10.25 Acc-S, and +6.9 SSR points over non-fine-tuned counterparts under the same agent framework for intention understanding, prediction, and execution, respectively. This success underscores the necessity and value of the Act2Intention Bench, which establishes a standardized platform for developing and evaluating proactive agents and consequently paves the way for research on intention-driven human-computer interaction.

个人知识与本体(1 篇)

个人知识与本体 4/30

Harness the Memory: A Holistic Evaluation of Memory Substrates in Memory Agents

记忆底层基质没有万能选项:序列决策中检索越多反而越差:如果你在给智能体选记忆方案,这条结论直接影响选型:对52个记忆增强LLM系统的调研发现,现有评测大多只看对话问答、几乎不测效率,无法回答"该用哪种记忆底层"。一项统一框架的对照评测把基质作为唯一变量,跨3个骨干模型、4个基准套件、26项指标比较7类基质,结论是没有一种基质普遍最优,工程上需要按任务路由。

两句看懂

现有记忆增强系统的评测集中在两个对话数据集且几乎不测效率,给不出基质选型所需的实证信号;该研究用统一框架把基质作为唯一受控变量做对照实验。跨3个骨干模型、4个基准套件、26项指标的结果显示:无基质普遍最优,序列决策中过度检索损害性能,历史增长时部分基质高成本或脆化,因此底层基质路由是通用记忆系统的必要组件。

核心判断

不存在普遍最优的单一记忆底层基质:长上下文事实问答受益于宽泛检索,序列决策因过度检索受损,历史增长时部分基质成本上升或脆化。三项发现共同支持将底层基质路由作为通用记忆系统的必要组件。

关键要点

1. 旧假设失效:52个记忆增强系统中62%只在LoCoMo和LongMemEval两个对话数据集上评测,仅21%报告效率指标,81%只用GPT骨干,行业默认"单一基质够用"缺乏证据。 2. 方法与受控检验:统一框架以底层基质为唯一受控变量,比较7类基质,横跨3个骨干模型(含非GPT)、4个基准套件(问答与序列决策)和26项指标,其余组件固定。 3. 决定性结果与行动:无基质普遍最优,序列决策中过度检索损害性能,历史增长时部分基质高成本或脆化;应按任务类型和历史长度做基质路由,并在目标负载上预先评测成本与稳定性。

证据与结果

评测含4个基准套件:面向用户的长上下文对话问答(LoCoMo、LongMemEval)和面向智能体的序列决策任务,横跨3个骨干模型(GPT系列与非GPT)。26项指标含准确率、延迟、令牌用量、运行时间、内存大小、API调用次数等。关键结果:宽泛检索提升事实问答准确率;序列决策中过度检索因转移对行动关键上下文的注意力而损害性能;部分基质在历史增长时成本高企或脆化,使可扩展性成为额外的路由维度。摘录未提供各基质间的具体数值对比。

打开论文原文
它要解决什么
不同操作场景下,各类记忆底层基质的性能与效率如何?过度检索是否会损害序列决策?
研究路径
实验把底层基质设为唯一变量,固定智能体框架的其余部分(任务分解、上下文管理、输出评估),分别在对话问答和序列决策任务下运行7类基质。26项测量指标涵盖准确率、延迟、令牌用量、运行时间、内存大小和API调用次数,并在不同历史长度条件下测试各基质的可扩展性与稳定性。序列决策受损的机制是:过度检索把模型注意力从行动关键上下文上转移开。
这对工程意味着什么
第一步行动:先区分你的任务类型与预期历史长度,再分场景评测各底层基质的效率指标。要避开的捷径:只在对话数据集上凭准确率选定一种基质就假设它普遍适用——这会漏掉过度检索损害决策的风险,以及历史变长后的成本陷阱。
证据定位
三项核心发现:第一,无单一底层基质在所有场景下持续最优。第二,宽泛检索能提升长上下文事实问答的准确率,但在序列决策中,过度检索会把注意力从行动关键上下文上引开,从而损害性能。第三,历史长度增长时,部分在中等规模下表现良好的基质出现高成本或脆化问题。此外,对52个系统的调研显示,62%的测评集中于LoCoMo和LongMemEval两个对话数据集,仅21%报告任何效率指标,81%以GPT系列为唯一骨干。(筛选维度:可复核评测)
适用边界
摘录未提供各底层基质之间的具体数值对比;序列决策基准套件的覆盖深度与对话问答是否对等尚不明确;可扩展性实验的历史长度区间及各基质脆化的具体阈值未给出;7类基质的动态路由规则在摘录中仍停留在定性建议层面。
方法与英文摘要

研究构建统一评测框架,把记忆底层基质设为唯一受控变量,框架其余部分(任务分解、上下文管理、输出评估)全部固定。受测基质共7类:密集索引、稀疏索引、文本记录、结构化存储、层次化存储、精炼式记忆、参数更新及激活兼容上下文机制。实验横跨3个骨干模型(含GPT系列与非GPT)和4个基准套件:面向用户的长上下文问答(LoCoMo、LongMemEval)以及面向智能体的序列决策任务,共收集26项性能与效率指标。

Memory is becoming core infrastructure for long-horizon LLM agents, yet existing evaluations offer limited guidance on which memory substrate, namely the underlying medium in which memory is represented and stored, should be used under different operating regimes. We present a controlled harness evaluation of memory substrates for memory-augmented agents, covering dense and sparse indices, text records, structural stores, hierarchical stores, refinement-based memories, parametric updates, and activation-compatible context mechanisms. Across three backbone models and four benchmark suites spanning user-centric question answering and agent-centric decision-making, we instrument 26 performance and efficiency metrics under a unified harness. Our results show that no single substrate consistently dominates: broad retrieval benefits long-context factual QA, while excessive retrieval can harm sequential decision-making by shifting attention away from action-critical context. Scalability introduces a further routing axis, as substrates that perform well at moderate history lengths can become costly or brittle at longer horizons. These findings motivate substrate routing as a necessary component of adaptive agent memory systems and provide empirical guidance for designing efficient, reliable, and regime-aware long-term memory for LLM agents. Code will be made available upon acceptance.

人机协同与对齐(0 篇)

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

本轮分类概览

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

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

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

本轮新增候选(12 篇)

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

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

形式化与程序验证 · 3/30 · 2026-08-15忠实形式化:证明搜索须贴合原论证提出忠实形式化证明的五个必要条件,并给出Pistis智能体证明搜索以生成符合的Lean证明Does the Proof Prove It That Way? Faithful Formalization of Elements Proofs

In formal verification, both the autoformalization of statements and automated proof search have been studied extensively. While automated proof search can produce a formal proof that compiles, the generated proof does not necessarily reflect how the natural-language argument arrives at its conclusion--a property we refer to as faithfulness. With faithfully formalized proofs, one can check the reasoning behind a human- or AI-written argument, and assist mathematicians in formalizing their proof sketches. However, it is particularly challenging due to misalignment of formal proof tactics and natural language reasoning. In this work, we rigorously describe a set of five necessary conditions a faithful formal proof must satisfy, and introduce Pistis, an agentic, oracle-guided proof search that produces formal Lean proofs that satisfy them. At its core is a novel faithfulness-preserving divide-and-conquer search, which we name OrderDecompose, that tracks citation dependencies and blocks unfaithful shortcuts, paired with a refutation search, that surfaces gaps and errors in the natural language proof source. OrderDecompose completes proofs that baselines cannot close even within a 12-hour budget, and its artifacts compile over 33$\times$ as fast as prior work's. We apply Pistis on the first three books of Euclid's Elements, producing high-quality artifacts containing faithful formal proofs. Under a blinded human study and an LLM-as-a-judge protocol on rigorous rubrics, Pistis-generated proofs are favored over prior works--2.89$\times$ and 5.2$\times$ as often by human reviewers and the LLM judge, respectively. It further uncovers gaps in Euclid's proofs and their translation, and can accept or refute natural language proofs written by humans or AI, demonstrating that faithful formalization is useful as a proof-checking tool.

阅读 arXiv 原文

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

软件工程与仓库智能 · 7/30 · 2026-08-17TDD-Agent:测试驱动的代码生成先让模型生成可执行测试再实现,用执行反馈双轨迭代修正代码与测试;摘要信息有限TDD-Agent: Test-Driven Reasoning for Code Generation

Large Language Models (LLMs) have achieved remarkable progress in code generation, yet ensuring correctness in complex, repository-level tasks remains challenging. Existing approaches often use generated tests as static post-hoc validators, which limits their ability to guide implementation and may introduce misleading feedback when the tests themselves are incomplete or incorrect. In this paper, we introduce TDD-Agent, which operationalizes the test-driven development paradigm for code generation. TDD-Agent first prompts the model to generate executable tests, encouraging it to clarify expected behaviors before implementation, and then performs iterative dual-track refinement over both the generated code and tests using execution feedback. We first isolate the effect of test-first reasoning through a prompt variant TDD-prompt on LiveCodeBench, where it consistently improves upon reasoning-based prompting baselines. Building on this finding, we evaluate the full TDD-Agent framework on RepoEval, a repository-level benchmark, and show that it consistently outperforms retrieval-based and agent-based baselines. Additional analyses show that iterative refinement improves not only code correctness but also the effectiveness of the generated tests, yielding higher pass rates, coverage, and mutation scores, suggesting that tests can serve as evolving reasoning artifacts rather than fixed validators. Our source code is available at https://anonymous.4open.science/r/TDD-Agent-Framework-6370/.

阅读 arXiv 原文
软件工程与仓库智能 · 7/30 · 2026-08-17规范悖论:AI时代重思需求工程AI降低编写代码的部分成本,但复杂度转向需求获取、规格开发、验证与软件演化The Specification Paradox: Rethinking Requirements Engineering in the Age of AI

The growing adoption of Large Language Models (LLMs) in Software Engineering has reinforced the expectation that coding activities can be largely automated. However, this perception may represent yet another historical search for a solution capable of eliminating the inherent challenges of software development. This article discusses the transition from a code-centered paradigm to Specification-Driven Development. We argue that artificial intelligence reduces some of the effort associated with writing source code, but it does not eliminate the complexity of developing professional software systems. Instead, it shifts this complexity toward domain understanding, requirements elicitation, specification development, validation, maintenance, and software evolution. Building on this perspective, we discuss the renewed centrality of Requirements Engineering, considering its implications for productivity and software quality, as well as risks associated with automation bias, ambiguity propagation, Specification Overfitting, and the accumulation of Specification Debt. Finally, we propose the Specification Paradox: the more capable artificial intelligence systems become at automatically generating software, the greater the dependence on correct, complete, verifiable, and explainable human-produced specifications. We conclude that the future of Software Engineering will depend not only on machines' ability to generate code, but also on humans' ability to correctly specify, evaluate, and evolve what is intended to be built.

阅读 arXiv 原文
软件工程与仓库智能 · 3/30 · 2026-08-16软件分叉同步鸿沟实证研究调研3820个活跃分叉:仅6.92%分叉提交进入PR,补丁与修复传播普遍延迟Mind the Gap: An Empirical Study of Synchronization Gaps, Delays, and Missed Opportunities in Software Forks

Fork-based development enables parallel evolution of software, but unsynchronized contributions create persistent divergence: security patches, bug fixes, and quality improvements often fail to propagate across fork families, leaving downstream users exposed to known vulnerabilities or bugs and missing massive opportunities to improve the other repositories in the family. We present the first large-scale empirical study of fork synchronization, analyzing popular GitHub fork families with 3,820 actively maintained forks, and developed a monitoring platform to mine the valuable commits and promote their swift merging. Our findings reveal a synchronization paradox: while 90% of submitted pull requests are merged, only 6.92% of fork commits ever appear in PRs, leaving massive fork development permanently unsynchronized across the families. Synchronization delay is pervasive and structurally uneven where fork propagation accounts for 72.9% of end-to-end commit lifecycle delay. Contrary to common assumptions, PR rejection is rarely caused by technical incorrectness; instead, 65% of rejections stem from superseded contributions, process violations, or maintainer policy decisions.

阅读 arXiv 原文
软件工程与仓库智能 · 3/30 · 2026-08-16智能体开发中的责任归属映射对照四款编码智能体工具与18份政策文档,发现平台控制与供应商条款责任归属不一致Where Accountability Lives: Mapping Human Responsibility to Workflow Artifacts in Agentic Software Development

Coding agents author commits, open pull requests, and push code in production repositories. Who is accountable is settled in two places that do not refer to each other: the platform controls that gate what an agent may do, and the provider terms that allocate responsibility for what it produces. We read both against the workflow events that leave artifacts, across four agentic coding tools and eighteen governing policy documents from seven providers, recording at each event who holds authority, who executed and under which identity, who must verify, who bears the consequence, and which artifact survives. The layers disagree. One provider bars the developer who assigned a task from approving the resulting pull request; another documents an agent that approves pull requests below a configured risk threshold and can dismiss reviews. We therefore replace the usual three-way distinction between enforced, advisory and absent verification with a grid separating whether a mechanism compels the check from who performs it. Attribution runs in opposite directions across providers, and no trailer is defined for agent authorship, though one provider repurposes the co-authorship trailer for it. We argue that agentic tooling did not create this gap. A decade of code-review research already recorded that the approval artifact carries less than the terms assume. What changes is that this weakness moved from a property of how people work to a property of what a product does: a vendor now documents a product that stands at the approval event and emits the same artifact with no party capable of forming a judgement present. We do not claim the gap harms anyone. The selection rule is equalised across the four tools, every reported absence is re-tested against a doubled page set with the survival rate reported, and the source collection and its scripts are deposited.

阅读 arXiv 原文
软件工程与仓库智能 · 8/30 · 2026-08-15领域模型相似度度量对比研究在39组领域模型比较上实现五种相似度度量,并与人类专家评分比对;结论部分摘要截断Comparing Domain-Model Similarity Metrics Against Human Expert Ratings

Domain models are a primary artefact in model-driven software engineering, where they capture the shared understanding between stakeholders and serve as the contractual basis for downstream software development. Automatic comparison of these semantic models has diverse application areas such as requirements engineering, education, automatic generation of domain models and model reuse and repository mining. The literature offers a variety of presented metrics, but for practitioners there is no defensible way to choose between them. The contribution of this paper is the implementation of five such metrics, their execution on a fixed set of 39 domain-model comparisons and the comparison of each metric's output against the human expert ratings produced for the same comparisons. Two research questions are addressed. RQ1 asks how close, on average, each metric is to the human expert rating across the 39 comparisons. RQ2 asks how consistent each metric's per-comparison distance from the human expert rating is. The findings reveal that no single metric achieves dominance across all criteria; rather, different metrics each yield competitive results on individual criteria - some closest on average, others best preserving the per-pair ordering - which suggests that an ensemble approach combining multiple metrics may serve as a viable substitute for human expert grading. The metric implementations are an artefact of this work and are published in accordance with the FAIR4RS recommendations (DOI: 10.5281/zenodo.20942596).

阅读 arXiv 原文

代码质量与优化(3 篇)

代码质量与优化 · 4/30 · 2026-08-17多模态大模型引导视频语义修正免训练、可解释的中途修正框架,将多模态大模型反馈注入扩散采样循环,自省修正语义偏差MLLM-Guided Semantic Correction for Text-to-Video Generation

Recent advances in diffusion models and Transformer architectures have led to significant progress in text-to-video generation. However, these models often suffer from semantic errors such as missing objects, incorrect attributes, or mismatched actions. Although some semantic correction methods perform optimization before sampling or refinement after sampling, how to detect and correct semantic deviations during the video generation process remains underexplored. In this paper, we introduce a training-free, interpretable mid-generation correction framework that integrates multimodal large language model (MLLM) feedback directly into the diffusion sampling loop. Our framework achieves diffusion trajectory correction by injecting semantic evaluation signals during video synthesis, enabling the model to optimize the generated content through continuous self-reflection. We propose two key modules: a Semantic Assessment Supervisor that generates intermediate preview frames for semantic evaluations and deviation diagnostics, and a Semantic Modification Assistant that corrects semantic drift during inference via a controllable latent trajectory intervention. Our method improves semantic alignment, visual fidelity, and temporal consistency without modifying model parameters. We validate the effectiveness of our approach through extensive experiments across multiple benchmarks.

阅读 arXiv 原文
代码质量与优化 · 3/30 · 2026-08-15WeSCE:代码编辑安全漂移基准含400个可执行程序与弱安全约束编辑任务,用连续风险表示量化编辑中的安全漂移WeSCE: A Benchmark for Measuring Security Drift in LLM-Driven Code Editing

In this work, we introduce WeSCE, a benchmark for quantifying security drift in code editing under weak-security constraints, where tasks specify only functional objectives without explicit security requirements. WeSCE consists of 400 executable programs derived from real-world code, covering feature addition, feature removal, bug fixing, and refactoring. To quantify security drift, we propose a continuous risk representation that aggregates heterogeneous vulnerability signals through a unified formulation, and define drift measures capturing changes in overall risk, worst-case severity, and vulnerability distribution under code transformations, providing a multi-scale view of security spanning average-case behavior to worst-case emphasis.

阅读 arXiv 原文
代码质量与优化 · 7/30 · 2026-08-15T-LLM编译器:可信优化框架将LLM高层代码变换与传统编译器、验证工具协作,在PolyBench/C上显著提升变换正确性T-LLM Compiler: Trusted LLM-based Code Optimization and Verification Framework

Recent advances in Large Language Models (LLMs) have opened opportunities to apply high-level code transformations to the field of code optimization, and it has since emerged as one of the most fundamental tasks for LLMs to perform; however, at present, LLMs struggle to apply wide-ranging code optimization tasks due to both the complexity of the code and the inability to independently verify the correctness of the transformations. In this paper, we present the Trusted LLM (T-LLM) Compiler, which proposes an advancement in compiler technology through a collaborative effort involving high-level LLM code transformations, traditional compilers, and verification tools. Experimental results reveal that it can significantly improve code correctness when tested on a set of PolyBench/C benchmarks. Our approach facilitates iterative code optimization efforts with verification strategies that enable corrective actions. Through this approach, T-LLM Compiler achieves code optimization accuracy of up to 83.3% and a speedup of up to 16.1\% on the PolyBench/C benchmarks, with the transformed code reaching an average of 26.7% speedup wrt standard baselines. Additionally, we release the project's source code to the open-source community.

阅读 arXiv 原文

UI 与 GUI Agent(1 篇)

UI 与 GUI Agent · 0/30 · 2026-08-17MUSE:交互式数据科学元智能体把低频执行轨迹重构成多层语义视图,支持用户定位步骤、提问反馈并修正失败环节MUSE: An Interactive Meta-Agent for Understanding and Steering LLM-powered Data Science Systems

Recent advances in large language models have enabled a new class of agentic data science systems that allow users to complete complex data science workflows through natural language. Although these systems can significantly reduce manual effort, it remains difficult to diagnose their behavior and steer the reasoning process when failures or unexpected outputs occur. We present MUSE, an interactive meta-agent that enhances user understanding and control of agentic data science systems by (1) dynamically restructuring low-level execution traces into multiple semantic levels that support navigation from high-level overviews to low-level implementation details; (2) enabling users to reference specific workflow steps in context to ask grounded questions, provide feedback, and revise problematic steps without manually locating relevant execution history; and (3) supporting mixed-initiative steering by surfacing suspicious steps for inspection, scaffolding the repair process, and translating user repair intent into contextualized instructions for the underlying agent. In a between-subjects study (n = 15), MUSE improved task efficiency and increased users' confidence in understanding and steering agentic data science workflows.

阅读 arXiv 原文

个人知识与本体(2 篇)

个人知识与本体 · 0/30 · 2026-08-17MELD:智能体记忆合并协议以知识图谱为运行时模型,用插入、合并、关联、冲突、拒绝五种结果协调分布式智能体记忆MELD: A Protocol for Merging Knowledge Across Distributed Agentic Memories

Autonomous agents share a transport and can call each other's tools, but they cannot share what they know: no protocol lets two agents' memories reconcile a fact phrased two ways, link related facts held apart, or reconcile contradictory knowledge without silently discarding either claim. We present MELD, a self-managing coherence mechanism for a federation of agent memories whose run-time model is the knowledge graph itself. Each brain admits every incoming claim through a five-outcome procedure (insert, merge, relate, conflict, or reject), decided from three signals (scoped claim-key identity, embedding similarity, and a natural-language-inference verdict) under context and freshness gates, and acting through exactly one auditable, authenticated Patch, the only object that mutates state. A binding onto standard publish/subscribe transport with a per-claim status CRDT keeps sovereign brains coherent in claim status without a coordinator: self-healing after partitions and under lossy routing, and self-protecting against silent rewrite by a peer, under a benign-fault model. MELD does not adjudicate truth; a detected contradiction is preserved for later adjudication, never silently resolved. On HotpotQA distractor, distributed merge is recall-non-inferior to a centralized store under a pre-specified equivalence test and recall-superior to naive union at about 11% less live storage; the merge classifier separates at AUC 0.968 with a 0.013 false-merge rate on adjudicated candidate pairs; the status CRDT reconverges in 30/30 real partition-heal trials where last-writer-wins manages 11/30; and semantic routing delivers about 3x fewer messages at matched recall. We evaluate on a real computing continuum spanning an operator-grade 5G edge, national HPC, and a local tier, with empirically calibrated thresholds.

阅读 arXiv 原文
个人知识与本体 · 4/30 · 2026-08-15智能体记忆基质整体评测统一评测框架下跨三个骨干模型与四套基准,发现宽泛检索利于长上下文问答,无单一基质全面占优Harness the Memory: A Holistic Evaluation of Memory Substrates in Memory Agents

Memory is becoming core infrastructure for long-horizon LLM agents, yet existing evaluations offer limited guidance on which memory substrate, namely the underlying medium in which memory is represented and stored, should be used under different operating regimes. We present a controlled harness evaluation of memory substrates for memory-augmented agents, covering dense and sparse indices, text records, structural stores, hierarchical stores, refinement-based memories, parametric updates, and activation-compatible context mechanisms. Across three backbone models and four benchmark suites spanning user-centric question answering and agent-centric decision-making, we instrument 26 performance and efficiency metrics under a unified harness. Our results show that no single substrate consistently dominates: broad retrieval benefits long-context factual QA, while excessive retrieval can harm sequential decision-making by shifting attention away from action-critical context. Scalability introduces a further routing axis, as substrates that perform well at moderate history lengths can become costly or brittle at longer horizons. These findings motivate substrate routing as a necessary component of adaptive agent memory systems and provide empirical guidance for designing efficient, reliable, and regime-aware long-term memory for LLM agents. Code will be made available upon acceptance.

阅读 arXiv 原文

人机协同与对齐(0 篇)

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