datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
MentalChat16K
🗣️ Synthetic Counseling Conversations Dataset
📝 Description
Synthetic Data 10K
This dataset consists of 9,775 synthetic conversations between a counselor and a client, covering 33 mental health topics such as 💑 Relationships, 😟 Anxiety, 😔 Depression, 🤗 Intimacy, and 👨👩👧👦 Family Conflict. The conversations were generated using the OpenAI GPT-3.5 Turbo model and a customized adaptation of the Airoboros self-generation framework.
The Airoboros… See the full description on the dataset page: https://huggingface.co/datasets/ShenLab/MentalChat16K.reddit_mental_health_posts
Reddit posts about mental health
files
adhd.csv from r/adhd
aspergers.csv from r/aspergers
depression.csv from r/depression
ocd.csv from r/ocd
ptsd.csv from r/ptsd
fields
author
body
created_utc
id
num_comments
score
subreddit
title
upvote_ratio
url
for more details about theses fields Praw Submission.
Ethical-Reasoning-in-Mental-Health-v1This repository contains the dataset for the paper EthicsMH: A Pilot Benchmark for Ethical Reasoning in Mental Health AI.
Overview
Ethical-Reasoning-in-Mental-Health-v1 (EthicsMH) is a carefully curated dataset focused on ethical decision-making scenarios in mental health contexts.This dataset captures the complexity of real-world dilemmas faced by therapists, psychiatrists, and AI systems when navigating critical issues such as confidentiality, autonomy, and bias.
Each sample… See the full description on the dataset page: https://huggingface.co/datasets/UVSKKR/Ethical-Reasoning-in-Mental-Health-v1.mental_health_reddit_postsMentalManipThis repo contains the dataset of the ACL paper MentalManip: A Dataset For Fine-grained Analysis of Mental Manipulation in Conversations.
A brief overview of this paper is on this website.
Example to download the datasets
from datasets import load_dataset
# Load a dataset
dataset = load_dataset("audreyeleven/MentalManip", "mentalmanip_detailed") # or "mentalmanip_maj", "mentalmanip_con"
# Print the first 5 examples of the dataset
print(dataset["train"][:5])
Dataset Description… See the full description on the dataset page: https://huggingface.co/datasets/audreyeleven/MentalManip.Shifaa_Arabic_Mental_Health_Consultations
🏥 Shifaa Arabic Mental Health Consultations 🧠
📌 Overview
Shifaa Arabic Mental Health Consultations is a high-quality dataset designed to advance Arabic medical language models.This dataset provides 35,648 real-world medical consultations, covering a wide range of mental health concerns.
📊 Dataset Summary
Size: 35,648 consultations
Main Specializations: 7
Specific Diagnoses: 123
Languages: Arabic (العربية)
Why This Dataset?
🔹 Lack of… See the full description on the dataset page: https://huggingface.co/datasets/Ahmed-Selem/Shifaa_Arabic_Mental_Health_Consultations.MentalBench-Align
MentalBench–100k & MentalAlign–70k: Dual Benchmark Suite for Mental Health LLM Evaluation
📄 Paper (arXiv): When Can We Trust LLMs in Mental Health? Large-Scale Benchmarks for Reliable LLM Evaluation📎 Paper Link: https://arxiv.org/pdf/2510.19032
📦 Code & Documentation: https://github.com/abeerbadawi/MentalBench-Align
📘 Overview
This repository introduces two complementary datasets that enable systematic evaluation of large language models (LLMs) in… See the full description on the dataset page: https://huggingface.co/datasets/abadawi/MentalBench-Align.MentalBench
MentalBench: A DSM-Grounded Benchmark for Evaluating Psychiatric Diagnostic Capability of Large Language Models
🌟 Overview
MentalBench is a comprehensive benchmark for evaluating the psychiatric diagnostic capabilities of large language models (LLMs). As the use of LLMs in healthcare expands, ensuring their reliability in sensitive domains such as psychiatry is crucial. MentalBench provides a robust evaluation framework, grounded in real-world psychiatric… See the full description on the dataset page: https://huggingface.co/datasets/hysong/MentalBench.mental-health-kg
Mental Health Knowledge Graph
113,710 nodes. 1,665,153 edges. US behavioural-health provision as a graph: which
facilities exist and what they offer, which clinicians are licensed to practise, where the
federal government designates a shortage, and a simulated population to measure coverage
against.
Built with Samyama Graph.
Loader and ETL: samyama-ai/mental-health-kg.
Built for referral routing — which help exists where, for whom, in what language, at what
price — and for… See the full description on the dataset page: https://huggingface.co/datasets/VaidhyaMegha/mental-health-kg.reddit_mental_health_posts
Reddit posts about mental health
files
adhd.csv from r/adhd
aspergers.csv from r/aspergers
depression.csv from r/depression
ocd.csv from r/ocd
ptsd.csv from r/ptsd
fields
author
body
created_utc
id
num_comments
score
subreddit
title
upvote_ratio
url
for more details about theses fields Praw Submission.
Student-Mental-Health-Counseling-10K
Student Mental Health Counseling 10K
Dataset Overview
This dataset is derived from the original chillies/student-mental-health-counseling-vn dataset, which contains student mental health counseling conversations in Vietnamese.
In this version, 10,000 randomly sampled rows from the original dataset have been translated into English using Google Translator, making the data more accessible for English-speaking researchers and developers.
Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/arafatanam/Student-Mental-Health-Counseling-10K.Mental_Health_FAQContent
Mental health includes our emotional, psychological, and social well-being. Mental health is integral to living a healthy, balanced life. It affects how we think, feel, and act. It also helps determine how we handle stress, relate to others, and make choices. Emotional and mental health is important because it’s a vital part of your life and impacts your thoughts, behaviors and emotions. Being healthy emotionally can promote productivity and effectiveness in activities like work… See the full description on the dataset page: https://huggingface.co/datasets/tolu07/Mental_Health_FAQ.MentalHealth-Darija
Dataset Card for Mental Health Darija
Dataset Summary
Mental Health Darija is a multilingual (English and Moroccan Darija) dataset for mental health text classification. Each example contains parallel text: an English sentence (text_en) and its Darija (Moroccan Arabic) translation (text), with a single label indicating the mental health category. The dataset supports classification into seven categories: Anxiety, Bipolar, Depression, Normal, Personality disorder, Stress… See the full description on the dataset page: https://huggingface.co/datasets/moujar/MentalHealth-Darija.pretrain-mental-health-counseling-conversationsConversion of Amod/mental_health_counseling_conversations dataset to be used in pretraining.
Python code used for conversion:
from datasets import load_dataset
import pandas
import re
dataset = load_dataset("Amod/mental_health_counseling_conversations", split="train")
def format(columns):
return re.sub(r'\s+', ' ', columns["Response"]).strip()
text = [format(columns) for columns in dataset]
pandas.DataFrame({"text": list(filter(None, text))}).to_csv("train.csv", index=False)
Mental_Health_Condition_ClassificationThis dataset consists of textual descriptions related to various mental health conditions, aimed at enabling natural language processing (NLP) tasks such as emotion detection, condition classification, and sentiment analysis. The dataset includes a diverse range of examples that reflect real-world mental health challenges, providing valuable insights into emotions, thought patterns, and behavioral states associated with different conditions.
Researchers, developers, and mental health… See the full description on the dataset page: https://huggingface.co/datasets/sai1908/Mental_Health_Condition_Classification.MentalChat16K
🗣️ Synthetic Counseling Conversations Dataset
📝 Description
Synthetic Data 10K
This dataset consists of 9,775 synthetic conversations between a counselor and a client, covering 33 mental health topics such as 💑 Relationships, 😟 Anxiety, 😔 Depression, 🤗 Intimacy, and 👨👩👧👦 Family Conflict. The conversations were generated using the OpenAI GPT-3.5 Turbo model and a customized adaptation of the Airoboros self-generation framework.
The… See the full description on the dataset page: https://huggingface.co/datasets/sathyam123/MentalChat16K.reddit_mental_health_posts
Reddit posts about mental health
files
adhd.csv from r/adhd
aspergers.csv from r/aspergers
depression.csv from r/depression
ocd.csv from r/ocd
ptsd.csv from r/ptsd
fields
author
body
created_utc
id
num_comments
score
subreddit
title
upvote_ratio
url
for more details about theses fields Praw Submission.
Student-Mental-Health-Counseling-100K
Student Mental Health Counseling 100K
Dataset Overview
This dataset is derived from the original chillies/student-mental-health-counseling-vn dataset, which contains student mental health counseling conversations in Vietnamese.
In this version, the first 100,000 rows from the original dataset have been translated into English using Google Translator, making the data more accessible for English-speaking researchers and developers.
Dataset Details
Dataset… See the full description on the dataset page: https://huggingface.co/datasets/arafatanam/Student-Mental-Health-Counseling-100K.mental_health_counseling_conversations-kk
🧠 Dataset Card — Kazakh Mental Health Counseling Conversations
Please ❤️Like❤️ this repo and if you like (and/or use) my work, thank you!
📚 Dataset Description
This dataset contains translated mental health counseling dialogues from English to Kazakh (қазақ тілі). The original source is the mental_health_counseling_conversations dataset by Amod, which has been cleaned and translated using Google Gemini API.
🗃 Dataset Structure
Format: CSV
Fields:… See the full description on the dataset page: https://huggingface.co/datasets/Eraly-ml/mental_health_counseling_conversations-kk.Student-Mental-Health-Counseling-EN
Student Mental Health Counseling (EN)
Dataset Overview
This dataset is the final cleaned and filtered version in a three-step pipeline
that started with the original Vietnamese counseling dataset.
Step
Dataset
Rows
1. Original
chillies/student-mental-health-counseling-vn
750,169
2. Translated
arafatanam/Student-Mental-Health-Counseling-750K
750,169
3. Filtered (this dataset)
arafatanam/Student-Mental-Health-Counseling-EN
52,254
The goal of this… See the full description on the dataset page: https://huggingface.co/datasets/arafatanam/Student-Mental-Health-Counseling-EN.Student-Mental-Health-Counseling-20K
Student Mental Health Counseling 20K
Dataset Overview
This dataset is derived from the original chillies/student-mental-health-counseling-vn dataset, which contains student mental health counseling conversations in Vietnamese.
In this version, 20,000 randomly sampled rows from the original dataset have been translated into English using Google Translator, making the data more accessible for English-speaking researchers and developers.
Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/arafatanam/Student-Mental-Health-Counseling-20K.Student-Mental-Health-Counseling-50K
Student Mental Health Counseling 50K
Dataset Overview
This dataset is derived from the original chillies/student-mental-health-counseling-vn dataset, which contains student mental health counseling conversations in Vietnamese.
In this version, the first 50,000 rows from the original dataset have been translated into English using Google Translator, making the data more accessible for English-speaking researchers and developers.
Dataset Details
Dataset… See the full description on the dataset page: https://huggingface.co/datasets/arafatanam/Student-Mental-Health-Counseling-50K.mentalreddit
MentalReddit
This dataset, dlb/mentalreddit, was created by the DeepLearningBrasil team for the pre-training of their MentalBERTa model.
This model secured the first position in the DepSign-LT-EDI@RANLP-2023 shared task, which focused on classifying social media texts into three levels of depression.
Dataset Description
The MentalReddit dataset is a large collection of English-language comments sourced from Reddit. The data was specifically curated to provide a rich… See the full description on the dataset page: https://huggingface.co/datasets/dlb/mentalreddit.mapa-da-discriminacao-racial-no-brasil
Mapa da Discriminação Racial no Brasil
Este dataset contém coeficientes de discriminação racial por município no Brasil, calculados a partir de dados do Censo Demográfico.
Variáveis
cod_mun: Código do município (IBGE)
coef: Coeficiente base (intercepto) para cada município
mulher_negra: Coeficiente para mulheres negras
homem_negro: Coeficiente para homens negros
mulher_branca: Coeficiente para mulheres brancas
superior: Coeficiente para pessoas com ensino… See the full description on the dataset page: https://huggingface.co/datasets/atlas-da-saude-mental/mapa-da-discriminacao-racial-no-brasil.adharshinikumar_screentime-vs-mentalwellness-survey-2025
Screen Time vs Mental Wellness Survey - 2025
Mental health meets digital habits — survey data of 400 users on screen habits.
Dataset Info
Source: Kaggle
Original Size: 0.01 MB
Kaggle Downloads: 6,333
Files: 1
Files
ScreenTime vs MentalWellness.csv
Mirrored from Kaggle
mentalhealthrussian-given-names-nen
Russian Given Names (NEN) — 1,551 names with meanings and ZAGS popularity
1,551 Russian given names (809 male, 742 female) with origin, short meaning, an editorial etymology note, diminutive and international forms, and popularity ranks among newborns based on open data from Moscow civil registry offices (ZAGS).
Curated by the editorial team of NEN («Нет, это нормально»), a Russian parenting magazine. Every record links to a full name page at n-e-n.ru/imena — the living catalog… See the full description on the dataset page: https://huggingface.co/datasets/MentalTech/russian-given-names-nen.sentiment-mental-healthKaggle-Mental-Health-Survey-Datasentiment-analysis-for-mental-health
