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

Publish frozen BSCA Gold v3 multidomain model and dataset

Browse files
Files changed (1) hide show
  1. quality_audit.md +24 -0
quality_audit.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # BORA Gold Quality Audit
2
+
3
+ Target pass: **True**
4
+ Grade-point average: **3.66** (B+=3.30)
5
+
6
+ | Unit | Grade | Value | Gate |
7
+ |---|---:|---|---|
8
+ | Immutable artifact lineage | A | `1.0` | all pair/manifests/split SHA-256 values resolve |
9
+ | Address-grounded true-strip alignment | A | `0.995` | P1 DWARF address mapping; stripped analysis never receives source names |
10
+ | Real-project breadth | A | `138` | distinct immutable repositories |
11
+ | Gold sample size | A | `42449` | accepted nontrivial P1 pairs |
12
+ | Compiler-family diversity | B+ | `2` | independent compiler families |
13
+ | Architecture diversity | A | `3` | distinct target architectures |
14
+ | Binary container diversity | B+ | `{"elf": 40733, "pe": 1716}` | distinct executable container formats represented by accepted P1 pairs |
15
+ | OS/libc diversity | B+ | `{"libcs": {"glibc": 40733, "mingw": 1716}, "operating_systems": {"linux": 40733, "windows": 1716}}` | distinct target OS and libc/runtime families represented by accepted P1 pairs |
16
+ | C++ ABI diversity | C | `{"itanium": 8020}` | Itanium and MSVC ABI coverage are tracked separately |
17
+ | Same-source cross-domain positives | B | `{"fraction": 0.26503186478248825, "multi_domain_source_occurrences": 1913, "source_occurrences": 7218}` | same source occurrence has two or more independently built target profiles |
18
+ | Optimization diversity | A | `4` | distinct optimization modes |
19
+ | Repo/lineage/near-clone disjoint split | A | `{"minimum_holdout_repositories": 14, "overlap": {"development_test": 0, "train_development": 0, "train_test": 0}}` | zero lineage overlap and sufficiently broad development/test repositories |
20
+ | Multi-seed development stability | A | `0.0033506449991623777` | three seeds; Recall@1 max-minus-min |
21
+ | Frozen selection/evaluation lineage | A | `1.0` | development-only selection and test/model SHA-256 values form one immutable chain |
22
+ | Frozen internal test retrieval | A | `{"baseline": "v14_champion", "mrr_delta": 0.05932346545058792, "paired_ci_lower": {"mrr": 0.05392515608399423, "recall_at_1": 0.05624834173520826}, "recall_at_1_delta": 0.06394269036879807}` | selected on development only; paired query bootstrap on untouched test |
23
+
24
+ External blind gate: **not_run; excluded from grade and required before production promotion**