INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XV, Issue V, May 2026
question-answering systems, chatbots, digital assistants, machine translation systems, healthcare informatics,
cybersecurity analytics, and social media monitoring.
Traditional NER approaches primarily relied on rule-based systems and statistical machine learning models such
as Hidden Markov Models (HMMs), Conditional Random Fields (CRFs), and Support Vector Machines (SVMs).
Although these methods produced acceptable results in structured environments, they often required extensive
feature engineering and struggled with contextual ambiguity and domain adaptation [3].
The emergence of deep learning introduced significant improvements to NLP tasks. Recurrent Neural Networks
(RNNs), Long Short-Term Memory Networks (LSTMs), and Bidirectional LSTMs enhanced contextual
language understanding. However, the introduction of the Transformer architecture by Vaswani et al. [4]
revolutionized NLP by replacing sequential recurrence with self-attention mechanisms capable of modeling
long-range contextual dependencies more efficiently.
Transformer-based models such as Bidirectional Encoder Representations from Transformers (BERT),
RoBERTa, XLM-RoBERTa, and multilingual BERT (mBERT) have achieved state-of-the-art performance
across multiple NLP benchmarks, including machine translation, text classification, summarization, and named
entity recognition [5], [6]. Their contextual embedding capabilities make them particularly attractive for
languages with complex semantic and morphological structures.
Indigenous African Language NLP and the Hausa Language Context
Despite rapid progress in NLP research, substantial disparities exist between high-resource and low-resource
languages. Languages such as English, Chinese, French, and Spanish possess abundant datasets, pretrained
models, linguistic resources, and computational tools. Conversely, many indigenous African languages remain
underrepresented within mainstream NLP research.
Hausa is one of Africa’s most widely spoken indigenous languages, with tens of millions of native and second-
language speakers distributed across Nigeria, Niger, Ghana, Cameroon, Chad, and other West African regions.
Beyond its sociocultural significance, Hausa serves as a major medium for education, journalism, commerce,
and digital communication [7].
However, Hausa language technology development faces several challenges. These include limited annotated
datasets, inconsistent orthographic representations, dialectal diversity, code-switching with English and Arabic
loanwords, and inadequate language-specific NLP tools. Consequently, sophisticated NLP applications such as
sentiment analysis, machine translation, automatic summarization, speech recognition, and named entity
recognition remain insufficiently developed for Hausa language texts [8].
Given the increasing adoption of digital technologies across Africa, developing intelligent language technologies
for Hausa represents both a scientific necessity and a socio-economic opportunity.
Problem Statement
Although transformer-based NLP systems have demonstrated remarkable performance improvements across
numerous languages, Hausa language Named Entity Recognition remains largely underexplored. Existing
research on Hausa NLP primarily emphasizes machine translation, sentiment analysis, speech processing, and
basic text classification, while limited attention has been devoted to advanced entity recognition frameworks.
The absence of sufficiently annotated Hausa corpora significantly restricts supervised deep learning
experimentation. Furthermore, existing multilingual models may exhibit reduced performance on Hausa texts
because of limited language representation during pretraining stages. These deficiencies create substantial
barriers to developing accurate and scalable Hausa information extraction systems.
Therefore, there is a critical need to design and evaluate a robust transformer-based framework capable of
effectively identifying named entities within Hausa textual data while addressing low-resource language
constraints.