paper-with-me

Papers

DepressionEmo: A novel dataset for multilabel classification of depression emotions

2024-01-09 · Abu Bakar Siddiqur Rahman, Hoang-Thang Ta, Lotfollah Najjar, Azad Azadmanesh, Ali Saffet Gönül

Emotions are integral to human social interactions, with diverse responses elicited by various situational contexts. Particularly, the prevalence of negative emotional states has been correlated with negative outcomes for mental health, necessitating a comprehensive analysis of their occurrence and impact on individuals. In this paper, we introduce a novel dataset named DepressionEmo designed to detect 8 emotions associated with depression by 6037 examples of long Reddit user posts. This dataset was created through a majority vote over inputs by zero-shot classifications from pre-trained models and validating the quality by annotators and ChatGPT, exhibiting an acceptable level of interrater reliability between annotators. The correlation between emotions, their distribution over time, and linguistic analysis are conducted on DepressionEmo. Besides, we provide several text classification methods classified into two groups: machine learning methods such as SVM, XGBoost, and Light GBM; and deep learning methods such as BERT, GAN-BERT, and BART. The pretrained BART model, bart-base allows us to obtain the highest F1- Macro of 0.76, showing its outperformance compared to other methods evaluated in our analysis. Across all emotions, the highest F1-Macro value is achieved by suicide intent, indicating a certain value of our dataset in identifying emotions in individuals with depression symptoms through text analysis. The curated dataset is publicly available at: https://github.com/abuBakarSiddiqurRahman/DepressionEmo.

📄 PDF Abstract BibTeX arXiv:2401.04655

Code (1)

abubakarsiddiqurrahman/depressionemo 공식 구현 pytorch

Tasks

text-classificationText Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Depression Risk Assessment in Social Media via Large Language Models

2026-04-21 · Giorgia Gulino, Manuel Petrucci arxiv

Depression is one of the most prevalent and debilitating mental health conditions worldwide, frequently underdiagnosed and undertreated. The proliferation of social media platforms provides a rich source of naturalistic …

Multi-Label Classification

A New Multilabel System for Automatic Music Emotion Recognition

2019-05-29 · Fabio Paolizzo, Natalia Pichierri, Daniele Casali, Daniele Giardino 외

Achieving advancements in automatic recognition of emotions that music can induce require considering multiplicity and simultaneity of emotions. Comparison of different machine learning algorithms performing multilabel a…

BIG-bench Machine LearningEmotion RecognitionGeneral ClassificationMusic Emotion Recognition

Basic and Depression Specific Emotion Identification in Tweets: Multi-label Classification Experiments

2021-05-26 · Nawshad Farruque, Chenyang Huang, Osmar Zaiane, Randy Goebel

In this paper, we present empirical analysis on basic and depression specific multi-emotion mining in Tweets with the help of state of the art multi-label classifiers. We choose our basic emotions from a hybrid emotion m…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Learning

Hashtags, Emotions, and Comments: A Large-Scale Dataset to Understand Fine-Grained Social Emotions to Online Topics

2020-11-01 · EMNLP 2020 11 · Keyang Ding, Jing Li, Yuji Zhang

This paper studies social emotions to online discussion topics. While most prior work focus on emotions from writers, we investigate readers{'} responses and explore the public feelings to an online topic. A large-scale …

TIDE: Affective Time-aware Representations for Fine-grained Depression Identification on Social Media

2023-06-01 · Conference 2023 6 · Zhuanzhuan Liu; Xing Ma; Peng Zhang; Chuzhan Hao; Shuo Zhang; Lin Wang

The growing availability of the Internet provides opportunities for depression screening. In recent years, depression analysis based on social media texts has shown great promise, yet most works have focused on treating …