Mind2Web

A web-agent benchmark of 2,000-plus real-website tasks; the model picks the next HTML element and action (click, type, or select) on three held-out splits.

Also known as: Mind 2 Web, MindAct

unassessed

This page is a discovery lead. Nobody has yet assessed it against the catalogue contract, so it carries no disposition. Absence of evidence here is not evidence of staleness.
Categoryagentic
Subcategoryreal-website GUI / HTML action prediction
Page statusactive
Metricstep success rate (also element accuracy, operation F1, task success rate)
Directionhigher_is_better
Unit%
Dataset size2350
Dataset licenceCC-BY-4.0 (osunlp/Mind2Web dump); Multimodal-Mind2Web is OpenRAIL; OSU-NLP-Group/Mind2Web code is MIT
PublisherOhio State University NLP Group (OSU-NLP-Group)

What it measures

Mind2Web gives a model a natural-language goal on a live-style webpage (for example, find a one-way flight) plus the HTML of the current page and the actions so far. It must choose the next element and operation: CLICK, TYPE, or SELECT, with a value when the operation needs one. The benchmark tests whether an agent can follow open-ended instructions on real websites rather than on simplified simulators. English text; the original dump also stores screenshots, but the inspect_evals port scores HTML multiple-choice action prediction, not pixels.

Task format

Two-stage MindAct setup from the paper: a DeBERTa ranker proposes candidate elements, then the model answers a multiple-choice question (option A is always "None of the above"; B–F are ranked elements) and names the operation. inspect_evals implements only the second stage, using cached ranker scores. Three test splits: Cross-Task, Cross-Website, Cross-Domain. Step-wise metrics are macro-averaged across tasks.

Models reporting this benchmark

No model card in ModelSpec reports this benchmark yet.

Data

This page as JSON · Edit on GitHub