AgPerry commited on
Commit
0cc71bc
·
verified ·
1 Parent(s): c6bec71

docs: sync from NAIL-Group canonical (V2 snapshot + scoring + V2Trace)

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -51,21 +51,22 @@ Live results — pulled from [`leaderboard/results.csv`](https://huggingface.co/
51
 
52
  [![Open the live ClawBench Leaderboard ↗](https://img.shields.io/badge/%F0%9F%8F%86%20Open%20the%20live%20Leaderboard-NAIL--Group%2Fclawbench--leaderboard-FFD21E?style=for-the-badge&logo=huggingface&logoColor=000)](https://huggingface.co/spaces/NAIL-Group/clawbench-leaderboard)
53
 
54
- **Snapshotlast refreshed 2026-05-10:**
55
-
56
- | Rank | Model | Harness | Corpus | Pass | Total | Pass Rate | Wall (h) |
57
- |------|-------|---------|--------|------|-------|-----------|----------|
58
- | 1 | `glm-5.1` | hermes | v2 | 63 | 130 | **48.46%** | 11.35 |
59
- | 2 | `glm-5.1` | hermes | v1 | 25 | 153 | **16.34%** | 15.37 |
60
- | 3 | `openrouter/owl-alpha` | hermes | v2 | 19 | 130 | **14.62%** | 7.58 |
61
- | 4 | `deepseek/deepseek-v4-flash` | hermes | v1 | 14 | 153 | **9.15%** | 13.59 |
62
- | 5 | `glm-5.1` | openclaw | v1 | 13 | 153 | **8.50%** | 6.50 |
63
- | 6 | `deepseek/deepseek-v4-flash` | hermes | v2 | 4 | 130 | **3.08%** | 2.37 |
64
- | 7 | `poolside/laguna-m.1:free` | hermes | v1 | 1 | 153 | **0.65%** | 1.52 |
 
65
 
66
  **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/NAIL-Group/ClawBench/blob/main/leaderboard/results.csv) — one row per (model × harness × corpus).
67
 
68
- > **Companion dataset (raw traces):** [`NAIL-Group/ClawBenchV1Trace`](https://huggingface.co/datasets/NAIL-Group/ClawBenchV1Trace) — `recording.mp4`, `requests.jsonl`, `actions.jsonl`, `agent-messages.jsonl`, `interception.json`, `run-meta.json` per V1 model run.
69
 
70
  ## Dataset Structure
71
 
 
51
 
52
  [![Open the live ClawBench Leaderboard ↗](https://img.shields.io/badge/%F0%9F%8F%86%20Open%20the%20live%20Leaderboard-NAIL--Group%2Fclawbench--leaderboard-FFD21E?style=for-the-badge&logo=huggingface&logoColor=000)](https://huggingface.co/spaces/NAIL-Group/clawbench-leaderboard)
53
 
54
+ **V2 snapshot — refreshed 2026-05-11** (full scoring logic: [`docs/scoring.md`](https://github.com/reacher-z/ClawBench/blob/main/docs/scoring.md))
55
+
56
+ | Rank | Model | Harness | Intercepted | Reward | Pass / Total |
57
+ |------|-------|---------|-------------|--------|--------------|
58
+ | 1 | `glm-5.1` | hermes | 48.5% | **18.5%** | 24 / 130 |
59
+ | 2 | `deepseek-v4-pro` | hermes | 43.8% | **10.0%** | 13 / 130 |
60
+ | 3 | `openrouter/owl-alpha` | hermes | 14.6% | **4.6%** | 6 / 130 |
61
+ | 4 | `deepseek-v4-flash` | hermes | 3.1% | **1.5%** | 2 / 130 |
62
+ | 5 | `glm-5.1` | openclaw | 0.0% | **0.0%** | 0 / 130 |
63
+ | 6 | `poolside/laguna-m.1:free` | hermes | 0.0% | **0.0%** | 0 / 130 |
64
+
65
+ **Reward** = fraction that intercepted the final HTTP request AND the LLM judge confirmed the payload fulfilled the instruction. **Intercepted** alone = Stage 1 only. See [scoring.md](https://github.com/reacher-z/ClawBench/blob/main/docs/scoring.md) for the two-stage rubric. New runs (Claude Sonnet 4.6, Claude Opus 4.7, GPT 5.5) land daily — track them on the [live leaderboard Space](https://huggingface.co/spaces/NAIL-Group/clawbench-leaderboard).
66
 
67
  **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/NAIL-Group/ClawBench/blob/main/leaderboard/results.csv) — one row per (model × harness × corpus).
68
 
69
+ > **Companion datasets (raw traces):** [`NAIL-Group/ClawBenchV1Trace`](https://huggingface.co/datasets/NAIL-Group/ClawBenchV1Trace) (V1 runs) · [`NAIL-Group/ClawBenchV2Trace`](https://huggingface.co/datasets/NAIL-Group/ClawBenchV2Trace) (V2 runs, rolling) — `recording.mp4`, `requests.jsonl`, `actions.jsonl`, `agent-messages.jsonl`, `interception.json`, `run-meta.json` per model run.
70
 
71
  ## Dataset Structure
72