Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
Mental Health
License:
Commit Β·
9b4d213
0
Parent(s):
Duplicate from ShenLab/MentalChat16K
Browse filesCo-authored-by: Jia Xu <Jiaaaaaaax@users.noreply.huggingface.co>
- .gitattributes +58 -0
- Interview_Data_6K.csv +3 -0
- README.md +62 -0
- Synthetic_Data_10K.csv +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
synthetic[[:space:]](1).csv filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Synthetic_Data_10K.csv filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Interview_Data_6K.csv filter=lfs diff=lfs merge=lfs -text
|
Interview_Data_6K.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a2192299807ab2aa202a51dcc5b8b4cb35d1ee6b6eb38e9573be0aa51dc4992
|
| 3 |
+
size 13580450
|
README.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- Mental Health
|
| 9 |
+
size_categories:
|
| 10 |
+
- 10K<n<100K
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# π£οΈ Synthetic Counseling Conversations Dataset
|
| 14 |
+
|
| 15 |
+
## π Description
|
| 16 |
+
|
| 17 |
+
### Synthetic Data 10K
|
| 18 |
+
|
| 19 |
+
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.
|
| 20 |
+
|
| 21 |
+
The Airoboros framework was used to create a new prompt that provided clear instructions for generating patient queries. These queries were then fed back into the GPT-3.5 Turbo model to generate corresponding responses. The proportion of each topic was specified in the prompt to ensure the synthetic conversations authentically mimic the complexity and diversity of human therapist-client interactions.
|
| 22 |
+
|
| 23 |
+
This dataset aims to equip language models with exposure to a wide spectrum of psychological conditions and therapeutic strategies, enabling them to engage in more realistic and effective counseling conversations. π§
|
| 24 |
+
|
| 25 |
+
### Interview Data 6K
|
| 26 |
+
|
| 27 |
+
This dataset consists of 6338 question-answer pairs from 378 interview transcripts. The transcripts are collected from an ongoing clinical trial transcribed by human experts based on audio recordings of behavioral intervention sessions between behavior health coaches and caregivers of individuals in palliative or hospice care
|
| 28 |
+
|
| 29 |
+
We employed the local Mistral-7B-Instruct-v0.2 model, which is a state-of-the-art lightweight LLM to paraphrase and summarize interview transcripts documents. We fed each page of transcripts into the model and provided instructions (see Table 1) to summarize the page into a single round of conversation between the caregiver and the behavioral health coach. Subsequently, we filtered out any conversations with less than 40 words in the question and answer.
|
| 30 |
+
|
| 31 |
+
## π Dataset Characteristics
|
| 32 |
+
|
| 33 |
+
- **Number of Conversations**: 9,775 π£οΈ
|
| 34 |
+
- **Topics Covered**: π Relationships, π Anxiety, π Depression, π€ Intimacy, π¨βπ©βπ§βπ¦ Family Conflict, and 28 other mental health topics
|
| 35 |
+
- **Language**: English πΊπΈ
|
| 36 |
+
- **Generation Method**: OpenAI GPT-3.5 Turbo model with a customized Airoboros self-generation framework
|
| 37 |
+
|
| 38 |
+
## π€ Dataset Usage
|
| 39 |
+
|
| 40 |
+
This dataset can be used to train and evaluate language models for counseling and mental health applications, such as chatbots, virtual assistants, and dialogue systems. It provides a diverse and realistic set of conversational scenarios that can help improve the models' understanding of psychological conditions and therapeutic strategies.
|
| 41 |
+
|
| 42 |
+
## π Dataset Limitations
|
| 43 |
+
|
| 44 |
+
The dataset is entirely synthetic and may not fully capture the nuances and complexities of real-world counseling conversations. Additionally, the dataset is limited to English language conversations and may not be representative of diverse cultural and linguistic contexts.
|
| 45 |
+
|
| 46 |
+
## π Citation
|
| 47 |
+
If you use MentalChat16K in your research, please cite the dataset as follows:
|
| 48 |
+
```
|
| 49 |
+
@article{xu2025mentalchat16k,
|
| 50 |
+
title={Mentalchat16k: A benchmark dataset for conversational mental health assistance},
|
| 51 |
+
author={Xu, Jia and Wei, Tianyi and Hou, Bojian and Orzechowski, Patryk and Yang, Shu and Jin, Ruochen and Paulbeck, Rachael and Wagenaar, Joost and Demiris, George and Shen, Li},
|
| 52 |
+
journal={arXiv preprint arXiv:2503.13509},
|
| 53 |
+
year={2025}
|
| 54 |
+
}
|
| 55 |
+
```
|
| 56 |
+
<!-- @dataset{MentalChat16K,
|
| 57 |
+
author = {Jia Xu, Tianyi Wei, Bojian Hou, Patryk Orzechowski, Shu Yang, Ruochen Jin, Rachael Paulbeck, Joost Wagenaar, George Demiris, Li Shen},
|
| 58 |
+
title = {MentalChat16K: A Benchmark Dataset for Conversational Mental Health Assistance},
|
| 59 |
+
year = {2024},
|
| 60 |
+
url = {https://huggingface.co/datasets/ShenLab/MentalChat16K},
|
| 61 |
+
} -->
|
| 62 |
+
```
|
Synthetic_Data_10K.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52273a1d682986013dd6ad077be8a79075bb1877a022cbb33d170527b7fdadea
|
| 3 |
+
size 32843740
|