ModularRSI:模块化可泛化的递归式 harness 自我改进框架

HuggingFace Daily Papers(社区热门论文)·2026-09-14 08:00·2天前
AI 导读

ModularRSI 提出一种基准不相交、对比式、模块化的 harness 演化框架,将可演化 harness 拆分为 Agent Loop、Tool Use、Observation Management、Context Management 和 Task Completion Detection 五个功能模块,各自独立演化后再整合。

HuggingFace Daily Papers(社区热门论文)
45AI 编辑部评分,满分 100

ModularRSI:模块化可泛化的递归式 harness 自我改进框架

2026-09-14 08:00· 2天前
AI 导读

ModularRSI 提出一种基准不相交、对比式、模块化的 harness 演化框架,将可演化 harness 拆分为 Agent Loop、Tool Use、Observation Management、Context Management 和 Task Completion Detection 五个功能模块,各自独立演化后再整合。

Recent work extends recursive self-improvement (RSI) to agent harnesses for long-horizon coding and terminal tasks, enabling agents to improve execution mechanisms from experience. However, generalizable harness RSI remains challenging. First, evolving harnesses on evaluation benchmarks or their subsets makes it difficult to distinguish reusable improvements from benchmark-specific adaptation. Second, single-trajectory updates can conflate systematic harness deficiencies with instance-specific reasoning and solution details, producing modifications that transfer poorly to unseen tasks.

Third, localizing recurring behavioral deficiencies within monolithic harnesses is difficult, while whole-harness optimization can entangle unrelated mechanisms and complicate attribution and validation. We propose ModularRSI, a benchmark-disjoint, contrastive, and modular framework for generalizable harness evolution. ModularRSI contrasts successful and failed trajectories for the same task and aggregates evidence across tasks to identify recurring behavioral deficiencies. It decomposes the evolvable harness into five functional modules: Agent Loop, Tool Use, Observation Management, Context Management, and Task Completion Detection.

Each module evolves independently within a restricted modification scope, followed by an integration stage that combines the evolved modules into a unified harness and resolves potential conflicts. To support benchmark-disjoint evolution, we curate 2,000 executable evolution tasks from external sources that are disjoint from downstream evaluation benchmarks. Experiments on TB2.0 and SWE-Bench Verified show consistent improvements on unseen in-domain and cross-domain tasks, with the evolved harness also transferring across different foundation models.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org