Zarmeen Nasim
2026
Evaluating Large Language Models for Medical Named Entity Recognition in Urdu: A Benchmark Study
Bushra Nasim | Kinza Latif | Muhammad Zohair | Muhammad Hassan Asif | Zarmeen Nasim
Proceedings of the Second workshop on Challenges in Processing South Asian Languages (CHiPSAL2026)
Bushra Nasim | Kinza Latif | Muhammad Zohair | Muhammad Hassan Asif | Zarmeen Nasim
Proceedings of the Second workshop on Challenges in Processing South Asian Languages (CHiPSAL2026)
Medical named entity recognition (NER) is a crucial task in natural language processing (NLP) for extracting meaningful entities such as diseases, symptoms, medications, body parts, and treatments from clinical text. However, NER in low-resource languages like Urdu remains underexplored due to limited annotated datasets. In this study, we evaluated the performance of two state-of-the-art large language models (LLMs), ChatGPT-4o and LLAMA 3.2, on Urdu medical NER using a dataset of 2,057 health-related Urdu news headlines manually annotated across five entity categories. Both models were evaluated using precision, recall, and F1-score. It was found that both models exhibited low precision and moderate recall. ChatGPT-4o achieved the highest F1 for Disease (0.35) while LLAMA 3.2 reached slightly lower F1 scores for Disease (0.33). Both models performed poorly on treatment-related terms, with F1 scores of 0.036 (LLAMA 3.2) and 0.011 (ChatGPT-4o). Micro-average F1-scores were 0.187 for ChatGPT-4o and 0.183 for LLAMA 3.2, indicating comparable overall performance. These findings highlight the challenges of medical NER in low-resource languages and underscore the need for domain-specific fine-tuning, transfer learning, few-shot learning, and prompt engineering to improve performance.
2022
Impact of Distance Measures on Urdu Document Clustering
Zarmeen Nasim | Sajjad Haider
Proceedings of the 36th Pacific Asia Conference on Language, Information and Computation
Zarmeen Nasim | Sajjad Haider
Proceedings of the 36th Pacific Asia Conference on Language, Information and Computation
2017
IBA-Sys at SemEval-2017 Task 5: Fine-Grained Sentiment Analysis on Financial Microblogs and News
Zarmeen Nasim
Proceedings of the 11th International Workshop on Semantic Evaluation (SemEval-2017)
Zarmeen Nasim
Proceedings of the 11th International Workshop on Semantic Evaluation (SemEval-2017)
This paper presents the details of our system IBA-Sys that participated in SemEval Task: Fine-grained sentiment analysis on Financial Microblogs and News. Our system participated in both tracks. For microblogs track, a supervised learning approach was adopted and the regressor was trained using XgBoost regression algorithm on lexicon features. For news headlines track, an ensemble of regressors was used to predict sentiment score. One regressor was trained using TF-IDF features and another was trained using the n-gram features. The source code is available at Github.