Datasets:
Tasks:
Tabular Classification
Formats:
csv
Sub-tasks:
tabular-multi-class-classification
Languages:
English
Size:
1M - 10M
ArXiv:
Tags:
anomaly-detection
continual-learning
continual-anomaly-detection
network-intrusion-detection
cybersecurity
tabular
License:
Upload folder using huggingface_hub
Browse files- README.md +17 -0
- croissant.json +1 -1
README.md
CHANGED
|
@@ -122,3 +122,20 @@ The dataset provides six predefined orderings in `orderings.json`. These orderin
|
|
| 122 |
| `abrupt_drift` | `cicunsw_1` → `cicunsw_2` → `cicunsw_3` → `cicunsw_0` → `cicunsw_4` |
|
| 123 |
|
| 124 |
These orderings are intended to expose complementary continual-learning dynamics, including curriculum-like adaptation, generalization-oriented ordering, smooth drift, and abrupt drift.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
| `abrupt_drift` | `cicunsw_1` → `cicunsw_2` → `cicunsw_3` → `cicunsw_0` → `cicunsw_4` |
|
| 123 |
|
| 124 |
These orderings are intended to expose complementary continual-learning dynamics, including curriculum-like adaptation, generalization-oriented ordering, smooth drift, and abrupt drift.
|
| 125 |
+
|
| 126 |
+
|
| 127 |
+
|
| 128 |
+
## Dataset Creation
|
| 129 |
+
The details of dataset creation can be found in our paper: [link](https://arxiv.org/abs/2607.18289)
|
| 130 |
+
|
| 131 |
+
|
| 132 |
+
## Citation
|
| 133 |
+
When using the dataset, please cite:
|
| 134 |
+
```
|
| 135 |
+
@article{faber2026towards,
|
| 136 |
+
title={Towards Principled Continual Anomaly Detection: A Systematic Framework and Benchmark Scenarios},
|
| 137 |
+
author={Faber, Kamil and Smendowski, Mateusz and Corizzo, Roberto},
|
| 138 |
+
journal={arXiv preprint arXiv:2607.18289},
|
| 139 |
+
year={2026}
|
| 140 |
+
}
|
| 141 |
+
```
|
croissant.json
CHANGED
|
@@ -53,7 +53,7 @@
|
|
| 53 |
"http://mlcommons.org/croissant/1.1",
|
| 54 |
"http://mlcommons.org/croissant/RAI/1.0"
|
| 55 |
],
|
| 56 |
-
"citeAs": "
|
| 57 |
"creator": [
|
| 58 |
{
|
| 59 |
"@type": "sc:Person",
|
|
|
|
| 53 |
"http://mlcommons.org/croissant/1.1",
|
| 54 |
"http://mlcommons.org/croissant/RAI/1.0"
|
| 55 |
],
|
| 56 |
+
"citeAs": "@misc{faber2026principled, title={Towards Principled Continual Anomaly Detection: A Systematic Framework and Benchmark Scenarios}, author={Faber, Kamil and Smendowski, Mateusz and Corizzo, Roberto}, year={2026}, eprint={2607.18289}, archivePrefix={arXiv}, primaryClass={cs.LG}, doi={10.48550/arXiv.2607.18289}, url={https://arxiv.org/abs/2607.18289}}",
|
| 57 |
"creator": [
|
| 58 |
{
|
| 59 |
"@type": "sc:Person",
|