Datasets:
Formats:
parquet
Size:
100M - 1B
ArXiv:
Tags:
timeseries
timeseries clustering
changepoint-detection
correlation-structure
Synthetic
benchmark
DOI:
License:
README citation note
Browse files
README.md
CHANGED
|
@@ -1,3 +1,48 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
---
|
| 4 |
+
# CSTS - Correlation Structures in Time Series
|
| 5 |
+
|
| 6 |
+
## Important Notice
|
| 7 |
+
This dataset is published as a pre-publication release. An accompanying research paper is forthcoming on arXiv. **All usage of this dataset must include proper attribution to the original authors as specified below.**
|
| 8 |
+
|
| 9 |
+
## Dataset Description
|
| 10 |
+
... coming soon
|
| 11 |
+
|
| 12 |
+
## Authors
|
| 13 |
+
- Isabella Degen, University of Bristol
|
| 14 |
+
- Zahraa S Abdallah, University of Bristol
|
| 15 |
+
- Henry W J Reeve, University of Nanjing
|
| 16 |
+
- Kate Robson Brown, University College Dublin
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Pre-Publication Release Details
|
| 20 |
+
- **Release Date:** 29 Apr 2024
|
| 21 |
+
- **Version:** 1.0-pre
|
| 22 |
+
- **Status:** Pre-publication release
|
| 23 |
+
- **Paper Status:** Forthcoming on arXiv (expected publication: May 2025)
|
| 24 |
+
|
| 25 |
+
## Citation
|
| 26 |
+
Please use the following temporary citation until our paper is published:
|
| 27 |
+
|
| 28 |
+
```bibtex
|
| 29 |
+
# BibTeX citation format - update when paper is published
|
| 30 |
+
@misc{csts2025,
|
| 31 |
+
author = {Degen, I and # First author
|
| 32 |
+
Abdallah, Z S and # Second author
|
| 33 |
+
Reeve, H W J, # Third author
|
| 34 |
+
Robson Brown, K}, # Third author
|
| 35 |
+
title = {CSTS: Evaluating Correlation Structures in Time Series}},
|
| 36 |
+
year = {2025},
|
| 37 |
+
publisher = {Hugging Face},
|
| 38 |
+
howpublished = {Pre-publication dataset release},
|
| 39 |
+
url = {https://huggingface.co/datasets/[your-username]/[dataset-name]}
|
| 40 |
+
note = {ArXiv preprint forthcoming} # Uncomment when preprint is available
|
| 41 |
+
}
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
Once our paper is published on arXiv, we will update this README with the proper citation information.
|
| 45 |
+
**Please check back for updates.**
|
| 46 |
+
|
| 47 |
+
## Dataset Details
|
| 48 |
+
...coming soon
|