Search papers, labs, and topics across Lattice.
This paper introduces L3Cube-MahaPOS, a comprehensive Marathi Part-of-Speech tagging dataset consisting of 32,354 manually annotated sentences, addressing the significant lack of resources for this underrepresented language. The dataset is meticulously annotated using a 16-tag Universal Dependencies-aligned scheme, and a robust preprocessing pipeline ensures consistency and quality. Benchmarking across various model families reveals that the best-performing model achieves an impressive 88.67% token-level accuracy, highlighting the dataset's potential to advance Marathi NLP research.
A new gold-standard Marathi POS tagging dataset reveals that even under-resourced languages can achieve high accuracy with the right tools and methodologies.
Part-of-Speech (POS) tagging is a foundational NLP task underpinning machine translation, information extraction, and syntactic parsing. Despite Marathi being spoken by over 83 million people and ranking among the top twenty most spoken languages worldwide, it remains severely under-resourced in annotated corpora and standardised evaluation benchmarks. Marathi presents unique challenges for computational modelling owing to its rich morphology, relatively free word order, lack of capitalisation conventions, and pervasive code-mixing with Hindi and English. We introduce L3Cube-MahaPOS, a gold-standard POS tagging dataset for Marathi comprising 32,354 manually annotated sentences drawn from news text. Annotation was performed entirely manually by a team of Marathi-proficient annotators following a 16-tag Universal Dependencies-aligned scheme. A structured preprocessing pipeline covering Unicode normalisation, Devanagari-aware tokenisation, and noise filtering ensures label consistency across all splits. We benchmark the dataset across six model families spanning HMM, CRF, BiLSTM, BiLSTM+CharCNN, MuRIL, and the Marathi-specific transformer MahaBERT-v2. The best system achieves 88.67\% token-level accuracy and a macro-F1 of 81.67% over 15 evaluated tag classes. We release the dataset, annotation guidelines, and trained model checkpoints to foster further research in Marathi NLP.