arXiv:2604.04399cs.AI2026-04被引 4

GUIDE 通过分步诊断提升图形界面智能体评估的准确性和可解释性。

GUIDE: Interpretable GUI Agent Evaluation via Hierarchical Diagnosis

  • 将长任务分解为子任务,逐段评估
  • 在三个数据集上比最强基线高5.35%准确率
  • 生成带改进建议的诊断报告,适合开发调试

评估图形界面智能体面临独特挑战:轨迹长、依赖视觉、开放性强,但评价需兼具准确性与可解释性。现有方法通常对整个动作-观测序列进行单一整体判断,该策略在长时任务中不可靠,且仅给出二元结果,无法揭示失败位置与原因,限制了评估作为诊断工具的价值。我们提出 GUIDE(GUI Understanding and Interpretable Diagnostic Evaluation),一个分三阶段的评估框架,模仿 GUI 任务的组合结构。轨迹分割将完整轨迹划分为语义连贯的子任务单元;子任务诊断在上下文中评估每个单元,给出完成判别并生成结构化错误分析与修正建议;总体汇总将各子任务诊断整合为任务级判断。通过在有限子任务段上操作而非全轨迹,GUIDE缓解了任务复杂度增加导致的上下文过载问题。我们在三个基准上验证:工业电商数据集(932条轨迹)、涵盖五个网页任务的 AGENTREWARDBENCH(1302条轨迹),以及用于移动端控制的 AndroidBench。在所有设置中,GUIDE 显著优于现有评估器,最高准确率较最强基线提升5.35个百分点,并生成可直接指导智能体改进的结构化诊断报告。

原文摘要 · Abstract (English)

Evaluating GUI agents presents a distinct challenge: trajectories are long, visually grounded, and open-ended, yet evaluation must be both accurate and interpretable. Existing approaches typically apply a single holistic judgment over the entire action-observation sequence-a strategy that proves unreliable on long-horizon tasks and yields binary verdicts offering no insight into where or why an agent fails. This opacity limits the utility of evaluation as a diagnostic tool for agent development. We introduce GUIDE (GUI Understanding and Interpretable Diagnostic Evaluation), a framework that decomposes trajectory assessment into three sequential stages mirroring the compositional structure of GUI tasks. Trajectory Segmentation partitions the full trace into semantically coherent subtask units. Subtask Diagnosis evaluates each unit in context, assigning a completion verdict and generating a structured error analysis with corrective recommendations. Overall Summary aggregates per-subtask diagnoses into a task-level judgment. By operating on bounded subtask segments rather than full trajectories, GUIDE mitigates the context overload that degrades existing evaluators as task complexity grows. We validate GUIDE on three benchmarks: an industrial e-commerce dataset of 932 trajectories, AGENTREWARDBENCH spanning five web agent tasks with 1302 trajectories, and AndroidBench for mobile device control. Across all settings, GUIDE substantially outperforms existing evaluators-achieving up to 5.35 percentage points higher accuracy than the strongest baseline-while producing structured diagnostic reports that directly inform agent improvement.

GUI评估可解释性诊断报告智能体评测

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