Muhammad Fahad Bashir, Muhammad Afzal
6 min
University students in Pakistan face a unique combination of academic, financial, familial, and social stressors that differ significantly from those experienced by students in Western contexts. Existing digital mental health tools often fail to address these specific cultural nuances, are primarily English-language based, and do not account for the social stigma surrounding mental health in South Asia. This paper introduces Sukoon, a hybrid AI system designed to bridge this gap by providing culturally sensitive stress detection and wellness support.
The researchers developed a two-layered system. First, a machine learning classifier (Random Forest) was trained on a dataset of 1,100 student responses across 20 features, including psychological, physiological, and environmental factors. This model categorizes stress into three severity levels. Second, the classification output is passed to an LLM-powered chatbot. This chatbot uses a specialized system prompt to deliver wellness guidance in English, Urdu, and Roman Urdu, following the Stepped Care Model to ensure the tone and intensity of support match the student's detected stress level.
The Random Forest model achieved an accuracy of 89.09% and a macro F1-score of 0.89, outperforming comparative models. Feature importance analysis revealed that blood pressure was the strongest predictor of stress, followed by the teacher-student relationship. The latter finding is particularly significant, as it highlights the hierarchical nature of the Pakistani educational environment—a factor often overlooked in Western-centric mental health tools. Preliminary functional testing suggests the system successfully maintains coherent, multi-turn conversations that feel culturally relevant.
By integrating machine learning with culturally aware conversational AI, this research provides a scalable, low-cost framework for addressing the mental health needs of an underserved population. The findings underscore the necessity of developing region-specific mental health interventions that account for local social norms and stressors, rather than relying on imported, one-size-fits-all digital solutions.
With the existing digital mental health tools specifically developed for Western settings, Pakistani students are exposed to a uniquely compounded stress situation in their university that includes academic, financial, familial, and relational stressors, which have become a serious concern for academic and psychological development of students in Pakistani universities. This paper introduces a new, AI-driven and culturally sensitive stress detection and wellness support system that is tailored to the context of Pakistani university students. The system is based on a machine learning model called Random Forest which is trained using a validated student stress data set of 1100 responses on 20 features from psychological, physiological, academic, environmental and social aspects, with an accuracy of 89.09% and a macro F1-score of 0.89, in three stress severity levels. The classification outputs are passed on to an open-source large language model through OpenRouter API, where an appropriately crafted system prompt, culturally aware, gives the model a conversation about wellness, in English, Urdu and Roman Urdu. The second most predictive stress factor in this population identified by feature importance analysis was teacher-student relationship, which is a culturally important stress factor highlighting the need for region-aware mental health systems. Future research will involve primary data collection from students at various academic levels of Pakistani Universities with the validated DASS-21 instrument focusing on the students who are moving from FSc to undergraduate studies, which is a time of being psychologically vulnerable which is under-researched.
Sam: [skeptical, but engaged] That's a sensible design choice. But there's still a language problem, isn't there? Pakistani students often communicate in Roman Urdu — transliterated Urdu written in Latin script. How does the system handle that kind of code-switching without losing nuance?
Alex: [steady] They address this through the system prompt itself, delivered via the OpenRouter API. The prompt conditions the LLM to maintain culturally appropriate tone and register regardless of whether the user writes in English, Urdu, or Roman Urdu. The model's multilingual capacity handles the surface-level translation, while the system prompt handles the cultural framing.
Sam: [measured] That's where I'd want to see more evidence. Conditioning a prompt is not the same as validating that the output is actually culturally resonant. Has anyone checked whether the responses land correctly with actual users? [[RP_SECTION:limitations-and-future-research|Limitations and Future Research]]
Alex: [acknowledging] And that's the central limitation. The authors are transparent about it — Sukoon is a functional prototype, not a clinically validated tool. There's no formal user study in this paper. The classification performance is strong on the dataset they used, but that dataset is publicly available and not drawn from Pakistani university students specifically. So the model's performance on the actual target population is still an open empirical question.
Sam: [analytical] That's a significant gap. The feature importance result — the teacher-student relationship at ten percent — is only as meaningful as the dataset it came from. If the training data doesn't reflect the local population, that finding could shift considerably.
Alex: [measured] That's the concern a careful referee would press hardest on. The authors frame this as an incremental step, which is the right framing. The contribution is the architectural proof-of-concept: showing that a hybrid classifier-plus-LLM pipeline can be designed to respect cultural specificity, and that feature importance analysis gives you a principled basis for which stressors to weight.
Sam: The conservative misclassification strategy is worth noting here as well. Biasing ambiguous cases toward higher stress tiers rather than lower ones is a deliberate safety choice — you'd rather over-triage than miss someone in genuine distress.
Alex: [thoughtful] Right. For a wellness application, that asymmetry in error costs is well-justified. Precision matters less than recall in the high-stress tier, and the design reflects that priority explicitly.
Sam: So where does the work go from here? Primary data collection seems like the obvious next step.
Alex: [steady] That's the critical path. The authors flag longitudinal tracking as a future direction — moving from point-in-time stress classification toward monitoring trends across a student's degree. If Sukoon were integrated with university counseling services, it could shift from reactive support to something more proactive. But that requires both primary data collection from the target population and a formal clinical validation study before any of those claims can be made with confidence.
Sam: [concluding] So the honest summary is: a well-motivated architecture, a meaningful preliminary finding about the structure of student stress in Pakistan, and a clear roadmap for what needs to happen before this moves from prototype to practice.
Alex: [professional, measured] That's it precisely. The combination of interpretable machine learning for triage and a culturally conditioned LLM for response is a coherent design answer to a real gap in the literature. The next test is whether it holds up against data from the population it was actually built for. Thanks for listening to ResearchPod.