nielsr HF Staff commited on
Commit
53bac68
Β·
verified Β·
1 Parent(s): 2fe176a

Update task category, add direct paper and code links, and improve related resources

Browse files

This PR updates the `task_categories` in the metadata from `other` to `text-classification` to better reflect the dataset's primary use case in malware detection and binary analysis using sequence-based models.

It also adds direct links to the associated paper ([Binary-30K: A Heterogeneous Dataset for Deep Learning in Binary Analysis and Malware Detection](https://huggingface.co/papers/2511.22095)) and the GitHub repository ([mjbommar/binary-dataset-paper](https://github.com/mjbommar/binary-dataset-paper)) at the top of the dataset card for improved discoverability. The "Related Resources" section has also been updated to point to the official Hugging Face paper page.

Files changed (1) hide show
  1. README.md +16 -14
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
- license: cc-by-4.0
3
- task_categories:
4
- - other
5
  language:
6
  - en
 
 
 
 
 
7
  tags:
8
  - binary-analysis
9
  - malware-detection
@@ -11,12 +13,12 @@ tags:
11
  - cross-platform
12
  - tokenized
13
  - stratified-splits
14
- size_categories:
15
- - 10K<n<100K
16
  ---
17
 
18
  # Binary-30K: Cross-Platform Binary Dataset with Stratified Splits
19
 
 
 
20
  **πŸ”— Original Dataset (no splits):** [`mjbommar/binary-30k-tokenized`](https://huggingface.co/datasets/mjbommar/binary-30k-tokenized)
21
 
22
  This is the **stratified train/validation/test split version** of the Binary-30K dataset, containing **29,793 unique cross-platform binaries** with pre-computed tokenization. This version provides standardized splits for reproducible machine learning research.
@@ -162,17 +164,17 @@ All binaries are tokenized using **BPE tokenization** ([`mjbommar/binary-tokeniz
162
 
163
  ## πŸŽ“ Supported Research Tasks
164
 
165
- 1. **Malware Detection**: Binary classification with balanced classes (26.9% malware)
166
- 2. **Cross-Platform Analysis**: Transfer learning across Windows/Linux/macOS/Android
167
- 3. **Architecture-Invariant Detection**: Generalization to exotic architectures (IoT/embedded)
168
- 4. **Mobile Malware Research**: Dedicated Android and macOS malware samples
169
- 5. **Binary Similarity**: Embedding learning for similar binary detection
170
- 6. **Format-Agnostic Analysis**: Multi-format models (PE/ELF/Mach-O/APK)
171
 
172
  ## πŸ“Š Comparison with Other Datasets
173
 
174
  | Dataset | Size | Platforms | Architectures | Malware | Pre-tokenized | Splits |
175
- |---------|------|-----------|---------------|---------|---------------|--------|
176
  | **Binary-30K** | 30K | Win+Linux+macOS+Android | 15+ (incl. exotic) | 26.9% | βœ… | βœ… |
177
  | SOREL-20M | 20M | Windows only | x86/x64 | 100% | ❌ | ❌ |
178
  | EMBER | 1.1M | Windows only | x86/x64 | 50% | ❌ (features) | βœ… |
@@ -265,7 +267,7 @@ If you use this dataset in your research, please cite:
265
 
266
  - **Original dataset (no splits)**: [`mjbommar/binary-30k-tokenized`](https://huggingface.co/datasets/mjbommar/binary-30k-tokenized)
267
  - **Tokenizer**: [`mjbommar/binary-tokenizer-001-64k`](https://huggingface.co/mjbommar/binary-tokenizer-001-64k)
268
- - **Paper**: *Binary-30K: A Cross-Platform, Multi-Architecture Binary Dataset* (2025)
269
  - **Code & Documentation**: [github.com/mjbommar/binary-dataset-paper](https://github.com/mjbommar/binary-dataset-paper)
270
  - **Technical Documentation**: See [DATASET_SPLITS.md](https://github.com/mjbommar/binary-dataset-paper/blob/master/DATASET_SPLITS.md) for detailed stratification methodology
271
 
@@ -280,4 +282,4 @@ If you use this dataset in your research, please cite:
280
 
281
  ---
282
 
283
- *Last Updated: November 15, 2025*
 
1
  ---
 
 
 
2
  language:
3
  - en
4
+ license: cc-by-4.0
5
+ size_categories:
6
+ - 10K<n<100K
7
+ task_categories:
8
+ - text-classification
9
  tags:
10
  - binary-analysis
11
  - malware-detection
 
13
  - cross-platform
14
  - tokenized
15
  - stratified-splits
 
 
16
  ---
17
 
18
  # Binary-30K: Cross-Platform Binary Dataset with Stratified Splits
19
 
20
+ [Paper](https://huggingface.co/papers/2511.22095) | [Code](https://github.com/mjbommar/binary-dataset-paper)
21
+
22
  **πŸ”— Original Dataset (no splits):** [`mjbommar/binary-30k-tokenized`](https://huggingface.co/datasets/mjbommar/binary-30k-tokenized)
23
 
24
  This is the **stratified train/validation/test split version** of the Binary-30K dataset, containing **29,793 unique cross-platform binaries** with pre-computed tokenization. This version provides standardized splits for reproducible machine learning research.
 
164
 
165
  ## πŸŽ“ Supported Research Tasks
166
 
167
+ 1. **Malware Detection**: Binary classification with balanced classes (26.9% malware)
168
+ 2. **Cross-Platform Analysis**: Transfer learning across Windows/Linux/macOS/Android
169
+ 3. **Architecture-Invariant Detection**: Generalization to exotic architectures (IoT/embedded)
170
+ 4. **Mobile Malware Research**: Dedicated Android and macOS malware samples
171
+ 5. **Binary Similarity**: Embedding learning for similar binary detection
172
+ 6. **Format-Agnostic Analysis**: Multi-format models (PE/ELF/Mach-O/APK)
173
 
174
  ## πŸ“Š Comparison with Other Datasets
175
 
176
  | Dataset | Size | Platforms | Architectures | Malware | Pre-tokenized | Splits |
177
+ |---------|------|-----------|---------------|---------|---------------|--------|\
178
  | **Binary-30K** | 30K | Win+Linux+macOS+Android | 15+ (incl. exotic) | 26.9% | βœ… | βœ… |
179
  | SOREL-20M | 20M | Windows only | x86/x64 | 100% | ❌ | ❌ |
180
  | EMBER | 1.1M | Windows only | x86/x64 | 50% | ❌ (features) | βœ… |
 
267
 
268
  - **Original dataset (no splits)**: [`mjbommar/binary-30k-tokenized`](https://huggingface.co/datasets/mjbommar/binary-30k-tokenized)
269
  - **Tokenizer**: [`mjbommar/binary-tokenizer-001-64k`](https://huggingface.co/mjbommar/binary-tokenizer-001-64k)
270
+ - **Paper**: [Binary-30K: A Heterogeneous Dataset for Deep Learning in Binary Analysis and Malware Detection](https://huggingface.co/papers/2511.22095)
271
  - **Code & Documentation**: [github.com/mjbommar/binary-dataset-paper](https://github.com/mjbommar/binary-dataset-paper)
272
  - **Technical Documentation**: See [DATASET_SPLITS.md](https://github.com/mjbommar/binary-dataset-paper/blob/master/DATASET_SPLITS.md) for detailed stratification methodology
273
 
 
282
 
283
  ---
284
 
285
+ *Last Updated: November 15, 2025*