CLLGSep 2, 2025

Comparative Study of Pre-Trained BERT and Large Language Models for Code-Mixed Named Entity Recognition

arXiv:2509.02514v1h-index: 2
Originality Synthesis-oriented
AI Analysis

It addresses the problem of named entity recognition in informal, code-mixed text for NLP researchers, but is incremental as it compares existing models on a specific dataset.

This study compared pre-trained BERT models and large language models for named entity recognition in Hindi-English code-mixed text, finding that code-mixed fine-tuned models like HingRoBERTa outperformed others, including Google Gemini in zero-shot settings, with domain-specific pretraining yielding better results.

Named Entity Recognition (NER) in code-mixed text, particularly Hindi-English (Hinglish), presents unique challenges due to informal structure, transliteration, and frequent language switching. This study conducts a comparative evaluation of code-mixed fine-tuned models and non-code-mixed multilingual models, along with zero-shot generative large language models (LLMs). Specifically, we evaluate HingBERT, HingMBERT, and HingRoBERTa (trained on code-mixed data), and BERT Base Cased, IndicBERT, RoBERTa and MuRIL (trained on non-code-mixed multilingual data). We also assess the performance of Google Gemini in a zero-shot setting using a modified version of the dataset with NER tags removed. All models are tested on a benchmark Hinglish NER dataset using Precision, Recall, and F1-score. Results show that code-mixed models, particularly HingRoBERTa and HingBERT-based fine-tuned models, outperform others - including closed-source LLMs like Google Gemini - due to domain-specific pretraining. Non-code-mixed models perform reasonably but show limited adaptability. Notably, Google Gemini exhibits competitive zero-shot performance, underlining the generalization strength of modern LLMs. This study provides key insights into the effectiveness of specialized versus generalized models for code-mixed NER tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes