genia-dev commited on
Commit
7a69d2b
·
verified ·
1 Parent(s): 83c9fff

Upload 2 files

Browse files
data/primary-comparisons.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ id,campaign_id,model,domain,questions,raw_correct,nexus_correct,wins,losses,classification,two_sided_exact_p_value,evidence_status
2
+ short-18-granite,nexus-safe-short-levels-v1,Granite 3.3 2B Instruct,mixed_verifiable,18,3,18,15,0,GAIN,6.103515625e-05,AUDITED
3
+ short-18-gemma,nexus-safe-short-levels-v1,Gemma 3 12B IT QAT,mixed_verifiable,18,3,15,12,0,GAIN,0.00048828125,AUDITED
4
+ micro-6-llama,nexus-safe-three-model-micro-v1,Llama 3.1 8B,mixed_verifiable,6,1,6,5,0,INCONCLUSIVE,0.0625,AUDITED
5
+ code-5-granite,mat9f-code-e2e-raw-vs-nexus-v1,Granite 3.3 2B Instruct,code,5,1,1,0,0,INCONCLUSIVE,1.0,AUDITED_SMALL_SAMPLE
data/public-benchmark-catalog.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "mat-nexus-public-benchmark-catalog-v1",
3
+ "generated_on": "2026-08-02",
4
+ "scope": "Aggregate results only. Questions, answers, prompts, router tables and private implementation are excluded.",
5
+ "primary_comparisons": [
6
+ {
7
+ "id": "short-18-granite",
8
+ "campaign_id": "nexus-safe-short-levels-v1",
9
+ "model": "Granite 3.3 2B Instruct",
10
+ "domain": "mixed_verifiable",
11
+ "questions": 18,
12
+ "raw_correct": 3,
13
+ "nexus_correct": 18,
14
+ "wins": 15,
15
+ "losses": 0,
16
+ "classification": "GAIN",
17
+ "two_sided_exact_p_value": 0.00006103515625,
18
+ "evidence_status": "AUDITED",
19
+ "report_sha256": "554fc022f5f445927ce5f1ea5a24546a505865a359c82293940a9581c97e2aa4",
20
+ "audit_sha256": "758656d58407c1c08c9bc0005f453eaf2a9c6076e76d4a5276a80b768d2bdc17"
21
+ },
22
+ {
23
+ "id": "short-18-gemma",
24
+ "campaign_id": "nexus-safe-short-levels-v1",
25
+ "model": "Gemma 3 12B IT QAT",
26
+ "domain": "mixed_verifiable",
27
+ "questions": 18,
28
+ "raw_correct": 3,
29
+ "nexus_correct": 15,
30
+ "wins": 12,
31
+ "losses": 0,
32
+ "classification": "GAIN",
33
+ "two_sided_exact_p_value": 0.00048828125,
34
+ "evidence_status": "AUDITED",
35
+ "report_sha256": "554fc022f5f445927ce5f1ea5a24546a505865a359c82293940a9581c97e2aa4",
36
+ "audit_sha256": "758656d58407c1c08c9bc0005f453eaf2a9c6076e76d4a5276a80b768d2bdc17"
37
+ },
38
+ {
39
+ "id": "micro-6-llama",
40
+ "campaign_id": "nexus-safe-three-model-micro-v1",
41
+ "model": "Llama 3.1 8B",
42
+ "domain": "mixed_verifiable",
43
+ "questions": 6,
44
+ "raw_correct": 1,
45
+ "nexus_correct": 6,
46
+ "wins": 5,
47
+ "losses": 0,
48
+ "classification": "INCONCLUSIVE",
49
+ "two_sided_exact_p_value": 0.0625,
50
+ "evidence_status": "AUDITED",
51
+ "report_sha256": "dc0c55cb8fe517128a79a039e4a9f34be85ff00cc9f7326225bd6bb4774a10f6",
52
+ "audit_sha256": "c50311824a2c7ae215af8f02a8b1e5f99c176483f7f877a69aaba2edccf5b801"
53
+ },
54
+ {
55
+ "id": "code-5-granite",
56
+ "campaign_id": "mat9f-code-e2e-raw-vs-nexus-v1",
57
+ "model": "Granite 3.3 2B Instruct",
58
+ "domain": "code",
59
+ "questions": 5,
60
+ "raw_correct": 1,
61
+ "nexus_correct": 1,
62
+ "wins": 0,
63
+ "losses": 0,
64
+ "classification": "INCONCLUSIVE",
65
+ "two_sided_exact_p_value": 1.0,
66
+ "evidence_status": "AUDITED_SMALL_SAMPLE",
67
+ "report_sha256": "69db61ec98a2e5c445833f00be8127b1327effc13ce8194ce9e05de6cd7a095e",
68
+ "audit_sha256": null
69
+ }
70
+ ],
71
+ "diagnostic_campaigns": [
72
+ {
73
+ "id": "nexus-four-arm-1000q-v1",
74
+ "questions": 1000,
75
+ "kind": "component_ablation",
76
+ "status": "HISTORICAL_DIAGNOSTIC",
77
+ "metrics": {
78
+ "raw_accuracy": 0.0,
79
+ "prepared_accuracy": 0.019,
80
+ "experts_accuracy": 0.812,
81
+ "experts_memory_accuracy": 0.905
82
+ },
83
+ "report_sha256": "e3e23ada5f197b14ccdbfe542e791033fe6d564a22ed06b08f907bc906ff5c64",
84
+ "caveat": "Component ablation; not pooled with the current paired safe-layer benchmark."
85
+ },
86
+ {
87
+ "id": "nexus-adapter-ab-1000q-v1-safe",
88
+ "questions": 1000,
89
+ "kind": "adapter_nexus_ablation",
90
+ "status": "HISTORICAL_DIAGNOSTIC",
91
+ "metrics": {
92
+ "base_raw_accuracy": 0.0,
93
+ "adapted_raw_accuracy": 0.0,
94
+ "base_nexus_accuracy": 0.125,
95
+ "adapted_nexus_accuracy": 0.186
96
+ },
97
+ "report_sha256": "14bb4052eb05de8580231c491ca7db7444a365ec813c7de235b3f73632f8a22f",
98
+ "caveat": "Useful for architecture diagnosis; raw-arm behavior makes it unsuitable as the headline gain claim."
99
+ },
100
+ {
101
+ "id": "full-circuit-all-functional-ab-v2-safe",
102
+ "questions": 10,
103
+ "kind": "controlled_preview",
104
+ "status": "EXPLORATORY",
105
+ "metrics": {
106
+ "llm_alone_accuracy": 0.0,
107
+ "experts_raw_plus_llm_accuracy": 0.0,
108
+ "experts_prepared_plus_llm_accuracy": 0.1
109
+ },
110
+ "report_sha256": "260f583eec371f6b1242d4fbb48b9c9056daf90bc8a2e431c7b9aa6b543cd822",
111
+ "caveat": "Controlled preview, explicitly not an official benchmark."
112
+ }
113
+ ],
114
+ "excluded_campaigns": [
115
+ {
116
+ "id": "nexus-neutral-10x20-v1",
117
+ "status": "INVALIDATED",
118
+ "reason": "Uniform 96-token ceiling truncated model outputs; 36 Granite cases were consumed and excluded from scoring."
119
+ },
120
+ {
121
+ "id": "nexus-neutral-10x20-v2",
122
+ "status": "RUNNING",
123
+ "reason": "Larger neutral paired campaign remains unpublished until completion and audit."
124
+ }
125
+ ],
126
+ "controls": {
127
+ "previous_test_answers_reused": false,
128
+ "sealed_test_used_for_training": false,
129
+ "automatic_learning_during_evaluation": false,
130
+ "raw_questions_or_targets_published": false,
131
+ "primary_and_diagnostic_results_pooled": false
132
+ }
133
+ }