paper-with-me

Papers

When Tool-Backed Skill Retrieval Fails: Source-Style Collapse in Executable Capability Retrieval

2026-08-17 · Yiqi Liu, Joseph James, Yang Wang, Chenghao Xiao, Chenghua Lin arxiv

Large-scale agents increasingly rely on retrieval to access external capabilities. We study this retrieval gate in structured tools and APIs, a measurable class of tool-backed executable skills that must be surfaced before an agent can plan, incorporate, or act. In this setting the retrieval layer can silently fail even when the capability corpus is fixed: on ToolRet, a retriever fine-tuned on one source-specific slice collapses on another source-specific slice of the same benchmark, with FT-1100 despite its higher lexical overlap with the gold tools. We call this failure mode source-style collapse. Query-side TF-IDF fingerprints flag source styles on which the fine-tuned retriever is likely to fail better than semantic or length-based proxies, giving a cheap signal for mismatch over a fixed tool corpus. We propose ToolScout, a source-aware routing method that uses this signal as a routing guard: on the mixed 4,996-query stream, TF-IDF-based routing raises coverage from 22.3% to 86.1%, and across five collapsed sources 20 matched examples raise the coverage-weighted global top-1 proxy from 1.3% to 53.9%. The same failure and routing behaviors persist when tools are rerendered as executable skill cards, which rules out raw API-schema format as the sole cause.

📄 PDF Abstract BibTeX arXiv:2608.16502

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Comparative Approaches to Agent Retrieval over Large Skill Libraries

2026-08-06 · Indivara Kolluru, Nathan Sportsman arxiv

Agents backed by large skill libraries must decide which skills to load and in what order. Loading the entire library into context is expensive and provides no structure for autonomous sequencing. We study two systems fo…

SkillDAG: Self-Evolving Typed Skill Graphs for LLM Skill Selection at Scale

2026-06-02 · Tong Bai, Zhenglin Wan, Pengfei Zhou, Xingrui Yu 외 arxiv

As LLM agents adopt large skill libraries, selecting the right subset becomes a structural problem rather than a similarity-matching one: skills depend on, conflict with, specialize, or duplicate one another, a structure…

Skill Retrieval Augmentation for Agentic AI

2026-04-27 · Weihang Su, Jianming Long, Qingyao Ai, Qiaozhi He 외 arxiv

As large language models (LLMs) evolve into agentic problem solvers, they increasingly rely on external, reusable skills to handle tasks beyond their native parametric capabilities. In existing agent systems, the dominan…

Audited Skill-Graph Self-Improvement for Agentic LLMs via Verifiable Rewards, Experience Synthesis, and Continual Memory

2025-12-28 · Ken Huang, Jerry Huang arxiv

Reinforcement learning is increasingly used to transform large language models into agentic systems that act over long horizons, invoke tools, and manage memory under partial observability. While recent work has demonstr…

Reinforcement Learning

SkillSmith: Co-Evolving Skills and Tools for Self-Improving Agent Systems

2026-05-31 · Yangbo Wei, Zhen Huang, Shaoqiang Lu, Junhong Qian 외 arxiv

Recent self-evolving agents have shown that skills can be discovered, refined, and accumulated through execution. However, existing skill-evolution frameworks typically assume a fixed tool layer and evaluate each skill i…