Point dataset card to TIGER-Lab/ClawBench Space + add What's New section + sync V2 trace ref to TIGER-Lab mirror
Browse files
README.md
CHANGED
|
@@ -31,25 +31,29 @@ configs:
|
|
| 31 |
path: data/train-00000-of-00001.parquet
|
| 32 |
arxiv: "2604.08523"
|
| 33 |
viewer: true
|
| 34 |
-
leaderboard:
|
| 35 |
---
|
| 36 |
|
| 37 |
-
# ClawBench
|
| 38 |
|
| 39 |
-
**
|
| 40 |
|
| 41 |
-
|[**💻 Github**](https://github.com/reacher-z/ClawBench) | [**🏆 Leaderboard**](https://huggingface.co/spaces/
|
| 42 |
|
| 43 |
-
ClawBench is an open **benchmark** for AI web agents — the systems that drive a real browser to complete a user's task end-to-end. It scores agents on real, everyday online tasks (booking flights, ordering groceries, submitting job applications) across live websites. The corpus ships in two slices: **V1 — 153 tasks across 144 websites** (the original frontier-model leaderboard) and **V2 — 130 newer tasks** (expanded coverage). For each run we capture **5 layers of behavioral data** (session replay, screenshots, HTTP traffic, agent reasoning traces, and browser actions), collect human ground-truth, and score with an agentic evaluator that provides step-level traceable diagnostics.
|
| 44 |
|
| 45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
|
| 48 |
## 🏆 Leaderboard
|
| 49 |
|
| 50 |
-
Live results — pulled from [`leaderboard/results.csv`](https://huggingface.co/datasets/
|
| 51 |
|
| 52 |
-
[)
|
| 55 |
|
|
@@ -63,11 +67,11 @@ Live results — pulled from [`leaderboard/results.csv`](https://huggingface.co/
|
|
| 63 |
| 6 | `deepseek-v4-flash` | hermes | 3.1% | **1.5%** | 2 / 130 |
|
| 64 |
| 7 | `glm-5.1` | openclaw | 0.0% | **0.0%** | 0 / 130 |
|
| 65 |
|
| 66 |
-
**Reward** = fraction that intercepted the final HTTP request AND the LLM judge confirmed the payload fulfilled the instruction. **Intercepted** alone = Stage 1 only. *Partial* = batch attempted fewer than 130 V2 tasks (mid-run abort / queue cap); rates are over attempted, not over 130. Companion traces in [`
|
| 67 |
|
| 68 |
-
**Submit a result** → run [`clawbench-eval`](https://pypi.org/project/clawbench-eval/) on your model and open a PR to [`leaderboard/results.csv`](https://huggingface.co/datasets/
|
| 69 |
|
| 70 |
-
> **Companion datasets (raw traces):** [`NAIL-Group/ClawBenchV1Trace`](https://huggingface.co/datasets/NAIL-Group/ClawBenchV1Trace) (V1 runs) · [`
|
| 71 |
|
| 72 |
## Dataset Structure
|
| 73 |
|
|
@@ -134,7 +138,7 @@ The `eval_schema` field configures the **request interceptor** — a mechanism t
|
|
| 134 |
```python
|
| 135 |
from datasets import load_dataset
|
| 136 |
|
| 137 |
-
ds = load_dataset("
|
| 138 |
print(ds[0])
|
| 139 |
```
|
| 140 |
|
|
|
|
| 31 |
path: data/train-00000-of-00001.parquet
|
| 32 |
arxiv: "2604.08523"
|
| 33 |
viewer: true
|
| 34 |
+
leaderboard: TIGER-Lab/ClawBench
|
| 35 |
---
|
| 36 |
|
| 37 |
+
# ClawBench Dataset
|
| 38 |
|
| 39 |
+
ClawBench is an open **benchmark** for AI web agents — the systems that drive a real browser to complete a user's task end-to-end. It scores agents on real, everyday online tasks (booking flights, ordering groceries, submitting job applications) across live websites.
|
| 40 |
|
| 41 |
+
|[**💻 Github**](https://github.com/reacher-z/ClawBench) | [**🏆 Leaderboard**](https://huggingface.co/spaces/TIGER-Lab/ClawBench) | [**📖 Paper**](https://arxiv.org/abs/2604.08523) | [**🌐 Website**](https://claw-bench.com) |
|
| 42 |
|
|
|
|
| 43 |
|
| 44 |
+
## 🚀 What's New
|
| 45 |
+
|
| 46 |
+
- **[2026.05.12]** Added the **V2 corpus** (130 newer tasks across 63 platforms) and 7 new models judged with `deepseek/deepseek-v4-pro` — see snapshot below. Companion V2 traces released at [`TIGER-Lab/ClawBenchV2Trace`](https://huggingface.co/datasets/TIGER-Lab/ClawBenchV2Trace).
|
| 47 |
+
- **[2026.05.04]** Reorganized to the `clawbench-eval` package. Single command for both V1 and V2: `clawbench run --corpus v2 --model <m> --harness hermes`.
|
| 48 |
+
- **[2026.04.18]** Published [`NAIL-Group/ClawBenchV1Trace`](https://huggingface.co/datasets/NAIL-Group/ClawBenchV1Trace) — full 5-layer execution traces (recording, actions, HTTP, agent messages, interception) for every V1 run.
|
| 49 |
+
- **[2026.04.06]** Paper preprint up: [arXiv:2604.08523](https://arxiv.org/abs/2604.08523) — *Can AI Agents Complete Everyday Online Tasks?*
|
| 50 |
|
| 51 |
|
| 52 |
## 🏆 Leaderboard
|
| 53 |
|
| 54 |
+
Live results — pulled from [`leaderboard/results.csv`](https://huggingface.co/datasets/TIGER-Lab/ClawBench/blob/main/leaderboard/results.csv) in this repo. Filter by corpus (v1 / v2 / all) and submit your model in the interactive Space:
|
| 55 |
|
| 56 |
+
[](https://huggingface.co/spaces/TIGER-Lab/ClawBench)
|
| 57 |
|
| 58 |
**V2 snapshot — refreshed 2026-05-12** (full scoring logic: [`eval/scoring.md`](https://github.com/reacher-z/ClawBench/blob/main/eval/scoring.md))
|
| 59 |
|
|
|
|
| 67 |
| 6 | `deepseek-v4-flash` | hermes | 3.1% | **1.5%** | 2 / 130 |
|
| 68 |
| 7 | `glm-5.1` | openclaw | 0.0% | **0.0%** | 0 / 130 |
|
| 69 |
|
| 70 |
+
**Reward** = fraction that intercepted the final HTTP request AND the LLM judge confirmed the payload fulfilled the instruction. **Intercepted** alone = Stage 1 only. *Partial* = batch attempted fewer than 130 V2 tasks (mid-run abort / queue cap); rates are over attempted, not over 130. Companion traces in [`TIGER-Lab/ClawBenchV2Trace`](https://huggingface.co/datasets/TIGER-Lab/ClawBenchV2Trace). See [scoring.md](https://github.com/reacher-z/ClawBench/blob/main/eval/scoring.md) for the two-stage rubric, [live leaderboard Space](https://huggingface.co/spaces/TIGER-Lab/ClawBench) for fresh data + V1.
|
| 71 |
|
| 72 |
+
**Submit a result** → run [`clawbench-eval`](https://pypi.org/project/clawbench-eval/) on your model and open a PR to [`leaderboard/results.csv`](https://huggingface.co/datasets/TIGER-Lab/ClawBench/blob/main/leaderboard/results.csv) — one row per (model × harness × corpus).
|
| 73 |
|
| 74 |
+
> **Companion datasets (raw traces):** [`NAIL-Group/ClawBenchV1Trace`](https://huggingface.co/datasets/NAIL-Group/ClawBenchV1Trace) (V1 runs) · [`TIGER-Lab/ClawBenchV2Trace`](https://huggingface.co/datasets/TIGER-Lab/ClawBenchV2Trace) (V2 runs, rolling) — `recording.mp4`, `requests.jsonl`, `actions.jsonl`, `agent-messages.jsonl`, `interception.json`, `run-meta.json` per model run.
|
| 75 |
|
| 76 |
## Dataset Structure
|
| 77 |
|
|
|
|
| 138 |
```python
|
| 139 |
from datasets import load_dataset
|
| 140 |
|
| 141 |
+
ds = load_dataset("TIGER-Lab/ClawBench", split="test")
|
| 142 |
print(ds[0])
|
| 143 |
```
|
| 144 |
|