Datasets:
Add parquet dataset splits
Browse files- README.md +68 -0
- test.parquet +3 -0
- train.parquet +3 -0
- validation.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- tr
|
| 6 |
+
task_categories:
|
| 7 |
+
- tabular-classification
|
| 8 |
+
task_ids:
|
| 9 |
+
- binary-classification
|
| 10 |
+
pretty_name: PhishURL Dataset
|
| 11 |
+
tags:
|
| 12 |
+
- cybersecurity
|
| 13 |
+
- phishing
|
| 14 |
+
- url-classification
|
| 15 |
+
- malicious-url-detection
|
| 16 |
+
- tabular
|
| 17 |
+
size_categories:
|
| 18 |
+
- 1M<n<10M
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# PhishURL Dataset
|
| 22 |
+
|
| 23 |
+
This dataset is intended for binary phishing URL detection using extracted URL features.
|
| 24 |
+
|
| 25 |
+
Label convention:
|
| 26 |
+
|
| 27 |
+
- `0`: legitimate / safe
|
| 28 |
+
- `1`: phishing / malicious
|
| 29 |
+
|
| 30 |
+
## Data Fields
|
| 31 |
+
|
| 32 |
+
The feature dataset is expected to contain:
|
| 33 |
+
|
| 34 |
+
- `text`: original URL, if redistribution is allowed
|
| 35 |
+
- feature columns extracted from the URL
|
| 36 |
+
- `label`: binary target label
|
| 37 |
+
|
| 38 |
+
If original URLs cannot be redistributed because of source licensing, publish only the extracted feature table or keep the dataset gated/private.
|
| 39 |
+
|
| 40 |
+
## Recommended Splits
|
| 41 |
+
|
| 42 |
+
Recommended files for Hugging Face Dataset Viewer:
|
| 43 |
+
|
| 44 |
+
```text
|
| 45 |
+
train.parquet
|
| 46 |
+
validation.parquet
|
| 47 |
+
test.parquet
|
| 48 |
+
```
|
| 49 |
+
|
| 50 |
+
Use stratified splits so the legitimate/phishing ratio is preserved across splits.
|
| 51 |
+
|
| 52 |
+
## Licensing
|
| 53 |
+
|
| 54 |
+
The dataset license is currently marked as `other` until every original data source is documented and redistribution rights are verified.
|
| 55 |
+
|
| 56 |
+
Do not switch this to an open license such as CC BY 4.0, CC0, or MIT unless the source datasets allow redistribution under that license.
|
| 57 |
+
|
| 58 |
+
## Citation
|
| 59 |
+
|
| 60 |
+
```bibtex
|
| 61 |
+
@dataset{ozyurt_phishurl_dataset_2026,
|
| 62 |
+
author = {Ozyurt, Alper},
|
| 63 |
+
title = {PhishURL Dataset},
|
| 64 |
+
year = {2026},
|
| 65 |
+
url = {https://huggingface.co/datasets/alperozyurt/phishurl-dataset}
|
| 66 |
+
}
|
| 67 |
+
```
|
| 68 |
+
|
test.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45bba897604f233ebd2905c6e0b9d64cfc24467b38c28f5e263b1a8787387c9f
|
| 3 |
+
size 43525263
|
train.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94e51e2dc8fa994c6d5dd92f6326daa58ff6b7a664df8bf66e65aee82b88ea05
|
| 3 |
+
size 350533006
|
validation.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2270657c277e26f20f3872135d5fbc8d3db6983f49e7142bde24909df4c72107
|
| 3 |
+
size 43559760
|