Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,102 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
|
5 |
+
language_creators:
|
6 |
+
- found
|
7 |
+
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
|
11 |
+
license:
|
12 |
+
- unknown
|
13 |
+
|
14 |
+
multilinguality:
|
15 |
+
- monolingual
|
16 |
+
|
17 |
+
size_categories:
|
18 |
+
- 1K<n<10K
|
19 |
+
|
20 |
+
source_datasets:
|
21 |
+
- original
|
22 |
+
|
23 |
+
task_categories:
|
24 |
+
- text-classification
|
25 |
+
- text-generation
|
26 |
+
- question-answering
|
27 |
+
|
28 |
+
task_ids:
|
29 |
+
- sentiment-classification
|
30 |
+
- language-modeling
|
31 |
+
- open-domain-qa
|
32 |
---
|
33 |
+
|
34 |
+
# Dataset Card for My Dataset
|
35 |
+
|
36 |
+
## Table of Contents
|
37 |
+
- [Dataset Description](#dataset-description)
|
38 |
+
- [Dataset Summary](#dataset-summary)
|
39 |
+
- [Supported Tasks](#supported-tasks-and-leaderboards)
|
40 |
+
- [Languages](#languages)
|
41 |
+
- [Dataset Structure](#dataset-structure)
|
42 |
+
- [Data Instances](#data-instances)
|
43 |
+
- [Data Fields](#data-instances)
|
44 |
+
- [Data Splits](#data-splits)
|
45 |
+
- [Dataset Creation](#dataset-creation)
|
46 |
+
- [Curation Rationale](#curation-rationale)
|
47 |
+
- [Source Data](#source-data)
|
48 |
+
- [Annotations](#annotations)
|
49 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
50 |
+
|
51 |
+
## Dataset Description
|
52 |
+
|
53 |
+
- **Homepage:**
|
54 |
+
- **Repository:**
|
55 |
+
- **Paper:** Bertagnolli, Nicolas (2020). Counsel chat: Bootstrapping high-quality therapy data. Towards Data Science. https://towardsdatascience.com/counsel-chat
|
56 |
+
- **Leaderboard:**
|
57 |
+
- **Point of Contact:**
|
58 |
+
|
59 |
+
### Dataset Summary
|
60 |
+
|
61 |
+
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.
|
62 |
+
|
63 |
+
### Supported Tasks and Leaderboards
|
64 |
+
|
65 |
+
The dataset supports the task of text generation, particularly for generating advice or suggestions in response to a mental health-related question.
|
66 |
+
|
67 |
+
### Languages
|
68 |
+
|
69 |
+
The text in the dataset is in English.
|
70 |
+
|
71 |
+
## Dataset Structure
|
72 |
+
|
73 |
+
### Data Instances
|
74 |
+
|
75 |
+
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.
|
76 |
+
|
77 |
+
### Data Fields
|
78 |
+
|
79 |
+
- 'Context': a string containing the question asked by a user
|
80 |
+
- 'Response': a string containing the corresponding answer provided by a psychologist
|
81 |
+
|
82 |
+
### Data Splits
|
83 |
+
|
84 |
+
The dataset has no predefined splits. Users can create their own splits as needed.
|
85 |
+
|
86 |
+
## Dataset Creation
|
87 |
+
|
88 |
+
### Curation Rationale
|
89 |
+
|
90 |
+
This dataset was created to aid in the development of AI models that can provide mental health advice or guidance.
|
91 |
+
|
92 |
+
### Source Data
|
93 |
+
|
94 |
+
The data was sourced from two online counseling and therapy platforms.
|
95 |
+
|
96 |
+
### Annotations
|
97 |
+
|
98 |
+
The dataset does not contain any additional annotations.
|
99 |
+
|
100 |
+
### Personal and Sensitive Information
|
101 |
+
|
102 |
+
The dataset may contain sensitive information related to mental health. All data was anonymized and no personally identifiable information is included.
|