paper-with-me

홈 › Papers

A Text Classification Framework for Simple and Effective Early Depression Detection Over Social Media Streams

2019-05-18 · Sergio G. Burdisso, Marcelo Errecalde, Manuel Montes-y-Gómez

With the rise of the Internet, there is a growing need to build intelligent systems that are capable of efficiently dealing with early risk detection (ERD) problems on social media, such as early depression detection, early rumor detection or identification of sexual predators. These systems, nowadays mostly based on machine learning techniques, must be able to deal with data streams since users provide their data over time. In addition, these systems must be able to decide when the processed data is sufficient to actually classify users. Moreover, since ERD tasks involve risky decisions by which people's lives could be affected, such systems must also be able to justify their decisions. However, most standard and state-of-the-art supervised machine learning models are not well suited to deal with this scenario. This is due to the fact that they either act as black boxes or do not support incremental classification/learning. In this paper we introduce SS3, a novel supervised learning model for text classification that naturally supports these aspects. SS3 was designed to be used as a general framework to deal with ERD problems. We evaluated our model on the CLEF's eRisk2017 pilot task on early depression detection. Most of the 30 contributions submitted to this competition used state-of-the-art methods. Experimental results show that our classifier was able to outperform these models and standard classifiers, despite being less computationally expensive and having the ability to explain its rationale.

📄 PDF Abstract BibTeX arXiv:1905.08772

Code (1)

sergioburdisso/pyss3

Tasks

BIG-bench Machine LearningDepression DetectionGeneral Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Early text classification: a Naive solution

2015-09-20 · Hugo Jair Escalante, Manuel Montes-y-Gómez, Luis Villaseñor-Pineda, Marcelo Luis Errecalde

Text classification is a widely studied problem, and it can be considered solved for some domains and under certain circumstances. There are scenarios, however, that have received little or no attention at all, despite i…

ClassificationGeneral Classificationtext-classificationText Classification

Delta-training: Simple Semi-Supervised Text Classification using Pretrained Word Embeddings

2019-01-22 · IJCNLP 2019 11 · Hwiyeol Jo, Ceyda Cinarel

We propose a novel and simple method for semi-supervised text classification. The method stems from the hypothesis that a classifier with pretrained word embeddings always outperforms the same classifier with randomly in…

General ClassificationSemi-Supervised Text ClassificationSentiment AnalysisText Classification

Revisiting Classification Perspective on Scene Text Recognition

2021-02-22 · Hongxiang Cai, Jun Sun, Yichao Xiong

The prevalent perspectives of scene text recognition are from sequence to sequence (seq2seq) and segmentation. Nevertheless, the former is composed of many components which makes implementation and deployment complicated…

ClassificationGeneral Classificationimage-classificationImage Classification+2

Utilizing Local Hierarchy with Adversarial Training for Hierarchical Text Classification

2024-02-29 · Zihan Wang, Peiyi Wang, Houfeng Wang

Hierarchical text classification (HTC) is a challenging subtask of multi-label classification due to its complex taxonomic structure. Nearly all recent HTC works focus on how the labels are structured but ignore the sub-…

AllMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONtext-classification+1

Complicate Then Simplify: A Novel Way to Explore Pre-trained Models for Text Classification

2022-10-01 · COLING 2022 10 · Xu Zhang, Zejie Liu, Yanzheng Xiang, Deyu Zhou

With the development of pre-trained models (PTMs), the performance of text classification has been continuously improved by directly employing the features generated by PTMs. However such way might not fully explore the …

ClassificationSentencetext-classificationText Classification