Upload eval.yaml
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: Claw-Eval
|
| 2 |
+
description: >
|
| 3 |
+
Claw-Eval is a transparent benchmark for AI agents acting in the real world.
|
| 4 |
+
300 human-verified tasks across 24 categories, graded on completion, safety,
|
| 5 |
+
and robustness with Pass³ methodology (N=3 independent trials).
|
| 6 |
+
evaluation_framework: claw-eval
|
| 7 |
+
|
| 8 |
+
tasks:
|
| 9 |
+
- id: general
|
| 10 |
+
config: default
|
| 11 |
+
split: general
|
| 12 |
+
- id: multimodal
|
| 13 |
+
config: default
|
| 14 |
+
split: multimodal
|
| 15 |
+
- id: multi_turn
|
| 16 |
+
config: default
|
| 17 |
+
split: multi_turn
|