paper-with-me

Papers

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, existing skill optimization methods typically represent skills as unstructured natural-language instructions, creating two key challenges: 1) Unstructured skills often lack explicit workflow-level guidance and contain substantial redundancy, making them difficult for LLMs to execute; 2) the vast search space of unconstrained natural-language skills makes skill optimization ineffective. To address these challenges, we propose representing skills as graph-structured natural-language artifacts. In graph-structured skills, each node represents an execution step together with its operational guidance, while directed edges encode context-dependent transitions between steps. Compared to unstructured skills, graph-structured skills can provide clear workflow-level guidance. Moreover, the proposed graph-structured skill can also facilitate skill optimization. Building on this structured representation, we introduce GraphSkillEvo, a population-based evolutionary optimization framework with mutation and crossover operators for graph-structured skills. By maintaining multiple candidate skills and combining effective components, GraphSkillEvo enables broader and more comprehensive exploration of the structured skill space than purely LLM-based iterative self-refinement. Extensive experiments across five agent benchmarks demonstrate that GraphSkillEvo consistently outperforms the strong skill optimization baseline SkillOpt, improving average accuracy by 4.01% on GPT-5.4-nano and 1.76% on GPT-5.4. Our code is available at https://github.com/ruisun7/GraphSkillEvo.

📄 PDF Abstract BibTeX arXiv:2609.21749

Code (1)

ruisun7/GraphSkillEvo

Similar Papers 제목 키워드 기반

Prism: An Evolutionary Memory Substrate for Multi-Agent Open-Ended Discovery

2026-04-08 · Suyash Mishra arxiv

We introduce \prism{} (\textbf{P}robabilistic \textbf{R}etrieval with \textbf{I}nformation-\textbf{S}tratified \textbf{M}emory), an evolutionary memory substrate for multi-agent AI systems engaged in open-ended discovery…

Information Retrieval

OR-Agent: Bridging Evolutionary Search and Structured Research for Automated Heuristic Design

2026-02-14 · Qi Liu, Ruochen Hao, Can Li, Wanjing Ma arxiv

Automating heuristic design in complex, experiment-driven domains requires more than iterative mutation of solution algorithms. Current LLM-based evolutionary methods often rely on stochastic mutation loops that lack lon…

Polymath: A Self-Optimizing Agent with Dynamic Hierarchical Workflow

2025-08-04 · Chia-Tung Ho, Jing Gong, Xufeng Yao, Yunsheng Bai 외 arxiv

Large language models (LLMs) excel at solving complex tasks by executing agentic workflows composed of detailed instructions and structured operations. Yet, building general-purpose agents by manually embedding foundatio…

LoongFlow: Directed Evolutionary Search via a Cognitive Plan-Execute-Summarize Paradigm

2025-12-30 · Chunhui Wan, Xunan Dai, Zhuo Wang, Minglei Li 외 arxiv

The transition from static Large Language Models (LLMs) to self-improving agents is hindered by the lack of structured reasoning in traditional evolutionary approaches. Existing methods often struggle with premature conv…

MermaidFlow: Redefining Agentic Workflow Generation via Safety-Constrained Evolutionary Programming

2025-05-29 · Chengqi Zheng, Jianda Chen, Yueming Lyu, Wen Zheng Terence Ng 외

Despite the promise of autonomous agentic reasoning, existing workflow generation methods frequently produce fragile, unexecutable plans due to unconstrained LLM-driven construction. We introduce MermaidFlow, a framework…

DiversityEfficient Exploration