Knowledge File / AI技能杠杆
论文速读:WebXSkill,聚焦 Agent 工作流自动化
WebXSkill是一个框架,通过将参数化动作程序与步骤级自然语言指导配对,弥合了文本技能与代码技能之间的鸿沟,使代理能够直接执行或自主适应。在WebArena和WebVoyager上分别提升了9.8和12.9个百分点的任务成功率。
SOURCE / AI技能杠杆
MIN / 9
ACCESS / 会员
POST / 2026-04-17 23:59:14
原贴
查看原文
原文
arXiv:2604.13318v1 Announce Type: new Abstract: Autonomous web agents powered by large language models (LLMs) have shown promise in completing complex browser tasks, yet they still struggle with long-horizon workflows. A key bottleneck is the grounding gap in existing skill formulations: textual workflow skills provide natural language guidance but cannot be directly executed, while code-based skills are executable but opaque to the agent, offering no step-level understanding for error recovery or adaptation. We introduce WebXSkill, a framework that bridges this gap with executable skills, each pairing a parameterized action program with step-level natural language guidance, enabling both direct execution and agent-driven adaptation. WebXSkill operates in three stages: skill extraction mines reusable action subsequences from readily available synthetic agent trajectories and abstracts them into parameterized skills, skill organization indexes skills into a URL-based graph for context-aware retrieval, and skill deployment exposes two complementary modes, grounded mode for fully automated multi-step execution and guided mode where skills serve as step-by-step instructions that the agent follows with its native planning. On WebArena and WebVoyager, WebXSkill improves task success rate by up to 9.8 and 12.9 points over the baseline, respectively, demonstrating the effectiveness of executable skills for web agents. The code is publicly available at https://github.com/aiming-lab/WebXSkill.
中文翻译
基于大语言模型(LLM)的自主网络代理在完成复杂浏览器任务方面显示出潜力,但它们仍然在处理长周期工作流程上存在困难。一个关键的瓶颈是现有技能表述中的基础差距:文本工作流技能提供自然语言指导但无法直接执行,而基于代码的技能可执行但对代理不透明,无法提供步骤级理解来支持错误恢复或适应。我们提出了WebXSkill,一个通过可执行技能弥合这一差距的框架,每个技能将参数化动作程序与步骤级自然语言指导配对,从而实现直接执行和代理驱动的适应。WebXSkill包括三个阶段:技能提取从可用的合成代理轨迹中挖掘可重用的动作子序列,并将其抽象为参数化技能;技能组织将技能索引到基于URL的图中,以便上下文感知检索;技能部署提供两种互补模式:基础模式用于全自动多步执行,引导模式中技能作为逐步指令,代理使用其原生规划跟随。在WebArena和WebVoyager上,WebXSkill的任务成功率分别比基线提高了9.8和12.9个百分点,展示了可执行技能对网络代理的有效性。代码公开在https://github.com/aiming-lab/WebXSkill。
核心信息
WebXSkill是一个框架,通过将参数化动作程序与步骤级自然语言指导配对,弥合了文本技能与代码技能之间的鸿沟,使代理能够直接执行或自主适应。在WebArena和WebVoyager上分别提升了9.8和12.9个百分点的任务成功率。
- 提出WebXSkill框架,弥合文本技能与代码技能的鸿沟。
- 将动作子序列抽象为参数化可执行技能,支持直接执行与适应。
- 基于URL图组织技能,实现上下文感知检索。
- 在WebArena和WebVoyager上成功率提升9.8-12.9%。
- 提供基础模式和引导模式两种部署方式。
试看内容
成为会员查看完整内容
你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。
详细解读
信息差价值
参考来源
成为会员查看完整内容