thummd commited on
Commit
b40f160
·
verified ·
1 Parent(s): 4d2ae9a

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +20 -0
  2. croissant.json +59 -0
  3. manifest.json +25 -0
  4. shard-0000.parquet +3 -0
  5. 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-Continuous-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-Continuous-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-Continuous-v1",
8
+ "version": "1.0.0",
9
+ "description": "dot-Continuous-v1 (continuous 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": "a3195b3d1a055583af556048ef97aae0",
19
+ "encodingFormat": "application/vnd.apache.parquet"
20
+ },
21
+ {
22
+ "@type": "cr:FileObject",
23
+ "@id": "shard-0001.parquet",
24
+ "contentSize": null,
25
+ "md5": "031053d5005f359e3a57a95eebb4c9e9",
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-Continuous-v1",
3
+ "version": "1.0.0",
4
+ "schema_version": "1",
5
+ "package_version": "0.1.0",
6
+ "seed": 20263719,
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": "a3195b3d1a055583af556048ef97aae0"
15
+ },
16
+ {
17
+ "file": "shard-0001.parquet",
18
+ "n_episodes": 4999,
19
+ "md5": "031053d5005f359e3a57a95eebb4c9e9"
20
+ }
21
+ ],
22
+ "generator": "continuous",
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:c2edb6d1215f65235ea2e0381a84e02d57809477290d2106330e538241640f04
3
+ size 37893966
shard-0001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:141bebe06a846e06505a5c70ffdd10ffbb1d243fd0870d554fe2598229f86691
3
+ size 40024947