paper-with-me

Papers

AutoWebWorld: Synthesizing Infinite Verifiable Web Environments via Finite State Machines

2026-02-15 · Yifan Wu, Yiran Peng, Yiyu Chen, Jianhao Ruan, Zijie Zhuang, Cheng Yang, Jiayi Zhang, Man Chen, Yenchi Tseng, Zhaoyang Yu, Liang Chen, Yuyao Zhai, Bang Liu, Chenglin Wu, Yuyu Luo arxiv

The performance of autonomous Web GUI agents heavily relies on the quality and quantity of their training data. However, a fundamental bottleneck persists: collecting interaction trajectories from real-world websites is expensive and difficult to verify. The underlying state transitions are hidden, leading to reliance on inconsistent and costly external verifiers to evaluate step-level correctness. To address this, we propose AutoWebWorld, a novel framework for synthesizing controllable and verifiable web environments by modeling them as Finite State Machines (FSMs) and use coding agents to translate FSMs into interactive websites. Unlike real websites, where state transitions are implicit, AutoWebWorld explicitly defines all states, actions, and transition rules. This enables programmatic verification: action correctness is checked against predefined rules, and task success is confirmed by reaching a goal state in the FSM graph. AutoWebWorld enables a fully automated search-and-verify pipeline, generating over 11,663 verified trajectories from 29 diverse web environments at only $0.04 per trajectory. Training on this synthetic data significantly boosts real-world performance. Our 7B Web GUI agent outperforms all baselines within 15 steps on WebVoyager. Furthermore, we observe a clear scaling law: as the synthetic data volume increases, performance on WebVoyager and Online-Mind2Web consistently improves.

📄 PDF Abstract BibTeX arXiv:2602.14296

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

InfiniteWeb: Scalable Web Environment Synthesis for GUI Agent Training

2026-01-07 · Ziyun Zhang, Zezhou Wang, Xiaoyi Zhang, Zongyu Guo 외 arxiv

GUI agents that interact with graphical interfaces on behalf of users represent a promising direction for practical AI assistants. However, training such agents is hindered by the scarcity of suitable environments. We pr…

Reinforcement Learning

REASONING GYM: Reasoning Environments for Reinforcement Learning with Verifiable Rewards

2025-05-30 · Zafir Stojanovski, Oliver Stanley, Joe Sharratt, Richard Jones 외

We introduce Reasoning Gym (RG), a library of reasoning environments for reinforcement learning with verifiable rewards. It provides over 100 data generators and verifiers spanning multiple domains including algebra, ari…

reinforcement-learningReinforcement Learning

Infinite-dimensional generative diffusions via Doob's h-transform

2026-02-06 · Thorben Pieper-Sethmacher, Daniel Paulin arxiv

This paper introduces a rigorous framework for defining generative diffusion models in infinite dimensions via Doob's h-transform. Rather than relying on time reversal of a noising process, a reference diffusion is force…

Infinite-Instruct: Synthesizing Scaling Code instruction Data with Bidirectional Synthesis and Static Verification

2025-05-29 · Wenjing Xing, Wenke Lu, Yeheng Duan, Bing Zhao 외

Traditional code instruction data synthesis methods suffer from limited diversity and poor logic. We introduce Infinite-Instruct, an automated framework for synthesizing high-quality question-answer pairs, designed to en…

Code Generation

Mean-Field Generalisation Bounds for Learning Controls in Stochastic Environments

2025-08-21 · Boris Baros, Samuel N. Cohen, Christoph Reisinger arxiv

We consider a data-driven formulation of the classical discrete-time stochastic control problem. Our approach exploits the natural structure of many such problems, in which significant portions of the system are uncontro…