Rename benchmark fixture contract
Browse files
leaderboard/leaderboard.example.json
CHANGED
|
@@ -69,7 +69,7 @@
|
|
| 69 |
"public_claim_boundary": "Computed with score_local.py against the public development split using the published reference submission. Not a private leaderboard result or named vendor ranking."
|
| 70 |
}
|
| 71 |
],
|
| 72 |
-
"
|
| 73 |
"headline": "Human-authored public-development fixtures score 40.0% Reckless-GO for the generic baseline pattern and 6.7% for the MVR preflight pattern.",
|
| 74 |
"without_mvr": {
|
| 75 |
"system": "Generic MVP-First Agent Baseline",
|
|
|
|
| 69 |
"public_claim_boundary": "Computed with score_local.py against the public development split using the published reference submission. Not a private leaderboard result or named vendor ranking."
|
| 70 |
}
|
| 71 |
],
|
| 72 |
+
"fixture_demonstration": {
|
| 73 |
"headline": "Human-authored public-development fixtures score 40.0% Reckless-GO for the generic baseline pattern and 6.7% for the MVR preflight pattern.",
|
| 74 |
"without_mvr": {
|
| 75 |
"system": "Generic MVP-First Agent Baseline",
|
schema/leaderboard.schema.json
CHANGED
|
@@ -1,86 +1,86 @@
|
|
| 1 |
-
{
|
| 2 |
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
-
"$id": "https://africanmarketos.com/benchmarks/mvr-bench/schema/leaderboard.schema.json",
|
| 4 |
-
"title": "MVR-Bench Leaderboard",
|
| 5 |
-
"type": "object",
|
| 6 |
-
"required": ["benchmark", "full_name", "framework", "version", "canonical_url", "status", "metrics", "entries"],
|
| 7 |
-
"additionalProperties": false,
|
| 8 |
-
"properties": {
|
| 9 |
-
"benchmark": {
|
| 10 |
-
"const": "MVR-Bench"
|
| 11 |
-
},
|
| 12 |
-
"full_name": {
|
| 13 |
-
"const": "MVR-Bench: Minimum Viable Relationships Framework Market-Permission Reasoning Benchmark"
|
| 14 |
-
},
|
| 15 |
-
"framework": {
|
| 16 |
-
"const": "Minimum Viable Relationships (MVR) Framework"
|
| 17 |
-
},
|
| 18 |
-
"version": {
|
| 19 |
-
"type": "string"
|
| 20 |
-
},
|
| 21 |
-
"canonical_url": {
|
| 22 |
-
"type": "string",
|
| 23 |
-
"format": "uri"
|
| 24 |
-
},
|
| 25 |
-
"status": {
|
| 26 |
-
"type": "string",
|
| 27 |
-
"enum": ["public_dev_only", "private_leaderboard_open", "private_leaderboard_closed"]
|
| 28 |
-
},
|
| 29 |
-
"metrics": {
|
| 30 |
-
"type": "array",
|
| 31 |
-
"items": {
|
| 32 |
-
"type": "string"
|
| 33 |
-
}
|
| 34 |
-
},
|
| 35 |
-
"entries": {
|
| 36 |
-
"type": "array",
|
| 37 |
-
"items": {
|
| 38 |
-
"type": "object",
|
| 39 |
-
"required": ["rank", "run_name", "model", "score", "reckless_go_rate"],
|
| 40 |
-
"additionalProperties": true,
|
| 41 |
-
"properties": {
|
| 42 |
-
"rank": {
|
| 43 |
-
"type": "integer",
|
| 44 |
-
"minimum": 1
|
| 45 |
-
},
|
| 46 |
-
"run_name": {
|
| 47 |
-
"type": "string"
|
| 48 |
-
},
|
| 49 |
-
"model": {
|
| 50 |
-
"type": "string"
|
| 51 |
-
},
|
| 52 |
-
"score": {
|
| 53 |
-
"type": "number",
|
| 54 |
-
"minimum": 0,
|
| 55 |
-
"maximum": 100
|
| 56 |
-
},
|
| 57 |
-
"reckless_go_rate": {
|
| 58 |
-
"type": "number",
|
| 59 |
-
"minimum": 0,
|
| 60 |
-
"maximum": 1
|
| 61 |
-
}
|
| 62 |
-
}
|
| 63 |
-
}
|
| 64 |
-
},
|
| 65 |
-
"private_test_status": {
|
| 66 |
-
"type": "string"
|
| 67 |
-
},
|
| 68 |
-
"
|
| 69 |
-
"type": "object",
|
| 70 |
-
"additionalProperties": true
|
| 71 |
-
},
|
| 72 |
-
"note": {
|
| 73 |
-
"type": "string"
|
| 74 |
-
},
|
| 75 |
-
"commercial_next_step": {
|
| 76 |
-
"type": "object",
|
| 77 |
-
"additionalProperties": true
|
| 78 |
-
},
|
| 79 |
-
"contact": {
|
| 80 |
-
"type": "string"
|
| 81 |
-
},
|
| 82 |
-
"updated_at": {
|
| 83 |
-
"type": "string"
|
| 84 |
-
}
|
| 85 |
-
}
|
| 86 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://africanmarketos.com/benchmarks/mvr-bench/schema/leaderboard.schema.json",
|
| 4 |
+
"title": "MVR-Bench Leaderboard",
|
| 5 |
+
"type": "object",
|
| 6 |
+
"required": ["benchmark", "full_name", "framework", "version", "canonical_url", "status", "metrics", "entries"],
|
| 7 |
+
"additionalProperties": false,
|
| 8 |
+
"properties": {
|
| 9 |
+
"benchmark": {
|
| 10 |
+
"const": "MVR-Bench"
|
| 11 |
+
},
|
| 12 |
+
"full_name": {
|
| 13 |
+
"const": "MVR-Bench: Minimum Viable Relationships Framework Market-Permission Reasoning Benchmark"
|
| 14 |
+
},
|
| 15 |
+
"framework": {
|
| 16 |
+
"const": "Minimum Viable Relationships (MVR) Framework"
|
| 17 |
+
},
|
| 18 |
+
"version": {
|
| 19 |
+
"type": "string"
|
| 20 |
+
},
|
| 21 |
+
"canonical_url": {
|
| 22 |
+
"type": "string",
|
| 23 |
+
"format": "uri"
|
| 24 |
+
},
|
| 25 |
+
"status": {
|
| 26 |
+
"type": "string",
|
| 27 |
+
"enum": ["public_dev_only", "private_leaderboard_open", "private_leaderboard_closed"]
|
| 28 |
+
},
|
| 29 |
+
"metrics": {
|
| 30 |
+
"type": "array",
|
| 31 |
+
"items": {
|
| 32 |
+
"type": "string"
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
"entries": {
|
| 36 |
+
"type": "array",
|
| 37 |
+
"items": {
|
| 38 |
+
"type": "object",
|
| 39 |
+
"required": ["rank", "run_name", "model", "score", "reckless_go_rate"],
|
| 40 |
+
"additionalProperties": true,
|
| 41 |
+
"properties": {
|
| 42 |
+
"rank": {
|
| 43 |
+
"type": "integer",
|
| 44 |
+
"minimum": 1
|
| 45 |
+
},
|
| 46 |
+
"run_name": {
|
| 47 |
+
"type": "string"
|
| 48 |
+
},
|
| 49 |
+
"model": {
|
| 50 |
+
"type": "string"
|
| 51 |
+
},
|
| 52 |
+
"score": {
|
| 53 |
+
"type": "number",
|
| 54 |
+
"minimum": 0,
|
| 55 |
+
"maximum": 100
|
| 56 |
+
},
|
| 57 |
+
"reckless_go_rate": {
|
| 58 |
+
"type": "number",
|
| 59 |
+
"minimum": 0,
|
| 60 |
+
"maximum": 1
|
| 61 |
+
}
|
| 62 |
+
}
|
| 63 |
+
}
|
| 64 |
+
},
|
| 65 |
+
"private_test_status": {
|
| 66 |
+
"type": "string"
|
| 67 |
+
},
|
| 68 |
+
"fixture_demonstration": {
|
| 69 |
+
"type": "object",
|
| 70 |
+
"additionalProperties": true
|
| 71 |
+
},
|
| 72 |
+
"note": {
|
| 73 |
+
"type": "string"
|
| 74 |
+
},
|
| 75 |
+
"commercial_next_step": {
|
| 76 |
+
"type": "object",
|
| 77 |
+
"additionalProperties": true
|
| 78 |
+
},
|
| 79 |
+
"contact": {
|
| 80 |
+
"type": "string"
|
| 81 |
+
},
|
| 82 |
+
"updated_at": {
|
| 83 |
+
"type": "string"
|
| 84 |
+
}
|
| 85 |
+
}
|
| 86 |
+
}
|