BanglaIPA: Towards Robust Text-to-IPA Transcription with Contextual Rewriting in Bengali
Jakir Hasan, Shrestha Datta, Md Saiful Islam, Shubhashis Roy Dipta, Ameya Debnath
TL;DR
BanglaIPA tackles the challenge of robust Bengali text-to-IPA transcription across standard language, six regional dialects, and numerals by integrating contextual numeral rewriting with a Transformer-based IPA generator and a State Alignment mechanism that handles out-of-vocabulary segments. The system introduces a Word-IPA dictionary that caches transcriptions and reduces repeated computation, and it uses a context-aware rewriting stage powered by a large language model to ensure numerals are pronounced appropriately in context. Empirical results on the DUAL-IPA benchmark show an overall mean word error rate of $11.4\%$, with improvements of between $58.4\%$ and $78.7\%$ over strong baselines, and strong cross-dialect performance (e.g., Rangpur at $10.4\%$). The work advances Bengali TTS/ASR pipelines by providing an end-to-end, regionally robust IPA transcription framework and introduces the STAT algorithm for robust subword handling, while outlining limitations such as dialect coverage and the computational cost of LLM-based numeral rewriting.
Abstract
Despite its widespread use, Bengali lacks a robust automated International Phonetic Alphabet (IPA) transcription system that effectively supports both standard language and regional dialectal texts. Existing approaches struggle to handle regional variations, numerical expressions, and generalize poorly to previously unseen words. To address these limitations, we propose BanglaIPA, a novel IPA generation system that integrates a character-based vocabulary with word-level alignment. The proposed system accurately handles Bengali numerals and demonstrates strong performance across regional dialects. BanglaIPA improves inference efficiency by leveraging a precomputed word-to-IPA mapping dictionary for previously observed words. The system is evaluated on the standard Bengali and six regional variations of the DUAL-IPA dataset. Experimental results show that BanglaIPA outperforms baseline IPA transcription models by 58.4-78.7% and achieves an overall mean word error rate of 11.4%, highlighting its robustness in phonetic transcription generation for the Bengali language.
