Datasets:
File size: 9,114 Bytes
cc7d399 67a31ff cc7d399 476df46 cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 67a31ff cc7d399 476df46 cc7d399 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | {
"@context": {
"@vocab": "https://schema.org/",
"@language": "en",
"cr": "http://mlcommons.org/croissant/",
"rai": "http://mlcommons.org/croissant/RAI/",
"sc": "https://schema.org/"
},
"@type": [
"sc:Dataset",
"cr:Dataset"
],
"name": "script-fidelity-benchmark-anonymous",
"description": "Anonymous benchmark artifact for Script Fidelity Rate in multilingual ASR. The artifact contains evaluation code, result CSVs, generated figures, per-utterance ASR hypotheses, Gemma 4 script-aware prompting outputs, and downstream MT validation outputs for public FLEURS test splits.",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"license": "https://creativecommons.org/licenses/by/4.0/",
"url": "https://huggingface.co/datasets/themechanism/script-fidelity-benchmark",
"version": "1.0",
"datePublished": "2026-04-29",
"citation": "Anonymous. Script collapse in multilingual ASR: A reference-free metric and 100-pair benchmark. NeurIPS 2026 Evaluations and Datasets submission, 2026.",
"creator": {
"@type": "Organization",
"name": "Anonymous Artifact Maintainers"
},
"keywords": [
"automatic speech recognition",
"script fidelity",
"multilingual evaluation",
"FLEURS",
"NeurIPS Evaluations and Datasets"
],
"distribution": [
{
"@type": "sc:FileObject",
"name": "analysis_sf_results_csv",
"contentUrl": "analysis/sf_results.csv",
"encodingFormat": "text/csv",
"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.",
"sha256": "f208fcdd6ab0e7969772456a2905d10100f4801aa3abdf19e232980dd55dca53"
},
{
"@type": "sc:FileObject",
"name": "results_gemma4_sf_results_csv",
"contentUrl": "results_gemma4/sf_results.csv",
"encodingFormat": "text/csv",
"description": "Gemma 4 E2B result rows before merging into the main CSV.",
"sha256": "ce523ad936dad1187872e10b0028fef0d394c6c676123b9383b7bfef4dd865a7"
},
{
"@type": "sc:FileObject",
"name": "analysis_gemma4_prompt_mitigation_summary_csv",
"contentUrl": "analysis/gemma4_prompt_mitigation_summary.csv",
"encodingFormat": "text/csv",
"description": "Paired Gemma 4 baseline versus script-aware prompting summary for ten FLEURS languages.",
"sha256": "5c808ea7f2afec7c07ae93d66becfad64934a7b0f615e1e84beeb9cab5bd2735"
},
{
"@type": "sc:FileObject",
"name": "analysis_gemma4_downstream_mt_summary_csv",
"contentUrl": "analysis/gemma4_downstream_mt_summary.csv",
"encodingFormat": "text/csv",
"description": "Downstream NLLB translation summary comparing gold-transcript, baseline-ASR, and script-aware-ASR inputs against English FLEURS references.",
"sha256": "caf94a935b4442f6ec55bd74a22711fe89fcea4daaa7e7836e964c9f524148f8"
},
{
"@type": "sc:FileObject",
"name": "analysis_gemma4_downstream_mt_utterances_csv",
"contentUrl": "analysis/gemma4_downstream_mt_utterances.csv",
"encodingFormat": "text/csv",
"description": "Per-utterance downstream MT validation rows with English references, ASR inputs, translations, SFR, and chrF scores.",
"sha256": "159b8a054029404222f0a1a558c55bfd640c4901405d6e4514090973de5386e9"
},
{
"@type": "sc:FileObject",
"name": "analysis_sfr_lid_hybrid_summary_csv",
"contentUrl": "analysis/sfr_lid_hybrid_summary.csv",
"encodingFormat": "text/csv",
"description": "SFR plus language-identification summary over saved Gemma 4 predictions.",
"sha256": "6a5dbe7ec6a99e2e5c68e1dfbaee4ada512563596e6a671f7798f1e09ccfe95f"
},
{
"@type": "sc:FileObject",
"name": "scripts_script_fidelity_py",
"contentUrl": "scripts/script_fidelity.py",
"encodingFormat": "text/x-python",
"description": "Standalone Script Fidelity Rate implementation.",
"sha256": "46239753dfcfba2792227f8bde77962f2c6bb56abed9823ab027e40b41dee238"
},
{
"@type": "sc:FileObject",
"name": "scripts_eval_multilang_py",
"contentUrl": "scripts/eval_multilang.py",
"encodingFormat": "text/x-python",
"description": "Evaluation driver used to generate ASR predictions and metrics.",
"sha256": "e4a1e4498024340a6864c29992e41b48a4a71656bd42b2945fef95c029c9e0ee"
},
{
"@type": "sc:FileObject",
"name": "scripts_eval_gemma4_prompt_mitigation_py",
"contentUrl": "scripts/eval_gemma4_prompt_mitigation.py",
"encodingFormat": "text/x-python",
"description": "Gemma 4 script-aware prompting evaluation script.",
"sha256": "93c6b690870bfc2ea193d552626f052253d0c722fc1d42aa3022d4f536b3bd79"
},
{
"@type": "sc:FileObject",
"name": "scripts_eval_downstream_mt_py",
"contentUrl": "scripts/eval_downstream_mt.py",
"encodingFormat": "text/x-python",
"description": "Downstream MT validation script using English FLEURS references.",
"sha256": "b1970f3d874fbcffd3528e9f43dd6800c2d2e3fbd9a92b67493eb72c60d29b7f"
},
{
"@type": "sc:FileObject",
"name": "scripts_eval_sfr_lid_hybrid_py",
"contentUrl": "scripts/eval_sfr_lid_hybrid.py",
"encodingFormat": "text/x-python",
"description": "SFR plus language-identification audit script for saved predictions.",
"sha256": "f4d16f883b3fbfded284872ce4e6b58c53ab76672dab3059e59ef4182bfaac99"
}
],
"cr:recordSet": [
{
"@type": "cr:RecordSet",
"name": "sf_results",
"description": "Benchmark-level ASR metrics and script-fidelity statistics.",
"field": [
{
"@type": "cr:Field",
"name": "model",
"description": "Model identifier.",
"dataType": "sc:Text"
},
{
"@type": "cr:Field",
"name": "family",
"description": "Model family used for grouping in the paper.",
"dataType": "sc:Text"
},
{
"@type": "cr:Field",
"name": "language",
"description": "Target language.",
"dataType": "sc:Text"
},
{
"@type": "cr:Field",
"name": "wer_pct",
"description": "Word error rate after language-specific normalisation.",
"dataType": "sc:Float"
},
{
"@type": "cr:Field",
"name": "sfr_mean",
"description": "Mean utterance-level Script Fidelity Rate, in percent.",
"dataType": "sc:Float"
}
]
}
],
"rai:intendedUse": "Research evaluation of script-level ASR failures, prompt-based mitigation, downstream MT effects, and reproduction of the paper's reported benchmark results.",
"rai:outOfScopeUse": "Do not use SFR as a sole quality gate for deployed ASR systems, and do not infer speaker or community-level language competence from these outputs.",
"rai:dataCollection": "No new speech data was collected. Audio references come from public FLEURS test splits; ASR hypotheses and downstream translations were generated by public models.",
"rai:dataLimitations": "The artifact covers ten languages, read-speech FLEURS test splits, and saved outputs from selected public ASR and MT models. It does not measure spontaneous speech, noisy audio, dialectal variation, or all languages that share the evaluated scripts.",
"rai:dataBiases": "The source audio inherits the coverage and speaker-distribution limits of FLEURS. The generated hypotheses and translations inherit the training-data and decoding biases of Whisper, MMS-1B, SeamlessM4T-v2, Gemma 4 E2B, and NLLB-200.",
"rai:dataUseCases": "Use the artifact to reproduce the paper's script-fidelity benchmark, compare ASR model outputs by target script, audit script-aware prompting, and study downstream MT effects from saved ASR hypotheses.",
"rai:dataSocialImpact": "The artifact can help identify wrong-script ASR failures that affect access for users of low-resource and non-Latin-script languages. Misuse risks include treating SFR as a complete ASR quality score or drawing conclusions about speakers and communities from model-generated errors.",
"rai:hasSyntheticData": true,
"rai:personalSensitiveInformation": "No new personally identifiable information is introduced by this artifact. FLEURS is a public read-speech benchmark.",
"rai:contentWarnings": "ASR hypotheses may contain model hallucinations or wrong-language text. The artifact is intended for evaluation and auditing research.",
"rai:knownLimitations": "The benchmark covers read speech only. SFR is a script check, not a word-accuracy metric. Shared-script languages and code-switched utterances require manual or task-specific review.",
"rai:maintenancePlan": "The artifact is submitted through an anonymous hosting account for double-blind review. If accepted, the authors will publish a non-anonymous long-term hosted version with the same files and metadata."
}
|