Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ English
|
|
28 |
|
29 |
An example from the dataset looks as follows:
|
30 |
|
31 |
-
```
|
32 |
{
|
33 |
"primate_id": 1394,
|
34 |
"answerable": 0,
|
@@ -83,14 +83,14 @@ 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 |
```
|
|
|
28 |
|
29 |
An example from the dataset looks as follows:
|
30 |
|
31 |
+
```json
|
32 |
{
|
33 |
"primate_id": 1394,
|
34 |
"answerable": 0,
|
|
|
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 |
```
|