公开论文雷达

公开 arXiv 研究简报 · 2026-08-12T00:58:39.085113+00:00

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

四张卡的共识:别让代理自己给自己打分

四篇都在做同一件事的不同侧面:把"生成"和"评判"分开,或给评判换上可控结构。ECAT用独立判别器管住迁移生成器,OpenCodeReview用信息不对称反射器过滤幻觉评论,TCS-Bench用遮蔽引理构造可校准的评测梯度,FRAME则给UI相似度换上带空间权重的图表示。先读能直接照搬进流水线的那两篇。

推荐阅读顺序

  1. 2608.09290:最能直接照搬:规则分发、有界工具、独立反射三点注入确定性,CI审查场景拿来就用。
  2. 2608.09273:把同一条"生成与评判分离"原则放大到整库迁移,用独立判别器和熵门控做长程一致性。
  3. 2608.08880:换个角度:问题出在表示层,先把UI组件连成空间图再传播,是可插拔嵌入模块。
  4. 2608.09538:退到评测方法本身:遮蔽引理造难度梯度,验证代理超90%校准,看怎么量能力。
共性方法
都不信任模型对整体质量的一次性主观判断。ECAT、OpenCodeReview、TCS-Bench各自引入一个与生成者信息隔离的独立评判者(判别器、反射器、验证代理),FRAME则改造表示、把隐含的空间分组显式建成图,让相似度不再靠VLM整体估。
关键分歧
落点不同:OpenCodeReview和ECAT是可直接改造的代理流水线,给的是工程门控;FRAME是可替换的嵌入模块,改的是表示层;TCS-Bench不解决任务、只提供评测梯度和校准过的自动判定。前三产出方法,后一产出尺子。
选择准则
要立刻改进自己的代理流水线,读OpenCodeReview和ECAT;问题在UI屏幕相似度,读FRAME;想衡量而非提升模型的研究级推理能力,读TCS-Bench。

重点深读(4 / 4 篇)

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

形式化与程序验证 6/30

TCS-BENCH: Benchmarking State-of-the-Art Generative AI Theoretical Computer Science Research Ability

TCS-Bench证明:遮蔽引理可分层评测LLM的研究级定理证明能力:如果你在做LLM推理评测,竞赛题基准已经测不出真实差距了:它们自包含、不依赖引理链,会高估模型在真实科研中的表现。TCS-Bench用300道FOCS/STOC/SODA(2020-2026)研究级定理证明任务,靠遮蔽中间引理控制难度,其自动验证代理在100条人工专家标注样本上准确率超90%。

两句看懂

竞赛题基准已饱和且任务自包含,无法反映研究定理对复杂上下文和多步引理链的依赖;TCS-Bench从FOCS/STOC/SODA(2020-2026)收录300道任务,通过遮蔽中间引理分层难度。验证代理在100条人工标注证明对上准确率超90%,但摘录未提供各模型具体通过率。

核心判断

通过遮蔽引理数量分层任务难度,可系统评测LLM的研究级定理证明能力;配套验证代理在100条人工标注样本上准确率超90%,证明该评测体系可操作。

关键要点

1. 竞赛级基准已接近饱和,且题目自包含、不依赖引理链,测不出研究级证明所需的上下文推理能力。 2. TCS-Bench解析顶会命题依赖图,通过遮蔽不同数量中间引理生成难度梯度,验证代理在100条人工专家标注对上校准。 3. 验证代理准确率超90%,自动化评测可行;评测时应遮蔽引理构造梯度,而非直接用自包含竞赛题。

证据与结果

数据集来自FOCS/STOC/SODA 2020-2026年公开论文,共300道任务,覆盖TCS多子领域。难度分层靠遮蔽0至全部中间引理实现。验证器校准使用100条人工专家标注的(目标陈述, 生成证明)对,准确率超90%。摘录未提供各模型通过率、子领域分布比例或失败类型统计。

打开论文原文
它要解决什么
LLM在竞赛题上已接近饱和,但竞赛题自包含、不依赖外部定义和引理链。真正的研究级定理证明依赖复杂上下文与多步引理组合,现有基准测不到这一点。LLM到底能不能完成这类证明?
研究路径
流程为:爬取顶会LaTeX源码,解析命题依赖图(定理、引理、断言),对每条命题枚举不同遮蔽子集生成多难度版本,打包为(上下文、目标陈述、标准证明)JSON。模型生成自然语言证明后,验证代理自动判定正确性,并在100条人工专家标注对上校准,准确率超90%。最高难度是只给主定理,模型需从头重建整条引理链。
这对工程意味着什么
第一步行动:评测LLM研究级推理时,用命题依赖图遮蔽中间引理来构造难度梯度。要避免的捷径:直接拿自包含竞赛题当研究级评测,它们缺乏上下文依赖,会系统性高估模型在真实科研场景中的能力。
证据定位
验证代理在100条人工专家标注的证明对上准确率超90%,说明自动化判定研究级证明可行。数据集共300道任务,覆盖FOCS/STOC/SODA 2020-2026年论文。摘录未提供各前沿模型在300道任务上的具体通过率数字。(筛选维度:形式化验证、可复核评测)
适用边界
摘录未提供各模型通过率及失败模式分析;验证器校准集仅100条样本,规模有限;任务来源限于FOCS/STOC/SODA三个会议,未覆盖其他TCS子领域期刊;子领域比例分布未说明。
方法与英文摘要

从FOCS、STOC、SODA(2020-2026)公开LaTeX源码爬取论文,解析命题依赖图(定理、引理、断言)。对每条命题遮蔽不同数量的中间引理,生成多难度版本,打包为(上下文、目标陈述、标准证明)三元JSON,共300道任务。配套验证代理自动判定生成证明的正确性,并在100条人工专家标注的(目标陈述, 生成证明)对上校准准确率。

We introduce TCS-Bench, a benchmark for evaluating Large Language Models (LLMs) on research-level Theoretical Computer Science (TCS) proof generation. TCS-Bench consists of theorem-proving tasks from papers published at top theoretical computer science venues (STOC, FOCS, and SODA). Each task provides the necessary context to derive a self-contained proof for a target result. We evaluate state-of-the-art models on this benchmark. We verify the correctness of generated proofs via a verification agent, and further benchmark the verifier against human-expert proof judgements on a set of target statements and generated proofs pairs. Our reference verifier achieves over 90% accuracy on the expert labeled set.

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

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

Entropy-based Code Adversarial Translation for Real-world Repository Migration

让独立判别器管住生成器:ECAT把Android整库迁鸿蒙的整体质量做到74.7%:如果你要迁移几万到几十万行的仓库,最怕的不是改错一处代码,而是代理自己给自己打分、错误没修完就宣布完成。ECAT的做法是把打分的人换成一个独立判别器:它计算Code Entropy,生成器只接受能降低熵的改动。在A2H-RepoBench基准上,这套对抗循环把整体迁移质量做到74.7%,并持续超过现有基于代理的方法。

两句看懂

自评估代理在仓库迁移中会系统性高估中间质量,缺陷没修完就提前收敛;ECAT引入独立判别器计算Code Entropy,用文本梯度驱动对抗修复循环,且只提交降低熵的更新。在A2H-RepoBench(数万至数十万LOC)上以节点对齐与功能裁判双指标评估,ECAT整体质量达74.7%,持续超越现有代理方法。

核心判断

把仓库迁移建模为对抗熵最小化、用独立判别器替代自评估,可以克服提前收敛:ECAT在A2H-RepoBench上整体质量74.7%,节点对齐与功能裁判两个维度持续领先现有基于代理的方法。

关键要点

1. 旧假设失效:同一代理既生成又评估,会系统性高估中间仓库质量,残留编译错误、依赖损坏或功能缺失时就提前收敛,且迁移经验无法跨仓库积累。 2. 方法与受控检查:独立判别器计算Code Entropy(正确性+迁移保真度+运行时功能),输出文本梯度定位高熵文件;生成器仅提交降低熵的更新;评估用节点对齐与基于代理的功能裁判双指标控制。 3. 决定性结果与行动:A2H-RepoBench上整体质量74.7%,各规模仓库持续领先现有方法;做大规模迁移时应把评估与生成分离,并用统一指标设单调提交门控。

证据与结果

A2H-RepoBench是首个Android到HarmonyOS真实仓库迁移基准,规模数万至数十万LOC,覆盖编程语言、UI框架、配置与平台API多维转换。评估用两个指标:节点对齐衡量结构保真度,基于代理的功能裁判衡量运行时正确性。ECAT整体质量74.7%,在不同规模仓库上持续优于现有基于代理的方法。失效诊断显示:自评估方法因高估中间质量,在残留编译错误或依赖损坏时就停止迭代。Code Entropy三维权重的具体设置在供给摘录中未给出,会影响独立复现。

打开论文原文
它要解决什么
把数万至数十万行Android仓库迁到HarmonyOS时,LLM代理怎么保持仓库级一致性?更关键的是:自评估会系统性高估中间质量,怎么避免它在残留编译错误、依赖损坏时就提前收工?
研究路径
判别器计算Code Entropy(正确性+迁移保真度+运行时功能),输出文本梯度,定位高熵缺陷文件并推荐修复技能。生成器按梯度修复,只有更新能降低Code Entropy才提交。两者反复交互,把仓库从初始模板一步步推到功能完整状态。成功的低熵轨迹被蒸馏成层次化的自演化记忆树,后续仓库可直接复用这份迁移知识。
这对工程意味着什么
第一步行动:在你的大规模代码迁移流水线里,把评估者和生成者拆开,用一个统一质量指标做单调下降的提交门控。要避开的捷径:不要图省事让单一代理自我改进、自我打分——实验表明这条路径会因为自评估偏高,在缺陷没解决时就停止迭代。
证据定位
在A2H-RepoBench上,ECAT整体迁移质量74.7%。在数万至数十万LOC的不同规模仓库上,它都持续超过现有基于代理的方法。节点对齐与功能裁判两项指标方向一致,都支持这个结论。(筛选维度:可复核评测、软件工程方法)
适用边界
基准只覆盖Android到HarmonyOS这一个迁移方向;仓库来源与规模分布的细节摘录中未提供,基准代表性有待核实;Code Entropy三维权重的设置细节未披露,影响独立复现和向其他任务迁移的评估。
方法与英文摘要

生成器负责Android到HarmonyOS的代码转换。独立判别器计算Code Entropy——一个整合仓库正确性、迁移保真度、运行时功能的统一指标——并输出文本梯度:指出哪些文件熵高、该用哪种修复技能。生成器按梯度修,只有熵下降的更新才允许提交。跑通的低熵轨迹被蒸馏进自演化记忆树,下一个仓库直接复用。评估基准A2H-RepoBench覆盖数万至数十万LOC的真实Android应用,用节点对齐和基于代理的功能裁判两个维度打分。

LLMs have demonstrated strong capabilities in code generation and automated program repair, but migrating an entire repository rarely produces a runnable application because long-horizon translation challenges LLM-based agents' ability to maintain repository-level migration objectives. In this work, we propose Entropy-based Code Adversarial Translation (ECAT), a multi-agent framework for automated Android-to-HarmonyOS repository migration. ECAT formulates repository migration as adversarial entropy minimization through a generator-discriminator architecture. The discriminator measures migration quality using a unified metric called Code Entropy and produces text gradients that specify both file-level generation directives and the skills needed to execute them. Guided by these optimization signals, the generator iteratively updates the repository, and each update is accepted only if it reduces Code Entropy. Repeated generator--discriminator interactions progressively drive the migration from an initial template toward a functionally complete HarmonyOS repository. Successful low-entropy trajectories are further distilled into a self-evolving memory tree, enabling transferable migration knowledge across repositories. We also introduce A2H-RepoBench, the first real-world benchmark for Android-to-HarmonyOS repository migration, covering applications from tens of thousands to hundreds of thousands of lines of code. Evaluated by node alignment and an agent-based functional judge, ECAT achieves 74.7% overall migration quality and consistently outperforms existing agent-based methods across repositories of different scales.

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

OpenCodeReview: Determinism over Non-Determinism for Cost-Effective Agent-Based Code Review

确定性管道让LLM代码审查精度提升2.17倍:如果你要接CI/CD里的自动代码审查,值得先看这条:OpenCodeReview用三个确定性注入点替代Agent自由探索,在200个真实PR上把SEM-F1从11.57%拉到25.10%,Token消耗同时降低5–15倍。

两句看懂

现有LLM审查Agent授予Agent无界工具自由,导致同一PR多次运行结果不稳定且幻觉评论频发;OpenCodeReview通过规则分发、有界ReAct工具集和非对称信息反射三点注入确定性。在200个真实PR的评测集上以SEM-F1衡量,最高达25.10%,同模型基线为11.57%,Token消耗同步降低5–15倍。

核心判断

在审查Agent流水线三点注入确定性(规则分发、有界工具、非对称反射)可同时提升精度、降低幻觉、减少Token开销:AACR-Bench上SEM-F1达25.10%,同模型基线11.57%,Token消耗降5–15倍。

关键要点

1. 旧假设失效:给Agent最大工具自由(含通用bash)带来上下文污染和跨运行非确定性,且Agent视野局限于diff,此前也缺多语言、专家验证评论的PR级标准评测集。 2. 方法:多层规则分发+受约束工具集ReAct循环+文件级并行SubAgent,另设与Agent信息不对称的独立反射器以证伪优先策略过滤幻觉。 3. 结果与行动:SEM-F1最高25.10%(同模型基线11.57%,提升2.17倍),Token降5–15倍;在CI/CD审查场景中按这三点改造流水线。

证据与结果

AACR-Bench含200个真实世界PR、10种编程语言、1505条专家验证评论,专为Agent式代码审查设计,指标为SEM-F1。对比同类主流编码Agent,跨六种LLM后端测试。最优配置SEM-F1达25.10%,同模型基线11.57%,提升2.17倍;Token消耗为对比系统的1/5至1/15。独立反射器在精度提升的同时保留召回率。

打开论文原文
它要解决什么
现有LLM审查Agent有两类问题:给Agent无界工具自由(含通用bash),同一PR多次运行结果不稳定、幻觉评论频发;Agent只能看diff,拿不到仓库级上下文。如何同时消除非确定性、补上上下文、又压低Token开销?
研究路径
多层规则系统确定性地把PR映射到待审文件和审查标准,消除Agent自主分发的随机性。文件级并行SubAgent各持独立上下文,用受约束工具集(输出有界、非通用bash)执行ReAct循环,按需调取跨文件依赖。独立反射器只接收diff,不含Agent工具探索轨迹,以证伪优先策略检查每条评论是否有diff证据支撑,剔除无依据的幻觉评论,同时避免Agent自查时的自我强化偏差。
这对工程意味着什么
第一行动:给审查流水线加一个信息不对称的外部反射器——它只见diff、不见Agent探索记录,以证伪优先过滤幻觉评论,可在不损失召回的前提下提升精度。要避开的捷径:不要用Agent自我批评替代外部过滤,Agent自查自身输出存在自我强化偏差,识别不了幻觉。
证据定位
AACR-Bench上最优配置SEM-F1达25.10%,同模型主流基线为11.57%,提升2.17倍;Token消耗为对比系统的1/5至1/15。独立反射器在提升精度的同时保留召回率,消除了内省式自我批评的自我强化偏差这一失效模式。(筛选维度:可复核评测、软件工程方法)
适用边界
评测仅基于AACR-Bench单一基准;规则库质量直接影响文件选择准确性,规则设计依赖人工先验;跨不同规模仓库和语言组合的泛化性未在论文中充分验证。
方法与英文摘要

流水线分三层注入确定性:(1)多层规则系统确定性地选择待审文件和审查标准,替代Agent自主分发;(2)受约束工具集(输出有界,非通用bash)通过ReAct循环做文件级审查,文件级并行SubAgent按需恢复跨文件依赖;(3)独立反射器只见diff、不见Agent工具探索结果,以证伪优先策略过滤幻觉评论。评测在AACR-Bench(200个真实PR、10种语言、1505条专家验证评论)上进行,跨六种LLM后端,与同类主流编码Agent基线对比,指标为SEM-F1(语义嵌入匹配F1)。

LLM-based code review agents promise scalable, always-on review, yet current systems suffer from two intertwined weaknesses: (1) non-determinism--unbounded tool use makes review outcomes unstable, and (2) context locality--the reviewer's access remains bounded to the diff, capping discoverable issue depth. Both give rise to three challenges: misaligned context retrieval, a coherence-efficiency trade-off in multi-file pull requests, and hallucinated comments that erode trust. To address these, we introduce OpenCodeReview, built on deterministic engineering for uncertain agents: rather than granting maximal freedom, we inject determinism at three deliberate pipeline points. Rule-Guided Dispatch uses a multi-layer rule system to deterministically select files and review criteria, eliminating variability of agent-driven triage. Grounded File Review replaces free-form exploration with a curated tool set exposed through a ReAct loop, while file-level parallel SubAgents balance context coherence against efficiency and recover cross-file dependencies on demand. Independent Reflection introduces a falsification-first filter under an asymmetric information boundary--the reflector sees only the diff, not the agent's tool-augmented exploration--removing hallucinated comments without self-reinforcing bias, improving precision while preserving recall. On AACR-Bench (200 real-world PRs, 10 languages, 1,505 expert-verified comments), OpenCodeReview outperforms mainstream coding agents (e.g., Claude Code and Codex) across six LLM backends, achieving up to 2.17x higher SEM-F1 (25.10% vs. 11.57%) while consuming 5-15x fewer tokens. We open-source OpenCodeReview at https://github.com/alibaba/open-code-review.

代码质量与优化(0 篇)

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

UI 与 GUI Agent(1 篇)

UI 与 GUI Agent 7/30

Fusing UI Structure & Semantics for Feature-Oriented App Screen Retrieval & Clustering

检索UI相似屏幕,把组件连成空间图传播比直接截图喂VLM更准:MRR最高提升13%:做UI测试迁移或重复缺陷识别时,屏幕相似度算不准会直接拖累下游任务。问题在于通用VLM把整张截图当像素网格处理,看不到导航栏、功能组件之间的空间分组。FRAME的做法是先把UI组件解析成带空间权重的图,再做双模态编码和图传播,在三项SE专用基准上检索MRR最高提升13%、聚类准确率最高提升7.6个百分点。

两句看懂

通用VLM把UI界面当像素整体处理,忽略导航栏等功能组件的空间分组关系,导致功能相似但设计不同的屏幕在嵌入空间距离过大、检索不准。FRAME用Vietoris-Rips加权图传播融合视觉与词汇编码,在三项SE基准上检索MRR最高提升13%、聚类准确率最高提升7.6个百分点。

核心判断

UI屏幕语义相似度的关键在于组件间的空间分组关系,而非单一视觉或文本特征;FRAME用Vietoris-Rips图传播融合结构与语义,在三项基准上检索MRR最高提升13%、聚类准确率最高提升7.6个百分点。

关键要点

1. 旧假设失效:通用VLM把UI屏幕当单一像素网格,不建模组件的空间分组,功能相似但设计不同的屏幕嵌入距离过大,检索与聚类精度受限。 2. 方法与对照:FRAME将组件解析为图节点,用Vietoris-Rips算法按空间位置赋权,VLM做视觉与词汇双模态编码后沿图边传播;消融以图构建、权重策略、模态融合为控制变量逐一验证。 3. 结果与行动:检索MRR最高提升13%、聚类准确率最高提升7.6个百分点,移除图传播模块性能下降最显著;应把它作为嵌入模块替换现有管道的相似度计算层。

证据与结果

三个面向软件工程的UI专用数据集,覆盖检索与聚类两类任务;检索用MRR衡量,聚类用准确率衡量,对比多个强基线。结果:检索MRR最高提升13%,聚类准确率最高提升7.6个百分点;消融显示图传播模块缺失时性能下降最显著。摘录未提供数据集规模、具体基线名称及各数据集分项数字,证据以上述汇总结果为限。

打开论文原文
它要解决什么
功能相似但设计不同的UI界面,如何构造能捕捉组件间空间分组关系的嵌入,让屏幕检索与聚类更准确?
研究路径
先把UI屏幕组件解析为图节点;Vietoris-Rips复形算法按空间位置为组件对赋关系权重;大型VLM对每个节点生成视觉与词汇双模态嵌入;嵌入按权重沿图边传播并聚合为屏幕级向量。检索任务用MRR、聚类任务用准确率,对比强基线评测。
这对工程意味着什么
第一步行动:构建UI屏幕嵌入时,先把组件解析成带空间权重的图再做传播,然后再接入你现有的检索或聚类管道。要避开的捷径:直接对整张截图调用通用VLM取向量——这会忽略组件分组关系,让功能相似但设计不同的屏幕嵌入距离系统性偏大,检索与聚类精度虚低。
证据定位
在三项SE专用基准上对比多个强基线:屏幕检索MRR最高提升13%,聚类准确率最高提升7.6个百分点。消融研究逐模块验证贡献,移除图传播模块时性能下降最明显,说明组件关系建模是精度提升的主要来源。(筛选维度:可复核评测、GUI Agent 方法)
适用边界
摘录未说明三个数据集的规模与构成、Vietoris-Rips参数敏感性、跨平台(iOS/Web)泛化能力,以及消融研究所用VLM版本;结论的分布外覆盖范围证据不足。
方法与英文摘要

FRAME分四步:先把UI屏幕的组件解析为图节点;再用Vietoris-Rips复形算法按组件的空间位置给组件对赋予关系权重;然后用大型视觉语言模型对每个节点做视觉与词汇双模态编码;最后沿图边按权重传播嵌入,聚合成屏幕级向量,供检索和聚类任务直接使用。评测在三个面向软件工程的UI专用数据集上进行,覆盖检索与聚类两类任务。

User Interface (UI) programming is challenging due to the complex abstraction gap between code and graphical software representations. To bridge this gap, UI programming tools often rely on screen retrieval and clustering, which require accurate similarity measures based on overlapping features. However, computing feature-oriented similarity is difficult because screens with similar functionality often exhibit design variations. To address this, we propose FRAME (ReinForced UseR InterfAce Screen EMbedding with Graphical Structural ComprEhension), a multi-modal, neuro-symbolic embedding technique. FRAME constructs symbolic, graph-based representations of UI components to encode salient relationships and capture feature patterns across different screens. It leverages large vision-language models for visual and lexical encoding, alongside a novel UI-specific computational geometry algorithm that enables weighted embedding propagation. Across three benchmarks, FRAME outperforms strong baselines by up to 13% MRR in search and 7.6 percentage points in clustering accuracy. A comprehensive ablation study further confirms the benefit of each component, demonstrating FRAME's potential for enhancing automated UI design and testing tools.

个人知识与本体(0 篇)

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

人机协同与对齐(0 篇)

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

本轮分类概览

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

赛道新增候选重点
形式化与程序验证21
软件工程与仓库智能42
代码质量与优化30
UI 与 GUI Agent11
个人知识与本体20
人机协同与对齐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 篇)

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

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

形式化与程序验证 · 6/30 · 2026-08-10TCS-Bench:大模型理论计算机证明能力基准基于STOC/FOCS/SODA论文的定理证明基准,验证智能体在专家标注集上准确率超90%TCS-BENCH: Benchmarking State-of-the-Art Generative AI Theoretical Computer Science Research Ability

We introduce TCS-Bench, a benchmark for evaluating Large Language Models (LLMs) on research-level Theoretical Computer Science (TCS) proof generation. TCS-Bench consists of theorem-proving tasks from papers published at top theoretical computer science venues (STOC, FOCS, and SODA). Each task provides the necessary context to derive a self-contained proof for a target result. We evaluate state-of-the-art models on this benchmark. We verify the correctness of generated proofs via a verification agent, and further benchmark the verifier against human-expert proof judgements on a set of target statements and generated proofs pairs. Our reference verifier achieves over 90% accuracy on the expert labeled set.

阅读 arXiv 原文
形式化与程序验证 · 10/30 · 2026-08-10P³:程序与证明联合规划生成验证代码受Dijkstra启发,先由规范生成统一的程序与证明计划,避免先程序后证明的脆弱修复循环P$^{3}$: Joint Program-and-Proof Planning for Verified Code Generation

Verified code generation asks a large language model (LLM) to generate both an executable program and a machine-checkable proof that the program meets a formal specification, promising software that is correct by construction. The de facto workflow decouples the two halves of the problem: first synthesize a program, then attempt to prove it correct. We observe that this sequential pipeline can be both ineffective and inefficient in practice. A program generated without anticipating its proof can be subtly incorrect or structurally difficult to verify, forcing the LLM into brittle repair loops that alternate between patching the code and patching the proof. Inspired by Dijkstra's view that a program and its correctness argument should be developed hand in hand, we propose $P^3$, an LLM-based agentic workflow that first derives a unified program-and-proof plan from the specification, then elaborates the implementation and proof scaffold under this shared plan. To evaluate verified code generation in realistic settings, we further introduce Lean4Commit0, a repository-derived, library-level benchmark built by extracting core APIs from real-world software repositories and translating their requirements, including relational specifications across APIs, into Lean tasks. Using four frontier LLM backends, we evaluate $P^3$ on Verina, AlgoVeri, and our Lean4Commit0 benchmark, where it achieves the highest solve rate in every benchmark--model setting. Compared with the stronger baseline, it improves solve rates by 4.6--11.2 percentage points and reduces per-task API cost by up to roughly 40\% and wall-clock time by up to roughly 37\% on the difficult subset of each benchmark. A targeted ablation further shows gains of 3.3--8.3 points over implementation-only planning, isolating the benefit of planning the program and proof jointly.

阅读 arXiv 原文

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

软件工程与仓库智能 · 3/30 · 2026-08-10编译器优化差异的顶向下差分分析不同编译器对相同源码产出二进制性能差异大,但摘要截断、根因细节证据有限The Unseen Delta: Characterizing the Compiler Optimization Landscape via Top-Down Differential Analysis

Compiler optimizations are essential for achieving high performance in modern software. However, recent studies highlight the persistence of performance bugs, i.e., subtle defects where the compiler generates functionally correct but computationally inefficient code, leading to significant performance degradation. Existing detection and testing methods typically employ a bottom-up approach, focusing on specific low-level code properties and remaining confined to known optimization rules. Consequently, they struggle to quantify the holistic impact of identified issues and often overlook critical microarchitectural inefficiencies. We observe a key indicator of untapped potential: different compilers often produce binaries with significant performance differences for identical source code. However, the root causes of these discrepancies remain largely unexplored and difficult to pinpoint using current techniques. To bridge this gap, we introduce a top-down differential analysis methodology. This approach calibrates compiler optimization differences with fine-grained, hierarchical microarchitectural metrics, offering a comprehensive view of runtime behavior. Using a sampling-based approach, this method efficiently pinpoints the critical code snippets responsible for performance differences, enabling targeted root cause analysis. Our empirical evaluation uncovers substantial and often surprising performance differences between binaries generated by GCC and Clang. A categorization of root causes reveals systemic challenges in compiler optimizations. To quantitatively validate our findings and demonstrate practical impact, we developed a binary patching framework that fixes identified performance issues by transplanting superior code sequences from competing compilers. This work provides a novel lens for understanding and analyzing optimization defects.

阅读 arXiv 原文
软件工程与仓库智能 · 6/30 · 2026-08-10OpenCodeReview:确定性代码评审智能在规则调度与文件评审等环节注入确定性,抑制不稳定工具调用与幻觉评论OpenCodeReview: Determinism over Non-Determinism for Cost-Effective Agent-Based Code Review

LLM-based code review agents promise scalable, always-on review, yet current systems suffer from two intertwined weaknesses: (1) non-determinism--unbounded tool use makes review outcomes unstable, and (2) context locality--the reviewer's access remains bounded to the diff, capping discoverable issue depth. Both give rise to three challenges: misaligned context retrieval, a coherence-efficiency trade-off in multi-file pull requests, and hallucinated comments that erode trust. To address these, we introduce OpenCodeReview, built on deterministic engineering for uncertain agents: rather than granting maximal freedom, we inject determinism at three deliberate pipeline points. Rule-Guided Dispatch uses a multi-layer rule system to deterministically select files and review criteria, eliminating variability of agent-driven triage. Grounded File Review replaces free-form exploration with a curated tool set exposed through a ReAct loop, while file-level parallel SubAgents balance context coherence against efficiency and recover cross-file dependencies on demand. Independent Reflection introduces a falsification-first filter under an asymmetric information boundary--the reflector sees only the diff, not the agent's tool-augmented exploration--removing hallucinated comments without self-reinforcing bias, improving precision while preserving recall. On AACR-Bench (200 real-world PRs, 10 languages, 1,505 expert-verified comments), OpenCodeReview outperforms mainstream coding agents (e.g., Claude Code and Codex) across six LLM backends, achieving up to 2.17x higher SEM-F1 (25.10% vs. 11.57%) while consuming 5-15x fewer tokens. We open-source OpenCodeReview at https://github.com/alibaba/open-code-review.

阅读 arXiv 原文
软件工程与仓库智能 · 7/30 · 2026-08-10ECAT:熵对抗式仓库迁移框架生成器-判别器多智能体框架,以代码熵统一度量质量并生成文本梯度,迭代迁移安卓至鸿蒙仓库Entropy-based Code Adversarial Translation for Real-world Repository Migration

LLMs have demonstrated strong capabilities in code generation and automated program repair, but migrating an entire repository rarely produces a runnable application because long-horizon translation challenges LLM-based agents' ability to maintain repository-level migration objectives. In this work, we propose Entropy-based Code Adversarial Translation (ECAT), a multi-agent framework for automated Android-to-HarmonyOS repository migration. ECAT formulates repository migration as adversarial entropy minimization through a generator-discriminator architecture. The discriminator measures migration quality using a unified metric called Code Entropy and produces text gradients that specify both file-level generation directives and the skills needed to execute them. Guided by these optimization signals, the generator iteratively updates the repository, and each update is accepted only if it reduces Code Entropy. Repeated generator--discriminator interactions progressively drive the migration from an initial template toward a functionally complete HarmonyOS repository. Successful low-entropy trajectories are further distilled into a self-evolving memory tree, enabling transferable migration knowledge across repositories. We also introduce A2H-RepoBench, the first real-world benchmark for Android-to-HarmonyOS repository migration, covering applications from tens of thousands to hundreds of thousands of lines of code. Evaluated by node alignment and an agent-based functional judge, ECAT achieves 74.7% overall migration quality and consistently outperforms existing agent-based methods across repositories of different scales.

阅读 arXiv 原文
软件工程与仓库智能 · 3/30 · 2026-08-08LLM内部代码正确性信号鲁棒性探究系统变换内部信号的提取方式,检验正确性信号是模型稳健属性还是特定提取方式的伪影On the Robustness of LLMs' Internal Representation of Code Correctness

Code generated by modern language models often reads naturally. Yet, it also often fails to implement what was asked. This should be no surprise, as research shows the models' own confidence signals are poorly calibrated with actual correctness. A promising way to assess correctness looks inside the model: by contrasting the hidden states of correct and incorrect programs, recent work captured an internal signal of code correctness that is able to judge candidate solutions better than the model's token-level or stated confidence, with no test execution. However, this signal was captured under one particular way, leaving open an important question: whether it reflects a robust property of the model or an artifact of that choice. We study this question systematically, varying how the signal is extracted from the model internals. Besides this, we also ask if the signal's quality is limited by the data used to extract it, by constructing program pairs that differ only in the fault that makes them incorrect. Our results show that no single configuration is best, and that isolating the fault does not help.

阅读 arXiv 原文

代码质量与优化(3 篇)

代码质量与优化 · 3/30 · 2026-08-10SmellCC:LLM自动修复代码坏味VS Code扩展,以LLM流水线增强SonarQube,用思维链与少样本学习一键重构Python前十类坏味SmellCC: A Tool for Automated Code Smells Remediation

Code smells significantly threaten software maintainability by accumulating technical debt, yet developers often lack the resources to manually address these flaws under tight release schedules. While static analysis tools like SonarQube provide precise detection, they function largely as passive alert systems, leaving the burden of refactoring on developers. To bridge this gap, we present a novel cleaning tool, namely SmellCC, a Visual Studio Code extension that augments SonarQube with an LLM-based pipeline to automatically detect and refactor Python code smells. By employing Chain-of-Thought (CoT) and few-shot learning, SmellCC provides in-place, one-click remediation for the top-10 most frequent smells, effectively preventing the accumulation of technical debt during development. Our quantitative evaluation demonstrates that our SmellCC is promising in helping developers effectively eliminate code smells (96.8\% cleaning rate) with high accuracy (i.e., 91.3\%), ensuring that the refactored code remains syntactically correct and behavior-preserving, thereby significantly improving long-term software maintainability.

阅读 arXiv 原文
代码质量与优化 · 3/30 · 2026-08-08抽象与提示策略影响LLM性能优化摘要聚焦抽象与提示策略对LLM高性能代码优化的影响,原文截断、具体结论证据有限Effect of Abstractions and Prompting Strategies on LLM-Guided High-Performance Optimizations

Code performance optimization is a vital aspect of modern software development, as it enables faster response times and reduced resource usage. These optimizations require a deep understanding of low-level hardware details and the intricacies of parallel processing, making them challenging even for experienced developers. With the advent of Large Language Models (LLMs), which are increasingly capable of generating and understanding code, there is growing interest in incorporating these models into automated code optimization processes. Traditionally, this automation involves transcribing the source code into a domain-specific representation that can be auto-tuned using grid search or machine learning algorithms, while adhering to strict rules and a limited set of feasible transformations to ensure verifiability. LLMs incorporate high-level code semantics and can thus perform transformations that go beyond verifiable automated optimizations. This paper investigates whether the traditional abstractions used in automated code optimization improve the performance and correctness of LLM-guided optimizations of parallel HPC applications. We evaluate this using the PolyBench benchmark suite and demonstrate that, in our evaluated setting, LLMs provided with specific optimization goals achieve better measured performance and validity rates when generating C code compared to creating computation pipelines and optimization schedules with established frameworks, suggesting that future development should explore alternative approaches for verifiable LLM-guided code optimization.

阅读 arXiv 原文
代码质量与优化 · -3/30 · 2026-08-08LLM嵌入用于程序分析与优化从源码与IR分块嵌入再聚合,算法分类错误率1.54%,较现有最优提升12%LLM-Based Embeddings for Program Analysis and Optimization

Recent advances have highlighted the potential of machine learning, particularly Large Language Models (LLMs), for analyzing and optimizing programs. We present the first application of program embeddings from LLMCompiler---an LLM massively pretrained on intermediate representation (IR) code---to representative program analysis and optimization tasks. We generate program embeddings directly from source and IR code using a simple approach: split programs into chunks, independently embed each chunk with pretrained LLMs, and then aggregate the chunk embeddings into a single program embedding. Our experiments show that combining source and IR code embeddings achieves an error rate of 1.54\% in algorithm classification, a 12\% improvement over the current state-of-the-art, and a competitive accuracy on heterogeneous device mapping. These findings suggest that training a performance-aware LLM for embedding IR code might yield state-of-the-art results in code optimization tasks.

阅读 arXiv 原文

UI 与 GUI Agent(1 篇)

UI 与 GUI Agent · 7/30 · 2026-08-09FRAME:融合UI结构与语义的界面检索多模态神经符号嵌入,构建UI组件图并融合视觉语言模型与计算几何算法,捕获跨界面功能特征Fusing UI Structure & Semantics for Feature-Oriented App Screen Retrieval & Clustering

User Interface (UI) programming is challenging due to the complex abstraction gap between code and graphical software representations. To bridge this gap, UI programming tools often rely on screen retrieval and clustering, which require accurate similarity measures based on overlapping features. However, computing feature-oriented similarity is difficult because screens with similar functionality often exhibit design variations. To address this, we propose FRAME (ReinForced UseR InterfAce Screen EMbedding with Graphical Structural ComprEhension), a multi-modal, neuro-symbolic embedding technique. FRAME constructs symbolic, graph-based representations of UI components to encode salient relationships and capture feature patterns across different screens. It leverages large vision-language models for visual and lexical encoding, alongside a novel UI-specific computational geometry algorithm that enables weighted embedding propagation. Across three benchmarks, FRAME outperforms strong baselines by up to 13% MRR in search and 7.6 percentage points in clustering accuracy. A comprehensive ablation study further confirms the benefit of each component, demonstrating FRAME's potential for enhancing automated UI design and testing tools.

阅读 arXiv 原文

个人知识与本体(2 篇)

个人知识与本体 · 3/30 · 2026-08-08SuperLocalMemory 4.0:本地记融合语义、词法、时间、Hopfield联想等多路召回,具备RBAC、GDPR导出擦除与EU AI法案清单SuperLocalMemory 4.0: The Governed Memory Operating System for AI Agents

AI agents are becoming shared infrastructure, yet durable memory is commonly assembled from separate retrieval, governance, and operational components. We present SuperLocalMemory 4.0, a governed, local-first memory operating system for AI agents. The system combines dense semantic, BM25 lexical, temporal, Hopfield-associative, and spreading-activation retrieval through reciprocal-rank fusion; a governed learning and behaviour layer; bi-temporal recall; multi-scope personal, shared, and global memory; role-based access control; GDPR-oriented export and verified erasure; audit trails; and a deployment-context EU AI Act checklist. V4 introduces a reliability spine for its primary write path: generation-fenced admission, a policy registry, verifiable memory transactions with per-projection apply, verify, compensate, and erase owners, and hash-checkable completion manifests. The runtime is available through CLI, MCP, an HTTP daemon, a dashboard, editor integration, and framework adapters, and supports fully local, local-with-on-device-model, and provider-assisted modes. We evaluate eleven fault-injection and mechanism scenarios, each repeated 200 times. The released evidence bundle reports 2,200 of 2,200 deterministic repetitions upholding their scoped component properties. The governed write envelope measured 3.522 ms at p50 and 5.297 ms at p99, versus 1.835 ms and 2.569 ms for the ungoverned baseline, corresponding to in-process control-plane overheads of 1.687 ms at p50 and 2.728 ms at p99. These are scoped component and mechanism measurements, not an end-to-end multi-process or external retrieval-accuracy benchmark. The paper consolidates prior SuperLocalMemory work on privacy-preserving multi-agent memory, information-geometric retrieval, and the V3.3 Living Brain lifecycle.

阅读 arXiv 原文
个人知识与本体 · 0/30 · 2026-08-07持续智能体中的受控记忆干扰提出CMI受控诊断与数据生成框架,发现良性累积影响有限,关系特定干扰抑制更新可塑性Controlled Memory Interference in Continual LLM Agents

Long-term memory enables AI agents to maintain continuity across sessions, personalize behavior, and evolve through accumulated experience. Yet memory evolution is not simply a process of storing more information: new experiences may reinforce, revise, or interfere with existing memory states. Existing systems mainly emphasize memory construction and relevance-based retrieval, but several memories may remain simultaneously relevant while differing in state, temporal validity, or authority. We introduce Controlled Memory Interference (CMI), a controlled diagnostic and data-generation framework for studying how agent memory evolves under different memory relationships. Across controlled memory evolution, benign accumulation has limited effects, whereas relationship-specific interference sharply suppresses update plasticity with little stability gain, either by blocking target-memory exposure or by disrupting its downstream use. Lexical and Dense retrieval exhibit distinct interference pathways, while poisoning is more sensitive to update-authority cues than to recency alone. Beyond diagnosis, CMI provides targeted examples for interference-aware memory learning, improving the distinction between valid updates and interference-inducing memories while preserving performance on original memory tasks. These findings show that memory evolution is shaped not only by memory scale, but also by interactions among accumulated experiences. More broadly, memory interference emerges as an important factor for reliable continual agent memory systems.

阅读 arXiv 原文

人机协同与对齐(0 篇)

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