Benchmarks · Agents, tools & computer use
VisualWebArena
also: VWA
Can a multimodal agent complete realistic web tasks that specifically require understanding an image — matching a product photo, judging a picture in a listing — not just reading and clicking text?
Carnegie Mellon UniversityReleased 24 January 2024Live
VisualWebArena is the multimodal sibling of WebArena, built by an overlapping Carnegie Mellon team to close a gap the original left open: most of WebArena’s tasks could, in principle, be solved by reading page text alone. VisualWebArena’s 910 tasks, spread across a new classifieds site plus the shopping and forum sites carried over from WebArena, are constructed so that an agent has to look at an image — a product photo, a listing picture — to know what to do, not just parse the surrounding HTML.
The gap between models and people was, if anything, wider than on the text-only benchmark. At release in January 2024, GPT-4V managed 15% and the best model in the paper’s results, GPT-4o, reached under 20%, against an 88.7% human baseline; stripping vision from GPT-4 entirely dropped it to about 7%, showing that the tasks genuinely needed the image rather than being solvable through clever text guessing.
Progress has followed the same trajectory as most agent benchmarks: better scaffolding and newer frontier multimodal models have pushed scores up substantially, with Gemini 2.5 Flash and GPT-5 both reported above 50% on the same public leaderboard by late 2025, though still well short of the human ceiling. VisualWebArena is tracked on the same open spreadsheet as WebArena and remains a standard reference for whether a “computer use” agent actually grounds its actions in what is on screen.
The set
910 tasks across three self-hosted, fully functional sites: a new Classifieds site built from real listings, plus the Shopping and Reddit-style forum sites carried over from the original WebArena. Grading is execution-based, checking whether the task's real end-state was reached, extended with visually grounded criteria that specifically test whether the agent used image content correctly.
Example
Navigate to my listing of the white car and change the price to $25000. Update the price in the description as well.arxiv.org
Where it stands
A companion leaderboard to WebArena's, tracked on the same public spreadsheet; scores remain well below the human baseline even for current frontier multimodal models.
How the top score changed hands
- January 2024GPT-4 (text-only, no vision)7.25%From the original paper; included to show the gap vision closes.
- January 2024GPT-4V15.05%
- June 2024GPT-4o19.78%Best-performing model reported in the original paper's results.
Current best: Gemini 2.5 Flash — 54.0% Against an 88.70% human baseline on the same tasks.