Datasets:
metadata
license: mit
task_categories:
- text-classification
language:
- en
tags:
- emotion-detection
- nlp
- emotion-classification
- mental-health
pretty_name: Mental Health Posts Dataset
size_categories:
- 10K<n<100K
π§ Mental Health Posts Dataset
This dataset is curated for mental health emotion classification tasks. It originates from the Counsel Chat Dataset available on Kaggle and has been preprocessed and restructured to suit NLP-based classification models.
π Overview
The dataset is designed to support the training and evaluation of models that classify user-generated mental health posts into one of the following categories:
depressionanxietysuicidaladdictioneating_disorder
These categories represent primary mental health concerns commonly discussed in therapy or support communities.
π Files and Structure
β
/trainingData/final_sampled_dataset.csv
- Source: Combined 20% samples from five individual emotion category files (from Kaggle).
- Columns:
posts: The actual text content of the mental health post.main_label: The main category label for classification.sub_label: A finer-grained label, not used in this version of the model.
β
/testingData/final_dataset2.csv
- Source: Posts collected from Reddit-like sources used as a separate test set.
- Columns:
selftext: The post content.subreddit: The subreddit name used as a proxy label (e.g.,depression,anxiety, etc.).
π οΈ Construction Details
- 20% data was sampled from each category file of the Counsel Chat Dataset.
- Merged into a unified format for training.
- Testing data was kept separate to ensure generalization from a different distribution.
π Use Cases
This dataset supports:
- Emotion classification model training.
- Mental health support system simulations.
- Research on text-based diagnostic AI in psychology.
π Source
- Original Dataset: Counsel Chat Dataset on Kaggle
- Author: Noobie314
- License: Educational & Research Use Only. Respect original Kaggle dataset licensing terms.
π€ Citation
@misc{mentalhealthdataset2025,
author = {Noobie314},
title = {Mental Health Posts Dataset},
year = {2025},
url = {https://huggingface.co/datasets/Noobie314/mental-health-posts-dataset}
}