Wave2Word@DravidianLangTech 2026: WhisTam: A unified framework for dialect based Tamil speech recognition and classification
Summary
Ruwad Naswan and Shadab Tanjeed Ahmad present WhisTam, a unified framework designed for dialect-based Tamil speech recognition and classification, addressing limitations of Automatic Speech Recognition (ASR) in low-resource, dialect-rich languages. Built upon the Whisper medium model, WhisTam jointly performs speech transcription and dialect classification within a single system. The framework was evaluated using speech samples from four regional Tamil dialects. It achieved a macro F1-score of 0.53 for dialect classification and a Word Error Rate (WER) of 0.55 for transcription. These results secured WhisTam the 2nd rank in the dialect classification task and 3rd rank in the transcription task at the DravidianLangTech@ACL 2026 shared task. The authors emphasize the significant challenges in dialectal Tamil ASR and the promise of multi-task learning for such languages. The implementation is publicly available.
Key takeaway
For NLP Engineers developing ASR systems for low-resource, dialect-rich languages like Tamil, this research suggests a multi-task learning approach. You should consider adapting pre-trained models, such as Whisper, to jointly handle speech transcription and dialect classification. This strategy can improve performance where significant regional variations exist, offering a more robust solution than separate systems. Explore the publicly available WhisTam implementation for practical insights into unified framework development.
Key insights
WhisTam unifies dialectal Tamil ASR and classification using multi-task learning on the Whisper medium model, showing promise for low-resource languages.
Principles
- Multi-task learning aids low-resource ASR.
- Dialectal variation complicates ASR performance.
- Unified frameworks can address complex language challenges.
Method
WhisTam, based on the Whisper medium model, jointly performs speech transcription and dialect classification. It processes speech samples from regional dialects to achieve combined ASR and classification.
In practice
- Implement multi-task learning for ASR.
- Adapt Whisper models for dialectal variations.
- Develop joint transcription and classification systems.
Topics
- Automatic Speech Recognition
- Tamil Dialects
- Multi-task Learning
- Whisper Model
- Low-Resource Languages
- Speech Transcription
Code references
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.