公开论文雷达

公开 arXiv 研究简报 · 2026-09-01T00:48:35.053675+00:00

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

两篇都在教你别用旧代理指标

两张卡都研究LLM工程实践,都靠大样本实证推翻一个惯常做法。2608.27621讲提示词的句法特征能在推理前预测性能,R²约0.38-0.42,可先筛选再调用;2608.28497讲Agent插件的指令文件与脚本必须一起改,78%协同变更有功能耦合。前者面向写提示词的人,后者面向维护插件的人。

推荐阅读顺序

  1. 2608.27621:覆盖面更广,凡是写提示词、要省LLM调用的人都用得上,先读能立刻改变筛选习惯。
  2. 2608.28497:场景更窄,只针对维护Agent插件的人,读它前最好已理解上一篇的实证套路。
共性方法
两篇都是大样本实证,都点名一个大家习惯用的代理指标失效:27621说词汇多样性不预测性能,28497说传统OSS的提交类型指标套不到插件仓库。两者都给出推理/提交前的具体动作,而非事后补救。
关键分歧
27621是推理前的预测与筛选,用9000个受控变体做回归,帮你少调用模型;28497是构建后的维护协同,靠挖77773次提交历史,帮你别只改一侧。一个管选提示词,一个管改插件。
选择准则
你在优化提示词、想省LLM调用,先读27621;你在维护Agent插件、常改skills目录,直接读28497。两件事不重叠,按当下手头活选。

重点深读(2 / 2 篇)

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

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

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

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

Predicting LLM Performance from Prompt Linguistic Features: An Empirical Study in Requirements Engineering

提示词语言特征可在推理前预测LLM性能:通过对100个初始提示词生成9000个语言受控变体,在需求分类任务上用5个开源LLM评测625条标注需求,研究发现提示词的句法与形态句法特征可在推理前预测LLM性能(R²∈[0.38,0.42]),支持低成本提示词筛选。

两句看懂

提示词工程长期依赖试错和反复LLM调用来评估效果,本研究检验提示词语言特征能否在推理前预测LLM性能。实验以9000个受控变体在5个开源LLM和625条标注需求上测试,语言特征对所有评测指标均显著预测,R²达0.38–0.42。

核心判断

提示词的语言特征(尤其是句法和形态句法属性)可在推理前显著预测LLM在需求分类任务上的性能(R²∈[0.38,0.42]),为低成本提示词筛选提供可解释的先验信号。

关键要点

1. 现有提示词工程方法(模板设计与自动提示优化)均不能在推理前从语言属性估计性能,每次候选评估都依赖完整LLM调用,缺乏系统原则指导提示词质量判断。 2. 从100个初始提示词变动30项语言指标生成9000个受控变体,控制任务为二分类,数据集为625条标注需求;以分层10折交叉验证训练回归模型,置换检验排除偶然显著;特征重要性区分跨模型通用预测因子与模型特定预测因子。 3. 语言特征对F1/F2/精确率/召回率均显著预测(R²∈[0.38,0.42],q<0.05);句法与形态句法特征主导预测信号;复合依存分布、连词密度、词/句长度为跨模型一致预测因子;词汇多样性无预测力,不应作为质量维度。

证据与结果

数据集:625条带标注需求,执行二分类任务;提示词变体:从100个初始提示词生成9000个,通过变动30项语言指标构建;模型:5个开源LLM;评测指标:F1、F2、精确率、召回率;协议:分层10折交叉验证,置换检验验证显著性;结果:所有指标R²∈[0.38,0.42],q<0.05;句法与形态句法特征主导预测信号;词汇多样性无预测力;降低LLM性能的语言模式与增加人类阅读难度的模式存在重叠。

打开论文原文
它要解决什么
提示词的可测量语言属性能否在LLM推理前预测其性能,从而支持低成本的提示词选择与优化?
研究路径
对100个初始提示词变动30项语言指标生成9000个受控变体;5个开源LLM在625条标注需求上执行二分类推理;分层10折交叉验证训练回归预测器,置换检验过滤无效特征;特征重要性分析输出跨模型通用预测因子(复合依存分布、连词密度、词/句长度)和模型专属预测因子。
这对工程意味着什么
构建提示词语言特征回归器作为低成本筛选器,优先评估句法复杂度和连词密度等指标;避免以词汇多样性作为提示词质量代理,该维度对LLM性能无预测力。
证据定位
语言特征对所有目标指标(F1、F2、精确率、召回率)均显著预测,R²∈[0.38,0.42],q<0.05;句法与形态句法特征贡献最大预测信号;词汇多样性对LLM性能无预测力。(筛选维度:可复核评测、软件工程方法)
适用边界
实验仅在需求二分类单一任务上验证,数据集规模625条;5个开源LLM的结论是否适用于其他SE任务、闭源模型或不同任务领域,论文摘录未提供证据。
方法与英文摘要

从100个初始提示词出发,通过变动30项语言指标生成9000个语言受控变体;5个开源LLM在625条带标注需求上执行二分类;以分层10折交叉验证训练回归预测器,并用置换检验评估显著性;特征重要性分析区分跨模型通用预测因子与模型特定预测因子。

Background. LLM outputs are highly sensitive to prompt formulation: small wording changes can substantially affect output quality. This matters in software engineering, where prompts guide requirements analysis, code generation, and artefact synthesis. Poor formulations yield unreliable artefacts, yet practitioners lack principled ways to assess a prompt before inference, making selection depend on costly LLM calls and trial-and-error refinement. Aims. We investigate whether measurable linguistic properties of prompts can predict LLM performance before inference, enabling low-cost prompt selection and refinement, validated on binary requirements classification targeting F1, F2, precision, and recall. Method. We generate 9,000 linguistically controlled prompt variants from 100 initial prompts by varying 30 linguistic metrics, evaluated with five open-source LLMs on 625 annotated requirements. Regression predictors are trained via stratified 10-fold cross-validation with permutation-based significance testing; feature importance analysis identifies cross-LLM and model-specific predictors. Results. Linguistic features significantly predict prompt performance across all targets (R2 in [0.38,0.42], q<0.05). Syntactic and morphosyntactic features drive most predictive signal; cross-LLM predictors include compound dependency distribution, conjunction density, and word/sentence length, reflecting sensitivity to domain vocabulary and complex structures. Conclusions. Results suggest practical implications for prompt engineering, including overlap between linguistic patterns that reduce LLM performance and those that increase human comprehension difficulty, and the irrelevance of lexical variety as a quality dimension. More broadly, linguistic profiling combined with standard regression provides an effective, interpretable, low-cost prior before costly optimisation pipelines.

代码质量与优化(1 篇)

代码质量与优化 6/30

On the Maintenance and Co-evolution of Agent Plugins: An Empirical Study of Claude Code Plugin Marketplaces

Agent插件需要持续维护:指令文件和脚本必须一起改,单独改一边78%会出问题:如果你维护AI代理插件,这条结论直接影响你的提交习惯:插件里的自然语言指令文件和实现脚本是耦合制品,不是各改各的。研究者分析了1926个仓库、8351个插件、77773次提交后发现,skills目录内78%的协同变更具有功能耦合,高于随机基准——单独更新一侧大概率引入静默失同步缺陷。

两句看懂

传统软件工程把功能依赖建立在源代码层面,没有考虑自然语言指令文件与脚本的跨模态协同维护需求。研究分析1926个仓库的77773次提交后发现:skills目录内78%的协同变更具有功能耦合,特性提交占比39.6%是传统OSS(17.2%)的2.3倍。

核心判断

Agent插件中自然语言指令文件与实现脚本存在功能耦合的协同维护依赖,单独更新一侧会引入静默失同步缺陷。证据:skills目录78%的协同变更具有功能耦合,高于随机基准。

关键要点

1. 旧假设失效:传统OSS维护框架假设功能由源代码承载,直接迁移到Agent插件仓库会语义失真,docs/perf/style/refactor四类提交在插件上下文中含义显著不同。 2. 方法与检验:抓取1926个仓库(8351个插件、77773次提交),按组件类型拆解协同变更配对,以随机期望为基准检验skills目录协同变更率,并人工验证功能耦合;AI代理共同撰写34.9%提交是额外变量。 3. 决定性结果与做法:78%协同变更具有功能耦合,特性提交占比39.6%是传统OSS(17.2%)的2.3倍,插件活动量6个月增长8.8倍;应把指令文件与脚本作为原子变更单元同步提交。

证据与结果

数据集来自公开平台的1926个仓库、8351个插件、77773次提交、2018个市场,采集窗口为平台发布后约6个月。结果:插件活动量增长8.8倍;软件工程类插件占61.3%;特性提交占39.6%(OSS对照为17.2%);AI代理共同撰写34.9%提交;skills目录内协同变更78%具有功能耦合,高于随机水平;docs/perf/style/refactor四类提交语义与传统软件显著偏移。

打开论文原文
它要解决什么
Agent插件是持续维护的制品还是一次性产出?自然语言指令文件与实现脚本之间是否存在协同演化依赖?
研究路径
研究者从公开平台抓取插件仓库的提交历史,识别每次提交触及的组件类型。对skills目录内指令文件与脚本的共同变更配对,以随机期望为基准判断协同演化是否显著,再人工抽样验证配对的功能耦合性,并对照传统OSS提交类型分布量化语义偏移程度。
这对工程意味着什么
第一个行动:修改Agent插件时,把自然语言指令文件和实现脚本作为原子变更单元一起提交,78%的功能耦合率说明只改一边大概率失同步。要避开的捷径:不要用传统OSS的docs/perf/style提交比例来评估插件仓库的维护健康度,这些类别在插件上下文中含义已经偏移。
证据定位
skills目录内自然语言指令文件与脚本的协同变更率高于随机基准,78%的协同变更配对具有功能耦合。插件的特性提交占39.6%,是传统OSS(17.2%)的2.3倍。插件活动量在6个月内增长8.8倍,软件工程类插件占61.3%,AI代理共同撰写34.9%的提交。(筛选维度:可复核评测、软件工程方法)
适用边界
研究只覆盖公开仓库,不含私有或企业内部插件;时间窗口仅为平台发布后约6个月,长期演化趋势未知;功能耦合判定含人工标注,标注规模与一致性指标未在摘要中详述。
方法与英文摘要

研究者从公开代码托管平台抓取1926个托管AI代理插件市场的仓库,覆盖8351个插件、77773次提交、2018个市场,时间窗口为平台发布后约6个月。他们按组件类型(自然语言指令文件、脚本、配置文件)统计提交分布与协同变更频率,以传统OSS提交类型分布为对照基准,检验skills目录内协同变更率是否高于随机期望,并对协同变更配对做功能耦合人工验证。

AI coding agents, software tools that automate development tasks through reasoning and tool use, are increasingly extended through plugin marketplaces, yet the structure, maintenance, and co-evolution dynamics of these emerging repositories remain empirically unexplored. Unlike traditional software packages that deliver functionality through source code, agent plugins deliver functionality through a combination of natural-language instruction files, scripts, and configuration files, raising the question of whether these plugins are maintained artifacts that co-evolve across components, or one-off artifacts that developers write once and do not need to revisit. To study the maintenance and co-evolution of agent plugins, we conduct an empirical study of 1,926 repositories hosting Claude Code plugin marketplaces, analyzing 8,351 plugins and 77,773 commits across 2,018 marketplaces. We find that the marketplace is expanding rapidly, plugin-touching commit activity growing 8.8x over six months after the October 2025 launch, and plugins targeting Software Engineering tasks accounting for 61.3% of all plugins. Plugin development is predominantly feature-driven, with feature commits occurring at more than twice the rate of conventional open-source software (OSS) (39.6% vs. 17.2%). Claude co-authors 34.9% of all commits, and four commit types (docs, perf, style, and refactor) carry substantially different meanings in plugin repositories than in traditional software. Most component types evolve independently, but within skills directories, natural-language instruction files and implementation scripts co-evolve at above-chance rates, with 78% of co-changes being functionally coupled, representing a new class of maintenance dependency not observed in traditional software engineering.

UI 与 GUI Agent(0 篇)

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

个人知识与本体(0 篇)

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

人机协同与对齐(0 篇)

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

本轮分类概览

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

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

近一个季度监测日历

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

近 14 次监测窗口

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

本轮新增候选(5 篇)

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

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

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

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

软件工程与仓库智能 · 8/30 · 2026-08-28开源ML鲁棒性评估工具可持续性研究挖掘28个开源鲁棒性评估工具仓库,分析其维护、社区参与与长期可持续性Sustainability of Open-Source Machine Learning Robustness Assessment Tools: A Repository Mining Study

Robustness evaluation is essential for deploying machine-learning (ML) systems in real-world settings, where models may face adversarial perturbations, distribution shifts, and other operational stressors. Many open-source tools, including Adversarial Robustness Toolbox, Foolbox, and Robustness Gym, support robustness testing and evaluation. However, little is known about how these tools are maintained, publicly engaged with, and sustained over time, even though practitioners may rely on them to select evaluation dependencies, reproduce robustness assessments, and provide evidence for AI assurance. We present an empirical study of the open-source robustness tooling ecosystem. Starting from a curated seed set derived from prior work, we systematically searched GitHub and identified 28 robustness-tool repositories. We analyzed repository artifacts to characterize observable community engagement, maintenance activity, and project longevity using established software-engineering metrics. Our results show that engagement and maintenance are unevenly distributed, with sustained activity concentrated in a small subset of repositories. At the data collection date of January 21, 2026, five repositories were classified as active, 22 as inactive, and one as archived. These findings highlight the need to treat robustness tools as evolving software systems.

阅读 arXiv 原文
软件工程与仓库智能 · 7/30 · 2026-08-28有限模拟预算下的游戏平衡边界发现将游戏平衡回归测试建模为有限模拟预算下的边界发现问题,定位平衡失守区域Where Does Balance Break? Boundary Discovery for Game Balance Testing under a Finite Simulation Budget

Software testing often relies on assumptions such as reproducible executions and stable correctness criteria. However, many modern software systems exhibit non-deterministic executions and large behavior spaces, making exhaustive exploration impractical and single-run judgments unreliable. These characteristics make it difficult to identify where acceptable behavior ends and problematic behavior begins. Competitive multiplayer games represent a challenging instance of such systems, where balance must be maintained so that no single strategy dominates. Even small parameter changes can trigger abrupt balance disruption, yet detecting such failures requires repeated simulations under non-deterministic outcomes and high-dimensional parameter spaces. In this paper, we formulate game balance regression testing as a boundary-discovery problem under a finite simulation budget. The objective is to efficiently identify inputs near the boundary that separates balanced and unbalanced regions. To address this problem, we propose BBExplorer, which combines multi-directional candidate generation, budget-aware two-stage screening, and adaptive step-size shrinkage for boundary refinement. Experimental results on two games with different levels of complexity show that the approach is strong in low-dimensional settings and remains effective in higher-dimensional ones. It also exhibits stable boundary behavior across unseen random seeds and threshold settings. These results indicate that BBExplorer is effective for practical balance regression testing and, more broadly, for boundary-oriented testing in non-deterministic, budget-constrained systems.

阅读 arXiv 原文
软件工程与仓库智能 · 8/30 · 2026-08-27依据提示词语言特征预测LLM性能生成9000个受控提示变体,用30个语言指标预测需求分类任务上的LLM表现Predicting LLM Performance from Prompt Linguistic Features: An Empirical Study in Requirements Engineering

Background. LLM outputs are highly sensitive to prompt formulation: small wording changes can substantially affect output quality. This matters in software engineering, where prompts guide requirements analysis, code generation, and artefact synthesis. Poor formulations yield unreliable artefacts, yet practitioners lack principled ways to assess a prompt before inference, making selection depend on costly LLM calls and trial-and-error refinement. Aims. We investigate whether measurable linguistic properties of prompts can predict LLM performance before inference, enabling low-cost prompt selection and refinement, validated on binary requirements classification targeting F1, F2, precision, and recall. Method. We generate 9,000 linguistically controlled prompt variants from 100 initial prompts by varying 30 linguistic metrics, evaluated with five open-source LLMs on 625 annotated requirements. Regression predictors are trained via stratified 10-fold cross-validation with permutation-based significance testing; feature importance analysis identifies cross-LLM and model-specific predictors. Results. Linguistic features significantly predict prompt performance across all targets (R2 in [0.38,0.42], q<0.05). Syntactic and morphosyntactic features drive most predictive signal; cross-LLM predictors include compound dependency distribution, conjunction density, and word/sentence length, reflecting sensitivity to domain vocabulary and complex structures. Conclusions. Results suggest practical implications for prompt engineering, including overlap between linguistic patterns that reduce LLM performance and those that increase human comprehension difficulty, and the irrelevance of lexical variety as a quality dimension. More broadly, linguistic profiling combined with standard regression provides an effective, interpretable, low-cost prior before costly optimisation pipelines.

阅读 arXiv 原文

代码质量与优化(1 篇)

代码质量与优化 · 6/30 · 2026-08-28智能体插件维护与共演化实证研究基于1926个仓库、8351个插件与77773次提交,考察Claude Code插件市场是否持续维护与共演化On the Maintenance and Co-evolution of Agent Plugins: An Empirical Study of Claude Code Plugin Marketplaces

AI coding agents, software tools that automate development tasks through reasoning and tool use, are increasingly extended through plugin marketplaces, yet the structure, maintenance, and co-evolution dynamics of these emerging repositories remain empirically unexplored. Unlike traditional software packages that deliver functionality through source code, agent plugins deliver functionality through a combination of natural-language instruction files, scripts, and configuration files, raising the question of whether these plugins are maintained artifacts that co-evolve across components, or one-off artifacts that developers write once and do not need to revisit. To study the maintenance and co-evolution of agent plugins, we conduct an empirical study of 1,926 repositories hosting Claude Code plugin marketplaces, analyzing 8,351 plugins and 77,773 commits across 2,018 marketplaces. We find that the marketplace is expanding rapidly, plugin-touching commit activity growing 8.8x over six months after the October 2025 launch, and plugins targeting Software Engineering tasks accounting for 61.3% of all plugins. Plugin development is predominantly feature-driven, with feature commits occurring at more than twice the rate of conventional open-source software (OSS) (39.6% vs. 17.2%). Claude co-authors 34.9% of all commits, and four commit types (docs, perf, style, and refactor) carry substantially different meanings in plugin repositories than in traditional software. Most component types evolve independently, but within skills directories, natural-language instruction files and implementation scripts co-evolve at above-chance rates, with 78% of co-changes being functionally coupled, representing a new class of maintenance dependency not observed in traditional software engineering.

阅读 arXiv 原文

UI 与 GUI Agent(0 篇)

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

个人知识与本体(1 篇)

个人知识与本体 · 3/30 · 2026-08-28智能体记忆对不可回答问题处理的作用统一智能RAG框架下评估四种记忆方法,记忆收益有选择性且跨数据集迁移脆弱What Makes Agent Memory Useful for Reliable Unanswerable Question Handling?

Reliable handling of unanswerable questions (UAQs) is critical for trustworthy LLM-based agents. Although memory is widely used in agent systems, its role in reliable UAQ handling remains unclear. We present a systematic study of agent memory for UAQ handling under a unified agentic RAG framework, evaluating four representative memory methods across three UAQ-related datasets and two base models. We find that memory can improve UAQ performance in some settings, but such gains are selective rather than universal and remain fragile under dataset shift. Interestingly, cross-model memory reuse is often more feasible than cross-dataset transfer, suggesting that shifts in answerability patterns pose a greater challenge to memory reuse than changes in the base model itself. We further find that UAQ gains are more strongly preserved through decision guidance than through trajectory shaping, and that memory effectiveness depends strongly on representation. In particular, procedural and rule-based memories often provide the most reliable support for UAQ handling, while memory composition is most effective when procedural guidance is combined with complementary behavioral signals. Overall, our findings suggest that reliable UAQ memory depends less on storing larger amounts of experience and more on preserving transferable behavioral guidance.

阅读 arXiv 原文

人机协同与对齐(0 篇)

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