Mind2Web: 2,350 Web Tasks Across 137 Sites, Offline Action Prediction
The offline counterpart to WebArena. Snapshot-based evaluation across the public web.
Construction
The Ohio State NLP group recruited annotators to demonstrate everyday web tasks: book a flight, find a recipe, sign up for a newsletter, navigate to a specific event page. Each demonstration captures the high-level instruction, the page DOM at each step, the screenshot, and the target action (click, type, select). The dataset spans 137 distinct websites across 31 domains (travel, shopping, services, entertainment, government, education, news).
Evaluation is offline. The agent reads the current page snapshot and predicts the next action. Three metrics: Element Accuracy (did the agent identify the right DOM element?), Operation F1 (did the agent choose the right action type?), and Step Success Rate (did the full action exactly match the gold?). Step Success is the headline.
Reading the scores
The original paper reported GPT-4 with the MindAct pipeline at 11.2% step success, with much higher element-grounding accuracy (around 53%) since picking the right element is easier than emitting the full exactly-correct action. Those are the cleanly-sourced anchors. We do not reprint a per-model progression table: there is no continuously-maintained public leaderboard we re-verify, later numbers come from scattered papers under different harnesses and dataset variants (the static set versus Mind2Web-Live), and exact step-match scoring makes cross-paper numbers hard to compare cell-to-cell.
For current results, read the official Mind2Web project page and each paper's harness and split together. To choose the right benchmark for your use case rather than chase a single figure, start from the homepage task picker.
When to Use Mind2Web
Mind2Web is the right benchmark when the question is "does this model pick the right action at each step?" without confounds from harness, browser tooling, or live web drift. It is wrong when the question is end-to-end task completion. Pair Mind2Web (step-level diagnostics) with WebArena or AssistantBench (end-to-end signal).
Q.01What is Mind2Web?+
Q.02Why is the GPT-4 step-success rate so low?+
Q.03What is MindAct?+
Q.04Has Mind2Web been replaced by WebArena?+
Q.05Is the live web's drift a problem for Mind2Web?+
Sources
- [1] Deng et al. (2023): arxiv.org/abs/2306.06070
- [2] Mind2Web project: osu-nlp-group.github.io/Mind2Web
- [3] SeeAct paper (2024): arxiv.org/abs/2401.01614