CoolFace
Datasetpublic

Navi004/DDCBot-mental-disorders

DDCBot Mental Disorders Dataset (Split Batches) This dataset is derived from Kanakmi/mental-disorders, and has been split into 10 batches of 50,000 records each to facilitate efficient Large Language Model (LLM) fine-tuning for the DDCBot project. ๐Ÿง  About DDCBot DDCBot (Disorder Detection & Care Bot) is an intelligent mental health assistant that uses fine-tuned LLMs to identify patterns in mental health-related textual data. It aims to: Detect early signs ofโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/Navi004/DDCBot-mental-disorders.

sourceHugging Facecc-by-4.0updated 1y agoView on Hugging Face
0likes54downloads
Dataset Card

  • โ€”annotations_creators:
  • โ€”original
  • โ€”language:
  • โ€”en
  • โ€”license: cc-by-4.0
  • โ€”multilinguality: monolingual
  • โ€”pretty_name: DDCBot Mental Disorders Dataset (Split)
  • โ€”size_categories:
  • โ€”100K<n<1M
  • โ€”source_datasets:
  • โ€”Kanakmi/mental-disorders
  • โ€”task_categories:
  • โ€”text-classification
  • โ€”task_ids:
  • โ€”multi-class-classification ---

DDCBot Mental Disorders Dataset (Split Batches)

This dataset is derived from `Kanakmi/mental-disorders`, and has been split into 10 batches of 50,000 records each to facilitate efficient Large Language Model (LLM) fine-tuning for the DDCBot project.

๐Ÿง  About DDCBot

DDCBot (Disorder Detection & Care Bot) is an intelligent mental health assistant that uses fine-tuned LLMs to identify patterns in mental health-related textual data. It aims to:

  • โ€”Detect early signs of various disorders.
  • โ€”Provide classification support for mental health professionals.
  • โ€”Understand linguistic features in user expressions that may relate to psychological conditions.

๐Ÿ“Š Dataset Structure

The dataset is split into the following subsets:

  • โ€”batch_1 to batch_10: 50k training records each from the Kanakmi/mental-disorders dataset
  • โ€”validation: Original validation set
  • โ€”test: Original test set

Each batch (e.g., batch_1, batch_2, ..., batch_10) contains ~50,000 samples with the following fields:

  • โ€”text: The user's expression or social media post.
  • โ€”label: An integer representing one of several mental health conditions (e.g., depression, anxiety, PTSD, etc.).

๐Ÿ”ข Label Classes

The dataset includes multiple classes such as: Labels:

  • โ€”0:'BPD'
  • โ€”1:'bipolar'
  • โ€”2:'depression'
  • โ€”3:'Anxiety'
  • โ€”4:'schizophrenia'
  • โ€”5:'mentalillness'

(Label mapping can be extracted from the original dataset.)