paper-with-me

홈 › Papers

Learning When to Optimize: Verified Optimization Skills from Expert GPU-Kernel Lineages

2026-05-27 · Shuoming Zhang, Qiuchu Yu, Yangyu Zhang, Ruiyuan Xu, Xiyu Shi, Guangli Li, Xiaobing Feng, Huimin Cui, Jiacheng Zhao arxiv

LLM-based agents are increasingly used to generate GPU kernels, but they often know what optimizations to try without knowing when those optimizations are sound. We introduce KLineage, which learns this missing "when" knowledge from expert kernels: instead of relying on forward rollouts, KLineage walks expert implementations backward through validation-gated simplifications and reverses each accepted step into a reusable optimization skill. Each skill records not only the optimization intent, but also where it applies in code, what conditions made it valid, what effect it had, and what failures its assumptions avoid. A downstream LLM materializes these skills on new code surfaces under the same compile/correctness/profile gate. On five expert workloads across two NVIDIA architectures, these lineage-derived skills serve as an effective optimization curriculum, exceeding recent memory-based LLM-kernel baselines in both final kernel quality and optimization efficiency under the same fixed budget. We additionally use a separate 22-instance held-out check as a sanity test against source-case memorization.

📄 PDF Abstract BibTeX arXiv:2605.28213

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Constrained-Space Optimization and Reinforcement Learning for Complex Tasks

2020-04-01 · Ya-Yen Tsai, Bo Xiao, Edward Johns, Guang-Zhong Yang

Learning from Demonstration is increasingly used for transferring operator manipulation skills to robots. In practice, it is important to cater for limited data and imperfect human demonstrations, as well as underlying s…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Rethinking Self-Evolution: A Constrained Exploration-Exploitation Process for Mitigating Skill Overfitting

2026-07-29 · Hongqiang Lin, Chao Liu, Xiaofan Bai, Xuan Jin 외 arxiv

Enabling large language model (LLM) agents to accumulate and reuse experience from past interactions remains a central challenge in real-world applications. A promising solution is to treat skills as trainable states and…

Workflow-Localized Mechanism Learning: Attribution-Guided Repair and Knowledge Reuse for Structured Agent Skills

2026-07-23 · Zibin Lin, Shengli Zhang, Taotao Wang, Yihan Xia 외 arxiv

Agent Skills package reusable procedural knowledge as external artifacts for frozen language-model agents, yet existing optimizers do not jointly resolve where a failure occurs in a workflow, which mechanism caused it, a…

Learnable Assessment Skills for LLM-based Automated Scoring: Rubric Construction via Iterative Optimization

2026-05-28 · Yun Wang, Xin Xia, Xuansheng Wu, Xiaoming Zhai 외 arxiv

LLM-based automated scoring approaches near-human performance, but scaling to new tasks remains bottlenecked by the per-item human configuration of upstream stages such as rubric construction. Human experts bypass this b…

SkillGrad: Optimizing Agent Skills Like Gradient Descent

2026-05-26 · Hanyu Wang, Yifan Lan, Bochuan Cao, Lu Lin 외 arxiv

Agent skills provide a lightweight way to adapt LLM agents to specialized domains by storing reusable procedural knowledge in structured files. However, whether downloaded from third parties or self-generated, these skil…