UNIST-Eunchan commited on
Commit
2d6c392
·
verified ·
1 Parent(s): 3b8fc0c

Publish frozen BSCA Gold v3 multidomain model and dataset

Browse files
Files changed (1) hide show
  1. quality_audit.json +150 -0
quality_audit.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "audit_recipe_sha256": "fe4f81e28745a75ba3d9a88036af6af9d67600ad0b65beb3e85d71f7da1443e3",
3
+ "created_at": "2026-08-11T07:26:57.506838+00:00",
4
+ "dataset_id": "GD_19330e06aae0462447c1fd05ccaa38d7",
5
+ "external_sca_blind_gate": "not_run; excluded from grade and required before production promotion",
6
+ "grade_point_average": 3.6600000000000006,
7
+ "input_artifacts": {
8
+ "dataset_card": {
9
+ "path": "artifacts/reference_v3_multidomain/dataset/dataset_card.json",
10
+ "sha256": "0acbdc0b4817c53d1b183cb1b987516d1dd1b441384ccda59d16a317da9bdb3e"
11
+ },
12
+ "selection": {
13
+ "path": "artifacts/reference_v3_multidomain/model_selection.json",
14
+ "sha256": "69b6ff21747261c953a38e3b6fe1a7c968aab0a3e79c745b3bb5fbcb0b53ab78"
15
+ },
16
+ "test_evaluation": {
17
+ "path": "artifacts/reference_v3_multidomain/test_evaluation.json",
18
+ "sha256": "df89765ad0df31237cb808750130341c881a049405cc8ffaa70f5b6216a193d7"
19
+ }
20
+ },
21
+ "integrity_failures": [],
22
+ "schema": "bora-gold-quality-audit-v1",
23
+ "target": "average B+ or better; no critical provenance/split unit below B",
24
+ "target_pass": true,
25
+ "units": [
26
+ {
27
+ "gate": "all pair/manifests/split SHA-256 values resolve",
28
+ "grade": "A",
29
+ "unit": "Immutable artifact lineage",
30
+ "value": 1.0
31
+ },
32
+ {
33
+ "gate": "P1 DWARF address mapping; stripped analysis never receives source names",
34
+ "grade": "A",
35
+ "unit": "Address-grounded true-strip alignment",
36
+ "value": 0.995
37
+ },
38
+ {
39
+ "gate": "distinct immutable repositories",
40
+ "grade": "A",
41
+ "unit": "Real-project breadth",
42
+ "value": 138
43
+ },
44
+ {
45
+ "gate": "accepted nontrivial P1 pairs",
46
+ "grade": "A",
47
+ "unit": "Gold sample size",
48
+ "value": 42449
49
+ },
50
+ {
51
+ "gate": "independent compiler families",
52
+ "grade": "B+",
53
+ "unit": "Compiler-family diversity",
54
+ "value": 2
55
+ },
56
+ {
57
+ "gate": "distinct target architectures",
58
+ "grade": "A",
59
+ "unit": "Architecture diversity",
60
+ "value": 3
61
+ },
62
+ {
63
+ "gate": "distinct executable container formats represented by accepted P1 pairs",
64
+ "grade": "B+",
65
+ "unit": "Binary container diversity",
66
+ "value": {
67
+ "elf": 40733,
68
+ "pe": 1716
69
+ }
70
+ },
71
+ {
72
+ "gate": "distinct target OS and libc/runtime families represented by accepted P1 pairs",
73
+ "grade": "B+",
74
+ "unit": "OS/libc diversity",
75
+ "value": {
76
+ "libcs": {
77
+ "glibc": 40733,
78
+ "mingw": 1716
79
+ },
80
+ "operating_systems": {
81
+ "linux": 40733,
82
+ "windows": 1716
83
+ }
84
+ }
85
+ },
86
+ {
87
+ "gate": "Itanium and MSVC ABI coverage are tracked separately",
88
+ "grade": "C",
89
+ "unit": "C++ ABI diversity",
90
+ "value": {
91
+ "itanium": 8020
92
+ }
93
+ },
94
+ {
95
+ "gate": "same source occurrence has two or more independently built target profiles",
96
+ "grade": "B",
97
+ "unit": "Same-source cross-domain positives",
98
+ "value": {
99
+ "fraction": 0.26503186478248825,
100
+ "multi_domain_source_occurrences": 1913,
101
+ "source_occurrences": 7218
102
+ }
103
+ },
104
+ {
105
+ "gate": "distinct optimization modes",
106
+ "grade": "A",
107
+ "unit": "Optimization diversity",
108
+ "value": 4
109
+ },
110
+ {
111
+ "gate": "zero lineage overlap and sufficiently broad development/test repositories",
112
+ "grade": "A",
113
+ "unit": "Repo/lineage/near-clone disjoint split",
114
+ "value": {
115
+ "minimum_holdout_repositories": 14,
116
+ "overlap": {
117
+ "development_test": 0,
118
+ "train_development": 0,
119
+ "train_test": 0
120
+ }
121
+ }
122
+ },
123
+ {
124
+ "gate": "three seeds; Recall@1 max-minus-min",
125
+ "grade": "A",
126
+ "unit": "Multi-seed development stability",
127
+ "value": 0.0033506449991623777
128
+ },
129
+ {
130
+ "gate": "development-only selection and test/model SHA-256 values form one immutable chain",
131
+ "grade": "A",
132
+ "unit": "Frozen selection/evaluation lineage",
133
+ "value": 1.0
134
+ },
135
+ {
136
+ "gate": "selected on development only; paired query bootstrap on untouched test",
137
+ "grade": "A",
138
+ "unit": "Frozen internal test retrieval",
139
+ "value": {
140
+ "baseline": "v14_champion",
141
+ "mrr_delta": 0.05932346545058792,
142
+ "paired_ci_lower": {
143
+ "mrr": 0.05392515608399423,
144
+ "recall_at_1": 0.05624834173520826
145
+ },
146
+ "recall_at_1_delta": 0.06394269036879807
147
+ }
148
+ }
149
+ ]
150
+ }