@article{wani2025natural,
  title = {Natural Language Processing in Healthcare: A Case Study on Depression Detection},
  author = {Mudasir Ahmad WANI1 and Kashish Ara SHAKIL2 and Talal Abdulmohsen S ALDHABAAN3 and Muhammad Asim1 and Ogerta ELEZAJ4 and Mohammed ELAFFENDI1},
  year = 2025,
  url = {https://ibimapublishing.com/p-articles/45AI/2025/4541325/},
  journal = {Communications of International Proceedings},
  volume = 2025 (20),
  doi = doi.org/10.5171/2025.4541325,
  abstract = {With the rapid growth of electronic health records (EHRs), clinical notes, and physician summaries, healthcare systems are generating vast amounts of unstructured textual data. Unlocking meaningful insights from this information especially to support early detection of mental health conditions like depression remains a significant challenge. While Natural Language Processing (NLP) offers powerful tools to address this, there's still a need to explore its effectiveness in real-world clinical contexts.
In this study, we apply a range of NLP techniques to clinical text to detect early signs of depression. Our pipeline includes domain-specific preprocessing steps like tokenization, lemmatization, and lexical normalization. We use TF-IDF and contextual embeddings for feature extraction, followed by classification using traditional models (Logistic Regression, Random Forest) and deep learning approaches (LSTM, ClinicalBERT).
We obtained promising results, Logistic Regression and LSTM models achieved perfect ROC-AUC scores of 1.000, with F1-scores of 0.800, reflecting strong balance between precision and recall. ClinicalBERT achieved high precision (1.000) but struggled with recall (0.400), resulting in a lower F1-score of 0.571. Random Forest, by contrast, performed poorly across most metrics. These findings show the potential of combining classic and modern NLP methods for early depression detection and suggest that even simpler models can deliver strong results with well-engineered features. We hope this work supports further efforts in building intelligent, interpretable clinical decision-support tools in mental health care.},
  keywords = {Natural Language Processing (NLP), Medical Text Analysis, Deep Learning, Artificial Intelligence, Clinical BERT.},
  note = Article ID: 4541325
}
