Research

Publications & Research

Peer-reviewed contributions to multilingual NLP, toxic-content classification, and fairness in machine learning.

Peer-Reviewed Publications

Research Projects

Toxic Comment Classification for Urdu and Roman Urdu

  • Trained word embedding models (Word2Vec, GloVe, FastText) alongside classical ML (Naïve Bayes, Random Forest, Logistic Regression, SVM) and deep learning architectures (CNN, BLSTM, BGRU) using scikit-learn, Keras, and TensorFlow with stratified 5-fold cross-validation.
  • Fine-tuned five multilingual transformer models (multilingual BERT, multilingual DistilBERT, XLM-RoBERTa, MuRIL, multilingual T5) using Hugging Face with stratified 5-fold cross-validation.

Toxic Comment Classification for Arabic and English

  • Implemented deep learning architectures from scratch in Python, Keras, and TensorFlow for both Arabic and English toxic comment classification.
  • Engineered a dual-embedding representation combining two distinct word embeddings per word, with domain-specific preprocessing for Arabic.

Urdu Named Entity Recognition (NER)

  • Developed an Urdu NER system with LSTM/GRU architectures and training and inference pipelines.

Ischemic Heart Disease Analysis

  • Conducted exploratory data analysis on the prevalence of Ischemic Heart Disease in Pakistan using Python, Pandas, and Matplotlib, developing visualizations to surface key contributing factors.
  • Applied hypothesis testing and correlation analysis to identify statistically significant factors associated with the disease.

Discrimination-Aware Data Science

  • Implemented post-processing fairness techniques to reduce bias and discrimination in machine learning models using the Adult and German Credit datasets.