Dataset specification · Production cohort
1,000 speakers of Telugu Scripted Speech
A production cohort build of 1,000 speakers of Telugu scripted speech. Generalisation across speakers, which is what actually drives real-world ASR robustness. Speakers read prompts from a phonetically balanced script shown one line at a time, with retakes on any flubbed or misread line.

- Volume
- 1,000 speakers
- Scale
- Production cohort
- Per speaker
- 20–30 minutes of accepted audio per speaker
- Accepted yield
- 85–90% of recorded time is accepted
How Telugu scripted speech is captured
Speakers read prompts from a phonetically balanced script shown one line at a time, with retakes on any flubbed or misread line.
A 45-minute booth session yields roughly 300–400 prompts. One file per utterance, cut at the prompt boundary, so alignment is exact before any forced-alignment pass runs.
Yield at this style: 85–90% of recorded time is accepted. Prompt-level retakes catch problems inside the session, so very little is discarded afterwards. This is the highest-yield style we run.
The specification
| Field | Value |
|---|---|
| Language | Telugu (te-IN, Telugu) |
| Volume | 1,000 speakers |
| Equivalent | 500 hours at 30 minutes per speaker |
| Speech type | Scripted Speech |
| Per speaker | 20–30 minutes of accepted audio per speaker |
| File granularity | One WAV per prompt, named by prompt ID and speaker ID |
| Prompt coverage | Triphone-balanced script with digit, date, name and domain-lexicon blocks |
| Leading/trailing silence | 200 ms padded, verified automatically on every file |
| Alignment | Prompt text is ground truth; deviations are flagged rather than silently corrected |
| Dialects | Telangana, Coastal Andhra (Godavari), Rayalaseema, Srikakulam |
| Transcription | Verbatim, native-speaker, second-pass reviewed |

Designing the script for Telugu
- Script built for triphone coverage rather than word coverage, so rare phone contexts appear often enough to train on
- Digit strings, dates, currency and person names blocked separately, because these are where deployed ASR actually fails
- Domain lexicon injected from your product vocabulary when you supply one
- Sentence-length distribution spread deliberately, since all-short prompts produce a model that cannot handle long utterances
- Built against Telugu specifically: Vowel-length contrasts are phonemic and short/long confusion changes meaning outright
- Code-mixing handled explicitly rather than edited out — Hyderabad speech mixes Telugu, Urdu/Deccani, Hindi and English. A Telugu dataset for Hyderabad deployment must include Urdu-origin vocabulary.
Running a production cohort Telugu build
Nine to twelve weeks, with recruitment running continuously rather than in a front-loaded phase.
Six to eight batches, speaker-disjoint by construction so held-out speakers are genuinely held out.
Split cohorts explicitly between Telangana and Andhra Pradesh and tag every speaker; models trained without the tag cannot be evaluated per region.
| Parameter | At this volume |
|---|---|
| Cities | Six to eight — Hyderabad, Vijayawada, Visakhapatnam, Warangal, Tirupati |
| Studios | Eight rooms plus two mobile rigs |
| Recruiters | Eight coordinators, one regional manager |
| Audio yield | ~500 hours at 30 minutes per speaker |
| Sessions per day | 45–55 |
| Team | 1 programme lead, 1 regional manager, 8 coordinators, 14 engineers, 25 transcribers, 3 QA leads |
Cohort design
At 1,000 speakers the quota matrix is enforced per cell, not in aggregate. Every dialect, age and gender combination carries its own target and is signed off individually before final acceptance, because an aggregate 50/50 split can hide a cell that was never filled at all.
Requires literate speakers comfortable reading aloud in the target script, which is the main constraint on cohort breadth and has to be actively counterweighted.
| Dimension | Typical split | Why it matters for Telugu |
|---|---|---|
| Gender | 50 / 50 | Pitch range differences change acoustic model behaviour; unbalanced cohorts bias recognition |
| Age | 18-25: 30%, 26-40: 40%, 41-60: 30% | Older speakers retain conservative Telugu forms that younger urban speakers have lost |
| Region | Andhra Pradesh / Telangana / parts of Karnataka and Odisha and others | Dialect spread across 4 recognised varieties |
| Education | Mixed, including below-graduate | Prompt-reading fluency correlates with education and skews prosody |
| Condition | Studio / quiet room / field | Match the noise profile of your deployment |
Telugu-specific considerations
- Vowel-length contrasts are phonemic and short/long confusion changes meaning outright
- Hyderabad speech mixes Telugu, Urdu/Deccani, Hindi and English. A Telugu dataset for Hyderabad deployment must include Urdu-origin vocabulary.
- Coastal Andhra read speech dominates. Telangana rural and Rayalaseema speech is thin, despite Hyderabad being the largest deployment market.
Quality gates for scripted speech
- Prompt-to-audio match verified by a native reviewer; a misread line is a rejected file, not an edited transcript
- Hyperarticulation flagged — a speaker over-enunciating because they are reading produces audio that does not match deployment
- Clipping and truncation checked at both utterance boundaries
- Per-speaker prompt coverage confirmed, so no speaker silently skips a block
- Telangana forms normalised to Coastal Andhra standard
- Long/short vowel marking errors under time pressure
100% technical QA, 10% content QA stratified by city and coordinator, with voice-based duplicate detection across the whole cohort.
What goes wrong on scripted speech sessions
- Reading voice: flat prosody and unnatural stress that trains a model on speech nobody actually produces
- Prompt fatigue in the back half of long sessions, where accuracy drops and pace flattens
- Speakers who are not fluent readers, which quietly biases the cohort toward higher education bands
- Script leakage across speakers, producing a corpus that memorises sentences instead of covering sounds
Risks at production cohort in Telugu
Cost at this band is driven by: Number of distinct demographic cells rather than total speakers.
- Speaker-disjoint splits are only trustworthy if duplicate detection is voice-based rather than ID-based, since one person can present two identities
- Coordinator-level demographic bias becomes measurable at this size and should be reported, not smoothed over
- Telugu carries 4 recognised varieties across Andhra Pradesh, Telangana, parts of Karnataka and Odisha, so the quota matrix is wider than the headline volume suggests
- Coastal Andhra read speech dominates. Telangana rural and Rayalaseema speech is thin, despite Hyderabad being the largest deployment market.
Deliverables
- WAV audio to your naming convention, with the per-file manifest
- Verbatim Telugu transcripts with utterance-level timestamps
- Prompt ID mapped to every utterance
- Verbatim deviation flags where the speaker departed from the script
- Per-utterance SNR and duration in the manifest
- Per-speaker metadata: age band, gender, region, dialect, education band
- Consent records mapped to speaker IDs
- QA report with pass rates, rejection reasons and agreement statistics
- Speaker-disjoint train / dev / test splits on request
What this trains, and what it does not
- ASR acoustic model baselines
- TTS voice building where a single speaker is recorded at depth
- Pronunciation lexicon and G2P validation
- Forced-alignment and phone-boundary work
Scripted audio contains no disfluencies, no false starts and no natural turn-taking. A model trained on it alone degrades sharply on real spontaneous input, so it is a baseline layer rather than a complete training set.
Frequently asked
Is 1,000 speakers of Telugu enough?
Enough for production ASR generalisation and for a speaker-verification corpus with meaningful negative pairs.
Why scripted speech rather than another speech type?
ASR acoustic model baselines, TTS voice building where a single speaker is recorded at depth, Pronunciation lexicon and G2P validation are what this style is the right input for. Scripted audio contains no disfluencies, no false starts and no natural turn-taking. A model trained on it alone degrades sharply on real spontaneous input, so it is a baseline layer rather than a complete training set.
How long does a production cohort Telugu build take?
Nine to twelve weeks, with recruitment running continuously rather than in a front-loaded phase. Six to eight batches, speaker-disjoint by construction so held-out speakers are genuinely held out.
What does 1,000 speakers of Telugu scripted speech cost?
Quoted per delivered hour against this specification. At this band the drivers are number of distinct demographic cells rather than total speakers. Send the spec and you get one fixed figure.
How much QA is applied at this volume?
100% technical QA, 10% content QA stratified by city and coordinator, with voice-based duplicate detection across the whole cohort.
Quote this Telugu dataset
1,000 speakers, scripted speech, Telugu — production cohort. Adjust anything and send it.