501Good commited on
Commit
7b5aaae
·
verified ·
1 Parent(s): 17873f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -1
README.md CHANGED
@@ -8,4 +8,89 @@ tags:
8
  - medical
9
  size_categories:
10
  - n<1K
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - medical
9
  size_categories:
10
  - n<1K
11
+ ---
12
+
13
+ ## Dataset Description
14
+
15
+ - **Paper**: https://aclanthology.org/2024.clpsych-1.13/
16
+
17
+ ### Dataset Summary
18
+
19
+ Focusing on the PRIMATE dataset, our study reveals concerns regarding annotation validity, particularly for the lack of interest or pleasure symptom. Through re-annotation by a mental health professional, we introduce finer labels and textual spans as evidence, identifying a notable number of false positives. Our refined annotations offer a higher-quality test set for anhedonia detection. This study underscores the necessity of addressing annotation quality issues in mental health datasets, advocating for improved methodologies to enhance NLP model reliability in mental health assessments.
20
+
21
+ ### Languages
22
+
23
+ English
24
+
25
+ ## Dataset Structure
26
+
27
+ ### Data Instances
28
+
29
+ An example from the dataset looks as follows:
30
+
31
+ ```
32
+ {
33
+ "primate_id": 1394,
34
+ "answerable": 0,
35
+ "mentioned": 1,
36
+ "writer_symptom": 1,
37
+ "quote": [
38
+ [
39
+ 1537,
40
+ 1710
41
+ ]
42
+ ]
43
+ }
44
+ ```
45
+
46
+ ### Data Fields
47
+
48
+ [More Information Needed]
49
+
50
+ ### Data Splits
51
+
52
+ [More Information Needed]
53
+
54
+ ## Dataset Creation
55
+
56
+ ### Source Data
57
+
58
+ We take the Reddit posts from the PRIMATE dataset. Anyone interested in using our dataset, must first agree to the terms and conditions of the PRIMATE dataset and acquire it following the procedure described here: https://github.com/primate-mh/Primate2022
59
+
60
+ ### Annotations
61
+
62
+ #### Annotation process
63
+
64
+ A mental health professional (MHP) read all the posts in the subset and labelled them for the presence of loss of interest or pleasure (anhedonia). The MHP assigned three labels to each post: a) "mentioned" if the symptom is talked about in the text, but it is not possible to infer its duration or intensity; b) "answerable" if there is clear evidence of anhedonia; c) "writer's symptoms" which shows whether the author of the post discusses themselves or a third person. Additionally, the MHP selected the part of the text that supports the positive label.
65
+
66
+ #### Who are the annotators?
67
+
68
+ The MHP is the second author of the paper, who is also a practicing clinical psychology intern.
69
+
70
+ ### Personal and Sensitive Information
71
+
72
+ We do not distribute any posts with this dataset, only labels that are the results of our work.
73
+
74
+ ## Considerations for Using the Data
75
+
76
+ ### Discussion of Biases
77
+
78
+ We acknowledge the limitations inherent in our work and findings. First, the manually annotated explanations serve as a proxy for what clinicians might find informative in assessing Reddit posts flagged as depressive. While evaluating the informativeness of explanations in a true clinical setting would provide more insight, it falls beyond the scope of this work. Furthermore, our reannotation was carried out by only one mental health professional, which does not allow for performing an inter-annotator agreement analysis. However, we believe that our evidence-based labelling scheme partially mitigates this problem. Finally, anhedonia is extremely challenging to conceptualize and binary labels may not be the best choice in situations when the difference between the presence or absence of the symptom is marginal. In this case, labels based on the Likert scale, as in PHQ-9, would be more appropriate and allow us to capture the intensity of the symptom more accurately. Furthermore, different demographics, for example, adolescents and adults, express signs of anhedonia differently
79
+
80
+ ## Citation Information
81
+
82
+ If you find this useful in your research, please consider citing the our paper:
83
+
84
+ ```
85
+ @inproceedings{milintsevich-etal-2024-model,
86
+ title = "Your Model Is Not Predicting Depression Well And That Is Why: A Case Study of {PRIMATE} Dataset",
87
+ author = {Milintsevich, Kirill and Sirts, Kairit and Dias, Ga{\"e}l},
88
+ booktitle = "Proceedings of the 9th Workshop on Computational Linguistics and Clinical Psychology (CLPsych 2024)",
89
+ month = mar,
90
+ year = "2024",
91
+ address = "St. Julians, Malta",
92
+ publisher = "Association for Computational Linguistics",
93
+ url = "https://aclanthology.org/2024.clpsych-1.13",
94
+ pages = "166--171",
95
+ }
96
+ ```