paper-with-me

Papers

Safe and Scalable Web Agent Learning via Recreated Websites

2026-03-11 · Hyungjoo Chae, Jungsoo Park, Alan Ritter arxiv

Training autonomous web agents is fundamentally limited by the environments they learn from: real-world websites are unsafe to explore, hard to reset, and rarely provide verifiable feedback. We propose VeriEnv, a framework that treats language models as environment creators, automatically cloning real-world websites into fully executable, verifiable synthetic environments. By exposing controlled internal access via a Python SDK, VeriEnv enables agents to self-generate tasks with deterministic, programmatically verifiable rewards, eliminating reliance on heuristic or LLM-based judges. This design decouples agent learning from unsafe real-world interaction while enabling scalable self-evolution through environment expansion. Through experiments on web agent benchmarks, we show that agents trained with VeriEnv generalize to unseen websites, achieve site-specific mastery through self-evolving training, and benefit from scaling the number of training environments. Code and resources will be released at https://github.com/kyle8581/VeriEnv upon acceptance.

📄 PDF Abstract BibTeX arXiv:2603.10505

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

REAL: Benchmarking Autonomous Agents on Deterministic Simulations of Real Websites

2025-04-15 · Divyansh Garg, Shaun VanWeelden, Diego Caples, Andis Draguns 외

We introduce REAL, a benchmark and framework for multi-turn agent evaluations on deterministic simulations of real-world websites. REAL comprises high-fidelity, deterministic replicas of 11 widely-used websites across do…

Autonomous Web NavigationBenchmarkingInformation RetrievalRetrieval

LookAhead: Augmenting Crowdsourced Website Reputation Systems With Predictive Modeling

2015-04-18 · Bhattacharya Sourav, Huhta Otto, Asokan N.

Unsafe websites consist of malicious as well as inappropriate sites, such as those hosting questionable or offensive content. Website reputation systems are intended to help ordinary users steer away from these unsafe si…

General Classification

WebSP-Eval: Evaluating Web Agents on Website Security and Privacy Tasks

2026-04-07 · Guruprasad Viswanathan Ramesh, Asmit Nayak, Basieem Siddique, Kassem Fawaz arxiv

Web agents automate browser tasks, ranging from simple form completion to complex workflows like ordering groceries. While current benchmarks evaluate general-purpose performance~(e.g., WebArena) or safety against malici…

WebFactory: Automated Compression of Foundational Language Intelligence into Grounded Web Agents

2026-03-05 · Sicheng Fan, Qingyun Shi, Shengze Xu, Shengbo Cai 외 arxiv

Current paradigms for training GUI agents are fundamentally limited by a reliance on either unsafe, non-reproducible live web interactions or costly, scarce human-crafted data and environments. We argue this focus on dat…

Reinforcement Learning

SafeArena: Evaluating the Safety of Autonomous Web Agents

2025-03-06 · Ada Defne Tur, Nicholas Meade, Xing Han Lù, Alejandra Zambrano 외

LLM-based agents are becoming increasingly proficient at solving web-based tasks. With this capability comes a greater risk of misuse for malicious purposes, such as posting misinformation in an online forum or selling i…

MisinformationSafety Alignment