BAAI 发布 DisCo 论文:将 GitHub 仓库蒸馏为 AI4AI 技能,显著提升研究智能体基准表现

DAIR.AI · @dair_ai · X·2026-09-03 23:50·1小时前
AI 导读

BAAI 等机构发布论文 Repo-To-Skill,提出技能驱动的研究智能体 DisCo。任务无关蒸馏将 1,000 个广泛使用的 ML 仓库压缩为 AREX-Skill Library,包含 5,000 多个已验证技能,按 20 个领域和 178 个能力族组织;任务导向蒸馏则按具体任务生成所需技能。

DAIR.AI@dair_ai
45AI 编辑部评分,满分 100

BAAI 发布 DisCo 论文:将 GitHub 仓库蒸馏为 AI4AI 技能,显著提升研究智能体基准表现

2026-09-03 23:50· 1小时前
AI 导读

BAAI 等机构发布论文 Repo-To-Skill,提出技能驱动的研究智能体 DisCo。任务无关蒸馏将 1,000 个广泛使用的 ML 仓库压缩为 AREX-Skill Library,包含 5,000 多个已验证技能,按 20 个领域和 178 个能力族组织;任务导向蒸馏则按具体任务生成所需技能。

Banger paper from BAAI.

If you are building research agents, this one is worth your time.

(bookmark it)

They find that adding skills scores 134.3% higher on MLE-bench, 34.4% higher on PaperBench, 9.2% higher on FrontierCS and 14.0% higher on PassNet.

More details on the approach:

The agent has a strong backbone and a harness for planning, execution, memory and verification, and it still does not know how to make a given method actually work.

That know-how lives in repositories and papers, written for human readers and far too large to load during a task.

DisCo distills it. Task-agnostic distillation condenses 1,000 widely used ML repositories into the AREX-Skill Library, over 5,000 verified skills organized into 20 areas and 178 capability families. Task-oriented distillation writes the skills a concrete task calls for.

Paper: https://arxiv.org/abs/2609.02749

Chat with Paper: https://academy.dair.ai/papers/repo-to-skill-distilling-github-repositories-into-ai4ai-skills-2609.02749