Update croissant.json
Browse files- croissant.json +15 -66
croissant.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"@context": {
|
|
|
|
| 3 |
"@vocab": "https://schema.org/",
|
| 4 |
"sc": "https://schema.org/",
|
| 5 |
"cr": "http://mlcommons.org/croissant/",
|
|
@@ -51,79 +52,42 @@
|
|
| 51 |
"reproducible benchmark"
|
| 52 |
],
|
| 53 |
"distribution": [
|
| 54 |
-
{
|
| 55 |
-
"@id": "transactions-archive",
|
| 56 |
-
"@type": "cr:FileObject",
|
| 57 |
-
"name": "Transactions archive",
|
| 58 |
-
"description": "Hosted archive containing synthetic transaction files for oracle_calib, easy, medium, and hard across seeds 0 through 4.",
|
| 59 |
-
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/data",
|
| 60 |
-
"encodingFormat": "application/zip"
|
| 61 |
-
},
|
| 62 |
-
{
|
| 63 |
-
"@id": "matched-prefix-archive",
|
| 64 |
-
"@type": "cr:FileObject",
|
| 65 |
-
"name": "Matched-prefix examples archive",
|
| 66 |
-
"description": "Hosted release archive containing matched-prefix fraud/benign evaluation examples under release/data/*/seed_*/matched_pairs.parquet.",
|
| 67 |
-
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins",
|
| 68 |
-
"encodingFormat": "application/zip"
|
| 69 |
-
},
|
| 70 |
-
{
|
| 71 |
-
"@id": "configs-archive",
|
| 72 |
-
"@type": "cr:FileObject",
|
| 73 |
-
"name": "Configs archive",
|
| 74 |
-
"description": "Hosted release archive containing benchmark configuration files under release/configs/*.yaml.",
|
| 75 |
-
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins",
|
| 76 |
-
"encodingFormat": "application/zip"
|
| 77 |
-
},
|
| 78 |
-
{
|
| 79 |
-
"@id": "results-archive",
|
| 80 |
-
"@type": "cr:FileObject",
|
| 81 |
-
"name": "Results archive",
|
| 82 |
-
"description": "Hosted release archive containing the deterministic 5-seed paper-suite outputs under release/results/.",
|
| 83 |
-
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins",
|
| 84 |
-
"encodingFormat": "application/zip"
|
| 85 |
-
},
|
| 86 |
{
|
| 87 |
"@id": "metadata-files",
|
| 88 |
"@type": "cr:FileSet",
|
| 89 |
"name": "Metadata files",
|
| 90 |
-
"description": "Metadata payload for the
|
| 91 |
-
"
|
| 92 |
-
"@id": "results-archive"
|
| 93 |
-
},
|
| 94 |
-
"includes": "release/metadata/*"
|
| 95 |
},
|
| 96 |
{
|
| 97 |
"@id": "transactions-files",
|
| 98 |
"@type": "cr:FileSet",
|
| 99 |
"name": "Synthetic transactions parquet files",
|
| 100 |
"description": "Expected synthetic transaction files for benchmark modes oracle_calib, easy, medium, and hard across seeds 0 through 4.",
|
| 101 |
-
"
|
| 102 |
-
"@id": "transactions-archive"
|
| 103 |
-
},
|
| 104 |
-
"includes": "release/data/*/seed_*/transactions.parquet",
|
| 105 |
"encodingFormat": "application/x-parquet"
|
| 106 |
},
|
| 107 |
{
|
| 108 |
"@id": "matched-prefix-files",
|
| 109 |
"@type": "cr:FileSet",
|
| 110 |
"name": "Matched-prefix example parquet files",
|
| 111 |
-
"description": "Expected matched-prefix benchmark examples for the release. Each file contains fraud and benign twin examples evaluated at the same local prefix index.",
|
| 112 |
-
"
|
| 113 |
-
"@id": "matched-prefix-archive"
|
| 114 |
-
},
|
| 115 |
-
"includes": "release/data/*/seed_*/matched_pairs.parquet",
|
| 116 |
"encodingFormat": "application/x-parquet"
|
| 117 |
},
|
| 118 |
{
|
| 119 |
"@id": "config-files",
|
| 120 |
"@type": "cr:FileSet",
|
| 121 |
"name": "Benchmark config files",
|
| 122 |
-
"description": "YAML configuration files for the
|
| 123 |
-
"
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
},
|
| 128 |
{
|
| 129 |
"@id": "paper-suite-runs-csv",
|
|
@@ -131,9 +95,6 @@
|
|
| 131 |
"name": "Per-run paper-suite results",
|
| 132 |
"description": "Per-run deterministic results for the final 5-seed paper-scale suite.",
|
| 133 |
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/results/paper_suite_runs.csv",
|
| 134 |
-
"containedIn": {
|
| 135 |
-
"@id": "results-archive"
|
| 136 |
-
},
|
| 137 |
"encodingFormat": "text/csv"
|
| 138 |
},
|
| 139 |
{
|
|
@@ -142,9 +103,6 @@
|
|
| 142 |
"name": "Paper-suite summary results",
|
| 143 |
"description": "Mean and standard deviation summary of the deterministic 5-seed paper suite.",
|
| 144 |
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/results/paper_suite_summary.csv",
|
| 145 |
-
"containedIn": {
|
| 146 |
-
"@id": "results-archive"
|
| 147 |
-
},
|
| 148 |
"encodingFormat": "text/csv"
|
| 149 |
},
|
| 150 |
{
|
|
@@ -153,9 +111,6 @@
|
|
| 153 |
"name": "Paper-suite runtime summary",
|
| 154 |
"description": "Runtime and StaticGNN evaluation diagnostics for the final paper suite.",
|
| 155 |
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/results/paper_suite_runtime.csv",
|
| 156 |
-
"containedIn": {
|
| 157 |
-
"@id": "results-archive"
|
| 158 |
-
},
|
| 159 |
"encodingFormat": "text/csv"
|
| 160 |
},
|
| 161 |
{
|
|
@@ -164,9 +119,6 @@
|
|
| 164 |
"name": "Paper-suite failed gate checks",
|
| 165 |
"description": "Gate-check and advisory-check outcomes for each run in the final paper suite.",
|
| 166 |
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/results/paper_suite_failed_checks.csv",
|
| 167 |
-
"containedIn": {
|
| 168 |
-
"@id": "results-archive"
|
| 169 |
-
},
|
| 170 |
"encodingFormat": "text/csv"
|
| 171 |
},
|
| 172 |
{
|
|
@@ -175,9 +127,6 @@
|
|
| 175 |
"name": "Temporal Twins Croissant metadata",
|
| 176 |
"description": "MLCommons Croissant 1.1 metadata for the full Temporal Twins benchmark collection.",
|
| 177 |
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/metadata/temporal_twins_croissant.json",
|
| 178 |
-
"containedIn": {
|
| 179 |
-
"@id": "metadata-files"
|
| 180 |
-
},
|
| 181 |
"encodingFormat": "application/ld+json"
|
| 182 |
}
|
| 183 |
],
|
|
|
|
| 1 |
{
|
| 2 |
"@context": {
|
| 3 |
+
"@language": "en",
|
| 4 |
"@vocab": "https://schema.org/",
|
| 5 |
"sc": "https://schema.org/",
|
| 6 |
"cr": "http://mlcommons.org/croissant/",
|
|
|
|
| 52 |
"reproducible benchmark"
|
| 53 |
],
|
| 54 |
"distribution": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
{
|
| 56 |
"@id": "metadata-files",
|
| 57 |
"@type": "cr:FileSet",
|
| 58 |
"name": "Metadata files",
|
| 59 |
+
"description": "Metadata payload for the hosted release, including this Croissant file and companion notes.",
|
| 60 |
+
"includes": "metadata/*"
|
|
|
|
|
|
|
|
|
|
| 61 |
},
|
| 62 |
{
|
| 63 |
"@id": "transactions-files",
|
| 64 |
"@type": "cr:FileSet",
|
| 65 |
"name": "Synthetic transactions parquet files",
|
| 66 |
"description": "Expected synthetic transaction files for benchmark modes oracle_calib, easy, medium, and hard across seeds 0 through 4.",
|
| 67 |
+
"includes": "data/*/seed_*/transactions.parquet",
|
|
|
|
|
|
|
|
|
|
| 68 |
"encodingFormat": "application/x-parquet"
|
| 69 |
},
|
| 70 |
{
|
| 71 |
"@id": "matched-prefix-files",
|
| 72 |
"@type": "cr:FileSet",
|
| 73 |
"name": "Matched-prefix example parquet files",
|
| 74 |
+
"description": "Expected matched-prefix benchmark examples for the hosted release. Each file contains fraud and benign twin examples evaluated at the same local prefix index.",
|
| 75 |
+
"includes": "data/*/seed_*/matched_pairs.parquet",
|
|
|
|
|
|
|
|
|
|
| 76 |
"encodingFormat": "application/x-parquet"
|
| 77 |
},
|
| 78 |
{
|
| 79 |
"@id": "config-files",
|
| 80 |
"@type": "cr:FileSet",
|
| 81 |
"name": "Benchmark config files",
|
| 82 |
+
"description": "YAML configuration files for the hosted release.",
|
| 83 |
+
"includes": "configs/*.yaml"
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"@id": "results-files",
|
| 87 |
+
"@type": "cr:FileSet",
|
| 88 |
+
"name": "Results files",
|
| 89 |
+
"description": "Hosted result summaries and diagnostics for the deterministic paper suite.",
|
| 90 |
+
"includes": "results/*"
|
| 91 |
},
|
| 92 |
{
|
| 93 |
"@id": "paper-suite-runs-csv",
|
|
|
|
| 95 |
"name": "Per-run paper-suite results",
|
| 96 |
"description": "Per-run deterministic results for the final 5-seed paper-scale suite.",
|
| 97 |
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/results/paper_suite_runs.csv",
|
|
|
|
|
|
|
|
|
|
| 98 |
"encodingFormat": "text/csv"
|
| 99 |
},
|
| 100 |
{
|
|
|
|
| 103 |
"name": "Paper-suite summary results",
|
| 104 |
"description": "Mean and standard deviation summary of the deterministic 5-seed paper suite.",
|
| 105 |
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/results/paper_suite_summary.csv",
|
|
|
|
|
|
|
|
|
|
| 106 |
"encodingFormat": "text/csv"
|
| 107 |
},
|
| 108 |
{
|
|
|
|
| 111 |
"name": "Paper-suite runtime summary",
|
| 112 |
"description": "Runtime and StaticGNN evaluation diagnostics for the final paper suite.",
|
| 113 |
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/results/paper_suite_runtime.csv",
|
|
|
|
|
|
|
|
|
|
| 114 |
"encodingFormat": "text/csv"
|
| 115 |
},
|
| 116 |
{
|
|
|
|
| 119 |
"name": "Paper-suite failed gate checks",
|
| 120 |
"description": "Gate-check and advisory-check outcomes for each run in the final paper suite.",
|
| 121 |
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/results/paper_suite_failed_checks.csv",
|
|
|
|
|
|
|
|
|
|
| 122 |
"encodingFormat": "text/csv"
|
| 123 |
},
|
| 124 |
{
|
|
|
|
| 127 |
"name": "Temporal Twins Croissant metadata",
|
| 128 |
"description": "MLCommons Croissant 1.1 metadata for the full Temporal Twins benchmark collection.",
|
| 129 |
"contentUrl": "https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/metadata/temporal_twins_croissant.json",
|
|
|
|
|
|
|
|
|
|
| 130 |
"encodingFormat": "application/ld+json"
|
| 131 |
}
|
| 132 |
],
|