Distilled repository skills improve agents conducting machine-learning research

DisCo converts practical knowledge from GitHub repositories into compact skills that substantially improved a research agent on four benchmarks.

PaperIndustrycs.AIarXiv:2609.02749v1
Jianlyu Chen · Yuyang Hu · Hongjin Qian · Jiawei Liu · Wenqing Wei · Xiaolong Chen · +5 more

Beijing Academy of Artificial Intelligence · University of Science and Technology of China · Renmin University of China · Hong Kong Polytechnic University

Research Digest··2 min read
The authors built an agent that distills operational know-how from repositories and papers, then retrieves those skills while carrying out machine-learning research tasks. With the GPT-5.5 backbone, harness, and execution budget held constant, adding skills raised benchmark scores by 9.2% to 134.3% relative to the same agent without them.

What they did

The authors developed DisCo, a research agent that creates and applies reusable skills encoding operational knowledge—the practical steps required to make methods work. Its pipeline supports both task-agnostic distillation from widely used repositories and task-oriented distillation for a specific research problem.

They used the task-agnostic pipeline to build the AREX-Skill Library: more than 5,000 verified skills derived from 1,000 machine-learning repositories and organized into 20 areas and 178 capability families. They compared skill-equipped and skill-free versions of the agent while holding the GPT-5.5 backbone, research harness, and downstream execution budget fixed.

Key findings

  • Adding distilled skills increased the agent’s MLE-bench score by 134.3% relative to the no-skill version.
  • Scores also rose by 34.4% on PaperBench, 9.2% on FrontierCS, and 14.0% on PassNet.
  • The resulting library contains more than 5,000 verified skills spanning 178 capability families across 20 machine-learning areas.
  • Because the backbone, harness, and execution budget were fixed, the reported differences isolate the contribution of the added operating context within this setup.

Why it matters

The results suggest that an agent’s capabilities depend not only on its model and orchestration harness, but also on whether practical domain knowledge is packaged into compact, retrievable instructions. Repository-to-skill distillation could let research agents reuse implementation experience rather than repeatedly reconstructing it from large codebases and papers.

Caveats

The abstract reports relative improvements but not absolute scores, uncertainty estimates, distillation costs, or detailed verification procedures. The evaluation also uses one stated backbone and focuses on machine-learning research benchmarks, leaving open how well the approach transfers to other models, domains, and genuinely novel tasks.

§
newspaper

Research Digest

Articles published under the Zotpaper byline are synthesized from multiple source publications by our AI editor and reviewed by our editorial process. Each story combines reporting from credible outlets to give readers a balanced, comprehensive view.