proomt

Search

Search posts, papers, and topics

All posts

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

Related reading

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

    COBRA‑Skills uses a contextual‑bandit loop to selectively evaluate and evolve LLM agent skills, achieving better performance with roughly half the evaluation cost of prior methods. The framework works with limited examples and remains robust across different agent setups and even when the target model creates its own skills.

    Hugging Face Daily Papersarxiv.org1 minpaper
  2. Reflect, Revise, Reuse: Training-Free Skill Evolution for GUI Agents

    EvoSkill‑GUI lets GUI agents revise their procedural skills on‑the‑fly without extra training by using a reflect‑revise‑reuse loop that edits skill packages during execution. The approach yields up to +16.2% improvement on MobileWorld and similar gains on AndroidWorld and OSWorld, and the evolved skills transfer to related tasks.

    Hugging Face Daily Papersarxiv.org1 minpaper
  3. Grounded Skill Synthesis from Code at Scale for Agentic Intelligence

    Code2Skill is an automated pipeline that mines popular GitHub repositories to extract verifiable, implementation‑anchored procedural “skills”. It builds a bank of ~1 M skill records (atomic ops, workflows, patterns) with provenance metadata, verifies each via blind reconstruction, and shows that augmenting LLM‑based agents with these skills yields an average 11.7% performance lift across 72 proto…

    Hugging Face Daily Papersarxiv.org1 minpaper
  4. CERA-MoA: Co-Evolving Routing Mechanisms with Continually Learning LLM Agents

    CERA-MoA proposes a reinforcement‑learning loop where a router and a set of LLM agents are trained together. A “familiarity” estimator reads mid‑layer hidden states to predict each agent’s competence on a query, letting the router activate only a minimal subset of agents that meet a cumulative confidence threshold. The system also feeds targeted training examples to agents based on their evolving…

    Hugging Face Daily Papersarxiv.org1 minpaper