nyderx commited on
Commit
ece497f
·
verified ·
1 Parent(s): 8a58ab2

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +15 -0
  2. croissant.json +1 -1
README.md CHANGED
@@ -120,3 +120,18 @@ The dataset provides six predefined orderings in `orderings.json`. These orderin
120
  | `abrupt_drift` | `cicids2018_1` → `cicids2018_2` → `cicids2018_3` → `cicids2018_0` → `cicids2018_4` |
121
 
122
  These orderings are intended to expose complementary continual-learning dynamics, including curriculum-like adaptation, generalization-oriented ordering, smooth drift, and abrupt drift.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  | `abrupt_drift` | `cicids2018_1` → `cicids2018_2` → `cicids2018_3` → `cicids2018_0` → `cicids2018_4` |
121
 
122
  These orderings are intended to expose complementary continual-learning dynamics, including curriculum-like adaptation, generalization-oriented ordering, smooth drift, and abrupt drift.
123
+
124
+
125
+ ## Dataset Creation
126
+ The details of dataset creation can be found in our paper: [link](https://arxiv.org/abs/2607.18289)
127
+
128
+ ## Citation
129
+ When using the dataset, please cite:
130
+ ```
131
+ @article{faber2026towards,
132
+ title={Towards Principled Continual Anomaly Detection: A Systematic Framework and Benchmark Scenarios},
133
+ author={Faber, Kamil and Smendowski, Mateusz and Corizzo, Roberto},
134
+ journal={arXiv preprint arXiv:2607.18289},
135
+ year={2026}
136
+ }
137
+ ```
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": "TODO",
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",