paper-with-me

Papers

Hierarchical Self-Improvement: A Framework for Task-Specific Evolvable Agent Harnesses

2026-08-09 · Tailin Zhou hf

Modern LLM agents are often improved by modifying prompts, tools, or workflows manually, while the executable scaffold surrounding the model---the harness---is typically treated as a fixed artifact after deployment. This work studies an alternative where the harness is task-specific and continuously evolvable: each task family maintains its own harness, which is hot-swapped across iterations through a fixed task-injection seam and rewritten using environment feedback. We introduce Hierarchical Self-Improvement (HSI), a framework in which a single frozen LLM M operates across three hierarchical scopes: a task harness H that executes tasks, an evolver that rewrites H, and a meta-evolver that rewrites the evolver's strategy code under a frozen outer anchor. A thinking-on/off design isolates the contribution of harness evolution by disabling reasoning during task execution while enabling it during self-modification. HSI is bounded by two factors: a feedback-fidelity bound, since evolution requires informative reward signals to guide selection, and a backbone capability bound, since harness redesign cannot overcome limitations of the frozen model. On BALROG with DeepSeek-V4-Flash-Preview as the frozen backbone, HSI achieves consistent gains over the initial harness on moderate-difficulty tasks (+39.3 on BabyAI, +33.0 on Crafter, +25.0 on TextWorld, and +15.0 on MiniHack, all in raw \% Progress), while obtaining strong held-out generalization on BabaIsAI sub-suites (0.98 best-test on BreakStop and 1.00 on GoTo from a 20% unseen split). On tasks beyond the backbone's capability (NLE), harness evolution provides no improvement. These results demonstrate task-specific harness evolution as a viable axis for improving frozen LLM agents under clear empirical limits. Code is available at https://github.com/TailinZhou/hsi.

📄 PDF Abstract BibTeX arXiv:2608.08466

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillPyramid: A Hierarchical Skill Consolidation Framework for Self-Evolving Agents

2026-06-02 · Yuan Xiong, Ziqi Miao, Qian Chen, Lijun Li 외 arxiv

Recent AI agents can flexibly invoke skills to solve complex tasks, but their long-term improvement is fundamentally constrained by a lack of systematic skill construction, accumulation, and transfer. In particular, with…

Mask Hierarchical Features For Self-Supervised Learning

2023-04-01 · Fenggang Liu, Yangguang Li, Feng Liang, Jilan Xu 외

This paper shows that Masking the Deep hierarchical features is an efficient self-supervised method, denoted as MaskDeep. MaskDeep treats each patch in the representation space as an independent instance. We mask part of…

object-detectionObject DetectionSelf-Supervised Learning

Domain-Specific Self-Supervised Pre-training for Agricultural Disease Classification: A Hierarchical Vision Transformer Study

2026-01-09 · Arnav S. Sonavane arxiv

We investigate the impact of domain-specific self-supervised pre-training on agricultural disease classification using hierarchical vision transformers. Our key finding is that SimCLR pre-training on just 3,000 unlabeled…

In-Context Decision Transformer: Reinforcement Learning via Hierarchical Chain-of-Thought

2024-05-31 · Sili Huang, Jifeng Hu, Hechang Chen, Lichao Sun 외

In-context learning is a promising approach for offline reinforcement learning (RL) to handle online tasks, which can be achieved by providing task prompts. Recent works demonstrated that in-context RL could emerge with …

D4RLDecision MakingIn-Context Learningreinforcement-learning+1

Self-supervised Hierarchical Representation for Medication Recommendation

2024-11-05 · Yuliang Liang, YuTing Liu, Yizhou Dang, Enneng Yang 외

Medication recommender is to suggest appropriate medication combinations based on a patient's health history, e.g., diagnoses and procedures. Existing works represent different diagnoses/procedures well separated by one-…

Position