Adapting Web Agents with Synthetic Supervision
By: Zhaoyang Wang , Yiming Liang , Xuchao Zhang and more
Potential Business Impact:
Teaches robots to use any website perfectly.
Web agents struggle to adapt to new websites due to the scarcity of environment specific tasks and demonstrations. Recent works have explored synthetic data generation to address this challenge, however, they suffer from data quality issues where synthesized tasks contain hallucinations that cannot be executed, and collected trajectories are noisy with redundant or misaligned actions. In this paper, we propose SynthAgent, a fully synthetic supervision framework that aims at improving synthetic data quality via dual refinement of both tasks and trajectories. Our approach begins by synthesizing diverse tasks through categorized exploration of web elements, ensuring efficient coverage of the target environment. During trajectory collection, we refine tasks when conflicts with actual observations are detected, mitigating hallucinations while maintaining task consistency. After collection, we conduct trajectory refinement with a global context to mitigate potential noise or misalignments. Finally, we fine-tune open-source web agents on the refined synthetic data to adapt them to the target environment. Experimental results demonstrate that SynthAgent outperforms existing synthetic data methods, validating the importance of high-quality synthetic supervision. The code will be publicly available at https://github.com/aiming-lab/SynthAgent.
Similar Papers
Synthesizing Agentic Data for Web Agents with Progressive Difficulty Enhancement Mechanisms
Computation and Language
Teaches computers to find answers by searching the web.
WebSynthesis: World-Model-Guided MCTS for Efficient WebUI-Trajectory Synthesis
Artificial Intelligence
Creates fake websites to train smarter web robots.
AgentSynth: Scalable Task Generation for Generalist Computer-Use Agents
Computation and Language
Creates challenging computer tasks for AI training.