Hugging Face Daily PapersRui Sun, Zhi Zheng, Zhenkun Wang1 min readpaperadvanced
GraphSkillEvo: Evolutionary Optimization of Graph-Structured Agent Skills
Summary
GraphSkillEvo encodes LLM agent skills as directed graphs and applies population‑based evolution (mutation, crossover) to optimise them. Across five benchmarks it beats the SkillOpt baseline, gaining up to 4% accuracy on GPT‑5.4‑nano.
- Skills are modelled as graphs: nodes hold step instructions, edges capture context‑dependent transitions.
- Mutation and crossover operators evolve skill graphs, expanding the search beyond LLM self‑refinement.
- Experiments on five agent benchmarks show +4.01% accuracy on GPT‑5.4‑nano and +1.76% on GPT‑5.4 versus SkillOpt.
- Open‑source implementation released for reproducibility.
Engineers building LLM agents can adopt graph‑structured skills and evolutionary search to obtain more reliable, less redundant workflows.
8/10