paper-with-me

홈 › Papers

What Should a Skill Remember? Quality--Cost Trade-offs in Cost-Aware Skill Rewriting for Language Model Agents

2026-06-08 · Qinghua Xing, Yinda Chen, Yaping Jin, Zhenhe Wu, Bohan Lin, Hang Zhou, Xinghao Chen, Hanting Chen, Zhiwei Xiong arxiv

Large language model agents increasingly rely on skills: reusable procedural documents encoding workflows, tool use, implementation patterns, validation checks, and domain rules. Skill rewriting is often treated as prompt compression, but shorter skills can make agents more expensive by removing sparse operational anchors that prevent exploration, debugging, and recovery. We study skill rewriting through this economic lens. Our controlled framework profiles skill structure, rewrites skills using information-preservation strategies, and evaluates the rewrites under fixed task instructions, environments, and verifiers. Experiments on SkillsBench reveal distinct quality--cost trade-offs across strategies: API/code anchoring, workflow guarding, and rule/formula anchoring benefit different task families, with no universally dominant template. In the main held-out evaluation, the learned policy reduces total cost by 7.0% and downstream agent-token cost by 6.0%; in frozen cross-model transfer, the corresponding reductions average 14.7% and 13.7%, while verifier quality is preserved. These results position skill design as cost-aware operational knowledge engineering rather than prompt compression. Resources: https://github.com/1Reminding/Skill_EE.

📄 PDF Abstract BibTeX arXiv:2606.09421

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ClawTrace: Cost-Aware Tracing for LLM Agent Skill Distillation

2026-04-26 · Boqin Yuan, Yue Su, Renchu Song, Sen Yang 외 arxiv

Skill-distillation pipelines learn reusable rules from LLM agent trajectories, but they lack a key signal: how much each step costs. Without per-step cost, a pipeline cannot distinguish adding a missing step to fix a bug…

AdaMem: Learning What to Remember for Personalized Long-Horizon LLM Agents

2026-06-19 · Xingyu Chen, Rui Wang, Zhaopeng Tu, Liefeng Bo arxiv

Long-term memory systems for Large Language Model (LLM) agents typically try to \emph{remember everything}, extracting memories uniformly to retain as many facts as possible. In production, however, inference cost and fi…

Non-parametric Memory for Spatio-Temporal Segmentation of Construction Zones for Self-Driving

2021-01-18 · Min Bai, Shenlong Wang, Kelvin Wong, Ersin Yumer 외

In this paper, we introduce a non-parametric memory representation for spatio-temporal segmentation that captures the local space and time around an autonomous vehicle (AV). Our representation has three important propert…

Continual Learning from Demonstration of Robotics Skills

2022-02-14 · Sayantan Auddy, Jakob Hollenstein, Matteo Saveriano, Antonio Rodríguez-Sánchez 외

Methods for teaching motion skills to robots focus on training for a single skill at a time. Robots capable of learning from demonstration can considerably benefit from the added ability to learn new movement skills with…

Continual Learning

Weighted Memory Tree: Remembering What Matters for Long-Horizon LLM Agents

2026-08-21 · Quang Dao, Purvi Kathalkar, Kenneth Eaton arxiv

Large language model (LLM) agents have demonstrated the ability to solve multi-step tasks requiring planning, tool use, and external information access, yet growing execution histories increase inference cost and expose …