yuhangzang commited on
Commit
75f9455
·
verified ·
1 Parent(s): 20a9c3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -36,6 +36,9 @@ size_categories:
36
  [![HF Daily Paper](https://img.shields.io/badge/🤗_Daily_Paper-Featured-ffcc00)](https://huggingface.co/papers/2605.10912)
37
  [![HuggingFace](https://img.shields.io/badge/🤗_HuggingFace-Dataset-yellow)](https://huggingface.co/datasets/internlm/WildClawBench)
38
  [![PDF Report](https://img.shields.io/badge/📄_Paper-PDF-red)](https://github.com/internlm/WildClawBench/blob/main/WildClawBench_report.pdf)
 
 
 
39
 
40
  </div>
41
 
@@ -69,9 +72,20 @@ Most agent benchmarks test isolated capabilities — calling a function, parsing
69
  - **Four agent harnesses, one task suite.** OpenClaw, Claude Code, Codex CLI, and Hermes Agent all execute the same 60 tasks under the same grading. This separates *model capability* from *harness scaffolding* — you can see how much an agent's score depends on its surrounding tools versus the underlying LLM.
70
  - **Reproducible & isolated.** Each task runs in its own Docker container. Same image, same data, same grading code. Ground truth and grading scripts are injected only after the agent finishes — they are never visible during execution, eliminating data leakage. Scores are reproducible across machines.
71
 
 
 
 
 
 
 
 
 
 
 
72
  ## News
73
 
74
  - **2026-08** Meta's **[Muse Glimmer release](https://research.meta.ai/blog/introducing-muse-glimmer-open-agentic-model)** reports WildClawBench evaluation scores. Thanks for the recognition!
 
75
  - **2026-07** We expanded the OpenClaw leaderboard with evaluations of the latest frontier models, including **GPT-5.6 Sol, Claude Fable 5, Kimi K3 and etc**.
76
  - **2026-06** ByteDance Seed's **[Seed2.1 release](https://seed.bytedance.com/en/blog/seed2-1-officially-released-advancing-ai-productivity)** includes WildClawBench in its agent evaluations. Thanks for the recognition!
77
  - **2026-05** We released a new version with **four agent harnesses** — OpenClaw, Claude Code, Codex CLI, and Hermes Agent — so the same 60-task suite can be evaluated under multiple scaffolds.
@@ -164,6 +178,8 @@ To create new tasks, see the annotated template at [`tasks/task0_template.md`](h
164
  ## Quick Start
165
 
166
  > This Hugging Face repository hosts the benchmark's large Docker images and task data. The evaluation code is maintained in the [GitHub repository](https://github.com/internlm/WildClawBench). Clone the code repository first, then download the data below into its root directory.
 
 
167
 
168
  ```bash
169
  git clone https://github.com/internlm/WildClawBench.git
@@ -409,6 +425,26 @@ Provider with explicit API mode and env var key:
409
 
410
  </details>
411
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
412
  ## Check the Results
413
 
414
  After the run completes, a per-category summary and a global summary (`output/summary_all.json`) are generated automatically. Each metric is scored from `0.00` to `1.00`.
@@ -429,7 +465,15 @@ output/<harness>/<category>/<task_id>/<model_timestamp_runid>/
429
 
430
  The subdirectory name is `<short_model>_<timestamp>_<runid>`, where `short_model` is the last segment of the model path (e.g. `claude-sonnet-4.6` from `openrouter/anthropic/claude-sonnet-4.6`) and `runid` is a 6-char random hex string, so parallel or repeated runs never collide.
431
 
432
- For independent verification and side-by-side comparison, we have provided the complete evaluation details and trajectories in our Google Drive folder:
 
 
 
 
 
 
 
 
433
 
434
  - overall_results.json: [Overall Results](https://drive.google.com/file/d/1EI1_ABNLwEaiguzUU7f0RuEk5KFIMLUu/view?usp=drive_link)
435
  - overall_dashboard.html: [Performance Dashboard](https://drive.google.com/file/d/1B7nStKfXeyATBM3lIv858M9FaH6QBPWU/view?usp=drive_link)
@@ -439,8 +483,6 @@ For independent verification and side-by-side comparison, we have provided the c
439
  - MiniMax M2.7 Details: [MiniMax M2.7](https://drive.google.com/file/d/15K65XZxkUqKWj3rp-d-gZN0DEL1iu2Kf/view?usp=drive_link)
440
  - Claude Opus 4.6 Details: [Claude 4.6 Opus](https://drive.google.com/file/d/1qCPxy0-Z-LveiVAmPTVlrh3x2fe9qlU6/view?usp=drive_link)
441
 
442
- More models's (fable5, glm5.2, gpt5.6, grok4.5, hy3, kimi_k3, muse_spark, kimi-k2.7, interns2-preview-397b, claude-opus4.8) details in [internlm/WildClawBench-Trajectories](https://huggingface.co/datasets/internlm/WildClawBench-Trajectories)
443
-
444
  ## Personal OpenClaw Evaluation
445
 
446
  "Raising lobsters" has become a phenomenon — users gradually teach their OpenClaw agents new skills, customize personalities, and build up long-term memory through daily interaction. A natural question follows: **whose lobster is better?** Beyond bragging rights, there is real value in understanding which skill combinations, persona designs, and memory strategies actually improve agent performance on a given model. That's why we created the **Personal OpenClaw Leaderboard**. Submit your lobster's results and see how it stacks up!
 
36
  [![HF Daily Paper](https://img.shields.io/badge/🤗_Daily_Paper-Featured-ffcc00)](https://huggingface.co/papers/2605.10912)
37
  [![HuggingFace](https://img.shields.io/badge/🤗_HuggingFace-Dataset-yellow)](https://huggingface.co/datasets/internlm/WildClawBench)
38
  [![PDF Report](https://img.shields.io/badge/📄_Paper-PDF-red)](https://github.com/internlm/WildClawBench/blob/main/WildClawBench_report.pdf)
39
+ <br>
40
+ [![Harbor Format](https://img.shields.io/badge/⚓_Harbor_Format-WildClawBench--Harbor-blue)](https://huggingface.co/datasets/internlm/WildClawBench-Harbor)
41
+ [![Trajectories](https://img.shields.io/badge/🛤️_Trajectories-WildClawBench--Trajectories-orange)](https://huggingface.co/datasets/internlm/WildClawBench-Trajectories)
42
 
43
  </div>
44
 
 
72
  - **Four agent harnesses, one task suite.** OpenClaw, Claude Code, Codex CLI, and Hermes Agent all execute the same 60 tasks under the same grading. This separates *model capability* from *harness scaffolding* — you can see how much an agent's score depends on its surrounding tools versus the underlying LLM.
73
  - **Reproducible & isolated.** Each task runs in its own Docker container. Same image, same data, same grading code. Ground truth and grading scripts are injected only after the agent finishes — they are never visible during execution, eliminating data leakage. Scores are reproducible across machines.
74
 
75
+ ## The WildClawBench Family
76
+
77
+ WildClawBench ships as three Hugging Face repositories — pick the one that matches how you want to use the benchmark:
78
+
79
+ | Repository | What's inside | Use it when you want to |
80
+ |---|---|---|
81
+ | **[WildClawBench](https://huggingface.co/datasets/internlm/WildClawBench)** (this repo) | Task data, Docker images for all four harnesses | Reproduce the paper's evaluation with the [official pipeline](https://github.com/internlm/WildClawBench) |
82
+ | **[WildClawBench-Harbor](https://huggingface.co/datasets/internlm/WildClawBench-Harbor)** | All 60 tasks repackaged in the [Harbor](https://github.com/harbor-framework/harbor) format | Evaluate any Harbor-supported agent with a single `harbor run` — no benchmark-specific setup ([details](#run-with-harbor)) |
83
+ | **[WildClawBench-Trajectories](https://huggingface.co/datasets/internlm/WildClawBench-Trajectories)** | Complete agent trajectories for the full 60-task suite, across a growing roster of frontier models, plus raw evaluation outputs | Inspect how models actually behave — or mine real long-horizon traces for analysis and training ([details](#agent-trajectories)) |
84
+
85
  ## News
86
 
87
  - **2026-08** Meta's **[Muse Glimmer release](https://research.meta.ai/blog/introducing-muse-glimmer-open-agentic-model)** reports WildClawBench evaluation scores. Thanks for the recognition!
88
+ - **2026-08** Released **[WildClawBench-Harbor](https://huggingface.co/datasets/internlm/WildClawBench-Harbor)** — the full 60-task suite in [Harbor](https://github.com/harbor-framework/harbor) format — and **[WildClawBench-Trajectories](https://huggingface.co/datasets/internlm/WildClawBench-Trajectories)** — complete agent trajectories from our frontier-model evaluations, browsable in the HF Agent Trace Viewer and continuously updated as new models are evaluated.
89
  - **2026-07** We expanded the OpenClaw leaderboard with evaluations of the latest frontier models, including **GPT-5.6 Sol, Claude Fable 5, Kimi K3 and etc**.
90
  - **2026-06** ByteDance Seed's **[Seed2.1 release](https://seed.bytedance.com/en/blog/seed2-1-officially-released-advancing-ai-productivity)** includes WildClawBench in its agent evaluations. Thanks for the recognition!
91
  - **2026-05** We released a new version with **four agent harnesses** — OpenClaw, Claude Code, Codex CLI, and Hermes Agent — so the same 60-task suite can be evaluated under multiple scaffolds.
 
178
  ## Quick Start
179
 
180
  > This Hugging Face repository hosts the benchmark's large Docker images and task data. The evaluation code is maintained in the [GitHub repository](https://github.com/internlm/WildClawBench). Clone the code repository first, then download the data below into its root directory.
181
+ >
182
+ > **Prefer a standard runner?** The suite is also available in [Harbor](https://github.com/harbor-framework/harbor) format — skip the setup below and jump to [Run with Harbor](#run-with-harbor).
183
 
184
  ```bash
185
  git clone https://github.com/internlm/WildClawBench.git
 
425
 
426
  </details>
427
 
428
+ ## Run with Harbor
429
+
430
+ The full suite is also published in the [Harbor](https://github.com/harbor-framework/harbor) task format at **[internlm/WildClawBench-Harbor](https://huggingface.co/datasets/internlm/WildClawBench-Harbor)**. Each of the 60 tasks is a self-contained Harbor task directory (`task.toml` / `instruction.md` / `environment/` / `tests/`), with task content and grading logic identical to this repository. This is the easiest way to evaluate agents that Harbor already supports (Claude Code, OpenHands, Codex CLI, custom agents, ...) — no benchmark-specific pipeline needed.
431
+
432
+ ```bash
433
+ uv tool install harbor # or: pip install harbor
434
+
435
+ # Task suite
436
+ hf download internlm/WildClawBench-Harbor --repo-type dataset --local-dir ./WildClawBench-Harbor
437
+
438
+ # Docker image (same OpenClaw image as this repo)
439
+ hf download internlm/WildClawBench Images/wildclawbench-ubuntu_v1.3.tar --repo-type dataset --local-dir .
440
+ docker load -i Images/wildclawbench-ubuntu_v1.3.tar
441
+
442
+ # Run the full benchmark (or point -p at a single task directory)
443
+ harbor run -p ./WildClawBench-Harbor -a claude-code -m anthropic/claude-opus-4-1 --n-concurrent 4
444
+ ```
445
+
446
+ See the [WildClawBench-Harbor card](https://huggingface.co/datasets/internlm/WildClawBench-Harbor) for the task layout, environment details, and scoring.
447
+
448
  ## Check the Results
449
 
450
  After the run completes, a per-category summary and a global summary (`output/summary_all.json`) are generated automatically. Each metric is scored from `0.00` to `1.00`.
 
465
 
466
  The subdirectory name is `<short_model>_<timestamp>_<runid>`, where `short_model` is the last segment of the model path (e.g. `claude-sonnet-4.6` from `openrouter/anthropic/claude-sonnet-4.6`) and `runid` is a 6-char random hex string, so parallel or repeated runs never collide.
467
 
468
+ ## Agent Trajectories
469
+
470
+ For independent verification, side-by-side comparison, and trace-level analysis, we release **[internlm/WildClawBench-Trajectories](https://huggingface.co/datasets/internlm/WildClawBench-Trajectories)**: complete OpenClaw trajectories covering the full 60-task suite for each evaluated model — including recent frontier models such as GPT-5.6 Sol, Claude Fable 5, Claude Opus 4.8, Kimi K3, and more. The collection is continuously updated as new models join the leaderboard; see the [dataset card](https://huggingface.co/datasets/internlm/WildClawBench-Trajectories) for the current roster. The same data is provided in three forms:
471
+
472
+ - **`train.parquet`** — one row per (task, model) with the full message sequence as a JSON array; loads directly with `load_dataset("internlm/WildClawBench-Trajectories")` and renders in the HF Dataset Viewer (inline images replaced by hash placeholders to keep rows small).
473
+ - **`sessions/<model>/<task_id>.jsonl`** — per-session trace files for the HF **Agent Trace Viewer**: open any file, select the *Trace* tab, and step through reasoning blocks, tool calls, tool results, and token usage. These preserve the original inline image data.
474
+ - **`output_*.tar.gz`** — the raw per-task evaluation outputs (scores, usage, logs, agent-produced files) exactly as generated by the pipeline above.
475
+
476
+ Earlier evaluation details remain available on Google Drive:
477
 
478
  - overall_results.json: [Overall Results](https://drive.google.com/file/d/1EI1_ABNLwEaiguzUU7f0RuEk5KFIMLUu/view?usp=drive_link)
479
  - overall_dashboard.html: [Performance Dashboard](https://drive.google.com/file/d/1B7nStKfXeyATBM3lIv858M9FaH6QBPWU/view?usp=drive_link)
 
483
  - MiniMax M2.7 Details: [MiniMax M2.7](https://drive.google.com/file/d/15K65XZxkUqKWj3rp-d-gZN0DEL1iu2Kf/view?usp=drive_link)
484
  - Claude Opus 4.6 Details: [Claude 4.6 Opus](https://drive.google.com/file/d/1qCPxy0-Z-LveiVAmPTVlrh3x2fe9qlU6/view?usp=drive_link)
485
 
 
 
486
  ## Personal OpenClaw Evaluation
487
 
488
  "Raising lobsters" has become a phenomenon — users gradually teach their OpenClaw agents new skills, customize personalities, and build up long-term memory through daily interaction. A natural question follows: **whose lobster is better?** Beyond bragging rights, there is real value in understanding which skill combinations, persona designs, and memory strategies actually improve agent performance on a given model. That's why we created the **Personal OpenClaw Leaderboard**. Submit your lobster's results and see how it stacks up!