Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
Chinese
Size:
10K - 100K
Tags:
suicide
License:
qiuhuachuan
commited on
Commit
β’
83abf47
1
Parent(s):
7496638
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
tags:
|
8 |
+
- suicide
|
9 |
+
---
|
10 |
+
|
11 |
+
# PsyGUARD: An Automated System for Suicide Detection and Risk Assessment in Psychological Counseling
|
12 |
+
|
13 |
+
## πππ accepted to the EMNLP 2024 Main Conference
|
14 |
+
|
15 |
+
## Introduction
|
16 |
+
|
17 |
+
|
18 |
+
As awareness of mental health issues grows, online counseling support services are becoming increasingly prevalent worldwide. Detecting whether users express suicidal ideation in text-based counseling services is crucial for identifying and prioritizing at-risk individuals. However, the lack of domain-specific systems to facilitate fine-grained suicide detection and corresponding risk assessment in online counseling poses a significant challenge for automated crisis intervention aimed at suicide prevention. In this paper, we propose PsyGUARD, an automated system for detecting suicide ideation and assessing risk in psychological counseling. To achieve this, we first develop a detailed taxonomy for detecting suicide ideation based on foundational theories. We then curate a large-scale, high-quality dataset called PsySUICIDE for suicide detection. To evaluate the capabilities of automated systems in fine-grained suicide detection, we establish a range of baselines. Subsequently, to assist automated services in providing safe, helpful, and tailored responses for further assessment, we propose to build a suite of risk assessment frameworks. Our study not only provides an insightful analysis of the effectiveness of automated risk assessment systems based on fine-grained suicide detection but also highlights their potential to improve mental health services on online counseling platforms. Code, data, and models are available at [this https URL](https://github.com/qiuhuachuan/PsyGUARD).
|
19 |
+
|
20 |
+
## Release
|
21 |
+
|
22 |
+
- [2024/10/9] π₯ We release the dataset.
|
23 |
+
|
24 |
+
## Citation
|
25 |
+
|
26 |
+
If you find our work useful for your research and applications, please cite using this BibTeX:
|
27 |
+
|
28 |
+
```bibtex
|
29 |
+
@inproceedings{qiu2024psyguard,
|
30 |
+
title = "PsyGUARD: An Automated System for Suicide Detection and Risk Assessment in Psychological Counseling",
|
31 |
+
author = "Qiu, Huachuan and Ma, Lizhi and Lan, Zhenzhong",
|
32 |
+
booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
|
33 |
+
month = nov,
|
34 |
+
year = "2024",
|
35 |
+
address = "Miami, Florida",
|
36 |
+
publisher = "Association for Computational Linguistics",
|
37 |
+
}
|
38 |
+
```
|