You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+45-43Lines changed: 45 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,11 +174,11 @@ order food, book travel, apply for jobs, write reviews, manage projects.<br/>
174
174
175
175
ClawBench ships **three** Hugging Face datasets — task definitions plus full execution traces for V1 and V2. All open, downloadable in one command. The benchmark itself is also mirrored on **TIGER-Lab** for visibility.
|**[NAIL-Group/ClawBench](https://huggingface.co/datasets/NAIL-Group/ClawBench)**_(also mirrored at [TIGER-Lab/ClawBench](https://huggingface.co/datasets/TIGER-Lab/ClawBench))_| Task definitions, rubrics, and metadata for V1 (153 tasks) and V2 (130 tasks) — what to attempt and how it's judged. |`hf download --repo-type dataset NAIL-Group/ClawBench`|
180
-
|**[NAIL-Group/ClawBenchV1Trace](https://huggingface.co/datasets/NAIL-Group/ClawBenchV1Trace)**| One directory per V1 model run, each with `recording.mp4`, `requests.jsonl`, `actions.jsonl`, `agent-messages.jsonl`, `interception.json`, and `run-meta.json` — everything we used to score the run. |`hf download --repo-type dataset NAIL-Group/ClawBenchV1Trace`|
181
-
|**[NAIL-Group/ClawBenchV2Trace](https://huggingface.co/datasets/NAIL-Group/ClawBenchV2Trace)**| Same 5-layer bundle for **V2** model runs. Rolling — new models added as they're evaluated. |`hf download --repo-type dataset NAIL-Group/ClawBenchV2Trace`|
|**[NAIL-Group/ClawBench](https://huggingface.co/datasets/NAIL-Group/ClawBench)**_(also mirrored at [TIGER-Lab/ClawBench](https://huggingface.co/datasets/TIGER-Lab/ClawBench))_| Task definitions, rubrics, and metadata for V1 (153 tasks) and V2 (130 tasks) — what to attempt and how it's judged. |`hf download --repo-type dataset NAIL-Group/ClawBench`|
180
+
|**[NAIL-Group/ClawBenchV1Trace](https://huggingface.co/datasets/NAIL-Group/ClawBenchV1Trace)**| One directory per V1 model run, each with `recording.mp4`, `requests.jsonl`, `actions.jsonl`, `agent-messages.jsonl`, `interception.json`, and `run-meta.json` — everything we used to score the run. |`hf download --repo-type dataset NAIL-Group/ClawBenchV1Trace`|
181
+
|**[NAIL-Group/ClawBenchV2Trace](https://huggingface.co/datasets/NAIL-Group/ClawBenchV2Trace)**| Same 5-layer bundle for **V2** model runs. Rolling — new models added as they're evaluated.|`hf download --repo-type dataset NAIL-Group/ClawBenchV2Trace`|
182
182
183
183
> The trace datasets are large; use `hf download --include "<pattern>"` to pull a single model or a single task.
184
184
@@ -455,16 +455,16 @@ All four must hold for a **PASS**. Miss any one and it's a **FAIL** with evidenc
**Intercepted** = final HTTP request matched the task's URL/method (Stage 1, deterministic). **Reward (lenient)** = additionally judged by `deepseek/deepseek-v4-pro` to fulfill the instruction under the "no contradiction → match" rubric (Stage 2). **Reward (strict)** = same judge, strict rubric ("ambiguous → mismatch"). Ranked by Intercepted; Reward as tiebreak.
470
470
@@ -473,9 +473,9 @@ All four must hold for a **PASS**. Miss any one and it's a **FAIL** with evidenc
V1 Pass Rate is from the original paper rubric (Claude Code agentic-eval subagent comparing each run against human reference trajectories under `eval/agentic_eval.md`). The two-stage Reward (interception + `deepseek/deepseek-v4-pro` lenient judge) for V1 will appear here once V1 trace bundles are re-judged.
509
509
@@ -558,17 +558,17 @@ V1 Pass Rate is from the original paper rubric (Claude Code agentic-eval subagen
|[BrowserGym](https://github.com/ServiceNow/BrowserGym)| Web agents | Headless sandbox | — | Cloud-parity; records real user journeys |
567
-
|[Mind2Web](https://github.com/OSU-NLP-Group/Mind2Web)| Web navigation | Static traces | 2,350 | Dynamic live websites, not replayed traces |
568
-
|[Online-Mind2Web](https://github.com/OSU-NLP-Group/Online-Mind2Web)| Live web navigation | Real websites | 300 | 4× more tasks (V1+V2: 283 vs 300 — comparable), with full 5-layer recordings |
569
-
|[VisualWebArena](https://jykoh.com/vwa)| Visual web tasks | Self-hosted (3 sites) | 910 | Real websites with full visual layer (vs 3 hosted apps) |
570
-
|[WebVoyager](https://github.com/MinorJerry/WebVoyager)| Real-website nav | Real websites (15) | 643 | Interception-graded vs LLM-judge-only, 144 sites covered |
|[BrowserGym](https://github.com/ServiceNow/BrowserGym)| Web agents | Headless sandbox | — | Cloud-parity; records real user journeys|
567
+
|[Mind2Web](https://github.com/OSU-NLP-Group/Mind2Web)| Web navigation | Static traces | 2,350 | Dynamic live websites, not replayed traces|
568
+
|[Online-Mind2Web](https://github.com/OSU-NLP-Group/Online-Mind2Web)| Live web navigation | Real websites| 300 | 4× more tasks (V1+V2: 283 vs 300 — comparable), with full 5-layer recordings |
569
+
|[VisualWebArena](https://jykoh.com/vwa)| Visual web tasks | Self-hosted (3 sites) | 910 | Real websites with full visual layer (vs 3 hosted apps)|
570
+
|[WebVoyager](https://github.com/MinorJerry/WebVoyager)| Real-website nav | Real websites (15) | 643 | Interception-graded vs LLM-judge-only, 144 sites covered|
ClawBench's niche: **live consumer websites, everyday tasks, end-to-end recording**. If you want a controlled sandbox or replayed traces, the projects above are excellent. If you want to know whether your agent can actually order food or book a flight *today*, this is the benchmark for that.
574
574
@@ -826,12 +826,14 @@ Same scoring pipeline, orthogonal axis. ClawBench fixes the harness and varies t
826
826
If you use ClawBench in your research, please cite:
827
827
828
828
```bibtex
829
-
@article{zhang2026clawbench,
830
-
title = {ClawBench: Can AI Agents Complete Everyday Online Tasks?},
831
-
author = {Yuxuan Zhang and Yubo Wang and Yipeng Zhu and Penghui Du and Junwen Miao and Xuan Lu and Wendong Xu and Yunzhuo Hao and Songcheng Cai and Xiaochen Wang and Huaisong Zhang and Xian Wu and Yi Lu and Minyi Lei and Kai Zou and Huifeng Yin and Ping Nie and Liang Chen and Dongfu Jiang and Wenhu Chen and Kelsey R. Allen},
832
-
journal = {arXiv preprint arXiv:2604.08523},
833
-
year = {2026},
834
-
url = {https://arxiv.org/abs/2604.08523}
829
+
@misc{zhang2026clawbenchaiagentscomplete,
830
+
title = {ClawBench: Can AI Agents Complete Everyday Online Tasks?},
831
+
author = {Yuxuan Zhang and Yubo Wang and Yipeng Zhu and Penghui Du and Junwen Miao and Xuan Lu and Wendong Xu and Yunzhuo Hao and Songcheng Cai and Xiaochen Wang and Huaisong Zhang and Xian Wu and Yi Lu and Minyi Lei and Kai Zou and Huifeng Yin and Ping Nie and Liang Chen and Dongfu Jiang and Wenhu Chen and Kelsey R. Allen},
title = {ClawBench: Can AI Agents Complete Everyday Online Tasks?},
731
731
author = {Yuxuan Zhang and Yubo Wang and Yipeng Zhu and Penghui Du and Junwen Miao and Xuan Lu and Wendong Xu and Yunzhuo Hao and Songcheng Cai and Xiaochen Wang and Huaisong Zhang and Xian Wu and Yi Lu and Minyi Lei and Kai Zou and Huifeng Yin and Ping Nie and Liang Chen and Dongfu Jiang and Wenhu Chen and Kelsey R. Allen},
0 commit comments