paper-with-me

홈 › Papers

Beyond Top-k Skill Retrieval: Diversity-Aware Skill Routing for LLM Agents

2026-09-05 · Wang Wei, Tiankai Yang, Samyadeep Basu, Hongjie Chen, Yue Zhao, Zhengzhong Tu, Xiyang Hu, Franck Dernoncourt, Ryan A. Rossi, Hoda Eldardiry hf

Large language model (LLM) agents increasingly rely on external skills, but routing user requests over large skill registries is difficult because many skills are functionally redundant while complex tasks often require complementary skill sets. Existing skill routers typically rank candidates independently by query relevance, which can waste context budget on redundant skills. We propose Diverse Skill Routing (DSR), a diversity-aware reranking framework that uses a Determinantal Point Process to balance relevance and non-redundancy. DSR introduces a query-residual diversity kernel that penalizes redundant skill overlap while reducing penalties caused only by shared query relevance. On the SkillRouter benchmark, DSR improves recall and full coverage over a strong pointwise reranking baseline, with larger gains on multi-skill queries. These results suggest that skill routing should be treated not only as relevance ranking, but also as complementary set selection.

📄 PDF Abstract BibTeX arXiv:2609.05824

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Field Aware Agent Skill Retrieval

2026-08-03 · Paimon Goulart, Liang Wu, Kelly Wan, Evangelos E. Papalexakis 외 arxiv

As lifelong learning agents accumulate lifelong growing skill banks, retrieving the correct skill becomes an increasingly important bottleneck. Most current skill retrieval methods treat each skill as one flat document b…

SkillSelect-Serve: QoS-Aware Budgeted Skill Service Recommendation for LLM Agents

2026-05-08 · Jingyuan Zheng, Dongjing Wang, Xin Zhang, Butian Huang 외 arxiv

Reusable agent skills are emerging as a service-oriented capability layer for Large Language Model (LLM) agents. Unlike plain retrieval items, a skill exposes functional capabilities, input-output assumptions, tool depen…

Graph-of-Skills: Dependency-Aware Structural Retrieval for Massive Agent Skills

2026-04-07 · Dawei Liu, Zongxia Li, Hongyang Du, Xiyang Wu 외 arxiv

Modern LLM agents increasingly rely on reusable skills, and as they interact with personal applications, web browsers, and other interfaces, skill libraries can scale to thousands of skills. Scaling to larger skill sets …

Semantic Retrieval

Group of Skills: Group-Structured Skill Retrieval for Agent Skill Libraries

2026-05-07 · Kun Zeng, Yu Huo, Siyu Zhang, Zi Ye 외 arxiv

Skill-augmented agents increasingly rely on large reusable skill libraries, but retrieving relevant skills is not the same as presenting usable context. Existing methods typically return atomic skills or dependency-aware…

Skill-RAG: Failure-State-Aware Retrieval Augmentation via Hidden-State Probing and Skill Routing

2026-04-17 · Kai Wei, Raymond Li, Xi Zhu, Zhaoqian Xue 외 arxiv

Retrieval-Augmented Generation (RAG) has emerged as a foundational paradigm for grounding large language models in external knowledge. While adaptive retrieval mechanisms have improved retrieval efficiency, existing appr…