Search papers, labs, and topics across Lattice.
This study addresses the challenge of English-to-Prakrit machine translation in a low-resource context by leveraging multilingual transfer learning. By mapping Prakrit to the Hindi language tag without altering the existing tokenizer or model architecture, the authors achieved significant BLEU score improvements over an untuned baseline using a 1,474-pair Maharashtri Prakrit parallel corpus. The findings underscore the potential of script-compatible language routing to facilitate translation for unsupported classical languages, despite challenges posed by limited data and dialect variations.
Script-compatible language routing can unlock machine translation for unsupported classical languages like Prakrit, revealing new avenues for low-resource NLP.
We study English-to-Prakrit machine translation in a low-resource setting where the target language is unsupported by IndicTrans2. We adapt the multilingual model by mapping Prakrit to the Hindi language tag (hin_Deva) without modifying the tokenizer, vocabulary, or architecture. Using a 1,474-pair Maharashtri Prakrit parallel corpus and evaluation on a 20-sample Ardhamagadhi test set, we report corpus BLEU improvements over an untuned baseline. The results indicate that script-compatible language routing can enable feasible transfer to unsupported classical languages, while highlighting limitations due to data scarcity and dialect mismatch. Our code and trained models are released to the public for further exploration https://github.com/D3v1s0m/indictrans2-prakrit-mt.