themechanism commited on
Commit
476df46
·
verified ·
1 Parent(s): cc7d399

Update croissant_metadata.json to match schema

Browse files
Files changed (1) hide show
  1. croissant_metadata.json +10 -2
croissant_metadata.json CHANGED
@@ -5,7 +5,10 @@
5
  "rai": "http://mlcommons.org/croissant/RAI/",
6
  "sc": "https://schema.org/"
7
  },
8
- "@type": "cr:Dataset",
 
 
 
9
  "name": "script-fidelity-benchmark-anonymous",
10
  "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.",
11
  "conformsTo": "http://mlcommons.org/croissant/1.0",
@@ -30,7 +33,7 @@
30
  "name": "analysis/sf_results.csv",
31
  "contentUrl": "analysis/sf_results.csv",
32
  "encodingFormat": "text/csv",
33
- "description": "One row per evaluated model-language pair with WER, CER, SFR, and dominant-script counts."
34
  },
35
  {
36
  "@type": "cr:FileObject",
@@ -145,6 +148,11 @@
145
  "rai:intendedUse": "Research evaluation of script-level ASR failures, prompt-based mitigation, downstream MT effects, and reproduction of the paper's reported benchmark results.",
146
  "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.",
147
  "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.",
 
 
 
 
 
148
  "rai:personalSensitiveInformation": "No new personally identifiable information is introduced by this artifact. FLEURS is a public read-speech benchmark.",
149
  "rai:contentWarnings": "ASR hypotheses may contain model hallucinations or wrong-language text. The artifact is intended for evaluation and auditing research.",
150
  "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.",
 
5
  "rai": "http://mlcommons.org/croissant/RAI/",
6
  "sc": "https://schema.org/"
7
  },
8
+ "@type": [
9
+ "sc:Dataset",
10
+ "cr:Dataset"
11
+ ],
12
  "name": "script-fidelity-benchmark-anonymous",
13
  "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.",
14
  "conformsTo": "http://mlcommons.org/croissant/1.0",
 
33
  "name": "analysis/sf_results.csv",
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": "cr:FileObject",
 
148
  "rai:intendedUse": "Research evaluation of script-level ASR failures, prompt-based mitigation, downstream MT effects, and reproduction of the paper's reported benchmark results.",
149
  "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.",
150
  "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.",
151
+ "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.",
152
+ "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.",
153
+ "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.",
154
+ "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.",
155
+ "rai:hasSyntheticData": true,
156
  "rai:personalSensitiveInformation": "No new personally identifiable information is introduced by this artifact. FLEURS is a public read-speech benchmark.",
157
  "rai:contentWarnings": "ASR hypotheses may contain model hallucinations or wrong-language text. The artifact is intended for evaluation and auditing research.",
158
  "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.",