Add explicit features to all configs; fix string-to-null type inference error
Browse files
README.md
CHANGED
|
@@ -23,15 +23,198 @@ dataset_info:
|
|
| 23 |
splits:
|
| 24 |
- name: full
|
| 25 |
num_examples: 7447646
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
configs:
|
| 27 |
- config_name: default
|
| 28 |
data_files:
|
| 29 |
- split: full
|
| 30 |
path: unified_hacker_communities_neurips_public.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
- config_name: sample
|
| 32 |
data_files:
|
| 33 |
- split: full
|
| 34 |
path: hackersignal_sample_10k.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
- config_name: task1_cve_linkage
|
| 36 |
data_files:
|
| 37 |
- split: train
|
|
@@ -42,6 +225,17 @@ configs:
|
|
| 42 |
path: benchmark_v2/task1_cve_linkage/test.jsonl
|
| 43 |
- split: corpus
|
| 44 |
path: benchmark_v2/task1_cve_linkage/corpus.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
- config_name: task2_exploit_type
|
| 46 |
data_files:
|
| 47 |
- split: train
|
|
@@ -50,6 +244,17 @@ configs:
|
|
| 50 |
path: benchmark_v2/task2_exploit_type/val.jsonl
|
| 51 |
- split: test
|
| 52 |
path: benchmark_v2/task2_exploit_type/test.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
- config_name: task3_temporal_generalization
|
| 54 |
data_files:
|
| 55 |
- split: train
|
|
@@ -60,6 +265,17 @@ configs:
|
|
| 60 |
path: benchmark_v2/task3_temporal_generalization/test.jsonl
|
| 61 |
- split: corpus
|
| 62 |
path: benchmark_v2/task3_temporal_generalization/corpus.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
---
|
| 64 |
|
| 65 |
# HackerSignal
|
|
|
|
| 23 |
splits:
|
| 24 |
- name: full
|
| 25 |
num_examples: 7447646
|
| 26 |
+
features:
|
| 27 |
+
- name: unified_id
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: source_dataset
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: source_file
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: source_format
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: source_layer
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: source_record_id
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: forum_id
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: timestamp
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: author_hash
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: text
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: text_raw
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: text_length
|
| 50 |
+
dtype: int64
|
| 51 |
+
- name: text_raw_length
|
| 52 |
+
dtype: int64
|
| 53 |
+
- name: text_sha256
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: text_raw_sha256
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: thread_url
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: thread_title
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: section
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: post_index
|
| 64 |
+
dtype: int64
|
| 65 |
+
- name: post_id
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: thread_id
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: scraped_at
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: reply_count
|
| 72 |
+
dtype: int64
|
| 73 |
+
- name: view_count
|
| 74 |
+
dtype: int64
|
| 75 |
+
- name: tags
|
| 76 |
+
sequence: string
|
| 77 |
+
- name: cve_refs
|
| 78 |
+
sequence: string
|
| 79 |
+
- name: dataset_generated_at
|
| 80 |
+
dtype: string
|
| 81 |
+
- name: release_mode
|
| 82 |
+
dtype: string
|
| 83 |
+
- name: released_artifact
|
| 84 |
+
dtype: string
|
| 85 |
+
- name: redaction_reason
|
| 86 |
+
dtype: string
|
| 87 |
configs:
|
| 88 |
- config_name: default
|
| 89 |
data_files:
|
| 90 |
- split: full
|
| 91 |
path: unified_hacker_communities_neurips_public.jsonl
|
| 92 |
+
features:
|
| 93 |
+
- name: unified_id
|
| 94 |
+
dtype: string
|
| 95 |
+
- name: source_dataset
|
| 96 |
+
dtype: string
|
| 97 |
+
- name: source_file
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: source_format
|
| 100 |
+
dtype: string
|
| 101 |
+
- name: source_layer
|
| 102 |
+
dtype: string
|
| 103 |
+
- name: source_record_id
|
| 104 |
+
dtype: string
|
| 105 |
+
- name: forum_id
|
| 106 |
+
dtype: string
|
| 107 |
+
- name: timestamp
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: author_hash
|
| 110 |
+
dtype: string
|
| 111 |
+
- name: text
|
| 112 |
+
dtype: string
|
| 113 |
+
- name: text_raw
|
| 114 |
+
dtype: string
|
| 115 |
+
- name: text_length
|
| 116 |
+
dtype: int64
|
| 117 |
+
- name: text_raw_length
|
| 118 |
+
dtype: int64
|
| 119 |
+
- name: text_sha256
|
| 120 |
+
dtype: string
|
| 121 |
+
- name: text_raw_sha256
|
| 122 |
+
dtype: string
|
| 123 |
+
- name: thread_url
|
| 124 |
+
dtype: string
|
| 125 |
+
- name: thread_title
|
| 126 |
+
dtype: string
|
| 127 |
+
- name: section
|
| 128 |
+
dtype: string
|
| 129 |
+
- name: post_index
|
| 130 |
+
dtype: int64
|
| 131 |
+
- name: post_id
|
| 132 |
+
dtype: string
|
| 133 |
+
- name: thread_id
|
| 134 |
+
dtype: string
|
| 135 |
+
- name: scraped_at
|
| 136 |
+
dtype: string
|
| 137 |
+
- name: reply_count
|
| 138 |
+
dtype: int64
|
| 139 |
+
- name: view_count
|
| 140 |
+
dtype: int64
|
| 141 |
+
- name: tags
|
| 142 |
+
sequence: string
|
| 143 |
+
- name: cve_refs
|
| 144 |
+
sequence: string
|
| 145 |
+
- name: dataset_generated_at
|
| 146 |
+
dtype: string
|
| 147 |
+
- name: release_mode
|
| 148 |
+
dtype: string
|
| 149 |
+
- name: released_artifact
|
| 150 |
+
dtype: string
|
| 151 |
+
- name: redaction_reason
|
| 152 |
+
dtype: string
|
| 153 |
- config_name: sample
|
| 154 |
data_files:
|
| 155 |
- split: full
|
| 156 |
path: hackersignal_sample_10k.jsonl
|
| 157 |
+
features:
|
| 158 |
+
- name: unified_id
|
| 159 |
+
dtype: string
|
| 160 |
+
- name: source_dataset
|
| 161 |
+
dtype: string
|
| 162 |
+
- name: source_file
|
| 163 |
+
dtype: string
|
| 164 |
+
- name: source_format
|
| 165 |
+
dtype: string
|
| 166 |
+
- name: source_layer
|
| 167 |
+
dtype: string
|
| 168 |
+
- name: source_record_id
|
| 169 |
+
dtype: string
|
| 170 |
+
- name: forum_id
|
| 171 |
+
dtype: string
|
| 172 |
+
- name: timestamp
|
| 173 |
+
dtype: string
|
| 174 |
+
- name: author_hash
|
| 175 |
+
dtype: string
|
| 176 |
+
- name: text
|
| 177 |
+
dtype: string
|
| 178 |
+
- name: text_raw
|
| 179 |
+
dtype: string
|
| 180 |
+
- name: text_length
|
| 181 |
+
dtype: int64
|
| 182 |
+
- name: text_raw_length
|
| 183 |
+
dtype: int64
|
| 184 |
+
- name: text_sha256
|
| 185 |
+
dtype: string
|
| 186 |
+
- name: text_raw_sha256
|
| 187 |
+
dtype: string
|
| 188 |
+
- name: thread_url
|
| 189 |
+
dtype: string
|
| 190 |
+
- name: thread_title
|
| 191 |
+
dtype: string
|
| 192 |
+
- name: section
|
| 193 |
+
dtype: string
|
| 194 |
+
- name: post_index
|
| 195 |
+
dtype: int64
|
| 196 |
+
- name: post_id
|
| 197 |
+
dtype: string
|
| 198 |
+
- name: thread_id
|
| 199 |
+
dtype: string
|
| 200 |
+
- name: scraped_at
|
| 201 |
+
dtype: string
|
| 202 |
+
- name: reply_count
|
| 203 |
+
dtype: int64
|
| 204 |
+
- name: view_count
|
| 205 |
+
dtype: int64
|
| 206 |
+
- name: tags
|
| 207 |
+
sequence: string
|
| 208 |
+
- name: cve_refs
|
| 209 |
+
sequence: string
|
| 210 |
+
- name: dataset_generated_at
|
| 211 |
+
dtype: string
|
| 212 |
+
- name: release_mode
|
| 213 |
+
dtype: string
|
| 214 |
+
- name: released_artifact
|
| 215 |
+
dtype: string
|
| 216 |
+
- name: redaction_reason
|
| 217 |
+
dtype: string
|
| 218 |
- config_name: task1_cve_linkage
|
| 219 |
data_files:
|
| 220 |
- split: train
|
|
|
|
| 225 |
path: benchmark_v2/task1_cve_linkage/test.jsonl
|
| 226 |
- split: corpus
|
| 227 |
path: benchmark_v2/task1_cve_linkage/corpus.jsonl
|
| 228 |
+
features:
|
| 229 |
+
- name: id
|
| 230 |
+
dtype: string
|
| 231 |
+
- name: text
|
| 232 |
+
dtype: string
|
| 233 |
+
- name: cve_id
|
| 234 |
+
dtype: string
|
| 235 |
+
- name: source
|
| 236 |
+
dtype: string
|
| 237 |
+
- name: timestamp
|
| 238 |
+
dtype: string
|
| 239 |
- config_name: task2_exploit_type
|
| 240 |
data_files:
|
| 241 |
- split: train
|
|
|
|
| 244 |
path: benchmark_v2/task2_exploit_type/val.jsonl
|
| 245 |
- split: test
|
| 246 |
path: benchmark_v2/task2_exploit_type/test.jsonl
|
| 247 |
+
features:
|
| 248 |
+
- name: id
|
| 249 |
+
dtype: string
|
| 250 |
+
- name: text
|
| 251 |
+
dtype: string
|
| 252 |
+
- name: label
|
| 253 |
+
dtype: string
|
| 254 |
+
- name: source
|
| 255 |
+
dtype: string
|
| 256 |
+
- name: timestamp
|
| 257 |
+
dtype: string
|
| 258 |
- config_name: task3_temporal_generalization
|
| 259 |
data_files:
|
| 260 |
- split: train
|
|
|
|
| 265 |
path: benchmark_v2/task3_temporal_generalization/test.jsonl
|
| 266 |
- split: corpus
|
| 267 |
path: benchmark_v2/task3_temporal_generalization/corpus.jsonl
|
| 268 |
+
features:
|
| 269 |
+
- name: id
|
| 270 |
+
dtype: string
|
| 271 |
+
- name: text
|
| 272 |
+
dtype: string
|
| 273 |
+
- name: cve_id
|
| 274 |
+
dtype: string
|
| 275 |
+
- name: source
|
| 276 |
+
dtype: string
|
| 277 |
+
- name: timestamp
|
| 278 |
+
dtype: string
|
| 279 |
---
|
| 280 |
|
| 281 |
# HackerSignal
|