Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- emotion-detection
|
| 9 |
+
- nlp
|
| 10 |
+
- emotion-classification
|
| 11 |
+
- mental-health
|
| 12 |
+
pretty_name: Mental Health Posts Dataset
|
| 13 |
+
size_categories:
|
| 14 |
+
- 10K<n<100K
|
| 15 |
+
---
|
| 16 |
+
# 🧠 Mental Health Posts Dataset
|
| 17 |
+
|
| 18 |
+
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.
|
| 19 |
+
|
| 20 |
+
## 📄 Overview
|
| 21 |
+
|
| 22 |
+
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:
|
| 23 |
+
|
| 24 |
+
- `depression`
|
| 25 |
+
- `anxiety`
|
| 26 |
+
- `suicidal`
|
| 27 |
+
- `addiction`
|
| 28 |
+
- `eating_disorder`
|
| 29 |
+
|
| 30 |
+
These categories represent primary mental health concerns commonly discussed in therapy or support communities.
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
## 📁 Files and Structure
|
| 35 |
+
|
| 36 |
+
### ✅ `/trainingData/final_sampled_dataset.csv`
|
| 37 |
+
|
| 38 |
+
- **Source**: Combined 20% samples from five individual emotion category files (from Kaggle).
|
| 39 |
+
- **Columns**:
|
| 40 |
+
- `posts`: The actual text content of the mental health post.
|
| 41 |
+
- `main_label`: The main category label for classification.
|
| 42 |
+
- `sub_label`: A finer-grained label, **not used** in this version of the model.
|
| 43 |
+
|
| 44 |
+
### ✅ `/testingData/final_dataset2.csv`
|
| 45 |
+
|
| 46 |
+
- **Source**: Posts collected from Reddit-like sources used as a separate test set.
|
| 47 |
+
- **Columns**:
|
| 48 |
+
- `selftext`: The post content.
|
| 49 |
+
- `subreddit`: The subreddit name used as a proxy label (e.g., `depression`, `anxiety`, etc.).
|
| 50 |
+
|
| 51 |
+
---
|
| 52 |
+
|
| 53 |
+
## 🛠️ Construction Details
|
| 54 |
+
|
| 55 |
+
- 20% data was sampled from each category file of the **Counsel Chat Dataset**.
|
| 56 |
+
- Merged into a unified format for training.
|
| 57 |
+
- Testing data was kept separate to ensure generalization from a different distribution.
|
| 58 |
+
|
| 59 |
+
---
|
| 60 |
+
|
| 61 |
+
## 🔍 Use Cases
|
| 62 |
+
|
| 63 |
+
This dataset supports:
|
| 64 |
+
- Emotion classification model training.
|
| 65 |
+
- Mental health support system simulations.
|
| 66 |
+
- Research on text-based diagnostic AI in psychology.
|
| 67 |
+
|
| 68 |
+
---
|
| 69 |
+
|
| 70 |
+
## 📜 Source
|
| 71 |
+
|
| 72 |
+
- **Original Dataset**: [Counsel Chat Dataset on Kaggle](https://www.kaggle.com/datasets/)
|
| 73 |
+
- **Author**: [Noobie314](https://huggingface.co/Noobie314)
|
| 74 |
+
- **License**: Educational & Research Use Only. Respect original Kaggle dataset licensing terms.
|
| 75 |
+
|
| 76 |
+
---
|
| 77 |
+
|
| 78 |
+
## 🤝 Citation
|
| 79 |
+
|
| 80 |
+
```
|
| 81 |
+
@misc{mentalhealthdataset2025,
|
| 82 |
+
author = {Noobie314},
|
| 83 |
+
title = {Mental Health Posts Dataset},
|
| 84 |
+
year = {2025},
|
| 85 |
+
url = {https://huggingface.co/datasets/Noobie314/mental-health-posts-dataset}
|
| 86 |
+
}
|
| 87 |
+
```
|