Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/2 05:19:25
Who Belongs in the Eval Set? A Capability-Taxonomy-Driven Pipeline for Curating Regression Eval Sets in Agent-Extensibility Platforms
AI 中文解读
微软最近公开了一套给AI助手“考试出题”的智能筛选系统,专门解决一个尴尬问题:客户带来的测试题太多,但平台升级前的“复习时间”有限,不可能全做一遍。这项研究像给每个问题都贴上了“能力标签”,比如“这个题考的是写邮件还是查日历”,再根据标签组合挑选最精简、覆盖面最全的题目放进正式考卷。如果遇到两道题考的能力一样,系统还会对比哪道题考得更深入,更胜者留下。整个过程有AI分类器、评分器和整理器协同工作,就像一位保守的图书管理员,轻易不删旧书,但来了更好的新书也会果断替换。
对于普通用户来说,这意味着你用的AI助手在每次更新后出错的概率会更低,因为它背后那套测试题库一直在用更高效率的方式“练兵”,既不会漏掉关键技能,也不会被重复题拖慢节奏。以后用Copilot这类工具处理工作或学习时,遇到“更新后突然变笨”的尴尬场景会越来越少,AI的稳定性更值得信赖。
Platform teams hosting agent-extensibility surfaces face a regression-economics paradox: every onboarding customer ships an evaluation set tuned to their domain, but the platform's regression set must live under a hard query-count ceiling bounded by release cadence. To our knowledge, no published industrial pipeline addresses this platform-side curation problem: existing evaluation frameworks are customer-side, and benchmark-compression work treats benchmarks as fixed pools rather than streams of incoming sets. We describe a capability-taxonomy-driven curation pipeline applied to declarative agents with custom actions in Microsoft 365 Copilot. It takes an agent specification and a customer's eval set as input, projects each query into a platform-owned capability taxonomy, and outputs per-query decisions (admit, drop, swap, or human review), under the philosophy that a healthy regression set is the minimal set of queries capturing the maximal spread of capability signatures -- distinct combinations of capabilities a query exercises together. Three components instantiate this: a classifier producing per-(query, capability) verdicts via a hybrid of deterministic specification-based extraction and large-language-model (LLM) semantic inference; an Invocation Quality (IQ) rater scoring how thoroughly a query exercises each capability, so a new query sharing a signature with an existing entry can still be recognized as a better test and displace it; and a consolidator comparing incoming queries against the regression set on coverage and quality through a rule-based decision cascade, backed by a conservative curator that only suggests evictions. The mechanism is taxonomy-agnostic and applies to any regression eval-set curation problem with a typed capability taxonomy, including taxonomies that evolve in response to the very evidence the pipeline surfaces.
分享
阅读原文 ↗