qiuhuachuan commited on
Commit
fe13d24
Β·
verified Β·
1 Parent(s): 3db04c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -58
README.md CHANGED
@@ -1,58 +1,58 @@
1
- ---
2
- license: mit
3
- ---
4
-
5
- # PsyGUARD: An Automated System for Suicide Detection and Risk Assessment in Psychological Counseling
6
-
7
- ## πŸŽ‰πŸŽ‰πŸŽ‰ accepted to the EMNLP 2024 Main Conference
8
-
9
- ## Usage
10
-
11
- > the version of transformers is '4.29.2'
12
-
13
- ### Clone this model repository
14
-
15
- ```Bash
16
- git lfs install
17
- git clone https://huggingface.co/qiuhuachuan/PsyGUARD-RoBERTa
18
- ```
19
-
20
- or
21
-
22
- ```bash
23
- git clone https://hf-mirror.com/qiuhuachuan/PsyGUARD-RoBERTa
24
- ```
25
-
26
- ### Evaluation
27
-
28
- ```Bash
29
- python eval.py
30
- ```
31
-
32
- ## Release
33
-
34
- - [2024/10/9] πŸ”₯ We release the dataset https://github.com/qiuhuachuan/PsyGUARD.
35
-
36
- ## Citation
37
-
38
- If you find our work useful for your research and applications, please cite using this BibTeX:
39
-
40
- ```bibtex
41
- @inproceedings{qiu-etal-2024-psyguard,
42
- title = "{P}sy{GUARD}: An Automated System for Suicide Detection and Risk Assessment in Psychological Counseling",
43
- author = "Qiu, Huachuan and
44
- Ma, Lizhi and
45
- Lan, Zhenzhong",
46
- editor = "Al-Onaizan, Yaser and
47
- Bansal, Mohit and
48
- Chen, Yun-Nung",
49
- booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
50
- month = nov,
51
- year = "2024",
52
- address = "Miami, Florida, USA",
53
- publisher = "Association for Computational Linguistics",
54
- url = "https://aclanthology.org/2024.emnlp-main.264",
55
- pages = "4581--4607",
56
- abstract = "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 https://github.com/qiuhuachuan/PsyGUARD.",
57
- }
58
- ```
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # PsyGUARD: An Automated System for Suicide Detection and Risk Assessment in Psychological Counseling
6
+
7
+ ## πŸŽ‰πŸŽ‰πŸŽ‰ accepted to the EMNLP 2024 Main Conference
8
+
9
+ ## Usage
10
+
11
+ > the version of transformers is '4.29.2'
12
+
13
+ ### Clone this model repository
14
+
15
+ ```Bash
16
+ git lfs install
17
+ git clone https://huggingface.co/qiuhuachuan/PsyGUARD-RoBERTa
18
+ ```
19
+
20
+ or
21
+
22
+ ```bash
23
+ git clone https://hf-mirror.com/qiuhuachuan/PsyGUARD-RoBERTa
24
+ ```
25
+
26
+ ### Evaluation (This file is in this repository.)
27
+
28
+ ```Bash
29
+ python eval.py
30
+ ```
31
+
32
+ ## Release
33
+
34
+ - [2024/10/9] πŸ”₯ We release the dataset https://github.com/qiuhuachuan/PsyGUARD.
35
+
36
+ ## Citation
37
+
38
+ If you find our work useful for your research and applications, please cite using this BibTeX:
39
+
40
+ ```bibtex
41
+ @inproceedings{qiu-etal-2024-psyguard,
42
+ title = "{P}sy{GUARD}: An Automated System for Suicide Detection and Risk Assessment in Psychological Counseling",
43
+ author = "Qiu, Huachuan and
44
+ Ma, Lizhi and
45
+ Lan, Zhenzhong",
46
+ editor = "Al-Onaizan, Yaser and
47
+ Bansal, Mohit and
48
+ Chen, Yun-Nung",
49
+ booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
50
+ month = nov,
51
+ year = "2024",
52
+ address = "Miami, Florida, USA",
53
+ publisher = "Association for Computational Linguistics",
54
+ url = "https://aclanthology.org/2024.emnlp-main.264",
55
+ pages = "4581--4607",
56
+ abstract = "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 https://github.com/qiuhuachuan/PsyGUARD.",
57
+ }
58
+ ```