Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ml 85% Match Research Paper AI researchers in mental health,Social media platform developers,Public health officials,Mental health professionals 2 weeks ago

Hierarchical Dual-Head Model for Suicide Risk Assessment via MentalRoBERTa

large-language-models › alignment
📄 Abstract

Abstract: Social media platforms have become important sources for identifying suicide risk, but automated detection systems face multiple challenges including severe class imbalance, temporal complexity in posting patterns, and the dual nature of risk levels as both ordinal and categorical. This paper proposes a hierarchical dual-head neural network based on MentalRoBERTa for suicide risk classification into four levels: indicator, ideation, behavior, and attempt. The model employs two complementary prediction heads operating on a shared sequence representation: a CORAL (Consistent Rank Logits) head that preserves ordinal relationships between risk levels, and a standard classification head that enables flexible categorical distinctions. A 3-layer Transformer encoder with 8-head multi-head attention models temporal dependencies across post sequences, while explicit time interval embeddings capture posting behavior dynamics. The model is trained with a combined loss function (0.5 CORAL + 0.3 Cross-Entropy + 0.2 Focal Loss) that simultaneously addresses ordinal structure preservation, overconfidence reduction, and class imbalance. To improve computational efficiency, we freeze the first 6 layers (50%) of MentalRoBERTa and employ mixed-precision training. The model is evaluated using 5-fold stratified cross-validation with macro F1 score as the primary metric.
Authors (6)
Chang Yang
Ziyi Wang
Wangfeng Tan
Zhiting Tan
Changrui Ji
Zhiming Zhou
Submitted
October 23, 2025
arXiv Category
cs.LG
arXiv PDF

Key Contributions

Proposes a novel hierarchical dual-head neural network based on MentalRoBERTa for multi-level suicide risk classification. It uniquely combines a CORAL head for ordinal relationships and a standard classification head for categorical distinctions, incorporating temporal dynamics via embeddings and a Transformer encoder.

Business Value

Provides a more accurate and nuanced automated system for identifying individuals at risk of suicide from social media, enabling timely intervention and support, potentially saving lives.