Upload folder using huggingface_hub
Browse files- README.md +20 -0
- croissant.json +59 -0
- manifest.json +25 -0
- shard-0000.parquet +3 -0
- shard-0001.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
tags: [causal-inference, time-series, benchmark, dotime]
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# dot-RegimeSwitch-v1
|
| 7 |
+
|
| 8 |
+
A frozen evaluation suite from **DoTime** (KDD 2027 Datasets & Benchmarks).
|
| 9 |
+
|
| 10 |
+
- Episodes: 9999
|
| 11 |
+
- Schema: parquet shards + `manifest.json` (md5-checksummed), Croissant metadata.
|
| 12 |
+
- Load with:
|
| 13 |
+
|
| 14 |
+
```python
|
| 15 |
+
from dotime.benchmarks import load_benchmark
|
| 16 |
+
suite = load_benchmark("dot-RegimeSwitch-v1") # pulls this repo at tag v1.0.0
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
Generated reproducibly by `scripts/build_release.py`. Zenodo DOI is the citable
|
| 20 |
+
archive of record.
|
croissant.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@vocab": "https://schema.org/",
|
| 4 |
+
"cr": "http://mlcommons.org/croissant/"
|
| 5 |
+
},
|
| 6 |
+
"@type": "Dataset",
|
| 7 |
+
"name": "dot-RegimeSwitch-v1",
|
| 8 |
+
"version": "1.0.0",
|
| 9 |
+
"description": "dot-RegimeSwitch-v1 (regime generator).",
|
| 10 |
+
"license": "https://spdx.org/licenses/CC-BY-4.0.html",
|
| 11 |
+
"citation": "CausalTime (KDD 2027 Datasets & Benchmarks).",
|
| 12 |
+
"cr:schemaVersion": "1",
|
| 13 |
+
"distribution": [
|
| 14 |
+
{
|
| 15 |
+
"@type": "cr:FileObject",
|
| 16 |
+
"@id": "shard-0000.parquet",
|
| 17 |
+
"contentSize": null,
|
| 18 |
+
"md5": "55257d4582287a142b231a0c89178b2b",
|
| 19 |
+
"encodingFormat": "application/vnd.apache.parquet"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"@type": "cr:FileObject",
|
| 23 |
+
"@id": "shard-0001.parquet",
|
| 24 |
+
"contentSize": null,
|
| 25 |
+
"md5": "0c42ed68e5f7b8c311dde25515941a33",
|
| 26 |
+
"encodingFormat": "application/vnd.apache.parquet"
|
| 27 |
+
}
|
| 28 |
+
],
|
| 29 |
+
"cr:recordSet": {
|
| 30 |
+
"@type": "cr:RecordSet",
|
| 31 |
+
"field": [
|
| 32 |
+
{
|
| 33 |
+
"@id": "x_obs",
|
| 34 |
+
"dataType": "cr:Float",
|
| 35 |
+
"description": "Observational trajectory (T*N row-major)."
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"@id": "x_int",
|
| 39 |
+
"dataType": "cr:Float",
|
| 40 |
+
"description": "Interventional trajectory (T*N row-major)."
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"@id": "y_true",
|
| 44 |
+
"dataType": "cr:Float",
|
| 45 |
+
"description": "Exact interventional outcome at the query."
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"@id": "structure",
|
| 49 |
+
"dataType": "cr:Text",
|
| 50 |
+
"description": "Identification structure label."
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"@id": "tier",
|
| 54 |
+
"dataType": "cr:Integer",
|
| 55 |
+
"description": "Difficulty tier."
|
| 56 |
+
}
|
| 57 |
+
]
|
| 58 |
+
}
|
| 59 |
+
}
|
manifest.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "dot-RegimeSwitch-v1",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"schema_version": "1",
|
| 5 |
+
"package_version": "0.1.0",
|
| 6 |
+
"seed": 20262719,
|
| 7 |
+
"n_episodes": 9999,
|
| 8 |
+
"structures": [],
|
| 9 |
+
"license": "CC-BY-4.0",
|
| 10 |
+
"shards": [
|
| 11 |
+
{
|
| 12 |
+
"file": "shard-0000.parquet",
|
| 13 |
+
"n_episodes": 5000,
|
| 14 |
+
"md5": "55257d4582287a142b231a0c89178b2b"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"file": "shard-0001.parquet",
|
| 18 |
+
"n_episodes": 4999,
|
| 19 |
+
"md5": "0c42ed68e5f7b8c311dde25515941a33"
|
| 20 |
+
}
|
| 21 |
+
],
|
| 22 |
+
"generator": "regime",
|
| 23 |
+
"config_hash": "06cddc8528edd4cd",
|
| 24 |
+
"scale": 1.0
|
| 25 |
+
}
|
shard-0000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7504a1d58648787a6a682cff66bff4b90d4588fe62c794dad0a8b56d0ce0520
|
| 3 |
+
size 81527792
|
shard-0001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:016b4bf050a9cb115c358fc48826c4ea7e710dbf47bdea4042c23ebae7bab5f5
|
| 3 |
+
size 82270530
|