UNIST-Eunchan commited on
Commit
336aac2
·
verified ·
1 Parent(s): 4185d0a

Publish frozen BSCA Gold v3 multidomain model and dataset

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ task_categories:
4
+ - feature-extraction
5
+ - text-matching
6
+ language:
7
+ - code
8
+ tags:
9
+ - binary-analysis
10
+ - decompilation
11
+ - ghidra
12
+ - contrastive-learning
13
+ - cross-architecture
14
+ - windows-pe
15
+ pretty_name: BSCA Gold v3 Multidomain
16
+ ---
17
+
18
+ # BSCA Gold v3 Multidomain
19
+
20
+ Address-grounded P1 pairs for stripped pseudo-C → source retrieval.
21
+
22
+ - Dataset ID: `GD_19330e06aae0462447c1fd05ccaa38d7`
23
+ - Accepted P1 pairs: 42449
24
+ - Repositories: 138
25
+ - Target formats: `{"elf": 40733, "pe": 1716}`
26
+ - Target architectures: `{"aarch64": 1672, "x86": 1903, "x86_64": 38874}`
27
+ - Internal quality GPA: 3.660; target pass: `True`
28
+
29
+ Use `train.jsonl` for fitting, `development.jsonl` for model selection, and
30
+ the immutable `test.jsonl` only after selection. `dataset_card.json`,
31
+ `producer_verification.json`, and `quality_audit.json` are integrity and
32
+ scope artifacts, not optional documentation.
33
+
34
+ Scope: ELF/Linux and PE x86_64 Windows-GNU direct-translation-unit views.
35
+ It does not represent Mach-O, MSVC/PDB ABI, raw firmware images, project-build
36
+ coverage, or an external blind SCA promotion result.
37
+
38
+ Repository: `Labradorlabs/bsca-binary-source-gold-v3-multidomain`.