Introduction¶
Longitudinal AI-Based Monitoring for Depression and Anxiety in Arabic Text¶
Mental health conditions such as depression and anxiety evolve over time. Traditional assessment tools capture only isolated snapshots, often missing gradual deterioration or emerging risk signals.
This project introduces a trajectory-based AI framework that analyzes Arabic textual narratives to model severity progression and generate structured predictive alerts.
Why This Research Matters¶
-
Mental Health is Dynamic
Psychological conditions fluctuate over time. Static classification fails to capture gradual changes and worsening trends.
-
Arabic Underrepresentation
Most NLP-based mental health research focuses on English datasets. Arabic remains significantly underrepresented.
-
Need for Longitudinal Modeling
Early detection requires modeling progression, not just isolated severity scores.
Research Objective¶
To develop a dual-model AI framework that independently classifies depression and anxiety severity from Arabic text and integrates a structured alert system for longitudinal risk monitoring.
Core Contributions¶
-
Dual Independent Classifiers
Separate SVM models predict depression and anxiety severity on a four-level scale.
-
Synthetic Longitudinal Dataset
100 virtual participants with time-stamped Arabic entries to simulate mental health trajectories.
-
Three-Tier Alert System
- Sustained high severity
- Worsening trend detection
- Sudden spike alerts
-
Responsible AI Design
Built as a decision-support research tool with privacy preservation and non-diagnostic boundaries.
Problem Statement¶
Can an embedding-based NLP system classify depression and anxiety severity from Arabic text while modeling temporal progression and generating structured early-warning alerts within ethical constraints?
Scope of the Project¶
- Embedding-based feature generation
- SVM classification with RBF kernel
- Multi-class evaluation metrics
- Longitudinal trend analysis
- Prototype research application
- Ethical and methodological analysis
Positioning¶
This system is a research-oriented monitoring framework.
It does not provide medical diagnosis and does not replace clinical evaluation.
It demonstrates how embedding-based NLP models can move from static classification toward structured trajectory modeling for mental health research.