Fix benchmark split sizes: T1 56692/2584/1990, T3 56833/2535/1898; fix T1 source description
Browse files
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.
|
| 112 |
|
| 113 |
| Split | Rows |
|
| 114 |
|-------|------|
|
| 115 |
-
| Train |
|
| 116 |
-
| Val | 2,
|
| 117 |
-
| Test |
|
| 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 |
|
| 135 |
-
| Val |
|
| 136 |
-
| Test |
|
| 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
|