๐ค AI Summary
Existing web browsing agents lack rigorous evaluation of their ability to perform persistent, creative navigation in realistic web environments to retrieve deeply embedded, interwoven information. Method: We introduce BrowseComp, a benchmark comprising 1,266 complex, multi-step navigation tasks grounded in real HTTP requests, DOM parsing, and a standardized action spaceโenabling end-to-end agent evaluation. Each task yields a concise, verifiable short answer, enabling quantitative assessment of browsing persistence and exploration strategies for the first time. Contribution/Results: BrowseComp establishes a reproducible, comparable, and focused evaluation paradigm for complex information retrieval on the web. By open-sourcing the benchmark (GitHub: openai/simple-evals), it significantly advances the rigor and standardization of web agent evaluation, providing a new foundation for measuring intelligent browsing capabilities.
๐ Abstract
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-to-find, entangled information. Despite the difficulty of the questions, BrowseComp is simple and easy-to-use, as predicted answers are short and easily verifiable against reference answers. BrowseComp for browsing agents can be seen as analogous to how programming competitions are an incomplete but useful benchmark for coding agents. While BrowseComp sidesteps challenges of a true user query distribution, like generating long answers or resolving ambiguity, it measures the important core capability of exercising persistence and creativity in finding information. BrowseComp can be found at https://github.com/openai/simple-evals.