paper-with-me

홈 › Papers

SkillGrad: Optimizing Agent Skills Like Gradient Descent

2026-05-26 · Hanyu Wang, Yifan Lan, Bochuan Cao, Lu Lin, Jinghui Chen arxiv

Agent skills provide a lightweight way to adapt LLM agents to specialized domains by storing reusable procedural knowledge in structured files. However, whether downloaded from third parties or self-generated, these skills are often unreliable, incomplete, or outdated. Existing skill-evolution methods often address these deficiencies through heuristic reflections without an explicit optimization formulation. In this paper, we propose SkillGrad, a gradient-descent-inspired framework for optimizing agent skills. SkillGrad treats the skill package as a structured parameter to optimize in a gradient descent fashion: task executions provide trajectory-level loss evidence, automatic diagnoses then provide text-based gradients that indicate the correction directions. To stabilize optimization across iterations, a momentum agent accumulates recurring diagnostic patterns into a persistent memory overlay. Finally, an LLM-based patcher executes the parameter update by applying layer-aware edits to the skill package. Evaluated on SpreadsheetBench Verified and WikiTableQuestions, SkillGrad consistently outperforms training-based skill evolution baselines across two backbone LLMs, improving over the strongest training-based baseline by $6.7$ percentage points on average. Ablations further show that momentum and contrastive diagnosis both contribute to the final skill quality.

📄 PDF Abstract BibTeX arXiv:2605.27760

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimizing Multiagent Cooperation via Policy Evolution and Shared Experiences

2020-01-01 · ICML 2020 1 · Somdeb Majumdar, Shauharda Khadka, Santiago Miret, Stephen Mcaleer 외

Many cooperative multiagent reinforcement learning environments provide agents with a sparse team-based reward, as well as a dense agent-specific reward that incentivizes learning basic skills. Training policies solely o…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

"Skill Issues'': Data-Centric Optimization of Lakehouse Agents

2026-05-31 · Nicole Rose Schneider, Davide Ghilardi, Giacomo Piccinini, Jacopo Tagliabue arxiv

Coding agents are becoming users of data infrastructure, but their success depends not only on model quality: it also depends on the skills and environment files that teach agents how to use a system. We study how to opt…

AgentPSO: Evolving Agent Reasoning Skill via Multi-agent Particle Swarm Optimization

2026-05-09 · Hyunmin Hwang, Jaemin Kim, Choonghan Kim, Hangeol Chang 외 arxiv

Multi-agent reasoning has shown promise for improving the problem-solving ability of large language models by allowing multiple agents to explore diverse reasoning paths. However, most existing multi-agent methods rely o…

Evolutionary Reinforcement Learning for Sample-Efficient Multiagent Coordination

2019-06-18 · Shauharda Khadka, Somdeb Majumdar, Santiago Miret, Stephen Mcaleer 외

Many cooperative multiagent reinforcement learning environments provide agents with a sparse team-based reward, as well as a dense agent-specific reward that incentivizes learning basic skills. Training policies solely o…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Emergent Hand Morphology and Control from Optimizing Robust Grasps of Diverse Objects

2020-12-22 · Xinlei Pan, Animesh Garg, Animashree Anandkumar, Yuke Zhu

Evolution in nature illustrates that the creatures' biological structure and their sensorimotor skills adapt to the environmental changes for survival. Likewise, the ability to morph and acquire new skills can facilitate…

Bayesian OptimizationMORPH