Recorded browser sessions for training and evaluating web navigation agents.
webagentssessions
- 310k
- rows
- 44 GB
- size
- 12.1k
- downloads
- 26.0k
- eval runs
- 4d ago
- updated
Dataset card
Recorded browser sessions for training and evaluating web navigation agents.
Records are deduplicated and license-checked before publishing. Each row carries its source trajectory id, so any example can be traced back to the run, task, and verifier score that produced it.
- Format
- JSONL / Parquet
- Schema
- trajectory-v2
- Splits
- train · eval
- Provenance
- Verified trials
Use this dataset
CLI
$
Pythontune pull leowei/web-nav-sessionsfrom tune import datasets
ds = datasets.load("leowei/web-nav-sessions", split="train")
for row in ds.take(3):
print(row["trajectory_id"], row["reward"])