paper-with-me

홈 › Papers

SkillX: Automatically Constructing Skill Knowledge Bases for Agents

2026-04-06 · Chenxi Wang, Zhuoyun Yu, Xin Xie, Wuguannan Yao, Runnan Fang, Shuofei Qiao, Kexin Cao, Guozhou Zheng, Xiang Qi, Peng Zhang, Shumin Deng arxiv

Learning from experience is critical for building capable large language model (LLM) agents, yet prevailing self-evolving paradigms remain inefficient: agents learn in isolation, repeatedly rediscover similar behaviors from limited experience, resulting in redundant exploration and poor generalization. To address this problem, we propose SkillX, a fully automated framework for constructing a \textbf{plug-and-play skill knowledge base} that can be reused across agents and environments. SkillX operates through a fully automated pipeline built on three synergistic innovations: \textit{(i) Multi-Level Skills Design}, which distills raw trajectories into three-tiered hierarchy of strategic plans, functional skills, and atomic skills; \textit{(ii) Iterative Skills Refinement}, which automatically revises skills based on execution feedback to continuously improve library quality; and \textit{(iii) Exploratory Skills Expansion}, which proactively generates and validates novel skills to expand coverage beyond seed training data. Using a strong backbone agent (GLM-4.6), we automatically build a reusable skill library and evaluate its transferability on challenging long-horizon, user-interactive benchmarks, including AppWorld, BFCL-v3, and $τ^2$-Bench. Experiments show that SkillKB consistently improves task success and execution efficiency when plugged into weaker base agents, highlighting the importance of structured, hierarchical experience representations for generalizable agent learning. Our code will be publicly available soon at https://github.com/zjunlp/SkillX.

📄 PDF Abstract BibTeX arXiv:2604.04804

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillJack: Persistent Skill Backdoors in Self-Evolving Agents

2026-08-04 · Zonghao Ying, Xiangfan Wu, Huiyu Wu, Xing Zheng 외 hf

Self-evolving agents increasingly convert interaction histories into reusable skills that persist beyond individual tasks. While prior work studies memory and retrieval poisoning, such attacks only affect agents when poi…

Machine Knowledge: Creation and Curation of Comprehensive Knowledge Bases

2020-09-24 · Gerhard Weikum, Luna Dong, Simon Razniewski, Fabian Suchanek

Equipping machines with comprehensive knowledge of the world's entities and their relationships has been a long-standing goal of AI. Over the last decade, large-scale knowledge bases, also known as knowledge graphs, have…

Knowledge GraphsQuestion Answering

SKILLFOUNDRY: Building Self-Evolving Agent Skill Libraries from Heterogeneous Scientific Resources

2026-04-05 · Shuaike Shen, Wenduo Cheng, Mingqian Ma, Alistair Turcan 외 arxiv

Modern scientific ecosystems are rich in procedural knowledge across repositories, APIs, scripts, notebooks, documentation, databases, and papers, yet much of this knowledge remains fragmented across heterogeneous artifa…

SkillForge: Forging Domain-Specific, Self-Evolving Agent Skills in Cloud Technical Support

2026-04-09 · Xingyan Liu, Xiyue Luo, Linyu Li, Ganghong Huang 외 arxiv

Deploying LLM-powered agents in enterprise scenarios such as cloud technical support demands high-quality, domain-specific skills. However, existing skill creators lack domain grounding, producing skills poorly aligned w…

Unmasking Database Vulnerabilities: Zero-Knowledge Schema Inference Attacks in Text-to-SQL Systems

2024-06-20 · Đorđe Klisura, Anthony Rios

Text-to-SQL systems empower users to interact with databases using natural language, automatically translating queries into executable SQL code. However, their reliance on database schema information for SQL generation e…

Language ModellingText to SQLText-To-SQL