English

Non-Contextual BERT or FastText? A Comparative Analysis

Computation and Language 2025-02-21 v3 Machine Learning

Abstract

Natural Language Processing (NLP) for low-resource languages, which lack large annotated datasets, faces significant challenges due to limited high-quality data and linguistic resources. The selection of embeddings plays a critical role in achieving strong performance in NLP tasks. While contextual BERT embeddings require a full forward pass, non-contextual BERT embeddings rely only on table lookup. Existing research has primarily focused on contextual BERT embeddings, leaving non-contextual embeddings largely unexplored. In this study, we analyze the effectiveness of non-contextual embeddings from BERT models (MuRIL and MahaBERT) and FastText models (IndicFT and MahaFT) for tasks such as news classification, sentiment analysis, and hate speech detection in one such low-resource language Marathi. We compare these embeddings with their contextual and compressed variants. Our findings indicate that non-contextual BERT embeddings extracted from the model's first embedding layer outperform FastText embeddings, presenting a promising alternative for low-resource NLP.

Keywords

Cite

@article{arxiv.2411.17661,
  title  = {Non-Contextual BERT or FastText? A Comparative Analysis},
  author = {Abhay Shanbhag and Suramya Jadhav and Amogh Thakurdesai and Ridhima Sinare and Raviraj Joshi},
  journal= {arXiv preprint arXiv:2411.17661},
  year   = {2025}
}
R2 v1 2026-06-28T20:13:30.318Z