CoolFace
Datasetpublic

WootzappLab/cua-bench

CUA-Bench CUA-Bench contains 90 browser-agent evaluation tasks selected from Online-Mind2Web. The original task IDs, instructions, and initial website URLs are preserved. Splits Split Task type Rows navigation Navigate to a requested page or website state 30 single_search Complete one direct search or lookup 30 multi_step_search Complete a search requiring multiple steps or constraints 30 Total 90 Row schema Field… See the full description on the dataset page: https://huggingface.co/datasets/WootzappLab/cua-bench.

sourceHugging Facecc-by-4.0updated 3d agoView on Hugging Face
0likes222downloads
Dataset Card

CUA-Bench

CUA-Bench contains 90 browser-agent evaluation tasks selected from Online-Mind2Web. The original task IDs, instructions, and initial website URLs are preserved.

Splits

SplitTask typeRows
navigationNavigate to a requested page or website state30
single_searchComplete one direct search or lookup30
multi_step_searchComplete a search requiring multiple steps or constraints30
Total90

Row schema

FieldMeaning
task_idOriginal stable Online-Mind2Web task identifier
categoryBehavioral task category and corresponding split
instructionInstruction presented to the browser agent
initial_urlLive website URL where the task begins
stopping_conditionCondition describing when execution should stop
constraintsSafety and scope restrictions for the task

Every row contains exactly these six fields. Categories, stopping conditions, and constraints are evaluation metadata added for this task catalog.

Load the dataset

python
from datasets import load_dataset

dataset = load_dataset("WootzappLab/cua-bench")
navigation_tasks = dataset["navigation"]

To load one category directly:

python
tasks = load_dataset("WootzappLab/cua-bench", split="single_search")

Execution notes

The tasks use live website URLs from Online-Mind2Web. Website content and UI behavior can change over time, so successful execution may depend on current site availability, authentication, geography, and anti-automation controls. The three current dataset splits provide task definitions only; the evaluation harness and verifier are maintained separately. Any retained fixture or verifier files in older repository revisions are not inputs for these splits.

Attribution

The task IDs, instructions, and URLs originate from Online-Mind2Web. Refer to the source dataset for its collection methodology and licensing terms.