AIThis post was created with the assistance of artificial intelligence (AI).

TL;DR

The Open ASR Leaderboard on Hugging Face has added two new evaluation sets, Monsoon en-IN and Monsoon hi-IN, covering Indian English and Hindi — the first Indic and first Global South language on the multilingual tab. The sets record 12 speaker attributes per clip across 4,888 speakers so error rates can be examined across populations, not just averaged.

Voice Arena and Hugging Face have added two new evaluation sets to the Open ASR Leaderboard: Monsoon en-IN for Indian English and Monsoon hi-IN for Hindi, making Hindi the first Indic language — and the first Global South language — on a multilingual leaderboard tab that until now covered only European languages. Hindi is spoken by more than half a billion people. Each set ships as a public split for self-scoring and a private split withheld to limit benchmark-specific optimisation.

The four splits are speaker-disjoint and together comprise 4,888 speakers, with 12 speaker attributes recorded per clip. The Indian English public set contains 5.62 hours of audio from 1,444 speakers; the Indian English private set contains 5.58 hours from 1,405 speakers. The Hindi public set holds 1.33 hours from 468 speakers, and the Hindi private set 4.47 hours from 1,571 speakers. All clips are segmented from unscripted dual-channel spontaneous conversations so each clip carries a single speaker.

The collection was designed to vary along nine axes: geography, age, gender, vocabulary, devices, acoustic environments, speech type, speech rate, and the existence of multiple valid transcripts for the same audio. Contributors were recruited across hundreds of districts rather than recorded at length in fewer places, and they used their own handsets and connections, indoors and outdoors, rather than supplied hardware in a quiet room. Prompts pushed contributors toward opinion, disagreement, narration and recall — the registers where named entities, numbers and unrehearsed phrasing appear. Age and gender are recorded per speaker and verified.

The English sets use standard string references with the leaderboard’s normaliser collapsing most spelling variation. Because Hindi spelling variation cannot be resolved by a fixed normaliser mapping, the Hindi sets ship a lattice: for each span of the transcript, a list of spellings accepted as correct. Beyond the reported table fields, each clip also records occupation, education, marital status, income band, handset brand, current city and years in the current district.

At a glance
announcementWhen: announced now; sets released publicly w…
The developmentVoice Arena and Hugging Face have added Hindi and Indian English evaluation sets — Monsoon hi-IN and Monsoon en-IN — to the Open ASR Leaderboard, making Hindi the first Global South language it covers.
The Open ASR Leaderboard Adds Its First Global South Language

Speech Recognition · Benchmark Release

The Open ASR Leaderboard Adds Its First Global South Language

Hugging Face and Voice Arena release Monsoon en-IN (Indian English) and Monsoon hi-IN (Hindi), opening the multilingual tab to Hindi — spoken by over half a billion people — with speaker metadata designed to expose who ASR fails, not just how much.

4,888

Speakers across 4 disjoint splits

12

Attributes recorded per clip

#1

Indic & Global South language on the tab

5.62h

en-IN public · 1,444 spk

5.58h

en-IN private · 1,405 spk

1.33h

hi-IN public · 468 spk

4.47h

hi-IN private · 1,571 spk

428

Native districts (en-IN public)

Section 01 · The Argument

Why Speaker Metadata Changes ASR Scoring

A single aggregate WER can be right on average and wrong for a particular population. Prior research found commercial ASR roughly twice as bad for Black speakers as for white speakers, with further gaps by gender, age and accent — invisible on traditional leaderboards that record what was said, not who said it.

Bias Evidence

Uneven error rates

Documented studies show ASR failures concentrate in specific populations. Aggregate scores average those failures away, hiding them from adopters.

Market Signal

Benchmarks shape builds

Models that score well get adopted and iterated. Adding Hindi creates a quality signal for Indic ASR where none existed on this leaderboard.

Disaggregation

Ask who failed

With 12 attributes per clip, one can test whether a strong overall model fails for particular ages, regions, devices or income bands.

Section 02 · The Data

Four Splits, Speaker-Disjoint by Design

Public splits allow self-scoring; private splits are withheld for leaderboard evaluation to limit benchmark-specific optimisation. All clips are segmented from unscripted, dual-channel spontaneous conversations so each carries a single speaker.

SetSplitHoursSpeakersNotes
Monsoon en-INPublic5.621,444428 native districts · 30 states & UTs · 18–25 device makers
Monsoon en-INPrivate5.581,405Held out for leaderboard evaluation
Monsoon hi-INPublic1.33468Small in hours, large in speaker diversity
Monsoon hi-INPrivate4.471,571Held out; ships with spelling lattice

Concentration Check: Deliberately Distributed

Top-10 contributors, max share
6.8%
Top-10 contributors, min share
2.8%
Mean segments per speaker
~1.5

More than half of all speakers appear exactly once — a result on Monsoon is an average over hundreds of distinct voices, a claim about variance rather than volume.

Section 03 · Methodology

Nine Axes of Variation

Contributors were recruited across hundreds of districts rather than recorded at length in fewer places, using their own handsets and connections, indoors and outdoors — not supplied hardware in a quiet room.

Hindi lattice: because Hindi spelling variation cannot be resolved by a fixed normaliser mapping, the Hindi sets ship a lattice — for each span of the transcript, a list of spellings accepted as correct. English sets use standard string references with the leaderboard’s normaliser collapsing most spelling variation.

Section 04 · Trust Pipeline

How the Leaderboard Fights Gaming

1

Held-out private splits

Withheld test data limits benchmark-specific optimisation and contamination.

2

Benchmark-fitting analysis

Quantifies how much models reproduce reference transcripts rather than transcribe from audio.

3

Normaliser gaps closed

Correct predictions and variants are not penalised; Hindi extends this via the lattice.

4

Speaker attributes

12 metadata fields per clip make population-level failures measurable at scale.

Section 05 · Caveats

Small Hours, Unproven Outcomes

Scale

Ranking stability

The 1.33-hour Hindi public split may be too small for stable model rankings, even with speaker diversity as a design goal.

Evidence

No baselines reported

How current leaderboard leaders perform on Indian English and Hindi is unknown from this release.

Unvalidated

Lattice vs. normalisation

The Hindi lattice approach has not been demonstrated against traditional normalisation with published comparisons.

Section 06 · Where I Land

Meaningful Addition — If the Metadata Gets Used

The strongest design decision is not the Hindi coverage itself but the speaker metadata: documented bias research has shown aggregate WER hides population-level failures for years, and a leaderboard that records who spoke finally makes those failures measurable at scale.

Points in favour

  • Private-split and lattice methodology fits the leaderboard’s anti-gaming direction.
  • First market signal for Indic ASR quality on a major leaderboard.
  • Average over hundreds of distinct voices, not a few heavy contributors.

Risks & what changes my mind

  • A 1.33-hour public split may misallocate attention if scores swing on noise.
  • Participants may report one aggregate number and ignore the 12 attributes.
  • Proof needed: stable rankings across speaker resamples, and early disaggregated results.

Why Speaker Metadata Changes ASR Scoring

The core argument of the release is that a single aggregate word error rate (WER) can be right on average and wrong for a particular population. The Hugging Face announcement cites prior research showing ASR error rates are unevenly distributed: Racial Disparities in Automated Speech Recognition found commercial systems roughly twice as bad for Black speakers as for white speakers, and Quantifying Bias in Automatic Speech Recognition found further differences by gender, age and accent. None of that is visible on a traditional leaderboard, the announcement notes, because test sets record what was said and almost nothing about who said it.

Benchmarks shape what gets built. A model that scores well on the Open ASR Leaderboard gets adopted and iterated on, while capabilities the leaderboard does not measure tend not to improve. Adding Hindi — spoken by over half a billion people — creates a market signal for Indic ASR quality where none existed on this leaderboard. The speaker-attribute metadata makes it possible to ask whether a model that performs well overall fails for particular ages, regions, devices or income bands.

Amazon

voice recognition software for Hindi

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

The Leaderboard’s Push for Trustworthy Metrics

Recent work on the Open ASR Leaderboard has focused on making the single WER number harder to game, according to the announcement: held-out private splits, benchmark-fitting analysis that quantifies how much models reproduce reference transcripts rather than transcribe from audio alone, and closing gaps in normalisers so correct predictions and variants are not penalised. The Monsoon sets extend that effort, with the public/private split design continuing the anti-contamination approach.

The new sets are deliberately small in hours and large in speakers. The ten largest contributors account for between 2.8% and 6.8% of total duration depending on the split, and more than half of all speakers appear exactly once — a mean of roughly 1.5 segments per speaker. The Indian English public set draws on 428 native districts across 30 states and union territories, and the splits span 18 to 25 device manufacturers and hundreds of current cities. The announcement states these are claims about variance rather than volume: a result on Monsoon is an average over hundreds of distinct voices.

Amazon

Indian English speech recognition device

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Small Hours, Unproven Outcomes

Several open questions remain. The Hindi public split contains only 1.33 hours of audio across 468 speakers, and it is not yet clear how stable model rankings are on a set of that size, even with speaker diversity as a design goal. The announcement does not report baseline results from existing ASR models on either set, so how current leaderboard leaders perform on Indian English and Hindi is unknown from this release.

The effectiveness of the Hindi lattice approach — accepting multiple valid spellings per transcript span — against traditional normalisation has not been demonstrated with published comparisons. The benchmark-fitting and normalisation analyses that made the leaderboard’s WER harder to game were built for its existing sets; whether they carry over unchanged to the new languages is not stated. Whether leaderboard participants will use the 12 speaker attributes to publish disaggregated results, rather than a single score, also remains to be seen.

Amazon

AI speech recognition microphone

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Rankings, Results and More Languages

The public splits are available now for self-scoring, and the private splits will be used for leaderboard evaluation, following the existing held-out-split methodology. The natural next milestones are the first published model rankings on Monsoon en-IN and Monsoon hi-IN, disaggregated performance breakdowns by the recorded speaker attributes, and benchmark-fitting analysis applied to the new sets. The announcement says the multiple-valid-transcripts property is “the subject of a later section” in the source material, suggesting further methodological documentation is forthcoming. Whether additional Indic and Global South languages follow depends on whether the collection pipeline is extended; nothing further is confirmed.

Amazon

multilingual speech recognition software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Where I land

I think this is a genuinely meaningful addition rather than a token gesture. The strongest design decision is not the Hindi coverage itself but the speaker metadata: documented bias research has shown aggregate WER hides population-level failures for years, and a leaderboard that records who spoke finally makes those failures measurable at scale. The private-split and lattice methodology also fits the leaderboard’s existing anti-gaming direction.

The strongest counterargument is size. A 1.33-hour public Hindi split may be too small to produce stable rankings, and if model scores swing on noise, the leaderboard could misallocate attention rather than guide it. There is also a risk that participants simply report the aggregate number and ignore the twelve attributes that carry the real value.

What would change my assessment: published evidence that rankings on the small Hindi public split are stable across random speaker resamples, and early disaggregated results showing participants actually using the speaker attributes. If those appear, this becomes a template for other under-served languages; if not, it risks being a well-designed set that the field flattens into one number anyway.

Key Questions

What exactly was added to the Open ASR Leaderboard?

Two evaluation sets: Monsoon en-IN (Indian English) and Monsoon hi-IN (Hindi). Each has a public split available for self-scoring and a private split withheld by the organisers to limit benchmark-specific optimisation. Hindi is the first Global South language on the leaderboard’s multilingual tab.

How big are the new evaluation sets?

Roughly 12 hours of English (5.62 h public, 5.58 h private) and about 5.8 hours of Hindi (1.33 h public, 4.47 h private), drawn from 4,888 speakers in total across speaker-disjoint splits. The organisers describe the design as optimised for speaker variance rather than volume.

Why do the Hindi sets use a lattice instead of standard references?

Hindi has far more orthographic variation than English, and the announcement states no normaliser can resolve it because the variants are not a fixed mapping between two conventions. The lattice lists, for each transcript span, the spellings accepted as correct.

What metadata is recorded per speaker?

Twelve attributes, including age, gender, district and state, occupation, education, marital status, income band, handset brand, current city and years in the current district. Age and gender are verified per speaker.

Can anyone run their model on these sets?

Yes, on the public splits, which are released for self-scoring. The private splits are withheld so official leaderboard scores cannot be optimised against the exact test audio.

Source: Hugging Face

You May Also Like

Personal AI Assistants for Every Employee: Are We There Yet?

Overcoming adoption hurdles, organizations are exploring the future of personal AI assistants for employees, but many challenges remain to be addressed.

Artificial Intelligence for Electoral Actors

While artificial intelligence offers electoral actors transformative tools, understanding its benefits and risks is essential to harness its full potential responsibly.

Hollywood Cuts First-ever AI Copyright Deal With TikTok’s ByteDance – New York Post

Hollywood studios have struck a first-of-its-kind AI licensing deal with TikTok’s parent ByteDance, the New York Post reports.

The  Agent  Orchestrator Career Path

AIThis post was created with the assistance of artificial intelligence (AI).Skills, Salaries &…