CLNov 10, 2020

Towards Preemptive Detection of Depression and Anxiety in Twitter

arXiv:2011.05249v1990 citations
AI Analysis

This work addresses the challenge of preemptive mental health detection for social media users, but it is incremental as it builds on existing methods with a new dataset.

The paper tackled the problem of detecting depression and anxiety in Twitter posts by creating a dataset and applying state-of-the-art classification models, with results showing language models perform reasonably well but have room for improvement.

Depression and anxiety are psychiatric disorders that are observed in many areas of everyday life. For example, these disorders manifest themselves somewhat frequently in texts written by nondiagnosed users in social media. However, detecting users with these conditions is not a straightforward task as they may not explicitly talk about their mental state, and if they do, contextual cues such as immediacy must be taken into account. When available, linguistic flags pointing to probable anxiety or depression could be used by medical experts to write better guidelines and treatments. In this paper, we develop a dataset designed to foster research in depression and anxiety detection in Twitter, framing the detection task as a binary tweet classification problem. We then apply state-of-the-art classification models to this dataset, providing a competitive set of baselines alongside qualitative error analysis. Our results show that language models perform reasonably well, and better than more traditional baselines. Nonetheless, there is clear room for improvement, particularly with unbalanced training sets and in cases where seemingly obvious linguistic cues (keywords) are used counter-intuitively.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes