基本信息
- 来源: arxiv
- 原始来源: http://arxiv.org/abs/2608.24848v1
- 发布域名: arxiv.org
- 分类: cs.CL
- 作者: Fei Tang、Huawen Shen、Zhiqiong Lu 等
要点解读
这是什么
该工作提出一种框架,利用并行浏览器沙箱在开放网络中批量生成网页交互轨迹,以获取大量多样化的训练数据。
用在哪里
适用于需要训练基于视觉的网页代理、且对交互轨迹的规模和质量有较高要求的研究项目或工程团队。
可以推断的
推测:该框架生成的数据规模大幅提升后,代理在未见网站上的成功率可能会得到显著改善。
推测:在实际部署时,需要调度大量并发浏览器实例,对计算资源和任务调度系统提出较高要求。
来源摘要/节选
Web agents that act from rendered pixels avoid the fragility and heavy token cost of reading a page’s HTML or accessibility tree, but training them depends on large amounts of high-quality interaction trajectories, and how to produce such data at scale remains an open problem. Public datasets typically contain only a few thousand trajectories drawn from a fixed and narrow set of websites, and even recent automated synthesis pipelines stay bound to predefined site lists or tutorial sources, so the number of distinct websites the agent ever sees barely grows. We present BrowserForge, a framework that generates web interaction data at scale by driving many browser sandboxes in parallel over the open web. BrowserForge couples three components: an open-web sourcing stage that exposes the agent to hundreds of thousands of real, openly reachable websites; a sandbox cluster manager that schedules hundreds of concurrent browsers with high utilization; and a Proposer-Solver dual-agent loop that turns a raw page into an executable task and then collects a verified trajectory for it. A rule-plus-model cleaning pipeline removes failed runs and rewrites the surviving reasoning into a single unified chain-of-thought style. Page structure such as the accessibility tree is used only as a synthesis-time signal; the agent we train and release acts purely from the screenshot. The resulting corpus contains 203,238 trajectories, each collected from a distinct website, larger and more diverse than prior trajectory datasets. Fine-tuning a compact multimodal model on this corpus raises its success rate on the live Online-Mind2Web from 25.66% to 33.33% and consistently improves step accuracy on the static Multimodal-Mind2Web, with the gain growing as the corpus scales. Controlled analyses further confirm that open-web sourcing and broad website coverage are key contributors to the observed improvement.
来源说明
当前保存的是来源摘要,不代表论文全文。请以原始来源为准。
「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。