astromis commited on
Commit
28a8004
·
verified ·
1 Parent(s): 775bcef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -42
README.md CHANGED
@@ -1,50 +1,50 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: int64
6
- - name: patient_question
7
- dtype: string
8
- - name: patient_question_rus
9
- dtype: string
10
- - name: distorted_part
11
- sequence: string
12
- - name: distorted_part_rus
13
- sequence: string
14
- - name: dominant_distortion
15
- dtype: string
16
- - name: secondary_distortion
17
- dtype: string
18
- splits:
19
- - name: train
20
- num_bytes: 7284603
21
- num_examples: 2525
22
- download_size: 3860591
23
- dataset_size: 7284603
24
- configs:
25
- - config_name: default
26
- data_files:
27
- - split: train
28
- path: data/train-*
29
- license: mit
30
- task_categories:
31
- - text-classification
32
- language:
33
- - en
34
- - ru
35
- tags:
36
- - Psychology
37
- - Cognitive_distortion
38
- - NLP
39
- size_categories:
40
- - 1K<n<10K
41
- ---
42
 
43
  This dataset was originally published [here](https://www.kaggle.com/datasets/sagarikashreevastava/cognitive-distortion-detetction-dataset/). We translated it into Russian by our pipeline that relies on a power of modern LLMs. You can find translated texts by attributes that contain a suffix "_ru". Next we provide original description.
44
 
45
  # Cognitive Distortion detetction dataset
46
 
47
- Dataset used for "Detecting Cognitive Distortions from Patient-Therapist Interactions" by Sagarika Shreevastava and Peter W. Foltz -
48
 
49
  Therapist_responses.csv contains the questions asked by the patients and the respective response by a liscenced therapist. The ID_number given in this dataset can be used to match the annotated Patient's input to the therapist responses. The source of this data: https://www.kaggle.com/datasets/arnmaud/therapist-qa
50
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: patient_question
7
+ dtype: string
8
+ - name: patient_question_rus
9
+ dtype: string
10
+ - name: distorted_part
11
+ sequence: string
12
+ - name: distorted_part_rus
13
+ sequence: string
14
+ - name: dominant_distortion
15
+ dtype: string
16
+ - name: secondary_distortion
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 7284603
21
+ num_examples: 2525
22
+ download_size: 3860591
23
+ dataset_size: 7284603
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: data/train-*
29
+ license: mit
30
+ task_categories:
31
+ - text-classification
32
+ language:
33
+ - en
34
+ - ru
35
+ tags:
36
+ - Psychology
37
+ - Cognitive_distortion
38
+ - NLP
39
+ size_categories:
40
+ - 1K<n<10K
41
+ ---
42
 
43
  This dataset was originally published [here](https://www.kaggle.com/datasets/sagarikashreevastava/cognitive-distortion-detetction-dataset/). We translated it into Russian by our pipeline that relies on a power of modern LLMs. You can find translated texts by attributes that contain a suffix "_ru". Next we provide original description.
44
 
45
  # Cognitive Distortion detetction dataset
46
 
47
+ Dataset used for "[Detecting Cognitive Distortions from Patient-Therapist Interactions[(https://aclanthology.org/2021.clpsych-1.17.pdf)" by Sagarika Shreevastava and Peter W. Foltz -
48
 
49
  Therapist_responses.csv contains the questions asked by the patients and the respective response by a liscenced therapist. The ID_number given in this dataset can be used to match the annotated Patient's input to the therapist responses. The source of this data: https://www.kaggle.com/datasets/arnmaud/therapist-qa
50