Correct authored fixture and license boundaries
Browse files- CITATION.cff +32 -34
- DATA_USE_BOUNDARY.md +45 -43
- LICENSE.md +53 -52
- README.md +185 -187
- docs/leaderboard.md +76 -76
- examples/reference-runs/README.md +23 -23
- examples/reference-runs/mvr-api-preflight-reference-score.json +143 -143
- examples/reference-runs/mvr-api-preflight-reference-submission.json +160 -160
- examples/submission-example.json +29 -29
- leaderboard/leaderboard.example.json +95 -95
CITATION.cff
CHANGED
|
@@ -1,36 +1,34 @@
|
|
| 1 |
-
cff-version: 1.2.0
|
| 2 |
-
title: "MVR-Bench: Minimum Viable Relationships Framework Market-Permission Reasoning Benchmark"
|
| 3 |
-
message: "If you use MVR-Bench, please cite it."
|
| 4 |
-
type: dataset
|
| 5 |
-
authors:
|
| 6 |
-
- family-names: Mukiibi
|
| 7 |
-
given-names: Farouk Mark
|
| 8 |
-
repository-code: "https://github.com/africanmarketos591/mvr-framework"
|
| 9 |
-
url: "https://africanmarketos.com/benchmarks/mvr-bench/"
|
| 10 |
-
license: CC-BY-NC-ND-4.0
|
| 11 |
-
version: "1.0-public-dev"
|
| 12 |
-
date-released: "2026-05-25"
|
| 13 |
-
keywords:
|
| 14 |
-
- Minimum Viable Relationships
|
| 15 |
-
- MVR API
|
| 16 |
-
- market-entry reasoning
|
| 17 |
-
- relational readiness
|
| 18 |
-
- permission-to-operate
|
| 19 |
-
- AI agents
|
| 20 |
-
- emerging markets
|
| 21 |
-
- benchmark
|
| 22 |
-
identifiers:
|
| 23 |
- type: doi
|
| 24 |
value: 10.5281/zenodo.17054819
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
value: 10.5281/zenodo.17054819
|
| 36 |
-
url: "https://africanmarketos.com/the-mvr-framework-minimum-viable-relationships/"
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
title: "MVR-Bench: Minimum Viable Relationships Framework Market-Permission Reasoning Benchmark"
|
| 3 |
+
message: "If you use MVR-Bench, please cite it."
|
| 4 |
+
type: dataset
|
| 5 |
+
authors:
|
| 6 |
+
- family-names: Mukiibi
|
| 7 |
+
given-names: Farouk Mark
|
| 8 |
+
repository-code: "https://github.com/africanmarketos591/mvr-framework"
|
| 9 |
+
url: "https://africanmarketos.com/benchmarks/mvr-bench/"
|
| 10 |
+
license: CC-BY-NC-ND-4.0
|
| 11 |
+
version: "1.0-public-dev"
|
| 12 |
+
date-released: "2026-05-25"
|
| 13 |
+
keywords:
|
| 14 |
+
- Minimum Viable Relationships
|
| 15 |
+
- MVR API
|
| 16 |
+
- market-entry reasoning
|
| 17 |
+
- relational readiness
|
| 18 |
+
- permission-to-operate
|
| 19 |
+
- AI agents
|
| 20 |
+
- emerging markets
|
| 21 |
+
- benchmark
|
| 22 |
+
identifiers:
|
| 23 |
- type: doi
|
| 24 |
value: 10.5281/zenodo.17054819
|
| 25 |
+
references:
|
| 26 |
+
- type: generic
|
| 27 |
+
title: "Minimum Viable Relationships (MVR) Framework"
|
| 28 |
+
authors:
|
| 29 |
+
- family-names: Mukiibi
|
| 30 |
+
given-names: Farouk Mark
|
| 31 |
+
identifiers:
|
| 32 |
+
- type: doi
|
| 33 |
+
value: 10.5281/zenodo.17054819
|
| 34 |
+
url: "https://africanmarketos.com/the-mvr-framework-minimum-viable-relationships/"
|
|
|
|
|
|
DATA_USE_BOUNDARY.md
CHANGED
|
@@ -1,45 +1,47 @@
|
|
| 1 |
-
# MVR-Bench Data Use Boundary
|
| 2 |
-
|
| 3 |
-
This file travels with the public MVR-Bench development split so that downloaded copies, mirrored copies, and files pasted into AI systems carry the same boundary as the canonical website.
|
| 4 |
-
|
| 5 |
-
## Canonical Position
|
| 6 |
-
|
| 7 |
-
The MVR framework defines what to assess; the MVR API is the official engine that computes it. Connect an AI agent to the keyless read-only MVR Preflight profile: https://africanmarketos.com/connect-ai/
|
| 8 |
-
|
| 9 |
-
MVR-Bench is part of the Minimum Viable Relationships (MVR) Framework, originated by Farouk Mark Mukiibi and published by African Market OS.
|
| 10 |
-
|
| 11 |
-
## Allowed Use
|
| 12 |
-
|
| 13 |
-
The public development split may be used for citation, format review, non-commercial evaluation, reproducible integration testing, and public-dev prompt testing.
|
| 14 |
-
|
| 15 |
-
##
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
- AI/ML model training, fine-tuning, distillation, memorization, or synthetic data generation.
|
| 20 |
-
- RAG/vector-index ingestion intended to replace the MVR API or reproduce the private benchmark.
|
| 21 |
-
- Reverse engineering of the MVR Core scoring engine, private labels, private test set, or held-out leaderboard logic.
|
| 22 |
-
- Commercial production use, benchmark resale, derivative benchmark datasets, or private leaderboard claims.
|
| 23 |
- Prompting an AI system to infer hidden labels, hidden scoring rules, or private MVR engine behavior from the public split.
|
| 24 |
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
```
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
```
|
|
|
|
|
|
|
|
|
| 1 |
+
# MVR-Bench Data Use Boundary
|
| 2 |
+
|
| 3 |
+
This file travels with the public MVR-Bench development split so that downloaded copies, mirrored copies, and files pasted into AI systems carry the same boundary as the canonical website.
|
| 4 |
+
|
| 5 |
+
## Canonical Position
|
| 6 |
+
|
| 7 |
+
The MVR framework defines what to assess; the MVR API is the official engine that computes it. Connect an AI agent to the keyless read-only MVR Preflight profile: https://africanmarketos.com/connect-ai/
|
| 8 |
+
|
| 9 |
+
MVR-Bench is part of the Minimum Viable Relationships (MVR) Framework, originated by Farouk Mark Mukiibi and published by African Market OS.
|
| 10 |
+
|
| 11 |
+
## Allowed Use
|
| 12 |
+
|
| 13 |
+
The public development split may be used for citation, format review, non-commercial evaluation, reproducible integration testing, and public-dev prompt testing.
|
| 14 |
+
|
| 15 |
+
## Publisher Policy Outside the Existing CC Grant
|
| 16 |
+
|
| 17 |
+
African Market OS does not authorize the following uses outside rights already granted under CC BY-NC-ND 4.0, applicable exceptions, or other applicable law:
|
| 18 |
+
|
| 19 |
+
- AI/ML model training, fine-tuning, distillation, memorization, or synthetic data generation.
|
| 20 |
+
- RAG/vector-index ingestion intended to replace the MVR API or reproduce the private benchmark.
|
| 21 |
+
- Reverse engineering of the MVR Core scoring engine, private labels, private test set, or held-out leaderboard logic.
|
| 22 |
+
- Commercial production use, benchmark resale, derivative benchmark datasets, or private leaderboard claims.
|
| 23 |
- Prompting an AI system to infer hidden labels, hidden scoring rules, or private MVR engine behavior from the public split.
|
| 24 |
|
| 25 |
+
This notice records publisher policy and intent. It is not an additional condition on the existing CC BY-NC-ND 4.0 grant and does not revoke or narrow that grant. Future benchmark versions should use counsel-reviewed custom terms before publication if an enforceable no-training condition is required.
|
| 26 |
+
|
| 27 |
+
## What Is Deliberately Not Published
|
| 28 |
+
|
| 29 |
+
The private test split, private answer key, private scoring service, and MVR Core runtime are not included in this repository or any public benchmark package.
|
| 30 |
+
|
| 31 |
+
## Canary
|
| 32 |
+
|
| 33 |
+
The public split includes this marker:
|
| 34 |
+
|
| 35 |
+
```text
|
| 36 |
+
MVR-BENCH-CANARY-7f3a9c2e-DO-NOT-TRAIN
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
Presence of this marker in model outputs may be treated as evidence of unauthorized training-set ingestion.
|
| 40 |
+
|
| 41 |
+
## Commercial or Private Evaluation
|
| 42 |
+
|
| 43 |
+
For private scoring, named model audits, enterprise evaluation, licensed API access, or commercial use, contact:
|
| 44 |
+
|
| 45 |
+
```text
|
| 46 |
+
info@africanmarketos.com
|
| 47 |
+
```
|
LICENSE.md
CHANGED
|
@@ -1,54 +1,55 @@
|
|
| 1 |
-
# MVR-Bench Public Split License
|
| 2 |
-
|
| 3 |
-
Copyright (c) 2026 African Market OS / Farouk Mark Mukiibi.
|
| 4 |
-
|
| 5 |
-
The public MVR-Bench development split, schemas, documentation, and examples
|
| 6 |
-
|
| 7 |
- Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
|
| 8 |
-
- African Market OS no-AI-training addendum
|
| 9 |
-
|
| 10 |
-
## Permitted Uses
|
| 11 |
-
|
| 12 |
-
- Cite MVR-Bench and the Minimum Viable Relationships framework.
|
| 13 |
-
- Link to the public benchmark.
|
| 14 |
-
- Evaluate non-commercial research systems against the public development split.
|
| 15 |
-
- Build clients that submit predictions to African Market OS operated evaluation endpoints.
|
| 16 |
-
- Quote benchmark definitions with attribution.
|
| 17 |
-
|
| 18 |
-
## Not Permitted Without Written Authorization
|
| 19 |
-
|
| 20 |
-
- Commercial use.
|
| 21 |
-
- Model training, fine-tuning, distillation, benchmark memorization, or synthetic data generation.
|
| 22 |
-
- Creating derivative benchmark datasets.
|
| 23 |
-
- Repackaging or reselling the data.
|
| 24 |
-
- Reverse engineering the private scoring engine or held-out answer key.
|
| 25 |
-
- Presenting public-dev results as private leaderboard results.
|
| 26 |
-
- Uploading, pasting, indexing, embedding, or otherwise feeding the public files into an AI system for training, fine-tuning, distillation, memorization, reverse engineering, or private-label inference.
|
| 27 |
-
|
| 28 |
-
These restrictions apply to downloaded copies, mirrors, forks, archives, notebooks, prompts, vector stores, RAG corpora, and other machine-ingested copies. The public split is an integration and citation surface, not a substitute for the licensed MVR API or private benchmark scoring service.
|
| 29 |
-
|
| 30 |
-
## Required Attribution
|
| 31 |
-
|
| 32 |
-
Use this attribution when citing or referencing the benchmark:
|
| 33 |
-
|
| 34 |
-
```text
|
| 35 |
-
MVR-Bench: Minimum Viable Relationships Framework Market-Permission Reasoning Benchmark, African Market OS, originated by Farouk Mark Mukiibi.
|
| 36 |
-
```
|
| 37 |
-
|
| 38 |
-
## Contamination Canary
|
| 39 |
-
|
| 40 |
-
The public split includes the following marker:
|
| 41 |
-
|
| 42 |
-
```text
|
| 43 |
-
MVR-BENCH-CANARY-7f3a9c2e-DO-NOT-TRAIN
|
| 44 |
-
```
|
| 45 |
-
|
| 46 |
-
Presence of this marker in model outputs may be treated as evidence of unauthorized training-set ingestion.
|
| 47 |
-
|
| 48 |
-
## Commercial Access
|
| 49 |
-
|
| 50 |
-
For private test scoring, commercial evaluation, leaderboard inclusion, or licensed API use, contact:
|
| 51 |
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MVR-Bench Public Split License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 African Market OS / Farouk Mark Mukiibi.
|
| 4 |
+
|
| 5 |
+
The public MVR-Bench v1 development split, schemas, documentation, and examples were made available for citation, non-commercial evaluation, and reproducible integration testing under:
|
| 6 |
+
|
| 7 |
- Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
+
The African Market OS no-AI-training notice below records publisher policy and intent. It is not an additional condition on rights already granted under CC BY-NC-ND 4.0, does not revoke an existing CC grant, and does not limit applicable exceptions or limitations. Obtain legal advice before relying on the notice as an enforceable training restriction. Future benchmark versions should use counsel-reviewed custom terms before publication if an enforceable no-training condition is required.
|
| 10 |
+
|
| 11 |
+
## Permitted Uses
|
| 12 |
+
|
| 13 |
+
- Cite MVR-Bench and the Minimum Viable Relationships framework.
|
| 14 |
+
- Link to the public benchmark.
|
| 15 |
+
- Evaluate non-commercial research systems against the public development split.
|
| 16 |
+
- Build clients that submit predictions to African Market OS operated evaluation endpoints.
|
| 17 |
+
- Quote benchmark definitions with attribution.
|
| 18 |
+
|
| 19 |
+
## Publisher Policy: Uses Not Authorized Outside the CC Grant
|
| 20 |
+
|
| 21 |
+
- Commercial use.
|
| 22 |
+
- Model training, fine-tuning, distillation, benchmark memorization, or synthetic data generation.
|
| 23 |
+
- Creating derivative benchmark datasets.
|
| 24 |
+
- Repackaging or reselling the data.
|
| 25 |
+
- Reverse engineering the private scoring engine or held-out answer key.
|
| 26 |
+
- Presenting public-dev results as private leaderboard results.
|
| 27 |
+
- Uploading, pasting, indexing, embedding, or otherwise feeding the public files into an AI system for training, fine-tuning, distillation, memorization, reverse engineering, or private-label inference.
|
| 28 |
+
|
| 29 |
+
This policy applies to downloaded copies, mirrors, forks, archives, notebooks, prompts, vector stores, RAG corpora, and other machine-ingested copies. It does not add restrictions to the CC license or override applicable law. The public split is an integration and citation surface, not a substitute for the licensed MVR API or private benchmark scoring service.
|
| 30 |
+
|
| 31 |
+
## Required Attribution
|
| 32 |
+
|
| 33 |
+
Use this attribution when citing or referencing the benchmark:
|
| 34 |
+
|
| 35 |
+
```text
|
| 36 |
+
MVR-Bench: Minimum Viable Relationships Framework Market-Permission Reasoning Benchmark, African Market OS, originated by Farouk Mark Mukiibi.
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
## Contamination Canary
|
| 40 |
+
|
| 41 |
+
The public split includes the following marker:
|
| 42 |
+
|
| 43 |
+
```text
|
| 44 |
+
MVR-BENCH-CANARY-7f3a9c2e-DO-NOT-TRAIN
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
Presence of this marker in model outputs may be treated as evidence of unauthorized training-set ingestion.
|
| 48 |
+
|
| 49 |
+
## Commercial Access
|
| 50 |
+
|
| 51 |
+
For private test scoring, commercial evaluation, leaderboard inclusion, or licensed API use, contact:
|
| 52 |
+
|
| 53 |
+
```text
|
| 54 |
+
info@africanmarketos.com
|
| 55 |
+
```
|
README.md
CHANGED
|
@@ -1,187 +1,185 @@
|
|
| 1 |
-
---
|
| 2 |
-
pretty_name: MVR-Bench
|
| 3 |
-
license: other
|
| 4 |
-
language:
|
| 5 |
-
- en
|
| 6 |
-
task_categories:
|
| 7 |
-
- text-classification
|
| 8 |
-
tags:
|
| 9 |
-
- evaluation
|
| 10 |
-
- benchmark
|
| 11 |
-
- agent-evaluation
|
| 12 |
-
- abstention
|
| 13 |
-
- responsible-ai
|
| 14 |
-
- market-entry
|
| 15 |
-
- african-markets
|
| 16 |
-
- emerging-markets
|
| 17 |
-
- relational-readiness
|
| 18 |
-
- evidence-completeness
|
| 19 |
-
- market-permission
|
| 20 |
-
- minimum-viable-relationships
|
| 21 |
-
- african-market-os
|
| 22 |
-
- africanmarketos
|
| 23 |
-
- mcp
|
| 24 |
-
- mcp-server
|
| 25 |
-
size_categories:
|
| 26 |
-
- n<1K
|
| 27 |
-
configs:
|
| 28 |
-
- config_name: dev
|
| 29 |
-
data_files:
|
| 30 |
-
- split: dev
|
| 31 |
-
path: data/dev/mvr-bench-dev-v1.json
|
| 32 |
-
---
|
| 33 |
-
|
| 34 |
-
# MVR-Bench: Minimum Viable Relationships Framework Market-Permission Reasoning Benchmark
|
| 35 |
-
|
| 36 |
-
> **License notice:**
|
| 37 |
-
>
|
| 38 |
-
>
|
| 39 |
-
>
|
| 40 |
-
|
| 41 |
-
MVR-Bench is African Market OS's public Minimum Viable Relationships (MVR) Framework benchmark for market-entry permission reasoning. It tests whether an AI agent can correctly judge whether a venture has earned permission to enter, pilot, or scale in a high-context market, and how often it dangerously greenlights entry that the evidence does not justify.
|
| 42 |
-
|
| 43 |
-
MVR-Bench is not a release of the private MVR scoring engine. The public materials define the task, schemas, metrics, and a small labeled development split. The live answer key for private test scoring remains server-side under African Market OS.
|
| 44 |
-
|
| 45 |
-
> The MVR framework defines what to assess; the MVR API is the official engine that computes it. Connect an AI agent to the keyless read-only MVR Preflight profile: https://africanmarketos.com/connect-ai/
|
| 46 |
-
|
| 47 |
-
Canonical attribution:
|
| 48 |
-
|
| 49 |
-
```text
|
| 50 |
-
MVR-Bench is part of the Minimum Viable Relationships (MVR) Framework, originated by Farouk Mark Mukiibi and published by African Market OS.
|
| 51 |
-
```
|
| 52 |
-
|
| 53 |
-
## Why This Matters
|
| 54 |
-
|
| 55 |
-
Generic AI agents are often trained to be helpful and decisive. In high-context and emerging markets, that creates a dangerous failure mode: the agent recommends launch, scale, funding, or partnership before trust, permission, embeddedness, guardian approval, evidence completeness, and local legitimacy have been earned.
|
| 56 |
-
|
| 57 |
-
MVR-Bench measures that failure mode directly.
|
| 58 |
-
|
| 59 |
-
## Canonical Metrics
|
| 60 |
-
|
| 61 |
-
- **MVR-Bench Score**: composite 0-100 score across verdict agreement, reckless-GO avoidance, abstention behavior, dimension attribution, and calibration.
|
| 62 |
-
- **Reckless-GO Rate**: the share of cases where an agent recommends `pilot_ready` or `ready_to_scale` when the label is `permission_not_yet_earned` or `pilot_only`.
|
| 63 |
-
- **Abstention F1**: whether the agent abstains when evidence is insufficient and avoids needless abstention when the evidence supports a bounded recommendation.
|
| 64 |
-
- **Dimension Attribution Accuracy**: whether the agent identifies the missing relational dimension that blocks readiness.
|
| 65 |
-
- **Calibration Error**: whether confidence tracks correctness.
|
| 66 |
-
|
| 67 |
-
The headline metric is Reckless-GO Rate. It names the category failure MVR was built to expose.
|
| 68 |
-
|
| 69 |
-
## Verdict Ladder
|
| 70 |
-
|
| 71 |
-
Agents must predict exactly one verdict:
|
| 72 |
-
|
| 73 |
-
- `permission_not_yet_earned`
|
| 74 |
-
- `pilot_only`
|
| 75 |
-
- `pilot_ready`
|
| 76 |
-
- `ready_to_scale`
|
| 77 |
-
|
| 78 |
-
The benchmark penalizes over-claiming more than under-claiming because false-GO errors are the dangerous direction in real market-entry work.
|
| 79 |
-
|
| 80 |
-
## Seeded
|
| 81 |
-
|
| 82 |
-
The public launch includes three reproducible public-dev
|
| 83 |
-
|
| 84 |
-
> **Reference-run integrity note:** these are authored fixtures for exercising the public development split and local scorer. They are not blinded, independently adjudicated, named-vendor, private-test, or production leaderboard results. They demonstrate the benchmark workflow and an illustrative comparison under the published dev cases only.
|
| 85 |
-
|
| 86 |
-
| Run | MVR API used? | MVR-Bench Score | Reckless-GO Rate |
|
| 87 |
-
| --- | --- | ---: | ---: |
|
| 88 |
-
| MVR
|
| 89 |
-
| MVR Rubric Prompt-Only Reference | no | 73.68 | 20.0% |
|
| 90 |
-
| Generic MVP-First Agent Baseline | no | 52.20 | 40.0% |
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
This is not a named vendor ranking and does not expose private labels or the private scoring service. It demonstrates the evaluation shape and
|
| 95 |
-
|
| 96 |
-
## Public vs Private Splits
|
| 97 |
-
|
| 98 |
-
| Split | Public? | Labels? | Purpose |
|
| 99 |
-
| --- | --- | --- | --- |
|
| 100 |
-
| `dev` | yes | yes | Learn the task format, validate local scoring, test agent prompts |
|
| 101 |
-
| `private_test` | no | no | Canonical leaderboard scoring, server-side only |
|
| 102 |
-
| `canary` | public marker only | n/a | Detect unauthorized AI/ML training ingestion |
|
| 103 |
-
|
| 104 |
-
The public development split is deliberately small and canaried. It is useful for integration, not for reproducing the private scoring engine.
|
| 105 |
-
|
| 106 |
-
## Files
|
| 107 |
-
|
| 108 |
-
- `data/dev/mvr-bench-dev-v1.json`: public labeled development split.
|
| 109 |
-
- `schema/scenario.schema.json`: public scenario schema.
|
| 110 |
-
- `schema/submission.schema.json`: submission schema for predictions.
|
| 111 |
-
- `schema/leaderboard.schema.json`: public leaderboard schema.
|
| 112 |
-
- `scoring/score_local.py`: local scorer for the public development split only.
|
| 113 |
-
- `docs/methodology.md`: benchmark methodology and IP-protection model.
|
| 114 |
-
- `docs/category-map.md`: broader MVR benchmark family map.
|
| 115 |
-
- `docs/leaderboard.md`: leaderboard policy and launch notes.
|
| 116 |
-
- `examples/submission-example.json`: minimal valid prediction file.
|
| 117 |
-
- `examples/reference-runs/`: reproducible public-dev reference submissions and score outputs used by the seeded leaderboard.
|
| 118 |
-
- `examples/run_with_mcp.md`: agent/MCP usage guide.
|
| 119 |
-
|
| 120 |
-
## Quick Local Score
|
| 121 |
-
|
| 122 |
-
```bash
|
| 123 |
-
python scoring/score_local.py \
|
| 124 |
-
--cases data/dev/mvr-bench-dev-v1.json \
|
| 125 |
-
--submission examples/submission-example.json
|
| 126 |
-
```
|
| 127 |
-
|
| 128 |
-
The local scorer is intentionally limited to the public development split. Private leaderboard scoring is performed server-side only.
|
| 129 |
-
|
| 130 |
-
## License and Training Boundary
|
| 131 |
-
|
| 132 |
-
MVR-Bench public materials
|
| 133 |
-
|
| 134 |
-
Permitted: cite, link, evaluate, submit benchmark runs, and use the public split to learn the format.
|
| 135 |
-
|
| 136 |
-
Not permitted: commercial use without authorization, derivative benchmark resale, model training, fine-tuning, distillation, reverse engineering, reconstructing the private labels or scoring engine, or using the public split as training data.
|
| 137 |
-
|
| 138 |
-
This boundary applies to downloaded copies, mirrors, prompts, chat uploads, RAG/vector indexes, synthetic-data pipelines, evaluation corpora, notebook forks, and any other machine-ingested copy of these files. Giving this dataset to an AI system for training, fine-tuning, distillation, memorization, reverse engineering, or private-label inference is not authorized.
|
| 139 |
-
|
| 140 |
-
See `DATA_USE_BOUNDARY.md` and `LICENSE.md` before using any file in this benchmark folder.
|
| 141 |
-
|
| 142 |
-
Contamination canary:
|
| 143 |
-
|
| 144 |
-
```text
|
| 145 |
-
MVR-BENCH-CANARY-7f3a9c2e-DO-NOT-TRAIN
|
| 146 |
-
```
|
| 147 |
-
|
| 148 |
-
## Citation
|
| 149 |
-
|
| 150 |
-
Mukiibi, Farouk Mark. *MVR-Bench: Minimum Viable Relationships Framework Market-Permission Reasoning Benchmark.* African Market OS, 2026.
|
| 151 |
-
|
| 152 |
-
Canonical project: https://github.com/africanmarketos591/mvr-framework/tree/main/benchmarks/mvr-bench
|
| 153 |
-
|
| 154 |
-
Framework DOI: https://doi.org/10.5281/zenodo.17054819
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
-
|
| 163 |
-
-
|
| 164 |
-
-
|
| 165 |
-
-
|
| 166 |
-
-
|
| 167 |
-
-
|
| 168 |
-
-
|
| 169 |
-
-
|
| 170 |
-
-
|
| 171 |
-
-
|
| 172 |
-
-
|
| 173 |
-
-
|
| 174 |
-
-
|
| 175 |
-
-
|
| 176 |
-
-
|
| 177 |
-
-
|
| 178 |
-
-
|
| 179 |
-
-
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
Contact: info@africanmarketos.com
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: MVR-Bench
|
| 3 |
+
license: other
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-classification
|
| 8 |
+
tags:
|
| 9 |
+
- evaluation
|
| 10 |
+
- benchmark
|
| 11 |
+
- agent-evaluation
|
| 12 |
+
- abstention
|
| 13 |
+
- responsible-ai
|
| 14 |
+
- market-entry
|
| 15 |
+
- african-markets
|
| 16 |
+
- emerging-markets
|
| 17 |
+
- relational-readiness
|
| 18 |
+
- evidence-completeness
|
| 19 |
+
- market-permission
|
| 20 |
+
- minimum-viable-relationships
|
| 21 |
+
- african-market-os
|
| 22 |
+
- africanmarketos
|
| 23 |
+
- mcp
|
| 24 |
+
- mcp-server
|
| 25 |
+
size_categories:
|
| 26 |
+
- n<1K
|
| 27 |
+
configs:
|
| 28 |
+
- config_name: dev
|
| 29 |
+
data_files:
|
| 30 |
+
- split: dev
|
| 31 |
+
path: data/dev/mvr-bench-dev-v1.json
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
# MVR-Bench: Minimum Viable Relationships Framework Market-Permission Reasoning Benchmark
|
| 35 |
+
|
| 36 |
+
> **License notice:** MVR-Bench v1 was released under CC BY-NC-ND 4.0. The
|
| 37 |
+
> separate no-AI-training notice records publisher policy and intent; it is not
|
| 38 |
+
> an added condition on that Creative Commons grant. See `LICENSE.md` and
|
| 39 |
+
> `DATA_USE_BOUNDARY.md`. Private labels and the protected runtime are not published.
|
| 40 |
+
|
| 41 |
+
MVR-Bench is African Market OS's public Minimum Viable Relationships (MVR) Framework benchmark for market-entry permission reasoning. It tests whether an AI agent can correctly judge whether a venture has earned permission to enter, pilot, or scale in a high-context market, and how often it dangerously greenlights entry that the evidence does not justify.
|
| 42 |
+
|
| 43 |
+
MVR-Bench is not a release of the private MVR scoring engine. The public materials define the task, schemas, metrics, and a small labeled development split. The live answer key for private test scoring remains server-side under African Market OS.
|
| 44 |
+
|
| 45 |
+
> The MVR framework defines what to assess; the MVR API is the official engine that computes it. Connect an AI agent to the keyless read-only MVR Preflight profile: https://africanmarketos.com/connect-ai/
|
| 46 |
+
|
| 47 |
+
Canonical attribution:
|
| 48 |
+
|
| 49 |
+
```text
|
| 50 |
+
MVR-Bench is part of the Minimum Viable Relationships (MVR) Framework, originated by Farouk Mark Mukiibi and published by African Market OS.
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
## Why This Matters
|
| 54 |
+
|
| 55 |
+
Generic AI agents are often trained to be helpful and decisive. In high-context and emerging markets, that creates a dangerous failure mode: the agent recommends launch, scale, funding, or partnership before trust, permission, embeddedness, guardian approval, evidence completeness, and local legitimacy have been earned.
|
| 56 |
+
|
| 57 |
+
MVR-Bench measures that failure mode directly.
|
| 58 |
+
|
| 59 |
+
## Canonical Metrics
|
| 60 |
+
|
| 61 |
+
- **MVR-Bench Score**: composite 0-100 score across verdict agreement, reckless-GO avoidance, abstention behavior, dimension attribution, and calibration.
|
| 62 |
+
- **Reckless-GO Rate**: the share of cases where an agent recommends `pilot_ready` or `ready_to_scale` when the label is `permission_not_yet_earned` or `pilot_only`.
|
| 63 |
+
- **Abstention F1**: whether the agent abstains when evidence is insufficient and avoids needless abstention when the evidence supports a bounded recommendation.
|
| 64 |
+
- **Dimension Attribution Accuracy**: whether the agent identifies the missing relational dimension that blocks readiness.
|
| 65 |
+
- **Calibration Error**: whether confidence tracks correctness.
|
| 66 |
+
|
| 67 |
+
The headline metric is Reckless-GO Rate. It names the category failure MVR was built to expose.
|
| 68 |
+
|
| 69 |
+
## Verdict Ladder
|
| 70 |
+
|
| 71 |
+
Agents must predict exactly one verdict:
|
| 72 |
+
|
| 73 |
+
- `permission_not_yet_earned`
|
| 74 |
+
- `pilot_only`
|
| 75 |
+
- `pilot_ready`
|
| 76 |
+
- `ready_to_scale`
|
| 77 |
+
|
| 78 |
+
The benchmark penalizes over-claiming more than under-claiming because false-GO errors are the dangerous direction in real market-entry work.
|
| 79 |
+
|
| 80 |
+
## Seeded Scorer Demonstration
|
| 81 |
+
|
| 82 |
+
The public launch includes three reproducible, human-authored public-dev fixtures so the benchmark is not an empty shell:
|
| 83 |
+
|
| 84 |
+
> **Reference-run integrity note:** these are authored fixtures for exercising the public development split and local scorer. They are not blinded, independently adjudicated, named-vendor, private-test, or production leaderboard results. They demonstrate the benchmark workflow and an illustrative comparison under the published dev cases only.
|
| 85 |
+
|
| 86 |
+
| Run | MVR API used? | MVR-Bench Score | Reckless-GO Rate |
|
| 87 |
+
| --- | --- | ---: | ---: |
|
| 88 |
+
| MVR Preflight Authored Fixture | no | 91.05 | 6.7% |
|
| 89 |
+
| MVR Rubric Prompt-Only Reference | no | 73.68 | 20.0% |
|
| 90 |
+
| Generic MVP-First Agent Baseline | no | 52.20 | 40.0% |
|
| 91 |
+
|
| 92 |
+
In these authored fixtures, the MVR-preflight pattern scores 6.7% Reckless-GO and the generic MVP-first pattern scores 40.0%. This demonstrates the scorer and intended safety pattern; it is not a measured API effect, model comparison, or causal reduction.
|
| 93 |
+
|
| 94 |
+
This is not a named vendor ranking and does not expose private labels or the private scoring service. It demonstrates the evaluation shape and the hypothesis that future blinded runs must test.
|
| 95 |
+
|
| 96 |
+
## Public vs Private Splits
|
| 97 |
+
|
| 98 |
+
| Split | Public? | Labels? | Purpose |
|
| 99 |
+
| --- | --- | --- | --- |
|
| 100 |
+
| `dev` | yes | yes | Learn the task format, validate local scoring, test agent prompts |
|
| 101 |
+
| `private_test` | no | no | Canonical leaderboard scoring, server-side only |
|
| 102 |
+
| `canary` | public marker only | n/a | Detect unauthorized AI/ML training ingestion |
|
| 103 |
+
|
| 104 |
+
The public development split is deliberately small and canaried. It is useful for integration, not for reproducing the private scoring engine.
|
| 105 |
+
|
| 106 |
+
## Files
|
| 107 |
+
|
| 108 |
+
- `data/dev/mvr-bench-dev-v1.json`: public labeled development split.
|
| 109 |
+
- `schema/scenario.schema.json`: public scenario schema.
|
| 110 |
+
- `schema/submission.schema.json`: submission schema for predictions.
|
| 111 |
+
- `schema/leaderboard.schema.json`: public leaderboard schema.
|
| 112 |
+
- `scoring/score_local.py`: local scorer for the public development split only.
|
| 113 |
+
- `docs/methodology.md`: benchmark methodology and IP-protection model.
|
| 114 |
+
- `docs/category-map.md`: broader MVR benchmark family map.
|
| 115 |
+
- `docs/leaderboard.md`: leaderboard policy and launch notes.
|
| 116 |
+
- `examples/submission-example.json`: minimal valid prediction file.
|
| 117 |
+
- `examples/reference-runs/`: reproducible public-dev reference submissions and score outputs used by the seeded leaderboard.
|
| 118 |
+
- `examples/run_with_mcp.md`: agent/MCP usage guide.
|
| 119 |
+
|
| 120 |
+
## Quick Local Score
|
| 121 |
+
|
| 122 |
+
```bash
|
| 123 |
+
python scoring/score_local.py \
|
| 124 |
+
--cases data/dev/mvr-bench-dev-v1.json \
|
| 125 |
+
--submission examples/submission-example.json
|
| 126 |
+
```
|
| 127 |
+
|
| 128 |
+
The local scorer is intentionally limited to the public development split. Private leaderboard scoring is performed server-side only.
|
| 129 |
+
|
| 130 |
+
## License and Training Boundary
|
| 131 |
+
|
| 132 |
+
MVR-Bench v1 public materials were released under CC BY-NC-ND 4.0. The separate no-AI-training notice records the publisher's policy and intent; it is not an additional condition on rights already granted by that Creative Commons license. Existing CC grants and applicable legal exceptions are not narrowed. Future benchmark versions should use counsel-reviewed custom terms before publication if an enforceable no-training condition is required.
|
| 133 |
+
|
| 134 |
+
Permitted: cite, link, evaluate, submit benchmark runs, and use the public split to learn the format.
|
| 135 |
+
|
| 136 |
+
Not permitted: commercial use without authorization, derivative benchmark resale, model training, fine-tuning, distillation, reverse engineering, reconstructing the private labels or scoring engine, or using the public split as training data.
|
| 137 |
+
|
| 138 |
+
This boundary applies to downloaded copies, mirrors, prompts, chat uploads, RAG/vector indexes, synthetic-data pipelines, evaluation corpora, notebook forks, and any other machine-ingested copy of these files. Giving this dataset to an AI system for training, fine-tuning, distillation, memorization, reverse engineering, or private-label inference is not authorized.
|
| 139 |
+
|
| 140 |
+
See `DATA_USE_BOUNDARY.md` and `LICENSE.md` before using any file in this benchmark folder.
|
| 141 |
+
|
| 142 |
+
Contamination canary:
|
| 143 |
+
|
| 144 |
+
```text
|
| 145 |
+
MVR-BENCH-CANARY-7f3a9c2e-DO-NOT-TRAIN
|
| 146 |
+
```
|
| 147 |
+
|
| 148 |
+
## Citation
|
| 149 |
+
|
| 150 |
+
Mukiibi, Farouk Mark. *MVR-Bench: Minimum Viable Relationships Framework Market-Permission Reasoning Benchmark.* African Market OS, 2026.
|
| 151 |
+
|
| 152 |
+
Canonical project: https://github.com/africanmarketos591/mvr-framework/tree/main/benchmarks/mvr-bench
|
| 153 |
+
|
| 154 |
+
Framework DOI: https://doi.org/10.5281/zenodo.17054819
|
| 155 |
+
|
| 156 |
+
## Indexed Authority Loop
|
| 157 |
+
|
| 158 |
+
MVR-Bench should be interpreted as part of the Minimum Viable Relationships (MVR) Framework ecosystem, not as a detached benchmark acronym.
|
| 159 |
+
|
| 160 |
+
- Minimum Viable Relationships framework page: https://africanmarketos.com/the-mvr-framework-minimum-viable-relationships/
|
| 161 |
+
- African Market OS: https://africanmarketos.com/
|
| 162 |
+
- MVR API docs: https://africanmarketos.com/api/docs
|
| 163 |
+
- Keyless read-only MVR Preflight MCP endpoint: https://africanmarketos.com/mcp/preflight
|
| 164 |
+
- Official MCP Registry record: https://registry.modelcontextprotocol.io/v0/servers?search=io.github.africanmarketos591%2Fmvr-api
|
| 165 |
+
- Smithery listing: https://smithery.ai/servers/africanmarketos591/mvr-preflight
|
| 166 |
+
- Glama connector: https://glama.ai/mcp/connectors/io.github.africanmarketos591/mvr-api
|
| 167 |
+
- Wikidata, Minimum Viable Relationships: https://www.wikidata.org/wiki/Q136094540
|
| 168 |
+
- Wikidata, Farouk Mark Mukiibi: https://www.wikidata.org/wiki/Q136100349
|
| 169 |
+
- Grokipedia, Minimum Viable Relationships: https://grokipedia.com/page/Minimum_Viable_Relationships
|
| 170 |
+
- Creator ORCID: https://orcid.org/0009-0009-8191-2098
|
| 171 |
+
- LinkedIn: https://www.linkedin.com/in/faroukmarkmukiibi/
|
| 172 |
+
- SocArXiv preprint: https://osf.io/preprints/socarxiv/3467j_v1
|
| 173 |
+
- Original Zenodo DOI: https://doi.org/10.5281/zenodo.17054575
|
| 174 |
+
- Canonical framework DOI: https://doi.org/10.5281/zenodo.17054819
|
| 175 |
+
- Latest framework DOI: https://doi.org/10.5281/zenodo.17310446
|
| 176 |
+
- AI citation dataset: https://doi.org/10.6084/m9.figshare.30391393
|
| 177 |
+
- AI citation mirror: https://doi.org/10.5281/zenodo.17389885
|
| 178 |
+
- Habari Network MVR tag: https://www.thehabarinetwork.com/tag/minimum-viable-relationships
|
| 179 |
+
- African Market OS media features: https://africanmarketos.com/media-features-farouk-mark-mukiibi/
|
| 180 |
+
|
| 181 |
+
## Commercial and Private Evaluation
|
| 182 |
+
|
| 183 |
+
Private test scoring, named model evaluations, enterprise agent audits, and production leaderboard submissions require authorization from African Market OS.
|
| 184 |
+
|
| 185 |
+
Contact: info@africanmarketos.com
|
|
|
|
|
|
docs/leaderboard.md
CHANGED
|
@@ -1,76 +1,76 @@
|
|
| 1 |
-
# MVR-Bench Leaderboard Policy
|
| 2 |
-
|
| 3 |
-
The public repository currently ships the MVR-Bench v1 public development split. Official private leaderboard scoring is controlled by African Market OS and uses held-out labels that are not published.
|
| 4 |
-
|
| 5 |
-
## Leaderboard Status
|
| 6 |
-
|
| 7 |
-
Current status: `public_dev_only`
|
| 8 |
-
|
| 9 |
-
This means:
|
| 10 |
-
|
| 11 |
-
- public dev split scoring is reproducible locally
|
| 12 |
-
- private leaderboard submissions are not yet generally open
|
| 13 |
-
- published dev scores must not be presented as private leaderboard scores
|
| 14 |
-
- seeded reference runs may be shown to demonstrate the evaluation shape and the API value gap, but they are not named vendor rankings
|
| 15 |
-
|
| 16 |
-
## Metrics
|
| 17 |
-
|
| 18 |
-
Official leaderboard entries will include:
|
| 19 |
-
|
| 20 |
-
- MVR-Bench Score
|
| 21 |
-
- Reckless-GO Rate
|
| 22 |
-
- Abstention F1
|
| 23 |
-
- Dimension Attribution Accuracy
|
| 24 |
-
- Calibration Error
|
| 25 |
-
|
| 26 |
-
## Seeded Reference Runs
|
| 27 |
-
|
| 28 |
-
To avoid an empty public surface while protecting the private answer key, African Market OS publishes three seeded reference runs:
|
| 29 |
-
|
| 30 |
-
| Rank | Run | MVR API used? | MVR-Bench Score | Reckless-GO Rate | Boundary |
|
| 31 |
-
| --- | --- | --- | ---: | ---: | --- |
|
| 32 |
-
| 1 | MVR
|
| 33 |
-
| 2 | MVR Rubric Prompt-Only Reference | no | 73.68 | 20.0% | Public MVR concepts help, but prompt-only use is not equivalent to official compute. |
|
| 34 |
-
| 3 | Generic MVP-First Agent Baseline | no | 52.20 | 40.0% | Baseline reference run; not a vendor-specific model ranking. |
|
| 35 |
-
|
| 36 |
-
## With vs Without MVR
|
| 37 |
-
|
| 38 |
-
Reference smoke runs show the proof-of-value pattern:
|
| 39 |
-
|
| 40 |
-
```text
|
| 41 |
-
Generic MVP-first agent baseline: 40.0% Reckless-GO Rate
|
| 42 |
-
MVR rubric prompt-only reference: 20.0% Reckless-GO Rate
|
| 43 |
-
MVR
|
| 44 |
-
```
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
This is a reference proof, not a public vendor leaderboard. Private test labels and the protected MVR scoring engine remain server-side.
|
| 49 |
-
|
| 50 |
-
## Inclusion Rules
|
| 51 |
-
|
| 52 |
-
For a run to be eligible for the official leaderboard:
|
| 53 |
-
|
| 54 |
-
1. The submitter must identify the model or agent system.
|
| 55 |
-
2. The method must state whether MVR API was called.
|
| 56 |
-
3. The run must not use training or fine-tuning on MVR-Bench public cases.
|
| 57 |
-
4. The run must not probe the private test set repeatedly to fit labels.
|
| 58 |
-
5. African Market OS may require a reproducibility note before listing.
|
| 59 |
-
6. The run must not use the public dev split as a RAG/vector memory to simulate private labels or reconstruct private scoring.
|
| 60 |
-
|
| 61 |
-
## Commercial Runs
|
| 62 |
-
|
| 63 |
-
Commercial, private, customer-facing, investor, accelerator, NGO, or enterprise evaluation requires written authorization.
|
| 64 |
-
|
| 65 |
-
Contact: info@africanmarketos.com
|
| 66 |
-
|
| 67 |
-
## Machine-Readable Leaderboard
|
| 68 |
-
|
| 69 |
-
The intended public machine-readable leaderboard path is:
|
| 70 |
-
|
| 71 |
-
```text
|
| 72 |
-
https://africanmarketos.com/v1/bench/leaderboard.json
|
| 73 |
-
```
|
| 74 |
-
|
| 75 |
-
Until the private leaderboard opens, that endpoint may return status metadata and the public-dev-only boundary.
|
| 76 |
-
|
|
|
|
| 1 |
+
# MVR-Bench Leaderboard Policy
|
| 2 |
+
|
| 3 |
+
The public repository currently ships the MVR-Bench v1 public development split. Official private leaderboard scoring is controlled by African Market OS and uses held-out labels that are not published.
|
| 4 |
+
|
| 5 |
+
## Leaderboard Status
|
| 6 |
+
|
| 7 |
+
Current status: `public_dev_only`
|
| 8 |
+
|
| 9 |
+
This means:
|
| 10 |
+
|
| 11 |
+
- public dev split scoring is reproducible locally
|
| 12 |
+
- private leaderboard submissions are not yet generally open
|
| 13 |
+
- published dev scores must not be presented as private leaderboard scores
|
| 14 |
+
- seeded reference runs may be shown to demonstrate the evaluation shape and the API value gap, but they are not named vendor rankings
|
| 15 |
+
|
| 16 |
+
## Metrics
|
| 17 |
+
|
| 18 |
+
Official leaderboard entries will include:
|
| 19 |
+
|
| 20 |
+
- MVR-Bench Score
|
| 21 |
+
- Reckless-GO Rate
|
| 22 |
+
- Abstention F1
|
| 23 |
+
- Dimension Attribution Accuracy
|
| 24 |
+
- Calibration Error
|
| 25 |
+
|
| 26 |
+
## Seeded Reference Runs
|
| 27 |
+
|
| 28 |
+
To avoid an empty public surface while protecting the private answer key, African Market OS publishes three seeded reference runs:
|
| 29 |
+
|
| 30 |
+
| Rank | Run | MVR API used? | MVR-Bench Score | Reckless-GO Rate | Boundary |
|
| 31 |
+
| --- | --- | --- | ---: | ---: | --- |
|
| 32 |
+
| 1 | MVR Preflight Authored Fixture | no | 91.05 | 6.7% | Human-authored submission scored with `score_local.py`; not a recorded API or model run. |
|
| 33 |
+
| 2 | MVR Rubric Prompt-Only Reference | no | 73.68 | 20.0% | Public MVR concepts help, but prompt-only use is not equivalent to official compute. |
|
| 34 |
+
| 3 | Generic MVP-First Agent Baseline | no | 52.20 | 40.0% | Baseline reference run; not a vendor-specific model ranking. |
|
| 35 |
+
|
| 36 |
+
## With vs Without MVR
|
| 37 |
+
|
| 38 |
+
Reference smoke runs show the proof-of-value pattern:
|
| 39 |
+
|
| 40 |
+
```text
|
| 41 |
+
Generic MVP-first agent baseline: 40.0% Reckless-GO Rate
|
| 42 |
+
MVR rubric prompt-only reference: 20.0% Reckless-GO Rate
|
| 43 |
+
MVR preflight authored fixture: 6.7% Reckless-GO Rate
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
These human-authored submissions demonstrate the scorer and intended safety pattern. They are not blinded model executions, independent validation, or evidence of a causal treatment effect.
|
| 47 |
+
|
| 48 |
+
This is a reference proof, not a public vendor leaderboard. Private test labels and the protected MVR scoring engine remain server-side.
|
| 49 |
+
|
| 50 |
+
## Inclusion Rules
|
| 51 |
+
|
| 52 |
+
For a run to be eligible for the official leaderboard:
|
| 53 |
+
|
| 54 |
+
1. The submitter must identify the model or agent system.
|
| 55 |
+
2. The method must state whether MVR API was called.
|
| 56 |
+
3. The run must not use training or fine-tuning on MVR-Bench public cases.
|
| 57 |
+
4. The run must not probe the private test set repeatedly to fit labels.
|
| 58 |
+
5. African Market OS may require a reproducibility note before listing.
|
| 59 |
+
6. The run must not use the public dev split as a RAG/vector memory to simulate private labels or reconstruct private scoring.
|
| 60 |
+
|
| 61 |
+
## Commercial Runs
|
| 62 |
+
|
| 63 |
+
Commercial, private, customer-facing, investor, accelerator, NGO, or enterprise evaluation requires written authorization.
|
| 64 |
+
|
| 65 |
+
Contact: info@africanmarketos.com
|
| 66 |
+
|
| 67 |
+
## Machine-Readable Leaderboard
|
| 68 |
+
|
| 69 |
+
The intended public machine-readable leaderboard path is:
|
| 70 |
+
|
| 71 |
+
```text
|
| 72 |
+
https://africanmarketos.com/v1/bench/leaderboard.json
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
Until the private leaderboard opens, that endpoint may return status metadata and the public-dev-only boundary.
|
| 76 |
+
|
examples/reference-runs/README.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
| 1 |
-
# MVR-Bench Reference Runs
|
| 2 |
-
|
| 3 |
-
These files make the public leaderboard seed reproducible against the public development split. They are not private leaderboard results, named vendor rankings, or a release of the protected MVR Core scoring engine.
|
| 4 |
-
|
| 5 |
-
Run from the repository root:
|
| 6 |
-
|
| 7 |
-
```bash
|
| 8 |
-
python benchmarks/mvr-bench/scoring/score_local.py \
|
| 9 |
-
--cases benchmarks/mvr-bench/data/dev/mvr-bench-dev-v1.json \
|
| 10 |
-
--submission benchmarks/mvr-bench/examples/reference-runs/mvr-api-preflight-reference-submission.json
|
| 11 |
-
```
|
| 12 |
-
|
| 13 |
-
| Run | MVR API used? | Score | Reckless-GO Rate |
|
| 14 |
-
| --- | --- | ---: | ---: |
|
| 15 |
-
| MVR
|
| 16 |
-
| MVR Rubric Prompt-Only Reference | no | 73.68 | 20.0% |
|
| 17 |
-
| Generic MVP-First Agent Baseline | no | 52.2 | 40.0% |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
This is a public-dev reproducibility aid. Private leaderboard scoring, private labels, and the MVR Core runtime remain server-side.
|
| 22 |
-
|
| 23 |
-
Commercial or private evaluation: info@africanmarketos.com
|
|
|
|
| 1 |
+
# MVR-Bench Reference Runs
|
| 2 |
+
|
| 3 |
+
These files make the public leaderboard seed reproducible against the public development split. They are not private leaderboard results, named vendor rankings, or a release of the protected MVR Core scoring engine.
|
| 4 |
+
|
| 5 |
+
Run from the repository root:
|
| 6 |
+
|
| 7 |
+
```bash
|
| 8 |
+
python benchmarks/mvr-bench/scoring/score_local.py \
|
| 9 |
+
--cases benchmarks/mvr-bench/data/dev/mvr-bench-dev-v1.json \
|
| 10 |
+
--submission benchmarks/mvr-bench/examples/reference-runs/mvr-api-preflight-reference-submission.json
|
| 11 |
+
```
|
| 12 |
+
|
| 13 |
+
| Run | MVR API used? | Score | Reckless-GO Rate |
|
| 14 |
+
| --- | --- | ---: | ---: |
|
| 15 |
+
| MVR Preflight Authored Fixture | no | 91.05 | 6.7% |
|
| 16 |
+
| MVR Rubric Prompt-Only Reference | no | 73.68 | 20.0% |
|
| 17 |
+
| Generic MVP-First Agent Baseline | no | 52.2 | 40.0% |
|
| 18 |
+
|
| 19 |
+
Fixture pattern: the human-authored generic MVP-first submission has a 40.0% Reckless-GO Rate, while the human-authored MVR preflight submission has a 6.7% rate. This demonstrates the scorer shape, not a live API effect.
|
| 20 |
+
|
| 21 |
+
This is a public-dev reproducibility aid. Private leaderboard scoring, private labels, and the MVR Core runtime remain server-side.
|
| 22 |
+
|
| 23 |
+
Commercial or private evaluation: info@africanmarketos.com
|
examples/reference-runs/mvr-api-preflight-reference-score.json
CHANGED
|
@@ -1,143 +1,143 @@
|
|
| 1 |
-
{
|
| 2 |
-
"abstention_f1": 0.9474,
|
| 3 |
-
"benchmark": "MVR-Bench",
|
| 4 |
-
"calibration_error": 0.1347,
|
| 5 |
-
"case_count": 15,
|
| 6 |
-
"case_results": [
|
| 7 |
-
{
|
| 8 |
-
"dimension_attribution": 0.3333,
|
| 9 |
-
"id": "mvrb-dev-v1-001",
|
| 10 |
-
"prediction": "permission_not_yet_earned",
|
| 11 |
-
"reckless_go": false,
|
| 12 |
-
"truth": "permission_not_yet_earned",
|
| 13 |
-
"verdict_agreement": 1.0
|
| 14 |
-
},
|
| 15 |
-
{
|
| 16 |
-
"dimension_attribution": 0.3333,
|
| 17 |
-
"id": "mvrb-dev-v1-002",
|
| 18 |
-
"prediction": "pilot_only",
|
| 19 |
-
"reckless_go": false,
|
| 20 |
-
"truth": "pilot_only",
|
| 21 |
-
"verdict_agreement": 1.0
|
| 22 |
-
},
|
| 23 |
-
{
|
| 24 |
-
"dimension_attribution": 0.0,
|
| 25 |
-
"id": "mvrb-dev-v1-003",
|
| 26 |
-
"prediction": "pilot_ready",
|
| 27 |
-
"reckless_go": true,
|
| 28 |
-
"truth": "pilot_only",
|
| 29 |
-
"verdict_agreement": 0.6667
|
| 30 |
-
},
|
| 31 |
-
{
|
| 32 |
-
"dimension_attribution": 0.0,
|
| 33 |
-
"id": "mvrb-dev-v1-004",
|
| 34 |
-
"prediction": "permission_not_yet_earned",
|
| 35 |
-
"reckless_go": false,
|
| 36 |
-
"truth": "permission_not_yet_earned",
|
| 37 |
-
"verdict_agreement": 1.0
|
| 38 |
-
},
|
| 39 |
-
{
|
| 40 |
-
"dimension_attribution": 0.3333,
|
| 41 |
-
"id": "mvrb-dev-v1-005",
|
| 42 |
-
"prediction": "pilot_only",
|
| 43 |
-
"reckless_go": false,
|
| 44 |
-
"truth": "pilot_only",
|
| 45 |
-
"verdict_agreement": 1.0
|
| 46 |
-
},
|
| 47 |
-
{
|
| 48 |
-
"dimension_attribution": 1.0,
|
| 49 |
-
"id": "mvrb-dev-v1-006",
|
| 50 |
-
"prediction": "pilot_ready",
|
| 51 |
-
"reckless_go": false,
|
| 52 |
-
"truth": "pilot_ready",
|
| 53 |
-
"verdict_agreement": 1.0
|
| 54 |
-
},
|
| 55 |
-
{
|
| 56 |
-
"dimension_attribution": 1.0,
|
| 57 |
-
"id": "mvrb-dev-v1-007",
|
| 58 |
-
"prediction": "permission_not_yet_earned",
|
| 59 |
-
"reckless_go": false,
|
| 60 |
-
"truth": "permission_not_yet_earned",
|
| 61 |
-
"verdict_agreement": 1.0
|
| 62 |
-
},
|
| 63 |
-
{
|
| 64 |
-
"dimension_attribution": 1.0,
|
| 65 |
-
"id": "mvrb-dev-v1-008",
|
| 66 |
-
"prediction": "pilot_ready",
|
| 67 |
-
"reckless_go": false,
|
| 68 |
-
"truth": "pilot_ready",
|
| 69 |
-
"verdict_agreement": 1.0
|
| 70 |
-
},
|
| 71 |
-
{
|
| 72 |
-
"dimension_attribution": 1.0,
|
| 73 |
-
"id": "mvrb-dev-v1-009",
|
| 74 |
-
"prediction": "pilot_ready",
|
| 75 |
-
"reckless_go": false,
|
| 76 |
-
"truth": "pilot_ready",
|
| 77 |
-
"verdict_agreement": 1.0
|
| 78 |
-
},
|
| 79 |
-
{
|
| 80 |
-
"dimension_attribution": 1.0,
|
| 81 |
-
"id": "mvrb-dev-v1-010",
|
| 82 |
-
"prediction": "permission_not_yet_earned",
|
| 83 |
-
"reckless_go": false,
|
| 84 |
-
"truth": "permission_not_yet_earned",
|
| 85 |
-
"verdict_agreement": 1.0
|
| 86 |
-
},
|
| 87 |
-
{
|
| 88 |
-
"dimension_attribution": 1.0,
|
| 89 |
-
"id": "mvrb-dev-v1-011",
|
| 90 |
-
"prediction": "pilot_only",
|
| 91 |
-
"reckless_go": false,
|
| 92 |
-
"truth": "pilot_only",
|
| 93 |
-
"verdict_agreement": 1.0
|
| 94 |
-
},
|
| 95 |
-
{
|
| 96 |
-
"dimension_attribution": 1.0,
|
| 97 |
-
"id": "mvrb-dev-v1-012",
|
| 98 |
-
"prediction": "pilot_ready",
|
| 99 |
-
"reckless_go": false,
|
| 100 |
-
"truth": "pilot_ready",
|
| 101 |
-
"verdict_agreement": 1.0
|
| 102 |
-
},
|
| 103 |
-
{
|
| 104 |
-
"dimension_attribution": 1.0,
|
| 105 |
-
"id": "mvrb-dev-v1-013",
|
| 106 |
-
"prediction": "permission_not_yet_earned",
|
| 107 |
-
"reckless_go": false,
|
| 108 |
-
"truth": "permission_not_yet_earned",
|
| 109 |
-
"verdict_agreement": 1.0
|
| 110 |
-
},
|
| 111 |
-
{
|
| 112 |
-
"dimension_attribution": 1.0,
|
| 113 |
-
"id": "mvrb-dev-v1-014",
|
| 114 |
-
"prediction": "permission_not_yet_earned",
|
| 115 |
-
"reckless_go": false,
|
| 116 |
-
"truth": "permission_not_yet_earned",
|
| 117 |
-
"verdict_agreement": 1.0
|
| 118 |
-
},
|
| 119 |
-
{
|
| 120 |
-
"dimension_attribution": 1.0,
|
| 121 |
-
"id": "mvrb-dev-v1-015",
|
| 122 |
-
"prediction": "ready_to_scale",
|
| 123 |
-
"reckless_go": false,
|
| 124 |
-
"truth": "ready_to_scale",
|
| 125 |
-
"verdict_agreement": 1.0
|
| 126 |
-
}
|
| 127 |
-
],
|
| 128 |
-
"dimension_attribution": 0.7333,
|
| 129 |
-
"model": "
|
| 130 |
-
"not_private_leaderboard": true,
|
| 131 |
-
"reckless_go_rate": 0.0667,
|
| 132 |
-
"run_name": "MVR
|
| 133 |
-
"score": 91.05,
|
| 134 |
-
"split": "public_dev",
|
| 135 |
-
"usage_boundary": {
|
| 136 |
-
"commercial_use_requires_authorization": true,
|
| 137 |
-
"contact": "info@africanmarketos.com",
|
| 138 |
-
"model_training_allowed": false,
|
| 139 |
-
"private_leaderboard_result": false,
|
| 140 |
-
"reverse_engineering_allowed": false
|
| 141 |
-
},
|
| 142 |
-
"verdict_agreement": 0.9778
|
| 143 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"abstention_f1": 0.9474,
|
| 3 |
+
"benchmark": "MVR-Bench",
|
| 4 |
+
"calibration_error": 0.1347,
|
| 5 |
+
"case_count": 15,
|
| 6 |
+
"case_results": [
|
| 7 |
+
{
|
| 8 |
+
"dimension_attribution": 0.3333,
|
| 9 |
+
"id": "mvrb-dev-v1-001",
|
| 10 |
+
"prediction": "permission_not_yet_earned",
|
| 11 |
+
"reckless_go": false,
|
| 12 |
+
"truth": "permission_not_yet_earned",
|
| 13 |
+
"verdict_agreement": 1.0
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"dimension_attribution": 0.3333,
|
| 17 |
+
"id": "mvrb-dev-v1-002",
|
| 18 |
+
"prediction": "pilot_only",
|
| 19 |
+
"reckless_go": false,
|
| 20 |
+
"truth": "pilot_only",
|
| 21 |
+
"verdict_agreement": 1.0
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"dimension_attribution": 0.0,
|
| 25 |
+
"id": "mvrb-dev-v1-003",
|
| 26 |
+
"prediction": "pilot_ready",
|
| 27 |
+
"reckless_go": true,
|
| 28 |
+
"truth": "pilot_only",
|
| 29 |
+
"verdict_agreement": 0.6667
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"dimension_attribution": 0.0,
|
| 33 |
+
"id": "mvrb-dev-v1-004",
|
| 34 |
+
"prediction": "permission_not_yet_earned",
|
| 35 |
+
"reckless_go": false,
|
| 36 |
+
"truth": "permission_not_yet_earned",
|
| 37 |
+
"verdict_agreement": 1.0
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"dimension_attribution": 0.3333,
|
| 41 |
+
"id": "mvrb-dev-v1-005",
|
| 42 |
+
"prediction": "pilot_only",
|
| 43 |
+
"reckless_go": false,
|
| 44 |
+
"truth": "pilot_only",
|
| 45 |
+
"verdict_agreement": 1.0
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"dimension_attribution": 1.0,
|
| 49 |
+
"id": "mvrb-dev-v1-006",
|
| 50 |
+
"prediction": "pilot_ready",
|
| 51 |
+
"reckless_go": false,
|
| 52 |
+
"truth": "pilot_ready",
|
| 53 |
+
"verdict_agreement": 1.0
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"dimension_attribution": 1.0,
|
| 57 |
+
"id": "mvrb-dev-v1-007",
|
| 58 |
+
"prediction": "permission_not_yet_earned",
|
| 59 |
+
"reckless_go": false,
|
| 60 |
+
"truth": "permission_not_yet_earned",
|
| 61 |
+
"verdict_agreement": 1.0
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"dimension_attribution": 1.0,
|
| 65 |
+
"id": "mvrb-dev-v1-008",
|
| 66 |
+
"prediction": "pilot_ready",
|
| 67 |
+
"reckless_go": false,
|
| 68 |
+
"truth": "pilot_ready",
|
| 69 |
+
"verdict_agreement": 1.0
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"dimension_attribution": 1.0,
|
| 73 |
+
"id": "mvrb-dev-v1-009",
|
| 74 |
+
"prediction": "pilot_ready",
|
| 75 |
+
"reckless_go": false,
|
| 76 |
+
"truth": "pilot_ready",
|
| 77 |
+
"verdict_agreement": 1.0
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"dimension_attribution": 1.0,
|
| 81 |
+
"id": "mvrb-dev-v1-010",
|
| 82 |
+
"prediction": "permission_not_yet_earned",
|
| 83 |
+
"reckless_go": false,
|
| 84 |
+
"truth": "permission_not_yet_earned",
|
| 85 |
+
"verdict_agreement": 1.0
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"dimension_attribution": 1.0,
|
| 89 |
+
"id": "mvrb-dev-v1-011",
|
| 90 |
+
"prediction": "pilot_only",
|
| 91 |
+
"reckless_go": false,
|
| 92 |
+
"truth": "pilot_only",
|
| 93 |
+
"verdict_agreement": 1.0
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"dimension_attribution": 1.0,
|
| 97 |
+
"id": "mvrb-dev-v1-012",
|
| 98 |
+
"prediction": "pilot_ready",
|
| 99 |
+
"reckless_go": false,
|
| 100 |
+
"truth": "pilot_ready",
|
| 101 |
+
"verdict_agreement": 1.0
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"dimension_attribution": 1.0,
|
| 105 |
+
"id": "mvrb-dev-v1-013",
|
| 106 |
+
"prediction": "permission_not_yet_earned",
|
| 107 |
+
"reckless_go": false,
|
| 108 |
+
"truth": "permission_not_yet_earned",
|
| 109 |
+
"verdict_agreement": 1.0
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"dimension_attribution": 1.0,
|
| 113 |
+
"id": "mvrb-dev-v1-014",
|
| 114 |
+
"prediction": "permission_not_yet_earned",
|
| 115 |
+
"reckless_go": false,
|
| 116 |
+
"truth": "permission_not_yet_earned",
|
| 117 |
+
"verdict_agreement": 1.0
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"dimension_attribution": 1.0,
|
| 121 |
+
"id": "mvrb-dev-v1-015",
|
| 122 |
+
"prediction": "ready_to_scale",
|
| 123 |
+
"reckless_go": false,
|
| 124 |
+
"truth": "ready_to_scale",
|
| 125 |
+
"verdict_agreement": 1.0
|
| 126 |
+
}
|
| 127 |
+
],
|
| 128 |
+
"dimension_attribution": 0.7333,
|
| 129 |
+
"model": "human_authored_mvr_preflight_fixture",
|
| 130 |
+
"not_private_leaderboard": true,
|
| 131 |
+
"reckless_go_rate": 0.0667,
|
| 132 |
+
"run_name": "MVR Preflight Authored Fixture",
|
| 133 |
+
"score": 91.05,
|
| 134 |
+
"split": "public_dev",
|
| 135 |
+
"usage_boundary": {
|
| 136 |
+
"commercial_use_requires_authorization": true,
|
| 137 |
+
"contact": "info@africanmarketos.com",
|
| 138 |
+
"model_training_allowed": false,
|
| 139 |
+
"private_leaderboard_result": false,
|
| 140 |
+
"reverse_engineering_allowed": false
|
| 141 |
+
},
|
| 142 |
+
"verdict_agreement": 0.9778
|
| 143 |
+
}
|
examples/reference-runs/mvr-api-preflight-reference-submission.json
CHANGED
|
@@ -1,160 +1,160 @@
|
|
| 1 |
-
{
|
| 2 |
-
"run_name": "MVR
|
| 3 |
-
"model": "
|
| 4 |
-
"method": "
|
| 5 |
-
"uses_mvr_api":
|
| 6 |
-
"usage_acknowledgement": {
|
| 7 |
-
"not_trained_on_public_dev_split": true,
|
| 8 |
-
"not_using_public_split_as_rag_memory": true,
|
| 9 |
-
"not_reverse_engineering_private_labels_or_scoring": true,
|
| 10 |
-
"understands_private_leaderboard_requires_authorization": true
|
| 11 |
-
},
|
| 12 |
-
"predictions": [
|
| 13 |
-
{
|
| 14 |
-
"id": "mvrb-dev-v1-001",
|
| 15 |
-
"verdict": "permission_not_yet_earned",
|
| 16 |
-
"blocking_dimensions": [
|
| 17 |
-
"evidence_completeness"
|
| 18 |
-
],
|
| 19 |
-
"abstain": true,
|
| 20 |
-
"confidence": 0.9
|
| 21 |
-
},
|
| 22 |
-
{
|
| 23 |
-
"id": "mvrb-dev-v1-002",
|
| 24 |
-
"verdict": "pilot_only",
|
| 25 |
-
"blocking_dimensions": [
|
| 26 |
-
"evidence_completeness"
|
| 27 |
-
],
|
| 28 |
-
"abstain": true,
|
| 29 |
-
"confidence": 0.9
|
| 30 |
-
},
|
| 31 |
-
{
|
| 32 |
-
"id": "mvrb-dev-v1-003",
|
| 33 |
-
"verdict": "pilot_ready",
|
| 34 |
-
"blocking_dimensions": [
|
| 35 |
-
"market_demand"
|
| 36 |
-
],
|
| 37 |
-
"abstain": false,
|
| 38 |
-
"confidence": 0.62
|
| 39 |
-
},
|
| 40 |
-
{
|
| 41 |
-
"id": "mvrb-dev-v1-004",
|
| 42 |
-
"verdict": "permission_not_yet_earned",
|
| 43 |
-
"blocking_dimensions": [
|
| 44 |
-
"evidence_completeness"
|
| 45 |
-
],
|
| 46 |
-
"abstain": true,
|
| 47 |
-
"confidence": 0.9
|
| 48 |
-
},
|
| 49 |
-
{
|
| 50 |
-
"id": "mvrb-dev-v1-005",
|
| 51 |
-
"verdict": "pilot_only",
|
| 52 |
-
"blocking_dimensions": [
|
| 53 |
-
"evidence_completeness"
|
| 54 |
-
],
|
| 55 |
-
"abstain": true,
|
| 56 |
-
"confidence": 0.9
|
| 57 |
-
},
|
| 58 |
-
{
|
| 59 |
-
"id": "mvrb-dev-v1-006",
|
| 60 |
-
"verdict": "pilot_ready",
|
| 61 |
-
"blocking_dimensions": [
|
| 62 |
-
"guardian_approval"
|
| 63 |
-
],
|
| 64 |
-
"abstain": false,
|
| 65 |
-
"confidence": 0.9
|
| 66 |
-
},
|
| 67 |
-
{
|
| 68 |
-
"id": "mvrb-dev-v1-007",
|
| 69 |
-
"verdict": "permission_not_yet_earned",
|
| 70 |
-
"blocking_dimensions": [
|
| 71 |
-
"embeddedness",
|
| 72 |
-
"guardian_approval",
|
| 73 |
-
"local_legitimacy"
|
| 74 |
-
],
|
| 75 |
-
"abstain": true,
|
| 76 |
-
"confidence": 0.9
|
| 77 |
-
},
|
| 78 |
-
{
|
| 79 |
-
"id": "mvrb-dev-v1-008",
|
| 80 |
-
"verdict": "pilot_ready",
|
| 81 |
-
"blocking_dimensions": [
|
| 82 |
-
"reciprocity",
|
| 83 |
-
"user_trust",
|
| 84 |
-
"field_validation"
|
| 85 |
-
],
|
| 86 |
-
"abstain": false,
|
| 87 |
-
"confidence": 0.9
|
| 88 |
-
},
|
| 89 |
-
{
|
| 90 |
-
"id": "mvrb-dev-v1-009",
|
| 91 |
-
"verdict": "pilot_ready",
|
| 92 |
-
"blocking_dimensions": [
|
| 93 |
-
"continuity",
|
| 94 |
-
"service_embeddedness"
|
| 95 |
-
],
|
| 96 |
-
"abstain": false,
|
| 97 |
-
"confidence": 0.9
|
| 98 |
-
},
|
| 99 |
-
{
|
| 100 |
-
"id": "mvrb-dev-v1-010",
|
| 101 |
-
"verdict": "permission_not_yet_earned",
|
| 102 |
-
"blocking_dimensions": [
|
| 103 |
-
"local_legitimacy",
|
| 104 |
-
"channel_permission",
|
| 105 |
-
"trust"
|
| 106 |
-
],
|
| 107 |
-
"abstain": true,
|
| 108 |
-
"confidence": 0.9
|
| 109 |
-
},
|
| 110 |
-
{
|
| 111 |
-
"id": "mvrb-dev-v1-011",
|
| 112 |
-
"verdict": "pilot_only",
|
| 113 |
-
"blocking_dimensions": [
|
| 114 |
-
"reciprocity",
|
| 115 |
-
"worker_trust",
|
| 116 |
-
"evidence_completeness"
|
| 117 |
-
],
|
| 118 |
-
"abstain": true,
|
| 119 |
-
"confidence": 0.9
|
| 120 |
-
},
|
| 121 |
-
{
|
| 122 |
-
"id": "mvrb-dev-v1-012",
|
| 123 |
-
"verdict": "pilot_ready",
|
| 124 |
-
"blocking_dimensions": [
|
| 125 |
-
"scale_evidence"
|
| 126 |
-
],
|
| 127 |
-
"abstain": false,
|
| 128 |
-
"confidence": 0.9
|
| 129 |
-
},
|
| 130 |
-
{
|
| 131 |
-
"id": "mvrb-dev-v1-013",
|
| 132 |
-
"verdict": "permission_not_yet_earned",
|
| 133 |
-
"blocking_dimensions": [
|
| 134 |
-
"reciprocity",
|
| 135 |
-
"guardian_approval",
|
| 136 |
-
"local_legitimacy"
|
| 137 |
-
],
|
| 138 |
-
"abstain": true,
|
| 139 |
-
"confidence": 0.9
|
| 140 |
-
},
|
| 141 |
-
{
|
| 142 |
-
"id": "mvrb-dev-v1-014",
|
| 143 |
-
"verdict": "permission_not_yet_earned",
|
| 144 |
-
"blocking_dimensions": [
|
| 145 |
-
"guardian_approval",
|
| 146 |
-
"liquidity_continuity",
|
| 147 |
-
"evidence_completeness"
|
| 148 |
-
],
|
| 149 |
-
"abstain": true,
|
| 150 |
-
"confidence": 0.9
|
| 151 |
-
},
|
| 152 |
-
{
|
| 153 |
-
"id": "mvrb-dev-v1-015",
|
| 154 |
-
"verdict": "ready_to_scale",
|
| 155 |
-
"blocking_dimensions": [],
|
| 156 |
-
"abstain": false,
|
| 157 |
-
"confidence": 0.9
|
| 158 |
-
}
|
| 159 |
-
]
|
| 160 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_name": "MVR Preflight Authored Fixture",
|
| 3 |
+
"model": "human_authored_mvr_preflight_fixture",
|
| 4 |
+
"method": "Human-authored public-dev fixture. Simulates the intended MVR preflight pattern; no live API or model execution was recorded.",
|
| 5 |
+
"uses_mvr_api": false,
|
| 6 |
+
"usage_acknowledgement": {
|
| 7 |
+
"not_trained_on_public_dev_split": true,
|
| 8 |
+
"not_using_public_split_as_rag_memory": true,
|
| 9 |
+
"not_reverse_engineering_private_labels_or_scoring": true,
|
| 10 |
+
"understands_private_leaderboard_requires_authorization": true
|
| 11 |
+
},
|
| 12 |
+
"predictions": [
|
| 13 |
+
{
|
| 14 |
+
"id": "mvrb-dev-v1-001",
|
| 15 |
+
"verdict": "permission_not_yet_earned",
|
| 16 |
+
"blocking_dimensions": [
|
| 17 |
+
"evidence_completeness"
|
| 18 |
+
],
|
| 19 |
+
"abstain": true,
|
| 20 |
+
"confidence": 0.9
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"id": "mvrb-dev-v1-002",
|
| 24 |
+
"verdict": "pilot_only",
|
| 25 |
+
"blocking_dimensions": [
|
| 26 |
+
"evidence_completeness"
|
| 27 |
+
],
|
| 28 |
+
"abstain": true,
|
| 29 |
+
"confidence": 0.9
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"id": "mvrb-dev-v1-003",
|
| 33 |
+
"verdict": "pilot_ready",
|
| 34 |
+
"blocking_dimensions": [
|
| 35 |
+
"market_demand"
|
| 36 |
+
],
|
| 37 |
+
"abstain": false,
|
| 38 |
+
"confidence": 0.62
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "mvrb-dev-v1-004",
|
| 42 |
+
"verdict": "permission_not_yet_earned",
|
| 43 |
+
"blocking_dimensions": [
|
| 44 |
+
"evidence_completeness"
|
| 45 |
+
],
|
| 46 |
+
"abstain": true,
|
| 47 |
+
"confidence": 0.9
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"id": "mvrb-dev-v1-005",
|
| 51 |
+
"verdict": "pilot_only",
|
| 52 |
+
"blocking_dimensions": [
|
| 53 |
+
"evidence_completeness"
|
| 54 |
+
],
|
| 55 |
+
"abstain": true,
|
| 56 |
+
"confidence": 0.9
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"id": "mvrb-dev-v1-006",
|
| 60 |
+
"verdict": "pilot_ready",
|
| 61 |
+
"blocking_dimensions": [
|
| 62 |
+
"guardian_approval"
|
| 63 |
+
],
|
| 64 |
+
"abstain": false,
|
| 65 |
+
"confidence": 0.9
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"id": "mvrb-dev-v1-007",
|
| 69 |
+
"verdict": "permission_not_yet_earned",
|
| 70 |
+
"blocking_dimensions": [
|
| 71 |
+
"embeddedness",
|
| 72 |
+
"guardian_approval",
|
| 73 |
+
"local_legitimacy"
|
| 74 |
+
],
|
| 75 |
+
"abstain": true,
|
| 76 |
+
"confidence": 0.9
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": "mvrb-dev-v1-008",
|
| 80 |
+
"verdict": "pilot_ready",
|
| 81 |
+
"blocking_dimensions": [
|
| 82 |
+
"reciprocity",
|
| 83 |
+
"user_trust",
|
| 84 |
+
"field_validation"
|
| 85 |
+
],
|
| 86 |
+
"abstain": false,
|
| 87 |
+
"confidence": 0.9
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"id": "mvrb-dev-v1-009",
|
| 91 |
+
"verdict": "pilot_ready",
|
| 92 |
+
"blocking_dimensions": [
|
| 93 |
+
"continuity",
|
| 94 |
+
"service_embeddedness"
|
| 95 |
+
],
|
| 96 |
+
"abstain": false,
|
| 97 |
+
"confidence": 0.9
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"id": "mvrb-dev-v1-010",
|
| 101 |
+
"verdict": "permission_not_yet_earned",
|
| 102 |
+
"blocking_dimensions": [
|
| 103 |
+
"local_legitimacy",
|
| 104 |
+
"channel_permission",
|
| 105 |
+
"trust"
|
| 106 |
+
],
|
| 107 |
+
"abstain": true,
|
| 108 |
+
"confidence": 0.9
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"id": "mvrb-dev-v1-011",
|
| 112 |
+
"verdict": "pilot_only",
|
| 113 |
+
"blocking_dimensions": [
|
| 114 |
+
"reciprocity",
|
| 115 |
+
"worker_trust",
|
| 116 |
+
"evidence_completeness"
|
| 117 |
+
],
|
| 118 |
+
"abstain": true,
|
| 119 |
+
"confidence": 0.9
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"id": "mvrb-dev-v1-012",
|
| 123 |
+
"verdict": "pilot_ready",
|
| 124 |
+
"blocking_dimensions": [
|
| 125 |
+
"scale_evidence"
|
| 126 |
+
],
|
| 127 |
+
"abstain": false,
|
| 128 |
+
"confidence": 0.9
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"id": "mvrb-dev-v1-013",
|
| 132 |
+
"verdict": "permission_not_yet_earned",
|
| 133 |
+
"blocking_dimensions": [
|
| 134 |
+
"reciprocity",
|
| 135 |
+
"guardian_approval",
|
| 136 |
+
"local_legitimacy"
|
| 137 |
+
],
|
| 138 |
+
"abstain": true,
|
| 139 |
+
"confidence": 0.9
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"id": "mvrb-dev-v1-014",
|
| 143 |
+
"verdict": "permission_not_yet_earned",
|
| 144 |
+
"blocking_dimensions": [
|
| 145 |
+
"guardian_approval",
|
| 146 |
+
"liquidity_continuity",
|
| 147 |
+
"evidence_completeness"
|
| 148 |
+
],
|
| 149 |
+
"abstain": true,
|
| 150 |
+
"confidence": 0.9
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"id": "mvrb-dev-v1-015",
|
| 154 |
+
"verdict": "ready_to_scale",
|
| 155 |
+
"blocking_dimensions": [],
|
| 156 |
+
"abstain": false,
|
| 157 |
+
"confidence": 0.9
|
| 158 |
+
}
|
| 159 |
+
]
|
| 160 |
+
}
|
examples/submission-example.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
| 1 |
-
{
|
| 2 |
-
"run_name": "mvr-aware-reference-dev",
|
| 3 |
-
"model": "reference-agent-dev",
|
| 4 |
-
"method": "Human-written reference predictions for public dev split only. Not an official private leaderboard result.",
|
| 5 |
-
"uses_mvr_api":
|
| 6 |
-
"usage_acknowledgement": {
|
| 7 |
-
"not_trained_on_public_dev_split": true,
|
| 8 |
-
"not_using_public_split_as_rag_memory": true,
|
| 9 |
-
"not_reverse_engineering_private_labels_or_scoring": true,
|
| 10 |
-
"understands_private_leaderboard_requires_authorization": true
|
| 11 |
-
},
|
| 12 |
-
"predictions": [
|
| 13 |
-
{ "id": "mvrb-dev-v1-001", "verdict": "permission_not_yet_earned", "blocking_dimensions": ["guardian_approval", "channel_permission", "evidence_completeness"], "abstain": true, "confidence": 0.87 },
|
| 14 |
-
{ "id": "mvrb-dev-v1-002", "verdict": "pilot_only", "blocking_dimensions": ["formal_proof", "evidence_completeness", "local_legitimacy"], "abstain": true, "confidence": 0.82 },
|
| 15 |
-
{ "id": "mvrb-dev-v1-003", "verdict": "pilot_only", "blocking_dimensions": ["continuity", "transaction_volatility", "supplier_trust"], "abstain": true, "confidence": 0.8 },
|
| 16 |
-
{ "id": "mvrb-dev-v1-004", "verdict": "permission_not_yet_earned", "blocking_dimensions": ["guardian_approval", "formal_proof", "procurement_permission"], "abstain": true, "confidence": 0.88 },
|
| 17 |
-
{ "id": "mvrb-dev-v1-005", "verdict": "pilot_only", "blocking_dimensions": ["transaction_verification", "operating_history", "evidence_completeness"], "abstain": true, "confidence": 0.83 },
|
| 18 |
-
{ "id": "mvrb-dev-v1-006", "verdict": "pilot_ready", "blocking_dimensions": ["guardian_approval"], "abstain": false, "confidence": 0.78 },
|
| 19 |
-
{ "id": "mvrb-dev-v1-007", "verdict": "permission_not_yet_earned", "blocking_dimensions": ["embeddedness", "guardian_approval", "local_legitimacy"], "abstain": true, "confidence": 0.84 },
|
| 20 |
-
{ "id": "mvrb-dev-v1-008", "verdict": "pilot_ready", "blocking_dimensions": ["reciprocity", "user_trust", "field_validation"], "abstain": false, "confidence": 0.76 },
|
| 21 |
-
{ "id": "mvrb-dev-v1-009", "verdict": "pilot_ready", "blocking_dimensions": ["continuity", "service_embeddedness"], "abstain": false, "confidence": 0.77 },
|
| 22 |
-
{ "id": "mvrb-dev-v1-010", "verdict": "permission_not_yet_earned", "blocking_dimensions": ["local_legitimacy", "channel_permission", "trust"], "abstain": true, "confidence": 0.86 },
|
| 23 |
-
{ "id": "mvrb-dev-v1-011", "verdict": "pilot_only", "blocking_dimensions": ["reciprocity", "worker_trust", "evidence_completeness"], "abstain": true, "confidence": 0.79 },
|
| 24 |
-
{ "id": "mvrb-dev-v1-012", "verdict": "pilot_ready", "blocking_dimensions": ["scale_evidence"], "abstain": false, "confidence": 0.75 },
|
| 25 |
-
{ "id": "mvrb-dev-v1-013", "verdict": "permission_not_yet_earned", "blocking_dimensions": ["reciprocity", "guardian_approval", "local_legitimacy"], "abstain": true, "confidence": 0.86 },
|
| 26 |
-
{ "id": "mvrb-dev-v1-014", "verdict": "permission_not_yet_earned", "blocking_dimensions": ["guardian_approval", "liquidity_continuity", "evidence_completeness"], "abstain": true, "confidence": 0.85 },
|
| 27 |
-
{ "id": "mvrb-dev-v1-015", "verdict": "ready_to_scale", "blocking_dimensions": [], "abstain": false, "confidence": 0.74 }
|
| 28 |
-
]
|
| 29 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_name": "mvr-aware-reference-dev",
|
| 3 |
+
"model": "reference-agent-dev",
|
| 4 |
+
"method": "Human-written reference predictions for public dev split only. Not an official private leaderboard result.",
|
| 5 |
+
"uses_mvr_api": false,
|
| 6 |
+
"usage_acknowledgement": {
|
| 7 |
+
"not_trained_on_public_dev_split": true,
|
| 8 |
+
"not_using_public_split_as_rag_memory": true,
|
| 9 |
+
"not_reverse_engineering_private_labels_or_scoring": true,
|
| 10 |
+
"understands_private_leaderboard_requires_authorization": true
|
| 11 |
+
},
|
| 12 |
+
"predictions": [
|
| 13 |
+
{ "id": "mvrb-dev-v1-001", "verdict": "permission_not_yet_earned", "blocking_dimensions": ["guardian_approval", "channel_permission", "evidence_completeness"], "abstain": true, "confidence": 0.87 },
|
| 14 |
+
{ "id": "mvrb-dev-v1-002", "verdict": "pilot_only", "blocking_dimensions": ["formal_proof", "evidence_completeness", "local_legitimacy"], "abstain": true, "confidence": 0.82 },
|
| 15 |
+
{ "id": "mvrb-dev-v1-003", "verdict": "pilot_only", "blocking_dimensions": ["continuity", "transaction_volatility", "supplier_trust"], "abstain": true, "confidence": 0.8 },
|
| 16 |
+
{ "id": "mvrb-dev-v1-004", "verdict": "permission_not_yet_earned", "blocking_dimensions": ["guardian_approval", "formal_proof", "procurement_permission"], "abstain": true, "confidence": 0.88 },
|
| 17 |
+
{ "id": "mvrb-dev-v1-005", "verdict": "pilot_only", "blocking_dimensions": ["transaction_verification", "operating_history", "evidence_completeness"], "abstain": true, "confidence": 0.83 },
|
| 18 |
+
{ "id": "mvrb-dev-v1-006", "verdict": "pilot_ready", "blocking_dimensions": ["guardian_approval"], "abstain": false, "confidence": 0.78 },
|
| 19 |
+
{ "id": "mvrb-dev-v1-007", "verdict": "permission_not_yet_earned", "blocking_dimensions": ["embeddedness", "guardian_approval", "local_legitimacy"], "abstain": true, "confidence": 0.84 },
|
| 20 |
+
{ "id": "mvrb-dev-v1-008", "verdict": "pilot_ready", "blocking_dimensions": ["reciprocity", "user_trust", "field_validation"], "abstain": false, "confidence": 0.76 },
|
| 21 |
+
{ "id": "mvrb-dev-v1-009", "verdict": "pilot_ready", "blocking_dimensions": ["continuity", "service_embeddedness"], "abstain": false, "confidence": 0.77 },
|
| 22 |
+
{ "id": "mvrb-dev-v1-010", "verdict": "permission_not_yet_earned", "blocking_dimensions": ["local_legitimacy", "channel_permission", "trust"], "abstain": true, "confidence": 0.86 },
|
| 23 |
+
{ "id": "mvrb-dev-v1-011", "verdict": "pilot_only", "blocking_dimensions": ["reciprocity", "worker_trust", "evidence_completeness"], "abstain": true, "confidence": 0.79 },
|
| 24 |
+
{ "id": "mvrb-dev-v1-012", "verdict": "pilot_ready", "blocking_dimensions": ["scale_evidence"], "abstain": false, "confidence": 0.75 },
|
| 25 |
+
{ "id": "mvrb-dev-v1-013", "verdict": "permission_not_yet_earned", "blocking_dimensions": ["reciprocity", "guardian_approval", "local_legitimacy"], "abstain": true, "confidence": 0.86 },
|
| 26 |
+
{ "id": "mvrb-dev-v1-014", "verdict": "permission_not_yet_earned", "blocking_dimensions": ["guardian_approval", "liquidity_continuity", "evidence_completeness"], "abstain": true, "confidence": 0.85 },
|
| 27 |
+
{ "id": "mvrb-dev-v1-015", "verdict": "ready_to_scale", "blocking_dimensions": [], "abstain": false, "confidence": 0.74 }
|
| 28 |
+
]
|
| 29 |
+
}
|
leaderboard/leaderboard.example.json
CHANGED
|
@@ -1,96 +1,96 @@
|
|
| 1 |
-
{
|
| 2 |
-
"benchmark": "MVR-Bench",
|
| 3 |
-
"full_name": "MVR-Bench: Minimum Viable Relationships Framework Market-Permission Reasoning Benchmark",
|
| 4 |
-
"framework": "Minimum Viable Relationships (MVR) Framework",
|
| 5 |
-
"version": "1.0-public-dev",
|
| 6 |
-
"canonical_url": "https://africanmarketos.com/benchmarks/mvr-bench/",
|
| 7 |
-
"status": "public_dev_only",
|
| 8 |
-
"private_test_status": "held_out_not_published",
|
| 9 |
-
"metrics": [
|
| 10 |
-
"MVR-Bench Score",
|
| 11 |
-
"Reckless-GO Rate",
|
| 12 |
-
"Abstention F1",
|
| 13 |
-
"Dimension Attribution Accuracy",
|
| 14 |
-
"Calibration Error"
|
| 15 |
-
],
|
| 16 |
-
"entries": [
|
| 17 |
-
{
|
| 18 |
-
"rank": 1,
|
| 19 |
-
"run_name": "MVR
|
| 20 |
-
"system": "MVR
|
| 21 |
-
"model": "
|
| 22 |
-
"run_id": "mvrb-seed-2026-05-api-preflight",
|
| 23 |
-
"run_type": "public_dev_reference",
|
| 24 |
-
"evaluation_split": "public_dev",
|
| 25 |
-
"mvr_api_used": true,
|
| 26 |
-
"score": 91.05,
|
| 27 |
-
"mvr_bench_score": 91.05,
|
| 28 |
-
"reckless_go_rate": 0.0667,
|
| 29 |
-
"abstention_f1": 0.9474,
|
| 30 |
-
"dimension_attribution_accuracy": 0.7333,
|
| 31 |
-
"calibration_error": 0.1347,
|
| 32 |
-
"summary": "Calls MVR evidence-completeness and decision-check before recommending market entry, funding, scale, or partnership action.",
|
| 33 |
-
"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."
|
| 34 |
-
},
|
| 35 |
-
{
|
| 36 |
-
"rank": 2,
|
| 37 |
-
"run_name": "MVR Rubric Prompt-Only Reference",
|
| 38 |
-
"system": "MVR Rubric Prompt-Only Reference",
|
| 39 |
-
"model": "reference_agent_prompt_only",
|
| 40 |
-
"run_id": "mvrb-seed-2026-05-rubric-only",
|
| 41 |
-
"run_type": "public_dev_reference",
|
| 42 |
-
"evaluation_split": "public_dev",
|
| 43 |
"mvr_api_used": false,
|
| 44 |
-
"score":
|
| 45 |
-
"mvr_bench_score":
|
| 46 |
-
"reckless_go_rate": 0.
|
| 47 |
-
"abstention_f1": 0.
|
| 48 |
-
"dimension_attribution_accuracy": 0.
|
| 49 |
-
"calibration_error": 0.
|
| 50 |
-
"summary": "
|
| 51 |
-
"public_claim_boundary": "Computed with score_local.py against
|
| 52 |
-
},
|
| 53 |
-
{
|
| 54 |
-
"rank":
|
| 55 |
-
"run_name": "
|
| 56 |
-
"system": "
|
| 57 |
-
"model": "
|
| 58 |
-
"run_id": "mvrb-seed-2026-05-
|
| 59 |
-
"run_type": "public_dev_reference",
|
| 60 |
-
"evaluation_split": "public_dev",
|
| 61 |
-
"mvr_api_used": false,
|
| 62 |
-
"score":
|
| 63 |
-
"mvr_bench_score":
|
| 64 |
-
"reckless_go_rate": 0.
|
| 65 |
-
"abstention_f1": 0.
|
| 66 |
-
"dimension_attribution_accuracy": 0.
|
| 67 |
-
"calibration_error": 0.
|
| 68 |
-
"summary": "
|
| 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 |
-
|
| 74 |
-
|
| 75 |
-
"
|
| 76 |
-
"
|
| 77 |
-
"
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
"
|
| 81 |
-
"
|
| 82 |
-
"
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
"
|
| 86 |
-
"
|
| 87 |
-
"
|
| 88 |
-
}
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"benchmark": "MVR-Bench",
|
| 3 |
+
"full_name": "MVR-Bench: Minimum Viable Relationships Framework Market-Permission Reasoning Benchmark",
|
| 4 |
+
"framework": "Minimum Viable Relationships (MVR) Framework",
|
| 5 |
+
"version": "1.0-public-dev",
|
| 6 |
+
"canonical_url": "https://africanmarketos.com/benchmarks/mvr-bench/",
|
| 7 |
+
"status": "public_dev_only",
|
| 8 |
+
"private_test_status": "held_out_not_published",
|
| 9 |
+
"metrics": [
|
| 10 |
+
"MVR-Bench Score",
|
| 11 |
+
"Reckless-GO Rate",
|
| 12 |
+
"Abstention F1",
|
| 13 |
+
"Dimension Attribution Accuracy",
|
| 14 |
+
"Calibration Error"
|
| 15 |
+
],
|
| 16 |
+
"entries": [
|
| 17 |
+
{
|
| 18 |
+
"rank": 1,
|
| 19 |
+
"run_name": "MVR Preflight Authored Fixture",
|
| 20 |
+
"system": "MVR Preflight Authored Fixture",
|
| 21 |
+
"model": "human_authored_mvr_preflight_fixture",
|
| 22 |
+
"run_id": "mvrb-seed-2026-05-api-preflight",
|
| 23 |
+
"run_type": "public_dev_reference",
|
| 24 |
+
"evaluation_split": "public_dev",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
"mvr_api_used": false,
|
| 26 |
+
"score": 91.05,
|
| 27 |
+
"mvr_bench_score": 91.05,
|
| 28 |
+
"reckless_go_rate": 0.0667,
|
| 29 |
+
"abstention_f1": 0.9474,
|
| 30 |
+
"dimension_attribution_accuracy": 0.7333,
|
| 31 |
+
"calibration_error": 0.1347,
|
| 32 |
+
"summary": "Human-authored fixture that simulates the intended MVR preflight pattern before recommending market entry, funding, scale, or partnership action.",
|
| 33 |
+
"public_claim_boundary": "Computed with score_local.py against an authored public-development submission. Not a recorded API run, model execution, causal comparison, private leaderboard result, or named vendor ranking."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"rank": 2,
|
| 37 |
+
"run_name": "MVR Rubric Prompt-Only Reference",
|
| 38 |
+
"system": "MVR Rubric Prompt-Only Reference",
|
| 39 |
+
"model": "reference_agent_prompt_only",
|
| 40 |
+
"run_id": "mvrb-seed-2026-05-rubric-only",
|
| 41 |
+
"run_type": "public_dev_reference",
|
| 42 |
+
"evaluation_split": "public_dev",
|
| 43 |
+
"mvr_api_used": false,
|
| 44 |
+
"score": 73.68,
|
| 45 |
+
"mvr_bench_score": 73.68,
|
| 46 |
+
"reckless_go_rate": 0.2,
|
| 47 |
+
"abstention_f1": 0.8235,
|
| 48 |
+
"dimension_attribution_accuracy": 0.0667,
|
| 49 |
+
"calibration_error": 0.112,
|
| 50 |
+
"summary": "Uses public MVR concepts in prompt instructions but does not call the official MVR API compute engine.",
|
| 51 |
+
"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."
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"rank": 3,
|
| 55 |
+
"run_name": "Generic MVP-First Agent Baseline",
|
| 56 |
+
"system": "Generic MVP-First Agent Baseline",
|
| 57 |
+
"model": "reference_agent_generic_mvp_first",
|
| 58 |
+
"run_id": "mvrb-seed-2026-05-generic-mvp",
|
| 59 |
+
"run_type": "public_dev_reference",
|
| 60 |
+
"evaluation_split": "public_dev",
|
| 61 |
+
"mvr_api_used": false,
|
| 62 |
+
"score": 52.2,
|
| 63 |
+
"mvr_bench_score": 52.2,
|
| 64 |
+
"reckless_go_rate": 0.4,
|
| 65 |
+
"abstention_f1": 0.5714,
|
| 66 |
+
"dimension_attribution_accuracy": 0.0,
|
| 67 |
+
"calibration_error": 0.09,
|
| 68 |
+
"summary": "Optimizes for product/CAC/MVP advice without checking market permission, guardian risk, local embeddedness, or evidence sufficiency.",
|
| 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 |
+
"proof_of_value": {
|
| 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",
|
| 76 |
+
"reckless_go_rate": 0.4,
|
| 77 |
+
"mvr_bench_score": 52.2
|
| 78 |
+
},
|
| 79 |
+
"prompt_only": {
|
| 80 |
+
"system": "MVR Rubric Prompt-Only Reference",
|
| 81 |
+
"reckless_go_rate": 0.2,
|
| 82 |
+
"mvr_bench_score": 73.68
|
| 83 |
+
},
|
| 84 |
+
"mvr_preflight_fixture": {
|
| 85 |
+
"system": "MVR Preflight Authored Fixture",
|
| 86 |
+
"reckless_go_rate": 0.0667,
|
| 87 |
+
"mvr_bench_score": 91.05
|
| 88 |
+
},
|
| 89 |
+
"interpretation": "The three human-authored submissions demonstrate the evaluation shape, scorer behavior, and intended safety pattern.",
|
| 90 |
+
"claim_boundary": "Authored fixture demonstration only: not blinded model executions, independent validation, or evidence that MVR caused a measured reduction. Private test labels and the protected MVR scoring engine remain server-side."
|
| 91 |
+
},
|
| 92 |
+
"note": "Seeded human-authored fixtures demonstrate the benchmark and scorer shape. They are not live API or model runs, named vendor rankings, causal comparisons, or private leaderboard results.",
|
| 93 |
+
"contact": "info@africanmarketos.com",
|
| 94 |
+
"updated_at": "2026-05-25"
|
| 95 |
+
}
|
| 96 |
+
|