paper-with-me

홈 › Papers

Detection of Suicidal Risk on Social Media: A Hybrid Model

2025-05-26 · Zaihan Yang, Ryan Leonard, Hien Tran, Rory Driscoll, Chadbourne Davis

Suicidal thoughts and behaviors are increasingly recognized as a critical societal concern, highlighting the urgent need for effective tools to enable early detection of suicidal risk. In this work, we develop robust machine learning models that leverage Reddit posts to automatically classify them into four distinct levels of suicide risk severity. We frame this as a multi-class classification task and propose a RoBERTa-TF-IDF-PCA Hybrid model, integrating the deep contextual embeddings from Robustly Optimized BERT Approach (RoBERTa), a state-of-the-art deep learning transformer model, with the statistical term-weighting of TF-IDF, further compressed with PCA, to boost the accuracy and reliability of suicide risk assessment. To address data imbalance and overfitting, we explore various data resampling techniques and data augmentation strategies to enhance model generalization. Additionally, we compare our model's performance against that of using RoBERTa only, the BERT model and other traditional machine learning classifiers. Experimental results demonstrate that the hybrid model can achieve improved performance, giving a best weighted $F_{1}$ score of 0.7512.

📄 PDF Abstract BibTeX arXiv:2505.23797

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationMulti-class Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
WordPiece 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Weight Decay 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음

Similar Papers 제목 키워드 기반

A Quantitative and Qualitative Analysis of Suicide Ideation Detection using Deep Learning

2022-06-17 · Siqu Long, Rina Cabral, Josiah Poon, Soyeon Caren Han

For preventing youth suicide, social media platforms have received much attention from researchers. A few researches apply machine learning, or deep learning-based text classification approaches to classify social media …

Deep Learningtext-classificationText Classification

Building and Using Personal Knowledge Graph to Improve Suicidal Ideation Detection on Social Media

2020-12-16 · Lei Cao, Huijun Zhang, Ling Feng

A large number of individuals are suffering from suicidal ideation in the world. There are a number of causes behind why an individual might suffer from suicidal ideation. As the most popular platform for self-expression…

A Time-Aware Transformer Based Model for Suicide Ideation Detection on Social Media

2020-11-01 · EMNLP 2020 11 · Ramit Sawhney, Harshit Joshi, Saumya Gandhi, Rajiv Ratn Shah

Social media{'}s ubiquity fosters a space for users to exhibit suicidal thoughts outside of traditional clinical settings. Understanding the build-up of such ideation is critical for the identification of at-risk users a…

A self attention TCN based model for suicidal ideation detection from social media posts

2024-12-01 · Expert Systems with Applications 2024 12 · Seyedeh Leili Mirtaheri, Sergio Greco, Reza Shahbazian

Early suicidal ideation detection has long been regarded as an important task that can benefit both society and individuals. In this regard, it has been shown that, very frequently, the first symptoms of this problem can…

Enhanced Suicidal Ideation Detection from Social Media Using a CNN-BiLSTM Hybrid Model

2025-01-19 · Mohaiminul Islam Bhuiyan, Nur Shazwani Kamarudin, Nur Hafieza Ismail

Suicidal ideation detection is crucial for preventing suicides, a leading cause of death worldwide. Many individuals express suicidal thoughts on social media, offering a vital opportunity for early detection through adv…