DatasetSubmission commited on
Commit
ba4bf0d
·
verified ·
1 Parent(s): 70ac206

Fix benchmark split sizes: T1 56692/2584/1990, T3 56833/2535/1898; fix T1 source description

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -108,13 +108,13 @@ full = load_dataset("DatasetSubmission/HackerSignal", "default")
108
  ## Benchmark Tasks
109
 
110
  ### Task 1: CVE Linkage Retrieval (CVE-R)
111
- Cross-source temporally OOD entity grounding: given exploit/advisory evidence text, retrieve the correct NVD CVE entry from a corpus of 340K descriptions. Quality-controlled to remove unretrievable rows.
112
 
113
  | Split | Rows |
114
  |-------|------|
115
- | Train | 40,698 |
116
- | Val | 2,551 |
117
- | Test | 550 |
118
  | Corpus | 340,536 |
119
 
120
  ### Task 2: Exploit Type Classification (ETC)
@@ -131,9 +131,9 @@ Identical retrieval formulation to Task 1 but with strict CVE-disjoint constrain
131
 
132
  | Split | Rows |
133
  |-------|------|
134
- | Train | 41,630 |
135
- | Val | 1,776 |
136
- | Test | 393 |
137
  | Corpus | 340,536 |
138
 
139
  ## Schema
 
108
  ## Benchmark Tasks
109
 
110
  ### Task 1: CVE Linkage Retrieval (CVE-R)
111
+ Cross-source temporally OOD entity grounding: given exploit/advisory evidence text, retrieve the correct NVD CVE entry from a corpus of 340K descriptions. Queries come from 22 source identifiers across exploit archives, advisories, fix commits, and bug bounty reports; filtered to ≥8 tokens.
112
 
113
  | Split | Rows |
114
  |-------|------|
115
+ | Train | 56,692 |
116
+ | Val | 2,584 |
117
+ | Test | 1,990 |
118
  | Corpus | 340,536 |
119
 
120
  ### Task 2: Exploit Type Classification (ETC)
 
131
 
132
  | Split | Rows |
133
  |-------|------|
134
+ | Train | 56,833 |
135
+ | Val | 2,535 |
136
+ | Test | 1,898 |
137
  | Corpus | 340,536 |
138
 
139
  ## Schema