MiNER: Fine-Tuned Biomedical Natural Language Processing for Malaria Disease Entity Recognition in Clinical Texts
Summary
This paper proposes MiNER, a fine-tuned BioBERT model for extracting biomedical entities from malaria-related clinical texts, and releases a human-labeled dataset for future research.
View Cached Full Text
Cached at: 09/02/26, 05:56 AM
# MiNER: Fine-Tuned Biomedical Natural Language Processing for Malaria Disease Entity Recognition in Clinical Texts
Source: [https://arxiv.org/html/2609.00073](https://arxiv.org/html/2609.00073)
[V\. S\. Anoop](https://orcid.org/0000-0001-6673-6932)Affiliation:Department of Computer Science and Engineering, Amrita School of ComputingAffiliation:Amrita Vishwa VidyapeethamAffiliation:Kollam, IndiaEmail:[anoopvs@am\.amrita\.edu](mailto:)[Devika N\.](https://orcid.org/0000-0000-0000-0000)Affiliation:School of Digital SciencesAffiliation:Kerala University of Digital Sciences, Innovation and TechnologyAffiliation:Thiruvananthapuram, IndiaEmail:[devika\.ds21@duk\.ac\.in](mailto:)
###### Abstract
Malaria remains a significant global health burden, necessitating continuous research efforts to understand its complex molecular mechanisms, epidemiology, and potential therapeutic interventions\. Extracting essential biomedical information from the vast and constantly growing malaria literature is a challenging task that demands innovative approaches\. Recently, pre\-trained language models have revolutionized natural language processing tasks, demonstrating remarkable capabilities in various domains\. This paper proposes a fine\-tuned pre\-trained biomedical language model for biomedical information extraction from scientific literature on malaria disease\. The proposed methodology selects and preprocesses a large corpus of scientific articles on malaria, and then annotates them with entities of clinical significance\. It then leverages BioBERT, a state\-of\-the\-art pre\-trained language model, to encode the textual data into context\-aware representations\. We fine\-tune the model using domain\-specific annotations and supervised learning to enhance its ability to extract relevant biomedical named entities\. Extensive experiments and comparisons with different encoding and machine learning algorithms show that the proposed approach significantly outperforms them in precision, recall, and accuracy\. We also publish our human\-labeled dataset for entity and relation extraction to enable other health informatics researchers to train advanced models for malaria information extraction\.
*Keywords*Natural language processing⋅\\cdotbiomedical⋅\\cdotlanguage models⋅\\cdotbiomedical information extraction⋅\\cdotbiomedical named entity extraction⋅\\cdotmalaria disease
## 1Introduction
Natural Language Processing \(NLP\), a subfield of Artificial Intelligence \(AI\), allows computer systems to comprehend natural language \(both text and speech\) as we humans do and represent and analyze human language computationally\[[15](https://arxiv.org/html/2609.00073#bib.bib1)\]\. NLP helps computers understand and process complex human language, which is often dynamic and complex\. It has a wide range of applications and use\-cases such as sentiment analysis\[[2](https://arxiv.org/html/2609.00073#bib.bib11)\]\[[11](https://arxiv.org/html/2609.00073#bib.bib34)\], machine translation\[[18](https://arxiv.org/html/2609.00073#bib.bib13)\], information extraction\[[19](https://arxiv.org/html/2609.00073#bib.bib12)\], text classification\[[4](https://arxiv.org/html/2609.00073#bib.bib10)\], named entity recognition\[[12](https://arxiv.org/html/2609.00073#bib.bib14)\], question answering systems, chatbots and virtual assistants\[[16](https://arxiv.org/html/2609.00073#bib.bib15)\], text summarization\[[29](https://arxiv.org/html/2609.00073#bib.bib16)\], and language generation\[[22](https://arxiv.org/html/2609.00073#bib.bib17)\]\. Information extraction involves extracting meaningful information from large amounts of unstructured text extensively spread across various resources on the web and other platforms\. This area of natural language processing has gained popularity among researchers as the need for effective information extraction has become increasingly important\. Earlier approaches to information extraction relied on rule\-based systems and statistical models; however, this field of NLP has undergone a significant transformation in recent years with the emergence of pre\-trained language models cite son2024ftmmr,\[[31](https://arxiv.org/html/2609.00073#bib.bib18)\], and\[[1](https://arxiv.org/html/2609.00073#bib.bib25)\]\. These text\-understanding models with contextual understanding capabilities transformed the way in which machines understand and comprehend human languages\[[32](https://arxiv.org/html/2609.00073#bib.bib26)\]\[[8](https://arxiv.org/html/2609.00073#bib.bib27)\]\[[14](https://arxiv.org/html/2609.00073#bib.bib2)\]\.
Malaria, one of the deadliest diseases caused by the Plasmodium parasite and transmitted through the bite of infected mosquitoes, continues to pose a formidable threat to global health\[[24](https://arxiv.org/html/2609.00073#bib.bib19)\]\[[30](https://arxiv.org/html/2609.00073#bib.bib20)\]\[[23](https://arxiv.org/html/2609.00073#bib.bib21)\]\. In the recent past, the medical fraternity has made significant progress in combating malaria through different interventions at a global scale\. But still, the complexity of the disease demands significant efforts to synthesize knowledge to help the researchers understand and develop effective strategies for prevention, diagnosis, and treatment\. The wealth of scientific knowledge that is latent within the vast corpus of malaria literature has huge potential to help healthcare researchers\. However, the huge volume of research papers, clinical trials, case studies, and epidemiological reports presents a significant challenge in extracting valuable information\[[21](https://arxiv.org/html/2609.00073#bib.bib28)\]\[[10](https://arxiv.org/html/2609.00073#bib.bib29)\]\. Manual collection, curation, and analysis of such unstructured data is a laborious and time\-consuming process and is prone to errors\. Recent advances in natural language processing, particularly the development of pre\-trained language models, have demonstrated remarkable performance in various tasks by leveraging extensive knowledge from vast datasets\. Models such as BERT\[[6](https://arxiv.org/html/2609.00073#bib.bib3)\], GPT\[[7](https://arxiv.org/html/2609.00073#bib.bib4)\], and RoBERTa\[[20](https://arxiv.org/html/2609.00073#bib.bib22)\]have revolutionized natural language processing and have been applied to various domains such as biomedical research\[[5](https://arxiv.org/html/2609.00073#bib.bib23)\]\[[3](https://arxiv.org/html/2609.00073#bib.bib24)\]\.
This paper explores the potential of using domain\-specific pre\-trained language models for biomedical information extraction from the vast collection of scientific literature on malaria\. We aim to accelerate the pace of malaria research and facilitate evidence\-based decision\-making, which may ultimately contribute to global efforts in combating this disease\. The proposed methodology collects a large amount of unstructured data on Malaria from biomedical literature repositories such as PubMed and employs a manual effort for labeling the entities\. The domain\-specific biomedical pre\-trained model BioBERT is then used to obtain the contextual embedding to train different machine learning algorithms\. Furthermore, the results of our experiments and evaluations will be presented, providing insights into the effectiveness of pre\-trained language models in identifying and extracting key entities from a large collection of unstructured text\. This paper will address potential future directions and opportunities to enhance the performance and applicability of our proposed information extraction approach and publish the labeled dataset for other health informatics researchers\. The major contributions of this paper may be summarized as follows:
- •Proposes an approach using a domain\-specific biomedical language model for extracting clinical entities on Malaria disease\.
- •Experimentally verifies the proposed approach using systematic experiments and compares the results with state\-of\-the\-art machine learning approaches\.
- •Publish the labeled dataset and code for other natural language processing researchers and practitioners to train advanced NER models\.
The subsequent sections are organized as follows: Section 2 discusses the related works, and in Section 3, the materials and methods are detailed\. In Section 4, the proposed approach for biomedical named entity recognition is detailed\. Section 5 presents the results and discussions, and finally, the conclusions and future directions are discussed in Section 6\.
## 2Related Studies
This section discusses some of the prominent and recent approaches reported in the natural language processing literature that use pre\-trained language models to extract biomedical information from textual data\. Recent advances in natural language processing, such as deep learning and large language models, have led to the development of better context\-understanding models\. The recognition of named entities in the biomedical domain is considered one of the most challenging tasks due to many other factors, such as the limited availability of freely accessible data, the annotation of data to train models, and the extensive coverage of biomedical concepts\. In recent years, there have been some prominent works reported with varying degrees of accuracy that attempt these challenges\[[34](https://arxiv.org/html/2609.00073#bib.bib33)\]\.
Biomedical named entity recognition approaches heavily rely on machine learning methods, a conventional approach where the process of feature engineering can be quite time\-consuming\[[9](https://arxiv.org/html/2609.00073#bib.bib30)\]\. The goal of biomedical named entity recognition is to accurately assign labels to words within input sequences, a critical task requiring sufficient labeled data, as it is a supervised sequence classification problem\. Addressing the challenge of capturing multi\-word entities necessitates the use of models that can represent sequences with tags like Beginning \(B\), Inside \(I\), Outside \(O\), and Ending \(E\), adhering toIOB,IOE, orIOBEStagging standards\. For example, a single\-word entity resembling a disease is labeled as "S\-Disease," whereas multi\-word entities are tagged as "B\-Disease," "I\-Disease," and "E\-Disease," denoting the beginning, inside, and end segments of the entity, respectively\[[33](https://arxiv.org/html/2609.00073#bib.bib31)\]\.
Recent advancements in biomedical named entity extraction have witnessed the adoption of deep learning techniques, such as convolutional neural networks, long short\-term memory networks, and the state\-of\-the\-art transformer\-based language models\[[27](https://arxiv.org/html/2609.00073#bib.bib32)\]\[[21](https://arxiv.org/html/2609.00073#bib.bib28)\]\. There are also several methods published that use hybrid approaches integrating traditional deep neural networks with attention mechanisms\[[25](https://arxiv.org/html/2609.00073#bib.bib8)\]\. While the deep neural networks capture specific word features and build contextual understanding within input sentences\[[25](https://arxiv.org/html/2609.00073#bib.bib8)\]\. Some architectures combine a pre\-trained model with long short\-term memory networks through transfer learning that outperformed baseline models\[[28](https://arxiv.org/html/2609.00073#bib.bib9)\]\. This model incorporates a Bi\-LSTM framework alongside a conditional random field \(CRF\) layer, effectively modeling the dependencies among states within entire input sequences\. Notably, it achieved impressive performance metrics with a 91% f1\-score and 98% accuracy\[[28](https://arxiv.org/html/2609.00073#bib.bib9)\]\.
The traditional named entity recognition models rely heavily on labor\-intensive feature engineering\. The pretrained embeddings, on the other hand, use semantic context\-aware feature embedding at both character level and word level, which enhances the recognition accuracy\[[26](https://arxiv.org/html/2609.00073#bib.bib6)\]\. The field has seen further advancements with the adoption of deep learning techniques and statistical embeddings, such as LSTM\-CRF, resulting in substantial improvements in identifying biomedical entities\[[17](https://arxiv.org/html/2609.00073#bib.bib7)\]\. While multitask strategies have shown effectiveness in disease entity recognition, recent studies suggest augmenting these approaches with transfer learning using models like BERT combined with CRF for superior performance\[[13](https://arxiv.org/html/2609.00073#bib.bib5)\]\. Moreover, transformer\-based models like BERT and domain\-specific BioBERT have been integrated into the embedding layer, surpassing previous BiLSTM\+CRF architectures in accuracy and effectiveness\. These advancements underscore the evolving landscape of biomedical named entity recognition that leverages deep learning and contextual embeddings to achieve new benchmarks in biomedical text analysis\.
There are many recent studies that have focused on enhancing named entity recognition models tailored for biomedical data\. Some studies have highlighted the potential of transfer learning with BERT, incorporating Conditional Random Fields \(CRF\), resulting in superior performance compared to traditional deep learning and multitask learning approaches\[[13](https://arxiv.org/html/2609.00073#bib.bib5)\]\. Some studies demonstrate that deep learning techniques such as Recurrent Neural Networks \(RNNs\) and Long Short\-Term Memory Networks \(LSTMs\) achieve better results than baseline machine learning models\[[26](https://arxiv.org/html/2609.00073#bib.bib6)\]\. However, these methods initially struggled with capturing relevant information from lengthy text sequences due to the long\-range dependency problem\. To overcome these challenges, leveraging pretrained models is crucial\. These models, trained on specific domains, excel in capturing contextual information pertinent to their training domain\[[14](https://arxiv.org/html/2609.00073#bib.bib2)\]\. Despite the availability of general domain models, pretrained models that are specifically tailored for biomedical texts are limited\. BioBERT, a domain\-specific language model pretrained on a vast biomedical corpus, has demonstrated significant improvements in various text mining tasks, including biomedical NER, question answering, and relation extraction\[[17](https://arxiv.org/html/2609.00073#bib.bib7)\]\. The proposed approach uses the capabilities of BioBERT, which is a biomedical pretrained model and finetunes it for the identification of malaria\-related named entities\.
Figure 1:An illustration of the proposed Named Entity Recognition model
## 3Materials and Methods
Named entity recognition in the Biomedical domain is a crucial task and faces many challenges\. Early approaches towards NER use various baseline shallow machine\-learning models to classify the named entities\. But sometimes, these models fail to address complex and multi\-word entities\. Deep learning approaches require minimal feature engineering and hold great promise\. Many datasets are available for this task in the generic domain, but domain\-specific datasets are few\. So, for a domain\-specific task, labeled data is very limited\. Even though many sources like PubMed and various other databases have a lot of information, extracting and manually annotating them is difficult, as they carry vast concepts, and annotation needs expert knowledge of biomedical concepts\. This section lists and discusses some materials and methods used to implement the proposed approach\.
### 3\.1Label Studio
Label Studio \(available at[https://labelstud\.io/](https://labelstud.io/)\) is a free data labeling tool that assists in annotating and labeling various types of data, such as text, images, audio, and video\. It offers an intuitive interface for generating and organizing labeling assignments, enabling users to establish labeling structures, invite contributors, and monitor the advancement of labeling endeavors\. Data labeling is a crucial and challenging step in machine learning\. It is time\-consuming, prone to human errors, and requires managing multiple annotators\. Label Studio addresses these challenges by providing a user\-friendly interface, supporting various annotation types, enabling collaboration, and offering quality control features\. It streamlines the process, enhances annotation quality, and contributes to the development of robust models\.
### 3\.2Feature Encoding
The labeled and preprocessed data is then encoded to numerical vectors using various feature encoding techniques as follows\. These features are trained using various machine learning classifiers to classify and identify the named entities\.
- •TF\-IDF: Term Frequency\-Inverse Document Frequency is a widely used numerical statistic in text mining and information retrieval\. It measures the importance of a term in a document by considering its frequency in the document and its rarity in the corpus\. The TF\-IDF score,TF−IDF\(t,d,D\)TF\-IDF\(t,d,D\)is calculated as the product of the term frequencyTF\(t,d\)TF\(t,d\)and the inverse document frequencyIDF\(t,D\)IDF\(t,D\)\.TFTFrepresents how often the term appears in the document, whileIDFIDFmeasures the uniqueness of the term across the corpus\. The formula for computing theTF−IDFTF\-IDFscore is shown in Eq \(1\)\. TF\-IDF\(t,d,D\)=TF\(t,d\)×IDF\(t,D\)\\text\{TF\-IDF\}\(t,d,D\)=\\text\{TF\}\(t,d\)\\times\\text\{IDF\}\(t,D\)\(1\)
- •Count Vectors: also known as Bag\-of\-Words \(BoW\) representation, are vectors representing text documents as a count of each word occurrence\. Each document is represented by a vector, with each element representing the number of times a certain word appears in the document\. Count vectors disregard word order and context, instead capturing the presence or absence of words that are specified in the document\.
- •GloVe: It is a word embedding learning system that learns from a vast corpus of text\. Word embeddings are compact vector representations that capture the semantic relationships of words\. GloVe generates word vectors from global word co\-occurrence statistics, which can then be used to encode words in a text document\.
- •Word2Vec: It is another popular unsupervised learning algorithm for word embeddings that learns distributed representations of words based on their contextual usage\. Word2Vec generates word vectors by predicting the probability of a word given its context or predicting the context given the word\. These word vectors can be used to encode words in a text document\.
- •BERT: is a transformer\-based model that learns word representations by taking into account the context from both preceding and following words\. It is trained on large amounts of textual data through masked language modeling and next\-sentence prediction tasks\. BERT effectively captures the contextual information of words and can be further adapted for various NLP tasks\.
- •BioBERT: It is a specialized version of BERT specifically designed for biomedical text data\. It undergoes pre\-training using a methodology similar to BERT but on a corpus of biomedical text, making it particularly well\-suited for biomedical natural language processing tasks\. BioBERT offers the flexibility to fine\-tune its pre\-trained model for various biomedical tasks, such as identifying named entities, extracting relationships, and answering biomedical questions, and is used in the proposed approach\. ### 3\.3Machine Learning Algorithms - –Support Vector Machine \(SVM\): is a commonly applied and highly efficient machine learning algorithm utilized for both classification and regression tasks\. It finds an optimal hyperplane to separate different classes with maximum margin\. SVM has the ability to handle both linear and non\-linear classification problems through the utilization of diverse kernel functions\. - –Logistic Regression \(LR\): is a widely utilized statistical model extensively employed for binary classification tasks\. Although its name suggests regression, it is primarily utilized for classification purposes\. Logistic Regression demonstrates strong performance when the decision boundary is linear or can be reasonably approximated by a linear function\. - –Random Forest \(RF\): is a popular ensemble learning technique that utilizes multiple decision trees to make predictions\. This technique trains each tree within the forest on a randomly selected subset of data and features\. This randomization helps mitigate the overfitting risk, enhancing the model’s overall performance and generalization ability\. - –Naive Bayes \(NB\): is a straightforward and probabilistic classification algorithm that relies on Bayes’ theorem\. It operates under the assumption of conditional independence among features given the class label, hence the term "naive\." Through the computation of probabilities for each class based on the input features, this algorithm identifies the class with the highest probability and assigns it as the predicted outcome\. ### 3\.4Evaluation Matrices The performance evaluation of the proposed named entity classification approach was done using standard performance metrics such as accuracy, precision, recall, and F1\-score\. The formulas used to calculate these metrics are provided in Eq\. \(2\), Eq\. \(3\), Eq\. \(4\), and Eq\. \(5\)\. Accuracy=TP\+TNTP\+TN\+FP\+FN\\textbf\{Accuracy\}=\\frac\{\\text\{TP\}\+\\text\{TN\}\}\{\\text\{TP\}\+\\text\{TN\}\+\\text\{FP\}\+\\text\{FN\}\}\(2\)Precision=TPTP\+FP\\textbf\{Precision\}=\\frac\{\\text\{TP\}\}\{\\text\{TP\}\+\\text\{FP\}\}\(3\)Recall=TPTP\+FN\\textbf\{Recall\}=\\frac\{\\text\{TP\}\}\{\\text\{TP\}\+\\text\{FN\}\}\(4\)F\-measure=2×Precision×RecallPrecision\+Recall\\textbf\{F\-measure\}=\\frac\{2\\times\\text\{Precision\}\\times\\text\{Recall\}\}\{\\text\{Precision\}\+\\text\{Recall\}\}\(5\)
## 4Proposed Approach
This section discusses the proposed approach for the named entity recognition of malaria disease\. The overall workflow of a typical biomedical information extraction pipeline, with a specific focus on our named entity recognition, is given in Fig\. 1\. The dataset used for this experiment is taken from PubMed111https://pubmed\.ncbi\.nlm\.nih\.gov/, which is an online database that provides access to millions of medical literature\. The PubMed abstracts on Malaria were collected using PyMed library, which is a Python library that provides access to PubMed through the PubMed API, and the collected abstracts were manually annotated usingLabel Studio, a data labeling and annotation tool that is used for creating, managing, and labeling data for machine learning tasks\. For generic NER tasks, labels like name, place, and organization are used\. For our domain\-specific NER task for Malaria texts, we need specific labels particular to our domain\. The chosen labels were Disease, Organism, Medication, Protein, Gene, Anatomical Structures, Chemical Structures, and Other\(O\)\. As NER encounters a multiword capturing problem, it cannot correctly classify the multiword entities\. To achieve this, the data is labeled using IOBES tagging standards, where "B", "I", and "E" represents the "Beginning", "Inside", and "End" of an entity, "S" represents a "single word" entity and all other words irrelevant to the domain are labeled as "O"\. The annotated data is further preprocessed and used for training various models\. Fig\. 3 shows the input text and the output from our proposed approach with labeled entities\.
Algorithm 1Algorithm for the proposed named entity recognition approachInput:Labeled corpus
𝒟=\{\(x\(i\),y\(i\)\)\}i=1N\\mathcal\{D\}=\\\{\(x^\{\(i\)\},y^\{\(i\)\}\)\\\}\_\{i=1\}^\{N\}with BIO tags\.
Output:Best embedding\-classifier pair
\(E∗,C∗\)\(E^\{\*\},C^\{\*\}\)with evaluation metrics\.
1Step 1: Preprocessing
2\- Normalize and tokenize text\.
3\- Align tokens with BIO labels\.
4\- Split data into train/dev/test\.
5Step 2: Feature Extraction
6Define embedding and feature set
ℰ=\{\\mathcal\{E\}=\\\{TF\-IDF, CountVector, Word2Vec, GloVe, BERT, BioBERT
\}\\\}\.
7for*E∈ℰE\\in\\mathcal\{E\}*do
8Transform
x\(i\)x^\{\(i\)\}into feature vectors
f\(i\)=E\(x\(i\)\)f^\{\(i\)\}=E\(x^\{\(i\)\}\)\.
9Step 3: Model Training
10Define classifier set
𝒞=\{\\mathcal\{C\}=\\\{SVM, LR, RF, and NB
\}\\\}\.
11for*E∈ℰE\\in\\mathcal\{E\}*do
12for*C∈𝒞C\\in\\mathcal\{C\}*do
13Train classifier
CCon features
\{f\(i\)\}\\\{f^\{\(i\)\}\\\}with labels
\{y\(i\)\}\\\{y^\{\(i\)\}\\\}\.
14Perform
kk\-fold cross\-validation\.
15Compute entity\-level Precision, Recall, and F1\-score\.
16Store results as
\(E,C,F1\)\(E,C,\\mathrm\{F1\}\)\.
17Step 4: Final Evaluation
18Retrain
\(E,C\)\(E,C\)on train\+dev set\.
19Evaluate on held\-out test set\.
20Report entity\-level Precision, Recall, and F1\.
Figure 2:Architecture of the proposed approachAfter necessary preprocessing, the dataset is converted to numerical representations using various feature encoding techniques like TF\-IDF, Count Vectors, Word2vec, Glove, BERT, and BioBERT\. A detailed description of these techniques is provided in the previous chapter\. Once the feature encoding is complete, the resulting feature vectors are used as inputs for various machine learning models, including SVM, Random Forest, Logistic Regression, and Naive Bayes\. Fig\. 2 illustrates the overall architecture used in this NER system\. Here, we can see that the input sequence is split into individual words, which are then converted to numerical representations using BERT and BioBERT embeddings\. After this, they are fed as the input for the machine learning classifiers\. This will classify the input into predefined classes\. This model is deployed as an application using Streamlit, an open\-source Python library used for building interactive web applications and data dashboards\. The authors of this paper publish the labeled dataset and associated code files for other biomedical and natural language processing researchers to train advanced models\. The published dataset may be accessed from the URL[https://github\.com/anoop\-vs/nlp\-vector\-borne\-diseases](https://github.com/anoop-vs/nlp-vector-borne-diseases)\.
Figure 3:The output from the proposed system for Malaria named entity recognition
## 5Results and Discussions
The results obtained from the experiment, as discussed in the methodology section, are presented here\. The Precision, Recall, Accuracy, and F\-measure \(F\) values for different classifiers, such as Support Vector Machine \(SVM\), Logistic Regression \(LR\), Random Forest classifier \(RF\), and Naive Bayes classifier \(NB\) for different features are shown in Table 1, Table 2, and Table 3\. Also, the graphs showing the performance comparison of different machine learning classifiers on various text feature encoding techniques, such as TF\-IDF and BERT, are shown in Fig\. 4, Fig\. 5, Fig\. 6, Fig\. 7, Fig\. 8, and Fig\. 9\.
\(a\)Precision, recall, accuracy, and f\-measure for the TF\-IDF feature encoding
\(b\)Precision, recall, accuracy, and f\-measure for the Count Vector feature encoding
\(c\)Precision, recall, accuracy, and f\-measure for the Word2Vec feature encoding
Figure 4:Precision, recall, and accuracy performance of SVM, Logistic Regression, Random Forest, and Naive Bayes classifiers across different feature encoding techniques\(a\)Precision, recall, accuracy, and f\-measure for the GloVe feature encoding
\(b\)Precision, recall, accuracy, and f\-measure for the BERT feature encoding
\(c\)Precision, recall, accuracy, and f\-measure for the BioBERT feature encoding
Figure 5:Precision, recall, and accuracy performance of SVM, Logistic Regression, Random Forest, and Naive Bayes classifiers across GloVe, BERT, and BioBERT feature encoding techniquesTable 1:Precision, Recall, Accuracy, and F\-measure for Support Vector Machine, Logistic Regression, Random Forest, and Naive Bayes classifiers for TF\-IDF and Count Vector featuresTable 2:Precision, Recall, Accuracy, and F\-measure for Support Vector Machine, Logistic Regression, Random Forest, and Naive Bayes classifiers for Word2Vec and Glove featuresTable 3:Precision, Recall, Accuracy, and F\-measure for Support Vector Machine, Logistic Regression, Random Forest, and Naive Bayes classifiers for BERT and BioBERT embeddingsFor the TF\-IDF feature, SVM has 96\.82%, 94\.96%, 91\.28%, and 92\.89% for the accuracy, precision, recall, and f\-measure values, and the LR algorithm has 93\.21%, 98\.20%, 89\.77%, and 93\.80% for the accuracy, precision, recall, and f\-measure values, respectively\. For the RF classifier, the values were 97\.41%, 95\.20%, 97\.45%, and 96\.31%, and the NB classifier obtained 90\.11%, 97\.82%, 90\.01%, and 93\.75% for the accuracy, precision, recall, and f\-measure values\. For the CountVector feature, the accuracy, precision, recall, and f\-measure values were 92\.10%, 85\.96%, 92\.30%, and 89\.02% for SVM, 89\.51\.98%, 85\.42%, 91\.02%, and 88\.13% for LR, 96\.58%, 91\.00%, 89\.70%, and 90\.35% for RF, and 90\.11%, 97\.82%, 90\.01%, and 93\.75% for NB classifier, respectively\.
For Word2Vec embedding with the SVM classifier, we have obtained 89\.45%, 86\.51%, 91\.25%, and 88\.82% as the accuracy, precision, recall, and f\-measure values, and with RF, these values were 97\.85%, 89\.70%, 98\.72%, and 93\.99%, and for NB classifiers, we have obtained 95\.65%, 89\.77%, 95\.62%, and 92\.60%, respectively\. For Glove embedding, the SVM has given 79\.84% for accuracy, 89\.15% for precision, 91\.20% for recall, and 90\.16% for F\-measure, and the LR algorithm has produced 85\.21% for accuracy, 89\.69% for precision, 91\.52% for recall, and 90\.60% for F\-measure\. For the RF and NB classifiers, these values were 97\.85%, 94\.51%, 80\.47%, and 86\.93%, and 95\.62%, 91\.25%, 98\.85%, and 94\.90%, respectively\. This work also used BERT, a pretrained language model trained on general internet\-scale data, for generating the embeddings, and also BioBERT, which was trained on biomedical and healthcare data\. For BERT embeddings, SVM has given 97\.45%, 95\.65%, 89\.95%, and 92\.71%, LR has given 95\.62%, 87\.45%, 91\.25%, and 89\.31%, RF has given 92\.35%, 98\.45%, 88\.75%, 93\.35%, and NB has given 93\.20%, 89\.50%, 90\.22%, and 89\.86%, for the precision, recall, accuracy, and f\-measure\.
When the BioBERT embedding was used to train our classifiers, we got a higher f\-measure for the SVM, LR, and RF classifiers, but the NB gave only 87\.84% for the f\-measure values\. This may be due to the assumption of the NB algorithm that the features are independent, but in this sequence understanding task, that is not the case\. In conclusion, this work highlighted that a domain\-specific transformer\-based model will be good in custom named entity recognition tasks, and the same has been showcased for the identification of clinical named entities from the unstructured documents related to Malaria disease\. Such an approach may find several interesting applications in the healthcare domain, including automated understanding of clinical narratives and case documents, clinical text summarization, to name a few\.
### 5\.1Limitations
The results of this study are promising in the area of named entity recognition for the biomedical domain of Malaria disease, but at the same time, this study has several limitations that should be acknowledged\. The corpus used for training and evaluation was limited to malaria\-related literature, which may restrict the generalizability of the model to other biomedical domains\. The specialized vocabulary and context in malaria research may not fully represent the broader biomedical landscape, potentially affecting the model’s transferability\. Another limitation is with respect to the contextual embeddings of the BioBERT model, which was trained on large\-scale biomedical text\. The performance of the model is still dependent on the quality and coverage of the annotated training data, and in this study, the availability of manually annotated malaria\-specific NER datasets was limited, which might have affected the ability to capture rare or domain\-specific entities\. Finally, the model primarily focuses on surface\-level textual features without incorporating domain knowledge such as ontologies or structured biomedical databases\. This caused challenges in distinguishing between highly similar entities, abbreviations, and synonyms that are frequent in malaria literature\.
## 6Conclusions and Future Work
Biomedical named entity recognition is a problem that has been extensively researched in the area of biomedical NLP, but there is a need for many innovative techniques for the same\. In this connection, this work proposed a biomedical named entity recognition approach by fine\-tuning BioBERT, a highly developed domain\-specific language model specifically designed for the biomedical field, encompassing a vast range of pre\-existing knowledge to enhance language understanding and representation within this domain\. When the suggested approach’s performance was compared to several baselines, the model employing BioBERT embeddings outperformed them for biomedical named entity recognition\. As the results are promising, extending the methodology for deep learning approaches with more labeled data seems a promising future work\. Also, there are more open\-source pretrained biomedical models that are getting published, and using them for generating the embeddings to train the classifiers would be an interesting dimension\.
## References
- \[1\]\(2019\)Extracting conceptual relationships and inducing concept lattices from unstructured text\.Journal of Intelligent Systems28\(4\),pp\. 669–681\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[2\]V\. Anoop, C\. S\. Krishna, and U\. H\. Govindarajan\(2024\)Graph embedding approaches for social media sentiment analysis with model explanation\.International Journal of Information Management Data Insights4\(1\),pp\. 100221\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[3\]K\. Ardra, V\. Anoop, and P\. Panta\(2023\)OralMedNER: a named entity recognition system for oral medicine and radiology\.In2023 9th International Conference on Smart Computing and Communications \(ICSCC\),pp\. 262–267\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p2.1)\.
- \[4\]N\. V\. Chandran, V\. Anoop, and S\. Asharaf\(2023\)Topicstriker: a topic kernels\-powered approach for text classification\.Results in Engineering17,pp\. 100949\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[5\]N\. Devika, V\. Anoop, and J\. Thekkiniath\(2023\)Biomedical named entity recognition from malaria literature using biobert\.In2023 9th International Conference on Smart Computing and Communications \(ICSCC\),pp\. 239–244\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p2.1)\.
- \[6\]J\. Devlin, M\. Chang, K\. Lee, and K\. Toutanova\(2018\)Bert: pre\-training of deep bidirectional transformers for language understanding\.arXiv preprint arXiv:1810\.04805\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p2.1)\.
- \[7\]L\. Floridi and M\. Chiriatti\(2020\)GPT\-3: its nature, scope, limits, and consequences\.Minds and Machines30,pp\. 681–694\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p2.1)\.
- \[8\]H\. Gautam, A\. Gaur, and D\. K\. Yadav\(2025\)A survey on the impact of pre\-trained language models in sentiment classification task\.International Journal of Data Science and Analytics,pp\. 1–39\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[9\]N\. Goyal and N\. Singh\(2025\)Named entity recognition and relationship extraction for biomedical text: a comprehensive survey, recent advancements, and future research directions\.Neurocomputing618,pp\. 129171\.Cited by:[§2](https://arxiv.org/html/2609.00073#S2.p2.1)\.
- \[10\]B\. Gu, V\. Shao, Z\. Liao, V\. Carducci, S\. R\. Brufau, J\. Yang, and R\. J\. Desai\(2025\)Scalable information extraction from free text electronic health records using large language models\.BMC Medical Research Methodology25\(1\),pp\. 23\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p2.1)\.
- \[11\]L\. Hong, M\. Luo, R\. Wang, P\. Lu, W\. Lu, and L\. Lu\(2018\)Big data in health care: applications and challenges\.Data and information management2\(3\),pp\. 175–197\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[12\]Y\. Hu, Q\. Chen, J\. Du, X\. Peng, V\. K\. Keloth, X\. Zuo, Y\. Zhou, Z\. Li, X\. Jiang, Z\. Lu,et al\.\(2024\)Improving large language models for clinical named entity recognition via prompt engineering\.Journal of the American Medical Informatics Association,pp\. ocad259\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[13\]S\. Jarashanth and R\. Nawarathna\(2022\)Applying transformer models for disease named entity recognition\.In2022 2nd International Conference on Advanced Research in Computing \(ICARC\),pp\. 272–277\.Cited by:[§2](https://arxiv.org/html/2609.00073#S2.p4.1),[§2](https://arxiv.org/html/2609.00073#S2.p5.1)\.
- \[14\]K\. S\. Kalyan, A\. Rajasekharan, and S\. Sangeetha\(2022\)AMMU: a survey of transformer\-based biomedical pretrained language models\.Journal of biomedical informatics126,pp\. 103982\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1),[§2](https://arxiv.org/html/2609.00073#S2.p5.1)\.
- \[15\]D\. Khurana, A\. Koli, K\. Khatter, and S\. Singh\(2023\)Natural language processing: state of the art, current trends and challenges\.Multimedia tools and applications82\(3\),pp\. 3713–3744\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[16\]M\. H\. Kurniawan, H\. Handiyani, T\. Nuraini, R\. T\. S\. Hariyati, and S\. Sutrisno\(2024\)A systematic review of artificial intelligence\-powered \(ai\-powered\) chatbot intervention for managing chronic illness\.Annals of Medicine56\(1\),pp\. 2302980\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[17\]J\. Lee, W\. Yoon, S\. Kim, D\. Kim, S\. Kim, C\. H\. So, and J\. Kang\(2020\)BioBERT: a pre\-trained biomedical language representation model for biomedical text mining\.Bioinformatics36\(4\),pp\. 1234–1240\.Cited by:[§2](https://arxiv.org/html/2609.00073#S2.p4.1),[§2](https://arxiv.org/html/2609.00073#S2.p5.1)\.
- \[18\]C\. Leiter, P\. Lertvittayakumjorn, M\. Fomicheva, W\. Zhao, Y\. Gao, and S\. Eger\(2024\)Towards explainable evaluation metrics for machine translation\.Journal of Machine Learning Research25\(75\),pp\. 1–49\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[19\]J\. W\. Lim, T\. K\. Chiew, M\. T\. Su, S\. Ong, H\. Subramaniam, M\. B\. Mustafa, and Y\. K\. Chiam\(2024\)Test case information extraction from requirements specifications using nlp\-based unified boilerplate approach\.Journal of Systems and Software,pp\. 112005\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[20\]Y\. Liu, M\. Ott, N\. Goyal, J\. Du, M\. Joshi, D\. Chen, O\. Levy, M\. Lewis, L\. Zettlemoyer, and V\. Stoyanov\(2019\)Roberta: a robustly optimized bert pretraining approach\.arXiv preprint arXiv:1907\.11692\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p2.1)\.
- \[21\]I\. Lopez, A\. Swaminathan, K\. Vedula, S\. Narayanan, F\. Nateghi Haredasht, S\. P\. Ma, A\. S\. Liang, S\. Tate, M\. Maddali, R\. J\. Gallo,et al\.\(2025\)Clinical entity augmented retrieval for clinical information extraction\.npj Digital Medicine8\(1\),pp\. 45\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p2.1),[§2](https://arxiv.org/html/2609.00073#S2.p3.1)\.
- \[22\]J\. Lovelace, V\. Kishore, C\. Wan, E\. Shekhtman, and K\. Q\. Weinberger\(2024\)Latent diffusion for language generation\.Advances in Neural Information Processing Systems36\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[23\]K\. Marsh, E\. Akl, J\. Achan, M\. Alzahrani, J\. K\. Baird, T\. Bousema, D\. Gamboa, M\. Lacerda, K\. Mendis, M\. Penny,et al\.\(2024\)Development of who recommendations for the final phase of elimination and prevention of re\-establishment of malaria\.The American Journal of Tropical Medicine and Hygiene110\(4 Suppl\),pp\. 3\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p2.1)\.
- \[24\]J\. I\. Odero, B\. Abong’o, V\. Moshi, S\. Ekodir, S\. A\. Harvey, E\. Ochomo, J\. E\. Gimnig, N\. L\. Achee, J\. P\. Grieco, P\. A\. Oria,et al\.\(2024\)Early morning anopheline mosquito biting, a potential driver of malaria transmission in busia county, western kenya\.Malaria Journal23\(1\),pp\. 66\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p2.1)\.
- \[25\]E\. Parsaeimehr, M\. Fartash, and J\. Akbari Torkestani\(2023\)Improving feature extraction using a hybrid of cnn and lstm for entity identification\.Neural Processing Letters,pp\. 1–16\.Cited by:[§2](https://arxiv.org/html/2609.00073#S2.p3.1)\.
- \[26\]R\. Siddalingappa and K\. Sekar\(2022\)Bi\-directional long short term memory using recurrent neural network for biological entity recognition\.IAES International Journal of Artificial Intelligence11\(1\),pp\. 89–101\.Cited by:[§2](https://arxiv.org/html/2609.00073#S2.p4.1),[§2](https://arxiv.org/html/2609.00073#S2.p5.1)\.
- \[27\]S\. C\. Sreenivas, S\. Chowdhury, and M\. Masum\(2025\)Enhancing clinical named entity recognition via fine\-tuned bert and dictionary\-infused retrieval\-augmented generation\.Electronics14\(18\),pp\. 3676\.Cited by:[§2](https://arxiv.org/html/2609.00073#S2.p3.1)\.
- \[28\]M\. S\. Usha, A\. M\. Smrity, and S\. Das\(2022\)Named entity recognition using transfer learning with the fusion of pre\-trained scibert language model and bi\-directional long short term memory\.In2022 25th International Conference on Computer and Information Technology \(ICCIT\),pp\. 460–465\.Cited by:[§2](https://arxiv.org/html/2609.00073#S2.p3.1)\.
- \[29\]D\. Van Veen, C\. Van Uden, L\. Blankemeier, J\. Delbrouck, A\. Aali, C\. Bluethgen, A\. Pareek, M\. Polacin, E\. P\. Reis, A\. Seehofnerová,et al\.\(2024\)Adapted large language models can outperform medical experts in clinical text summarization\.Nature Medicine,pp\. 1–9\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[30\]A\. Verma, S\. Mansoori, A\. Srivastava, P\. Rathee, and N\. P\. Singh\(2024\)Deep learning driven automated malaria parasite detection in thin blood smears\.InArtificial Intelligence, Blockchain, Computing and Security Volume 1,pp\. 375–380\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p2.1)\.
- \[31\]M\. Wang, X\. He, L\. Liu, Q\. Fang, M\. Zhang, H\. Chen, and Y\. Liu\(2024\)HCT: chinese medical machine reading comprehension question\-answering via hierarchically collaborative transformer\.IEEE Journal of Biomedical and Health Informatics\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[32\]Y\. Wu and J\. Wan\(2025\)A survey of text classification based on pre\-trained language model\.Neurocomputing616,pp\. 128921\.Cited by:[§1](https://arxiv.org/html/2609.00073#S1.p1.1)\.
- \[33\]H\. Yang, J\. Li, C\. Zhang, A\. P\. Sierra, and B\. Shen\(2025\)Large language model–driven knowledge graph construction in sepsis care using multicenter clinical databases: development and usability study\.Journal of Medical Internet Research27,pp\. e65537\.Cited by:[§2](https://arxiv.org/html/2609.00073#S2.p2.1)\.
- \[34\]C\. Zhang, P\. Mayr, W\. Lu, and Y\. Zhang\(2021\)Knowledge entity extraction and text mining in the era of big data\.Data and Information Management\.Cited by:[§2](https://arxiv.org/html/2609.00073#S2.p1.1)\.Similar Articles
Specialty-Specific Medical Language Model for Immune-Mediated Diseases
This paper presents a specialty-specific medical language model for extracting information from clinical narratives about immune-mediated and infectious diseases, using a BiLSTM-CNN-Char architecture trained on a curated corpus of 371 case reports, achieving an F1 score of 0.89.
BERT-based Models vs. Large Language Models for Low-Resource Named Entity Recognition: A Comparative Study on Marathi
This paper compares fine-tuned MahaBERT-based models with large language models (Gemini, LLaMA-3.3-70B, Gemma) for Marathi named entity recognition, finding that the specialized BERT models significantly outperform the LLMs, achieving F1-scores of 0.88–0.91 versus 0.57–0.69.
The Word and the Way: Strategies for Domain-Specific BERT Pre-Training in German Medical NLP
This paper introduces ChristBERT, a family of domain-specific RoBERTa-based language models for German clinical NLP, and evaluates three domain adaptation strategies (continued pre-training, pre-training from scratch, and vocabulary adaptation) on medical named entity recognition and text classification tasks, achieving state-of-the-art results.
MentalMARBERT: Domain-Adaptive Pre-training and Two-Stage Fine-Tuning for Arabic Mental Health Disorders Detection
This paper presents MentalMARBERT, a domain-adapted Arabic language model for detecting mental health disorders from social media text. The framework uses domain-adaptive pre-training and a two-stage fine-tuning approach, achieving 0.877 accuracy and 0.861 macro-F1 on a newly constructed Arabic mental health dataset of 50,670 tweets.
Development and Preliminary Evaluation of a Domain-Specific Large Language Model for Tuberculosis Care in South Africa
Researchers fine-tuned BioMistral-7B with QLoRA and GraphRAG to create a TB-care LLM for South Africa, showing improved contextual alignment over the base model.