paper-with-me

Papers

Sentiment Informed Sentence BERT-Ensemble Algorithm for Depression Detection

2024-09-07 · Bayode Ogunleye, Hemlata Sharma, Olamilekan Shobayo

The World Health Organisation (WHO) revealed approximately 280 million people in the world suffer from depression. Yet, existing studies on early-stage depression detection using machine learning (ML) techniques are limited. Prior studies have applied a single stand-alone algorithm, which is unable to deal with data complexities, prone to overfitting, and limited in generalization. To this end, our paper examined the performance of several ML algorithms for early-stage depression detection using two benchmark social media datasets (D1 and D2). More specifically, we incorporated sentiment indicators to improve our model performance. Our experimental results showed that sentence bidirectional encoder representations from transformers (SBERT) numerical vectors fitted into the stacking ensemble model achieved comparable F1 scores of 69% in the dataset (D1) and 76% in the dataset (D2). Our findings suggest that utilizing sentiment indicators as an additional feature for depression detection yields an improved model performance, and thus, we recommend the development of a depressive term corpus for future work.

📄 PDF Abstract BibTeX arXiv:2409.13713

Code (0)

등록된 구현이 없습니다.

Tasks

Depression DetectionSentence

Similar Papers 제목 키워드 기반

Automatic Readability Assessment of German Sentences with Transformer Ensembles

2022-09-09 · GermEval 2022 9 · Patrick Gustav Blaneck, Tobias Bornheim, Niklas Grieger, Stephan Bialonski

Reliable methods for automatic readability assessment have the potential to impact a variety of fields, ranging from machine translation to self-informed learning. Recently, large language models for the German language …

Lexical Complexity PredictionText Complexity Assessment (GermEval 2022)

BERT-Based Sentiment Analysis: A Software Engineering Perspective

2021-06-04 · Himanshu Batra, Narinder Singh Punn, Sanjay Kumar Sonbhadra, Sonali Agarwal

Sentiment analysis can provide a suitable lead for the tools used in software engineering along with the API recommendation systems and relevant libraries to be used. In this context, the existing tools like SentiCR, Sen…

Recommendation SystemsSentiment Analysistext-classificationText Classification

Ensembling Multilingual Transformers for Robust Sentiment Analysis of Tweets

2025-09-28 · Meysam Shirdel Bilehsavar, Negin Mahmoudi, Mohammad Jalili Torkamani, Kiana Kiashemshaki arxiv

Sentiment analysis is a very important natural language processing activity in which one identifies the polarity of a text, whether it conveys positive, negative, or neutral sentiment. Along with the growth of social med…

Sentiment Analysis

An Empirical Study of the Effectiveness of an Ensemble of Stand-alone Sentiment Detection Tools for Software Engineering Datasets

2021-11-04 · Gias Uddin, Yann-Gael Gueheneuc, Foutse khomh, Chanchal K Roy

Sentiment analysis in software engineering (SE) has shown promise to analyze and support diverse development activities. We report the results of an empirical study that we conducted to determine the feasibility of devel…

Sentiment Analysis

ArSarcasm Shared Task: An Ensemble BERT Model for SarcasmDetection in Arabic Tweets

2021-04-01 · EACL (WANLP) 2021 4 · Laila Bashmal, Daliyah AlZeer

Detecting Sarcasm has never been easy for machines to process. In this work, we present our submission of the sub-task1 of the shared task on sarcasm and sentiment detection in Arabic organized by the 6th Workshop for Ar…

Contrastive LearningSarcasm DetectionSentenceSentence Embedding+1