ZeroHour
Hugging Face daily paperspublished ()ingested Pingchen Lu, Xiangyi Wang, Xiang Li

COBRA-Skills: Contextual Bandit-Guided Evolution for Agent Skill Optimization

infoAI researchimportance 30
AI summary · glm-5.3

COBRA-Skills uses contextual bandits to guide LLM agent skill evolution, cutting optimization cost 55-58% versus SkillOpt while topping six agent benchmarks.

COBRA-Skills formulates LLM agent skill optimization as budgeted sequential optimization over a dynamically evolving candidate space. It couples contextual-bandit-guided prioritization with evidence-grounded skill evolution, selectively spending execution-based evaluations on promising candidates while refining skills from feedback. Across six heterogeneous agent benchmarks and three target models, it achieves the strongest average performance while reducing optimization cost by 55-58% relative to SkillOpt using only 50 unique optimization examples per benchmark. The method remains robust to agent harness changes and works when the target model generates its own skills.

  • Frames skill optimization as budgeted sequential optimization over evolving candidates
  • Contextual bandits prioritize which skill candidates receive costly evaluations
  • 55-58% cost reduction versus SkillOpt with only 50 examples per benchmark
  • Best average performance across six benchmarks and three target models
Full article140 words · extracted from huggingface.co · click to collapse

Large language model (LLM) agents can benefit from reusable skills distilled from prior task experience, yet existing skill optimization methods often rely on costly execution-based evaluation and substantial task data. We introduce COBRA-Skills, an efficient framework that formulates skill optimization as budgeted sequential optimization over a dynamically evolving candidate space. COBRA-Skills couples contextual-bandit-guided prioritization with evidence-grounded skill evolution, selectively allocating evaluations to promising or informative candidates while continually refining the skill population from execution feedback. Across six heterogeneous agent benchmarks and three target models, COBRA-Skills consistently achieves the strongest average performance among compared methods, while reducing optimization cost by 55--58\% relative to SkillOpt and using only 50 unique optimization examples per benchmark. Further analyses show that COBRA-Skills remains robust to changes in the agent harness and performs effectively when the target model itself is used for skill generation and refinement.

Text extracted automatically; images, tables and formatting may be missing. Original: https://huggingface.co/papers/2609.11682