UNIST-Eunchan commited on
Commit
d5723b1
·
verified ·
1 Parent(s): 11c7caa

Add attribution to original BSA2BSCA paper

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -24,6 +24,10 @@ Benchmark dataset for evaluating **Binary Software Composition Analysis (SCA)**
24
 
25
  10 real-world stripped ELF binaries with ground-truth component labels. Used to evaluate embedding-based SCA systems that match binary functions against open-source code.
26
 
 
 
 
 
27
  ### Fields
28
 
29
  | Field | Type | Description |
@@ -103,6 +107,15 @@ F1 = 2 * P * R / (P + R)
103
 
104
  ## Citation
105
 
 
 
 
 
 
 
 
 
 
106
  ```
107
  @misc{bsca-benchmark-2026,
108
  title={BSCA SCA Benchmark v1},
 
24
 
25
  10 real-world stripped ELF binaries with ground-truth component labels. Used to evaluate embedding-based SCA systems that match binary functions against open-source code.
26
 
27
+ > **Attribution:** The binaries and ground-truth labels in this dataset are derived and refined from the artifact of the paper:
28
+ > *"Are We There Yet? Filling the Gap Between Binary Similarity Analysis and Binary Software Composition Analysis"*
29
+ > — Artifact: https://sites.google.com/view/bsa2bsca/home/artifact
30
+
31
  ### Fields
32
 
33
  | Field | Type | Description |
 
107
 
108
  ## Citation
109
 
110
+ If you use this dataset, please also cite the original paper from which the binaries and ground truth were derived:
111
+
112
+ ```
113
+ @inproceedings{bsa2bsca,
114
+ title={Are We There Yet? Filling the Gap Between Binary Similarity Analysis and Binary Software Composition Analysis},
115
+ url={https://sites.google.com/view/bsa2bsca/home/artifact}
116
+ }
117
+ ```
118
+
119
  ```
120
  @misc{bsca-benchmark-2026,
121
  title={BSCA SCA Benchmark v1},