paper-with-me

Papers

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

2025-09-02 · Mayur Shirke, Amey Shembade, Pavan Thorat, Madhushri Wagh, Raviraj Joshi arxiv

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.

📄 PDF Abstract BibTeX arXiv:2509.02514

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Comparative Study of Pre-Trained BERT Models for Code-Mixed Hindi-English Data

2023-05-25 · Aryan Patil, Varad Patwardhan, Abhishek Phaltankar, Gauri Takawane 외

The term "Code Mixed" refers to the use of more than one language in the same text. This phenomenon is predominantly observed on social media platforms, with an increasing amount of adaptation as time goes on. It is crit…

Emotion RecognitionSentiment Analysis

EgyBERT: A Large Language Model Pretrained on Egyptian Dialect Corpora

2024-08-07 · Faisal Qarah

This study presents EgyBERT, an Arabic language model pretrained on 10.4 GB of Egyptian dialectal texts. We evaluated EgyBERT's performance by comparing it with five other multidialect Arabic language models across 10 ev…

Language ModelingLanguage ModellingLarge Language Model

Exploiting BERT for End-to-End Aspect-based Sentiment Analysis

2019-10-02 · WS 2019 11 · Xin Li, Lidong Bing, Wenxuan Zhang, Wai Lam

In this paper, we investigate the modeling power of contextualized embeddings from pre-trained language models, e.g. BERT, on the E2E-ABSA task. Specifically, we build a series of simple yet insightful neural baselines t…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Model SelectionSentiment Analysis

Detecting AI-Generated Paraphrases in Bengali: A Comparative Study of Zero-Shot and Fine-Tuned Transformers

2025-12-25 · Md. Rakibul Islam, Most. Sharmin Sultana Samu, Md. Zahid Hossain, Farhad Uz Zaman 외 arxiv

Large language models (LLMs) can produce text that closely resembles human writing. This capability raises concerns about misuse, including disinformation and content manipulation. Detecting AI-generated text is essentia…

Text Detection

SaudiBERT: A Large Language Model Pretrained on Saudi Dialect Corpora

2024-05-10 · Faisal Qarah

In this paper, we introduce SaudiBERT, a monodialect Arabic language model pretrained exclusively on Saudi dialectal text. To demonstrate the model's effectiveness, we compared SaudiBERT with six different multidialect A…

Language ModelingLanguage ModellingLarge Language ModelSentiment Analysis+2