arXiv:2607.11388cs.AIcs.CL2026-07被引 1

让数字代理在复杂任务中可靠执行,靠的是统一的因果状态结构。

StructAgent: Harness Long-horizon Digital Agents with Unified Causal Structure

论文配图:StructAgent: Harness Long-horizon Digital Agents with Unified Causal Structure
图 1 · 摘自论文原文
  • 用统一因果结构管理代理状态与工作流,确保每步进展可验证。
  • 在真实长时任务中,成功率最高提升至78.9%,显著优于基线。
  • 支持失败回溯、证据驱动完成,适合需要高可靠性的自动化场景。

大语言模型和视觉语言模型的进步使数字代理在计算机操作中愈发强大。然而,现实任务常为长时程任务,涉及不断演化的上下文,包括累积观察、中间修改、失败尝试和部分执行。现有代理通常依赖原始交互历史,导致任务进展难以解释、验证和恢复,限制了其在长时程任务中的可靠性。本文提出 extbf{StructAgent},一种以状态为中心的框架,引入统一状态来维护紧凑且可验证的任务进展,并通过验证器支持的状态转移机制规范执行流程。该设计支持显式进度检查点、证据驱动的任务完成、针对性失败恢复及工具辅助执行,同时确保所有进展更新均基于验证。大量实验表明,StructAgent在多种LLM和VLM模型上均显著提升长时程计算机任务表现。在OSWorld-Verified数据集上,Qwen3.5-9B成功率从27.0%提升至46.9%,Qwen3.5-27B从31.6%提升至62.2%,而使用MiniMax-M3模型达到78.9%的新开源最佳性能。此外,该框架在Minecraft环境中也展现良好泛化能力。

原文摘要 · Abstract (English)

Recent advances in large language models (LLMs) and vision-language models (VLMs) have enabled increasingly capable digital agents for computer use. However, real-world tasks are often long-horizon and involve evolving contexts containing accumulated observations, intermediate edits, failed attempts, and partially completed executions. Existing agents typically operate over raw interaction history, making task progress difficult to interpret, verify, and recover, which ultimately limits reliable long-horizon execution. In this paper, we argue that addressing this challenge requires explicitly structuring both the agent's state and workflow around a unified causal representation of task progress. We present \textbf{StructAgent}, a state-centered framework that introduces a unified state for maintaining compact, verifiable task progress and a structured workflow that regulates progress through verifier-backed state transitions. Building on this design, StructAgent further enables explicit progress checkpointing, evidence-driven task completion, targeted failure recovery, and tool-supported execution, while ensuring that all progress updates remain grounded in verification. Extensive experiments demonstrate that StructAgent consistently improves a wide range of LLM and VLM backbones on long-horizon computer-use tasks. On OSWorld-Verified, it improves Qwen3.5-9B from 27.0\% to 46.9\% success rate and Qwen3.5-27B from 31.6\% to 62.2\%, while achieving a new open-source state of the art of 78.9\% with MiniMax-M3. Moreover, the same framework generalizes beyond desktop environments to Minecraft, demonstrating the generality of our design.

数字代理长时程任务因果结构可验证执行

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。