Refresh Croissant (core from auto + manual RAI)
Browse files- croissant.json +7 -14
croissant.json
CHANGED
|
@@ -74,26 +74,19 @@
|
|
| 74 |
"@type": "cr:FileObject",
|
| 75 |
"@id": "repo",
|
| 76 |
"name": "repo",
|
| 77 |
-
"description": "The Hugging Face
|
| 78 |
-
"contentUrl": "https://huggingface.co/datasets/anon-ops/ops-lite-review-sample/tree/
|
| 79 |
-
"encodingFormat": "git+https"
|
| 80 |
-
|
| 81 |
-
{
|
| 82 |
-
"@type": "cr:FileObject",
|
| 83 |
-
"@id": "manifest.jsonl",
|
| 84 |
-
"name": "manifest.jsonl",
|
| 85 |
-
"description": "Subset manifest for the 10-case reviewer sample.",
|
| 86 |
-
"contentUrl": "https://huggingface.co/datasets/anon-ops/ops-lite-review-sample/resolve/main/manifest.jsonl",
|
| 87 |
-
"encodingFormat": "application/jsonlines"
|
| 88 |
},
|
| 89 |
{
|
| 90 |
"@type": "cr:FileSet",
|
| 91 |
-
"@id": "parquet-files",
|
| 92 |
"containedIn": {
|
| 93 |
"@id": "repo"
|
| 94 |
},
|
| 95 |
"encodingFormat": "application/x-parquet",
|
| 96 |
-
"includes": "
|
| 97 |
}
|
| 98 |
],
|
| 99 |
"recordSet": [
|
|
@@ -311,4 +304,4 @@
|
|
| 311 |
"rai:dataLimitations": "This repository is only a 10-case reviewer sample. It is suitable for spot-checking file layout, labels, and case quality, but not for quantitative evaluation or for estimating corpus-level distributions. The full benchmark remains the authoritative release for experiments.",
|
| 312 |
"rai:dataSocialImpact": "The dataset is intended to advance reproducible RCA research for microservice systems. Risks are low: there is no human or operational data. Possible indirect risk: an RCA algorithm tuned only on this benchmark may transfer poorly to production fault distributions, potentially giving operators false confidence. Users are encouraged to report any observed gaps between benchmark performance and production performance via the dataset's HF discussion page.",
|
| 313 |
"rai:dataReleaseMaintenancePlan": "Versioned releases on Hugging Face under anon-ops/ops-lite. The pipeline that produced this release (chaos injection in AegisLab + manifest-driven reasoner in rcabench-platform v3) is open-source, so any reissue can be reproduced from the same fault manifest commit. We plan to refresh the corpus when the fault manifest gains new chaos families. No deprecation timeline is set; older versions remain accessible via repo history."
|
| 314 |
-
}
|
|
|
|
| 74 |
"@type": "cr:FileObject",
|
| 75 |
"@id": "repo",
|
| 76 |
"name": "repo",
|
| 77 |
+
"description": "The Hugging Face git repository.",
|
| 78 |
+
"contentUrl": "https://huggingface.co/datasets/anon-ops/ops-lite-review-sample/tree/refs%2Fconvert%2Fparquet",
|
| 79 |
+
"encodingFormat": "git+https",
|
| 80 |
+
"sha256": "https://github.com/mlcommons/croissant/issues/80"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
},
|
| 82 |
{
|
| 83 |
"@type": "cr:FileSet",
|
| 84 |
+
"@id": "parquet-files-for-config-default",
|
| 85 |
"containedIn": {
|
| 86 |
"@id": "repo"
|
| 87 |
},
|
| 88 |
"encodingFormat": "application/x-parquet",
|
| 89 |
+
"includes": "default/*/*.parquet"
|
| 90 |
}
|
| 91 |
],
|
| 92 |
"recordSet": [
|
|
|
|
| 304 |
"rai:dataLimitations": "This repository is only a 10-case reviewer sample. It is suitable for spot-checking file layout, labels, and case quality, but not for quantitative evaluation or for estimating corpus-level distributions. The full benchmark remains the authoritative release for experiments.",
|
| 305 |
"rai:dataSocialImpact": "The dataset is intended to advance reproducible RCA research for microservice systems. Risks are low: there is no human or operational data. Possible indirect risk: an RCA algorithm tuned only on this benchmark may transfer poorly to production fault distributions, potentially giving operators false confidence. Users are encouraged to report any observed gaps between benchmark performance and production performance via the dataset's HF discussion page.",
|
| 306 |
"rai:dataReleaseMaintenancePlan": "Versioned releases on Hugging Face under anon-ops/ops-lite. The pipeline that produced this release (chaos injection in AegisLab + manifest-driven reasoner in rcabench-platform v3) is open-source, so any reissue can be reproduced from the same fault manifest commit. We plan to refresh the corpus when the fault manifest gains new chaos families. No deprecation timeline is set; older versions remain accessible via repo history."
|
| 307 |
+
}
|