paper-with-me

Papers

WebGames: Challenging General-Purpose Web-Browsing AI Agents

2025-02-25 · George Thomas, Alex J. Chan, Jikun Kang, Wenqi Wu, Filippos Christianos, Fraser Greenlee, Andy Toulis, Marvin Purtorab

We introduce WebGames, a comprehensive benchmark suite designed to evaluate general-purpose web-browsing AI agents through a collection of 50+ interactive challenges. These challenges are specifically crafted to be straightforward for humans while systematically testing the limitations of current AI systems across fundamental browser interactions, advanced input processing, cognitive tasks, workflow automation, and interactive entertainment. Our framework eliminates external dependencies through a hermetic testing environment, ensuring reproducible evaluation with verifiable ground-truth solutions. We evaluate leading vision-language models including GPT-4o, Claude Computer-Use, Gemini-1.5-Pro, and Qwen2-VL against human performance. Results reveal a substantial capability gap, with the best AI system achieving only 43.1% success rate compared to human performance of 95.7%, highlighting fundamental limitations in current AI systems' ability to handle common web interaction patterns that humans find intuitive. The benchmark is publicly available at webgames.convergence.ai, offering a lightweight, client-side implementation that facilitates rapid evaluation cycles. Through its modular architecture and standardized challenge specifications, WebGames provides a robust foundation for measuring progress in development of more capable web-browsing agents.

📄 PDF Abstract BibTeX arXiv:2502.18356

Code (1)

convergence-ai/webgames 공식 구현

Similar Papers 제목 키워드 기반

BrowseComp: A Simple Yet Challenging Benchmark for Browsing Agents

2025-04-16 · Jason Wei, Zhiqing Sun, Spencer Papay, Scott McKinney 외

We present BrowseComp, a simple yet challenging benchmark for measuring the ability for agents to browse the web. BrowseComp comprises 1,266 questions that require persistently navigating the internet in search of hard-t…

Beyond Browsing: API-Based Web Agents

2024-10-21 · Yueqi Song, Frank Xu, Shuyan Zhou, Graham Neubig

Web browsers are a portal to the internet, where much of human activity is undertaken. Thus, there has been significant research work in AI agents that interact with the internet through web browsing. However, there is a…

OpenHands: An Open Platform for AI Software Developers as Generalist Agents

2024-07-23 · Xingyao Wang, Boxuan Li, Yufan Song, Frank F. Xu 외

Software is one of the most powerful tools that we humans have at our disposal; it allows a skilled programmer to interact with the world in complex and profound ways. At the same time, thanks to improvements in large la…

Coding Agents with Multimodal Browsing are Generalist Problem Solvers

2025-06-03 · Aditya Bharat Soni, Boxuan Li, Xingyao Wang, Valerie Chen 외

Modern human labor is characterized by specialization; we train for years and develop particular tools that allow us to perform well across a variety of tasks. In addition, AI agents have been specialized for domains suc…

Interaction-Driven Browsing: A Human-in-the-Loop Conceptual Framework Informed by Human Web Browsing for Browser-Using Agents

2025-09-15 · Hyeonggeun Yun, Jinkyu Jang arxiv

Although browser-using agents (BUAs) show promise for web tasks and automation, most BUAs terminate after executing a single instruction, failing to support users' complex, nonlinear browsing with ambiguous goals, iterat…