Towards Suicide Prevention from Bipolar Disorder with Temporal Symptom-Aware Multitask Learning

Daeun Lee,Sejung Son,Hyolim Jeon,Seungbae Kim,Jinyoung Han
DOI: https://doi.org/10.1145/3580305.3599917
2023-07-03
Abstract:Bipolar disorder (BD) is closely associated with an increased risk of suicide. However, while the prior work has revealed valuable insight into understanding the behavior of BD patients on social media, little attention has been paid to developing a model that can predict the future suicidality of a BD patient. Therefore, this study proposes a multi-task learning model for predicting the future suicidality of BD patients by jointly learning current symptoms. We build a novel BD dataset clinically validated by psychiatrists, including 14 years of posts on bipolar-related subreddits written by 818 BD patients, along with the annotations of future suicidality and BD symptoms. We also suggest a temporal symptom-aware attention mechanism to determine which symptoms are the most influential for predicting future suicidality over time through a sequence of BD posts. Our experiments demonstrate that the proposed model outperforms the state-of-the-art models in both BD symptom identification and future suicidality prediction tasks. In addition, the proposed temporal symptom-aware attention provides interpretable attention weights, helping clinicians to apprehend BD patients more comprehensively and to provide timely intervention by tracking mental state progression.
Computation and Language
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve This paper aims to predict the future suicidal tendencies of patients with Bipolar Disorder (BD) through a multi-task learning model. Specifically, the study proposes a multi-task learning model based on a temporal symptom-aware attention mechanism to predict the future suicide risk of BD patients using social media data. The main objectives include: 1. **Creating a Clinically Validated Dataset**: Researchers constructed a new BD dataset that includes social media posts from BD patients verified by psychiatrists, annotated with future suicidal tendencies and BD symptoms. 2. **Predicting Future Suicide Risk**: Utilizing time series data to predict the future suicide risk of BD patients, thereby providing clinicians with opportunities for early intervention. 3. **Symptom Identification and Interpretation**: Proposing a temporal symptom-aware attention mechanism to determine which symptoms have the most significant impact on predicting future suicide risk, helping clinicians better understand the changes in BD patients' conditions and intervene in a timely manner. In summary, this paper attempts to provide new tools and techniques for suicide prevention by developing a model capable of predicting the future suicide risk of BD patients.