BERT-based Models vs. Large Language Models for Low-Resource Named Entity Recognition: A Comparative Study on Marathi

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Advanced, quick

Summary

A comparative study on Marathi Named Entity Recognition (NER) evaluated the performance of fine-tuned MahaBERT-v2 models against an existing MahaNER baseline and prominent general-purpose Large Language Models (LLMs) including Gemini, LLaMA-3.3-70B, and Gemma. Focusing on low-resource language processing, the research fine-tuned MahaBERT-v2 on various MahaNER dataset variants. Experimental results, measured by precision, recall, and F1-score, consistently showed that the fine-tuned MahaBERT-based models achieved superior performance. These specialized models recorded F1-scores ranging from 0.88 to 0.91, surpassing the existing MahaNER model's 0.8843 and significantly outperforming LLM-based approaches, which yielded F1-scores between 0.57 and 0.69. This highlights the continued importance of specialized architectures and domain-relevant data for effective low-resource language NER.

Key takeaway

For NLP Engineers developing Named Entity Recognition solutions for low-resource languages like Marathi, you should prioritize fine-tuning specialized BERT-based models over deploying general-purpose Large Language Models. Your efforts in acquiring and annotating domain-relevant data for these task-specific architectures will yield significantly higher F1-scores, as general LLMs currently underperform in such language-specific, low-resource contexts.

Key insights

Task-specific, language-focused models outperform general-purpose LLMs for low-resource language NER.

Principles

Method

Fine-tune BERT-based models on specific language datasets and compare against general LLMs using F1-score, precision, and recall.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.