paper-with-me

홈 › Papers

SkillZip: Contract-Preserving Graph Compression for Scalable Agent Skill Libraries

2026-08-06 · Xingyu Tan, Xiaoyang Wang, Qing Liu, Xiwei Xu, Xin Yuan, Liming Zhu, Wenjie Zhang arxiv

Large Language Models (LLMs) increasingly act as agents whose procedural knowledge is stored in reusable skill packages and loaded at inference time. As skill libraries grow, a central challenge is to expose the smallest sufficient executable context under a limited context budget. Existing systems struggle to reuse routines below the whole-skill level, preserve procedural contracts during compression, keep compressed routines executable and expandable, and update the compressed library as skills evolve. These challenges reveal a unit mismatch: skills are retrieved as packages, compressed as text, and converted into execution graphs only after retrieval, whereas reliable reuse requires a contract-bearing procedural unit. We propose SkillZip, an execution-aware procedural abstraction framework that performs contract-preserving compression over section-level graphs. SkillZip rewrites recurring contract-valid motifs into reversible ported macros while preserving boundary signatures, dependency closure, verifier reachability, and source-level expansion. At inference time, it hydrates a compact, dependency-closed context and expands macros only when required. ReZip further integrates new skills and revises risky macros using execution evidence. Comprehensive experiments1 on technical and embodied agent benchmarks show SkillZip consistently outperforms the strongest baseline by up to 12.2 points, while achieving a 3.46x compression ratio with 99.2% dependency preservation and 98.7% verifier reachability. Scaling analyses further confirm robust retrieval across skill libraries ranging from 200 to 100K skills.

📄 PDF Abstract BibTeX arXiv:2608.05604

Code (3)

Aaron617/agent-arXiv-daily ★ 10
BaiShuanghao/my_arXiv_daily ★ 208
Tavish9/awesome-daily-AI-arxiv ★ 113

Similar Papers 제목 키워드 기반

SkillZip: Evaluation-Free Skill Compression for Self-Evolving Agents by Discovering Reusable Structure

2026-08-11 · Xiaofan Bai, Hongqiang Lin, Chao Liu, Yantao Zhang 외 hf

Self-evolving agents accumulate reusable skills by appending successful procedures and failure fixes. Over time, the same requirement is often restated in several branches, examples, and warnings, while common action seq…

KARIPAP: Quantum-Inspired Tensor Network Compression of Large Language Models Using Infinite Projected Entangled Pair States and Tensor Renormalization Group

2025-10-22 · Azree Nazri arxiv

Large Language Models (LLMs) like ChatGPT and LLaMA drive rapid progress in generative AI, yet their huge parameter scales create severe computational and environmental burdens. High training costs, energy use, and limit…

Graph-based Scalable Sampling of 3D Point Cloud Attributes

2024-10-01 · Shashank N. Sridhara, Eduardo Pavez, Ajinkya Jayawant, Antonio Ortega 외

3D Point clouds (PCs) are commonly used to represent 3D scenes. They can have millions of points, making subsequent downstream tasks such as compression and streaming computationally expensive. PC sampling (selecting a s…

Attribute

Combining Graph Neural Networks with Expert Knowledge for Smart Contract Vulnerability Detection

2021-07-24 · Zhenguang Liu, Peng Qian, Xiaoyang Wang, Yuan Zhuang 외

Smart contract vulnerability detection draws extensive attention in recent years due to the substantial losses caused by hacker attacks. Existing efforts for contract security analysis heavily rely on rigid rules defined…

Vulnerability Detection

Simple pairs of points in digital spaces. Topology-preserving transformations of digital spaces by contracting simple pairs of points

2014-11-30 · Alexander V. Evako

Transformations of digital spaces preserving local and global topology play an important role in thinning, skeletonization and simplification of digital images. In the present paper, we introduce and study contractions o…