Hugging Face Daily PapersWang Wei, Tiankai Yang, Samyadeep Basu1 min readpaperadvanced
Beyond Top-k Skill Retrieval: Diversity-Aware Skill Routing for LLM Agents
Summary
Beyond Top‑k Skill Retrieval: Diversity‑Aware Skill Routing (DSR) applies a Determinantal Point Process with a query‑residual diversity kernel to rerank skill candidates, balancing relevance and redundancy. On the SkillRouter benchmark it raises recall and full‑coverage, especially for multi‑skill queries, showing that skill routing benefits from set‑selection rather than independent ranking.
- DSR uses a Determinantal Point Process to jointly optimize relevance and non‑redundancy among external skills.
- A query‑residual diversity kernel penalizes overlap only when it harms complementary coverage, not merely shared relevance.
- Benchmark results on SkillRouter show higher recall and full‑coverage than a strong pointwise reranker, with larger gains on multi‑skill queries.
- The work reframes skill routing as a set‑selection problem rather than independent ranking of candidates.
LLM agents that call external tools need efficient skill selection to stay within context limits and avoid redundant calls, so a diversity‑aware router can improve performance on complex tasks.
6/10