MaggiePai commited on
Commit
8e5bba3
·
verified ·
1 Parent(s): 255c85e

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +82 -0
  2. combined_dataset.jsonl +0 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail
3
+ task_categories:
4
+ - text-generation
5
+ - question-answering
6
+ language:
7
+ - en
8
+ tags:
9
+ - medical
10
+ size_categories:
11
+ - 1K<n<10K
12
+ ---
13
+
14
+ # Amod/mental_health_counseling_conversations
15
+
16
+ ## Table of Contents
17
+ - [Dataset Description](#dataset-description)
18
+ - [Dataset Summary](#dataset-summary)
19
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
20
+ - [Languages](#languages)
21
+ - [Dataset Structure](#dataset-structure)
22
+ - [Data Instances](#data-instances)
23
+ - [Data Fields](#data-instances)
24
+ - [Data Splits](#data-splits)
25
+ - [Dataset Creation](#dataset-creation)
26
+ - [Curation Rationale](#curation-rationale)
27
+ - [Source Data](#source-data)
28
+ - [Annotations](#annotations)
29
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
30
+
31
+ ## Dataset Description
32
+
33
+ - **Homepage:**
34
+ - **Repository:**
35
+ - **Paper:** Bertagnolli, Nicolas (2020). Counsel chat: Bootstrapping high-quality therapy data. Towards Data Science. https://towardsdatascience.com/counsel-chat
36
+ - **Leaderboard:**
37
+ - **Point of Contact:**
38
+
39
+ ### Dataset Summary
40
+
41
+ This dataset is a collection of questions and answers sourced from two online counseling and therapy platforms. The questions cover a wide range of mental health topics, and the answers are provided by qualified psychologists. The dataset is intended to be used for fine-tuning language models to improve their ability to provide mental health advice.
42
+
43
+ ### Supported Tasks and Leaderboards
44
+
45
+ The dataset supports the task of text generation, particularly for generating advice or suggestions in response to a mental health-related question.
46
+
47
+ ### Languages
48
+
49
+ The text in the dataset is in English.
50
+
51
+ ## Dataset Structure
52
+
53
+ ### Data Instances
54
+
55
+ A data instance includes a 'Context' and a 'Response'. 'Context' contains the question asked by a user, and 'Response' contains the corresponding answer provided by a psychologist.
56
+
57
+ ### Data Fields
58
+
59
+ - 'Context': a string containing the question asked by a user
60
+ - 'Response': a string containing the corresponding answer provided by a psychologist
61
+
62
+ ### Data Splits
63
+
64
+ The dataset has no predefined splits. Users can create their own splits as needed.
65
+
66
+ ## Dataset Creation
67
+
68
+ ### Curation Rationale
69
+
70
+ This dataset was created to aid in the development of AI models that can provide mental health advice or guidance. The raw data was meticulously cleaned to only include the conversations.
71
+
72
+ ### Source Data
73
+
74
+ The data was sourced from two online counseling and therapy platforms. The raw data can be found [here](https://github.com/nbertagnolli/counsel-chat/tree/master/data).
75
+
76
+ ### Annotations
77
+
78
+ The dataset does not contain any additional annotations.
79
+
80
+ ### Personal and Sensitive Information
81
+
82
+ The dataset may contain sensitive information related to mental health. All data was anonymized and no personally identifiable information is included.
combined_dataset.jsonl ADDED
The diff for this file is too large to render. See raw diff