paper-with-me

홈 › Papers

SkillHEX: Improving Agent Skills via Hypothesis-Driven Autonomous Exploration and Exploitation

2026-08-06 · Yuru Feng, Yaoqi Chen, Beidi Zhao, Qianxi Zhang, Xinjiang Wang, Jianan Lu, Zhirui Wang, Shusen Xu, Zengzhong Li, Qi Chen arxiv

Although agent skills equip LLMs with reusable procedural knowledge, manual maintenance suffers from high costs, unscalability, and misalignment. Real-world deployments thus require autonomous, on-demand skill evolution at test time, constrained by limited interaction budgets and a lack of training or validation sets. This setting introduces a severe sparse reward challenge, where outcomes conflate multiple latent failure causes. Under such ambiguity, existing methods that greedily refine a single incumbent skill are particularly vulnerable to an exploitation trap, allowing early misdiagnoses to exhaust limited trials along unproductive trajectories. To address this, we introduce SkillHEX, a closed-loop framework coupling hypothesis-driven self-verification with evidence-guided tree search. SkillHEX translates falsifiable failure hypotheses into executable tests, producing diagnostic evidence as dense reward without additional environment attempts. This evidence guides a search over persistent skill-revision branches, dynamically balancing the exploitation of supported edits with the exploration of plausible alternatives. Evaluated on 87 tasks from SkillsBench, SkillHEX outperforms existing self-evolving methods and achieves an average pass rate of 55.9% and 57.9% using GPT-5.3-Codex and Claude Opus 4.7 under a five-iteration budget, respectively.

📄 PDF Abstract BibTeX arXiv:2608.05628

Code (3)

Aaron617/agent-arXiv-daily ★ 10
Tavish9/awesome-daily-AI-arxiv ★ 113
arxivsub/arXivSub_daily_arxiv ★ 4

Similar Papers 제목 키워드 기반

Self-driven Grounding: Large Language Model Agents with Automatical Language-aligned Skill Learning

2023-09-04 · Shaohui Peng, Xing Hu, Qi Yi, Rui Zhang 외

Large language models (LLMs) show their powerful automatic reasoning and planning capability with a wealth of semantic knowledge about the human world. However, the grounding problem still hinders the applications of LLM…

Imitation LearningInstruction FollowingLanguage ModelingLanguage Modelling+1

Discovering Latent States for Model Learning: Applying Sensorimotor Contingencies Theory and Predictive Processing to Model Context

2016-08-01 · Nikolas J. Hemion

Autonomous robots need to be able to adapt to unforeseen situations and to acquire new skills through trial and error. Reinforcement learning in principle offers a suitable methodological framework for this kind of auton…

modelreinforcement-learningReinforcement LearningReinforcement Learning (RL)

AerialClaw: An Open-Source Framework for LLM-Driven Autonomous Aerial Agents

2026-06-10 · Ke Li, Jianfei Yang, Luyao Zhang, Guo Yu 외 arxiv

Unmanned aerial vehicles (UAVs) are increasingly used in inspection, search and rescue, environmental monitoring, and emergency response. However, most UAV applications still rely on pre-defined command sequences or task…

Hypothesis-Driven Skill Optimization for LLM Agents

2026-06-21 · Fangxin Shang, Yehui Yang arxiv

External skills can improve action-oriented LLM agents without changing model weights, but persistent skill updates are risky when they are distilled from sparse or noisy trajectories. A plausible reflection may encode a…

SkillCenter: A Large-Scale Source-Grounded Skill Library for Autonomous AI Agents

2026-07-08 · Tianming Sha, Yue Zhao, Lichao Sun, Yushun Dong arxiv

Autonomous AI agents can execute complex tasks with limited human review, yet they often lack the grounded operational knowledge to make their outputs not just executable but correct, secure, and maintainable. We introdu…