Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10M - 100M
Tags:
cybersecurity
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,3 +36,16 @@ ds_dns = load_dataset("DeepInstinct/DeepURLBench", "with_dns")
|
|
| 36 |
|
| 37 |
# Load the subset without DNS data
|
| 38 |
ds_no_dns = load_dataset("DeepInstinct/DeepURLBench", "without_dns")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
# Load the subset without DNS data
|
| 38 |
ds_no_dns = load_dataset("DeepInstinct/DeepURLBench", "without_dns")
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
## License
|
| 42 |
+
|
| 43 |
+
This dataset is available under the CC BY-NC 4.0 License.
|
| 44 |
+
## Citation
|
| 45 |
+
|
| 46 |
+
@misc{deepurlbench2025,
|
| 47 |
+
author = {Deep Instinct Research Team},
|
| 48 |
+
title = {DeepURLBench: A large-scale benchmark for URL classification},
|
| 49 |
+
year = {2025},
|
| 50 |
+
howpublished = {\\url{https://huggingface.co/datasets/DeepInstinct/DeepURLBench}}
|
| 51 |
+
}
|