Improve dataset card and add metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -1,10 +1,33 @@
1
  ---
2
- {license: apache-2.0}
 
 
 
 
 
3
  ---
4
 
5
- SMD+ dataset, please consider citing our work:
6
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ```
 
 
 
 
 
 
8
  @misc{zhang2026postpriorobservationadversariallearning,
9
  title={POST: Prior-Observation Adversarial Learning of Spatio-Temporal Associations for Multivariate Time Series Anomaly Detection},
10
  author={Suofei Zhang and Yaxuan Zheng and Haifeng Hu},
 
1
  ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - other
5
+ tags:
6
+ - time-series
7
+ - anomaly-detection
8
  ---
9
 
10
+ # SMD+ Dataset
11
 
12
+ SMD+ (Server Machine Dataset Plus) is a synthetic benchmark for Multivariate Time Series Anomaly Detection (MTSAD) featuring precise channel-wise annotations. It is designed to evaluate both time-wise detection and spatial anomaly localization capabilities.
13
+
14
+ This dataset was introduced in the paper [POST: Prior-Observation Adversarial Learning of Spatio-Temporal Associations for Multivariate Time Series Anomaly Detection](https://huggingface.co/papers/2605.18128).
15
+
16
+ - **Code:** [https://github.com/anocodetest1/POST](https://github.com/anocodetest1/POST)
17
+
18
+ ## Sample Usage
19
+
20
+ According to the official repository, you can evaluate a model on the SMD+ dataset using the following command:
21
+
22
+ ```bash
23
+ python main_channel.py --anomaly_ratio 0.5 --batch_size 64 --mode test --dataset SMD+ --data_path dataset/SMD+ --input_c 38 --output_c 38
24
  ```
25
+
26
+ ## Citation
27
+
28
+ Please consider citing the following work if you use this dataset:
29
+
30
+ ```bibtex
31
  @misc{zhang2026postpriorobservationadversariallearning,
32
  title={POST: Prior-Observation Adversarial Learning of Spatio-Temporal Associations for Multivariate Time Series Anomaly Detection},
33
  author={Suofei Zhang and Yaxuan Zheng and Haifeng Hu},