paper-with-me

Papers

GraSP: Graph-Structured Skill Compositions for LLM Agents

2026-04-20 · Tianle Xia, Lingxiang Hu, Yiding Sun, Ming Xu, Lan Xu, Siying Wang, Wei Xu, Jie Jiang arxiv

Skill ecosystems for LLM agents have matured rapidly, yet recent benchmarks show that providing agents with more skills does not monotonically improve performance -- focused sets of 2-3 skills outperform comprehensive documentation, and excessive skills actually hurt. The bottleneck has shifted from skill availability to skill orchestration: agents need not more skills, but a structural mechanism to select, compose, and execute them with explicit causal dependencies. We propose GraSP, the first executable skill graph architecture that introduces a compilation layer between skill retrieval and execution. GraSP transforms flat skill sets into typed directed acyclic graphs (DAGs) with precondition-effect edges, executes them with node-level verification, and performs locality-bounded repair through five typed operators -- reducing replanning from O(N) to O(d^h). Across ALFWorld, ScienceWorld, WebShop, and InterCode with eight LLM backbones, GraSP outperforms ReAct, Reflexion, ExpeL, and flat skill baselines in every configuration, improving reward by up to +19 points over the strongest baseline while cutting environment steps by up to 41%. GraSP's advantage grows with task complexity and is robust to both skill over-retrieval and quality degradation, confirming that structured orchestration -- not larger skill libraries -- is the key to reliable agent execution.

📄 PDF Abstract BibTeX arXiv:2604.17870

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillFuzz: Fuzzing Skill Composition for Implicit Intents Discovery in Open Skill Marketplaces

2026-07-02 · Jinwei Hu, Yi Dong, Youcheng Sun, Xiaowei Huang arxiv

Large Language Model (LLM)-based agents increasingly automate software engineering tasks through reusable skills, natural-language instruction documents that guide planning and execution. Open skill marketplaces enable u…

Intent Discovery

GRASP: Gated Regression-Aware Skill Proposer for Self-Improving LLM Agents

2026-05-28 · Johannes Moll, Jean-Philippe Corbeil, Jiazhen Pan, Martin Hadamitzky 외 arxiv

LLM agents acting in structured environments fail in operational rather than conversational ways, and reliability depends on procedural knowledge of the environment. Prior self-improvement methods accumulate natural-lang…

SkillCraft: Can LLM Agents Learn to Use Tools Skillfully?

2026-02-28 · Shiqi Chen, Jingze Gai, Ruochen Zhou, Jinghan Zhang 외 arxiv

Real-world tool-using agents operate over long-horizon workflows with recurring structure and diverse demands, where effective behavior requires not only invoking atomic tools but also abstracting, and reusing higher-lev…

GraphSkillEvo: Evolutionary Optimization of Graph-Structured Agent Skills

2026-09-18 · Rui Sun, Zhi Zheng, Zhenkun Wang, Zhichao Lu hf

Skills can improve the performance of Large Language Model (LLM) agents by providing task-specific procedural guidance, while skill optimization further improves their effectiveness through iterative refinement. However,…

LAR-MoE: Latent-Aligned Routing for Mixture of Experts in Robotic Imitation Learning

2026-03-09 · Ariel Rodriguez, Chenpan Li, Lorenzo Mazza, Rayan Younis 외 arxiv

Imitation learning enables robots to acquire manipulation skills from demonstrations, yet deploying a policy across tasks with heterogeneous dynamics remains challenging, as models tend to average over distinct behaviora…