Datasets:
fix: use correct object types to fix all errors
Browse files- croissant_metadata.json +46 -33
croissant_metadata.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"@context": {
|
| 3 |
"@vocab": "https://schema.org/",
|
|
|
|
| 4 |
"cr": "http://mlcommons.org/croissant/",
|
| 5 |
"rai": "http://mlcommons.org/croissant/RAI/",
|
| 6 |
"sc": "https://schema.org/"
|
|
@@ -16,6 +17,7 @@
|
|
| 16 |
"url": "https://huggingface.co/datasets/themechanism/script-fidelity-benchmark",
|
| 17 |
"version": "1.0",
|
| 18 |
"datePublished": "2026-04-29",
|
|
|
|
| 19 |
"creator": {
|
| 20 |
"@type": "Organization",
|
| 21 |
"name": "Anonymous Artifact Maintainers"
|
|
@@ -29,81 +31,92 @@
|
|
| 29 |
],
|
| 30 |
"distribution": [
|
| 31 |
{
|
| 32 |
-
"@type": "
|
| 33 |
-
"name": "
|
| 34 |
"contentUrl": "analysis/sf_results.csv",
|
| 35 |
"encodingFormat": "text/csv",
|
| 36 |
-
"description": "Evaluation rows with WER, CER, SFR, and dominant-script counts. The paper's 100-pair matrix is the subset with family in Whisper, MMS, SeamlessM4T, or Gemma4; six family=unknown Pashto rows are supplemental comparisons."
|
|
|
|
| 37 |
},
|
| 38 |
{
|
| 39 |
-
"@type": "
|
| 40 |
-
"name": "
|
| 41 |
"contentUrl": "results_gemma4/sf_results.csv",
|
| 42 |
"encodingFormat": "text/csv",
|
| 43 |
-
"description": "Gemma 4 E2B result rows before merging into the main CSV."
|
|
|
|
| 44 |
},
|
| 45 |
{
|
| 46 |
-
"@type": "
|
| 47 |
-
"name": "
|
| 48 |
"contentUrl": "analysis/gemma4_prompt_mitigation_summary.csv",
|
| 49 |
"encodingFormat": "text/csv",
|
| 50 |
-
"description": "Paired Gemma 4 baseline versus script-aware prompting summary for ten FLEURS languages."
|
|
|
|
| 51 |
},
|
| 52 |
{
|
| 53 |
-
"@type": "
|
| 54 |
-
"name": "
|
| 55 |
"contentUrl": "analysis/gemma4_downstream_mt_summary.csv",
|
| 56 |
"encodingFormat": "text/csv",
|
| 57 |
-
"description": "Downstream NLLB translation summary comparing gold-transcript, baseline-ASR, and script-aware-ASR inputs against English FLEURS references."
|
|
|
|
| 58 |
},
|
| 59 |
{
|
| 60 |
-
"@type": "
|
| 61 |
-
"name": "
|
| 62 |
"contentUrl": "analysis/gemma4_downstream_mt_utterances.csv",
|
| 63 |
"encodingFormat": "text/csv",
|
| 64 |
-
"description": "Per-utterance downstream MT validation rows with English references, ASR inputs, translations, SFR, and chrF scores."
|
|
|
|
| 65 |
},
|
| 66 |
{
|
| 67 |
-
"@type": "
|
| 68 |
-
"name": "
|
| 69 |
"contentUrl": "analysis/sfr_lid_hybrid_summary.csv",
|
| 70 |
"encodingFormat": "text/csv",
|
| 71 |
-
"description": "SFR plus language-identification summary over saved Gemma 4 predictions."
|
|
|
|
| 72 |
},
|
| 73 |
{
|
| 74 |
-
"@type": "
|
| 75 |
-
"name": "
|
| 76 |
"contentUrl": "scripts/script_fidelity.py",
|
| 77 |
"encodingFormat": "text/x-python",
|
| 78 |
-
"description": "Standalone Script Fidelity Rate implementation."
|
|
|
|
| 79 |
},
|
| 80 |
{
|
| 81 |
-
"@type": "
|
| 82 |
-
"name": "
|
| 83 |
"contentUrl": "scripts/eval_multilang.py",
|
| 84 |
"encodingFormat": "text/x-python",
|
| 85 |
-
"description": "Evaluation driver used to generate ASR predictions and metrics."
|
|
|
|
| 86 |
},
|
| 87 |
{
|
| 88 |
-
"@type": "
|
| 89 |
-
"name": "
|
| 90 |
"contentUrl": "scripts/eval_gemma4_prompt_mitigation.py",
|
| 91 |
"encodingFormat": "text/x-python",
|
| 92 |
-
"description": "Gemma 4 script-aware prompting evaluation script."
|
|
|
|
| 93 |
},
|
| 94 |
{
|
| 95 |
-
"@type": "
|
| 96 |
-
"name": "
|
| 97 |
"contentUrl": "scripts/eval_downstream_mt.py",
|
| 98 |
"encodingFormat": "text/x-python",
|
| 99 |
-
"description": "Downstream MT validation script using English FLEURS references."
|
|
|
|
| 100 |
},
|
| 101 |
{
|
| 102 |
-
"@type": "
|
| 103 |
-
"name": "
|
| 104 |
"contentUrl": "scripts/eval_sfr_lid_hybrid.py",
|
| 105 |
"encodingFormat": "text/x-python",
|
| 106 |
-
"description": "SFR plus language-identification audit script for saved predictions."
|
|
|
|
| 107 |
}
|
| 108 |
],
|
| 109 |
"cr:recordSet": [
|
|
|
|
| 1 |
{
|
| 2 |
"@context": {
|
| 3 |
"@vocab": "https://schema.org/",
|
| 4 |
+
"@language": "en",
|
| 5 |
"cr": "http://mlcommons.org/croissant/",
|
| 6 |
"rai": "http://mlcommons.org/croissant/RAI/",
|
| 7 |
"sc": "https://schema.org/"
|
|
|
|
| 17 |
"url": "https://huggingface.co/datasets/themechanism/script-fidelity-benchmark",
|
| 18 |
"version": "1.0",
|
| 19 |
"datePublished": "2026-04-29",
|
| 20 |
+
"citation": "Anonymous. Script collapse in multilingual ASR: A reference-free metric and 100-pair benchmark. NeurIPS 2026 Evaluations and Datasets submission, 2026.",
|
| 21 |
"creator": {
|
| 22 |
"@type": "Organization",
|
| 23 |
"name": "Anonymous Artifact Maintainers"
|
|
|
|
| 31 |
],
|
| 32 |
"distribution": [
|
| 33 |
{
|
| 34 |
+
"@type": "sc:FileObject",
|
| 35 |
+
"name": "analysis_sf_results_csv",
|
| 36 |
"contentUrl": "analysis/sf_results.csv",
|
| 37 |
"encodingFormat": "text/csv",
|
| 38 |
+
"description": "Evaluation rows with WER, CER, SFR, and dominant-script counts. The paper's 100-pair matrix is the subset with family in Whisper, MMS, SeamlessM4T, or Gemma4; six family=unknown Pashto rows are supplemental comparisons.",
|
| 39 |
+
"sha256": "f208fcdd6ab0e7969772456a2905d10100f4801aa3abdf19e232980dd55dca53"
|
| 40 |
},
|
| 41 |
{
|
| 42 |
+
"@type": "sc:FileObject",
|
| 43 |
+
"name": "results_gemma4_sf_results_csv",
|
| 44 |
"contentUrl": "results_gemma4/sf_results.csv",
|
| 45 |
"encodingFormat": "text/csv",
|
| 46 |
+
"description": "Gemma 4 E2B result rows before merging into the main CSV.",
|
| 47 |
+
"sha256": "ce523ad936dad1187872e10b0028fef0d394c6c676123b9383b7bfef4dd865a7"
|
| 48 |
},
|
| 49 |
{
|
| 50 |
+
"@type": "sc:FileObject",
|
| 51 |
+
"name": "analysis_gemma4_prompt_mitigation_summary_csv",
|
| 52 |
"contentUrl": "analysis/gemma4_prompt_mitigation_summary.csv",
|
| 53 |
"encodingFormat": "text/csv",
|
| 54 |
+
"description": "Paired Gemma 4 baseline versus script-aware prompting summary for ten FLEURS languages.",
|
| 55 |
+
"sha256": "5c808ea7f2afec7c07ae93d66becfad64934a7b0f615e1e84beeb9cab5bd2735"
|
| 56 |
},
|
| 57 |
{
|
| 58 |
+
"@type": "sc:FileObject",
|
| 59 |
+
"name": "analysis_gemma4_downstream_mt_summary_csv",
|
| 60 |
"contentUrl": "analysis/gemma4_downstream_mt_summary.csv",
|
| 61 |
"encodingFormat": "text/csv",
|
| 62 |
+
"description": "Downstream NLLB translation summary comparing gold-transcript, baseline-ASR, and script-aware-ASR inputs against English FLEURS references.",
|
| 63 |
+
"sha256": "caf94a935b4442f6ec55bd74a22711fe89fcea4daaa7e7836e964c9f524148f8"
|
| 64 |
},
|
| 65 |
{
|
| 66 |
+
"@type": "sc:FileObject",
|
| 67 |
+
"name": "analysis_gemma4_downstream_mt_utterances_csv",
|
| 68 |
"contentUrl": "analysis/gemma4_downstream_mt_utterances.csv",
|
| 69 |
"encodingFormat": "text/csv",
|
| 70 |
+
"description": "Per-utterance downstream MT validation rows with English references, ASR inputs, translations, SFR, and chrF scores.",
|
| 71 |
+
"sha256": "159b8a054029404222f0a1a558c55bfd640c4901405d6e4514090973de5386e9"
|
| 72 |
},
|
| 73 |
{
|
| 74 |
+
"@type": "sc:FileObject",
|
| 75 |
+
"name": "analysis_sfr_lid_hybrid_summary_csv",
|
| 76 |
"contentUrl": "analysis/sfr_lid_hybrid_summary.csv",
|
| 77 |
"encodingFormat": "text/csv",
|
| 78 |
+
"description": "SFR plus language-identification summary over saved Gemma 4 predictions.",
|
| 79 |
+
"sha256": "6a5dbe7ec6a99e2e5c68e1dfbaee4ada512563596e6a671f7798f1e09ccfe95f"
|
| 80 |
},
|
| 81 |
{
|
| 82 |
+
"@type": "sc:FileObject",
|
| 83 |
+
"name": "scripts_script_fidelity_py",
|
| 84 |
"contentUrl": "scripts/script_fidelity.py",
|
| 85 |
"encodingFormat": "text/x-python",
|
| 86 |
+
"description": "Standalone Script Fidelity Rate implementation.",
|
| 87 |
+
"sha256": "46239753dfcfba2792227f8bde77962f2c6bb56abed9823ab027e40b41dee238"
|
| 88 |
},
|
| 89 |
{
|
| 90 |
+
"@type": "sc:FileObject",
|
| 91 |
+
"name": "scripts_eval_multilang_py",
|
| 92 |
"contentUrl": "scripts/eval_multilang.py",
|
| 93 |
"encodingFormat": "text/x-python",
|
| 94 |
+
"description": "Evaluation driver used to generate ASR predictions and metrics.",
|
| 95 |
+
"sha256": "e4a1e4498024340a6864c29992e41b48a4a71656bd42b2945fef95c029c9e0ee"
|
| 96 |
},
|
| 97 |
{
|
| 98 |
+
"@type": "sc:FileObject",
|
| 99 |
+
"name": "scripts_eval_gemma4_prompt_mitigation_py",
|
| 100 |
"contentUrl": "scripts/eval_gemma4_prompt_mitigation.py",
|
| 101 |
"encodingFormat": "text/x-python",
|
| 102 |
+
"description": "Gemma 4 script-aware prompting evaluation script.",
|
| 103 |
+
"sha256": "93c6b690870bfc2ea193d552626f052253d0c722fc1d42aa3022d4f536b3bd79"
|
| 104 |
},
|
| 105 |
{
|
| 106 |
+
"@type": "sc:FileObject",
|
| 107 |
+
"name": "scripts_eval_downstream_mt_py",
|
| 108 |
"contentUrl": "scripts/eval_downstream_mt.py",
|
| 109 |
"encodingFormat": "text/x-python",
|
| 110 |
+
"description": "Downstream MT validation script using English FLEURS references.",
|
| 111 |
+
"sha256": "b1970f3d874fbcffd3528e9f43dd6800c2d2e3fbd9a92b67493eb72c60d29b7f"
|
| 112 |
},
|
| 113 |
{
|
| 114 |
+
"@type": "sc:FileObject",
|
| 115 |
+
"name": "scripts_eval_sfr_lid_hybrid_py",
|
| 116 |
"contentUrl": "scripts/eval_sfr_lid_hybrid.py",
|
| 117 |
"encodingFormat": "text/x-python",
|
| 118 |
+
"description": "SFR plus language-identification audit script for saved predictions.",
|
| 119 |
+
"sha256": "f4d16f883b3fbfded284872ce4e6b58c53ab76672dab3059e59ef4182bfaac99"
|
| 120 |
}
|
| 121 |
],
|
| 122 |
"cr:recordSet": [
|