av9ash commited on
Commit
f008271
·
verified ·
1 Parent(s): 7d71fe9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ [![DOI](https://zenodo.org/badge/DOI/10.48550/arXiv.2505.13480.svg)](https://doi.org/10.48550/arXiv.2505.13480)
3
+
4
+ # Evaluating Reasoning LLMs for Suicide Screening with the Columbia-Suicide Severity Rating Scale:
5
+
6
+ Suicide prevention remains a critical public health challenge. While online platforms such as Reddit's r/SuicideWatch have historically provided spaces for individuals to express suicidal thoughts and seek community support, the advent of large language models (LLMs) introduces a new paradigm-where individuals may begin disclosing ideation to AI systems instead of humans. This study evaluates the capability of LLMs to perform automated suicide risk assessment using the Columbia-Suicide Severity Rating Scale (C-SSRS). We assess the zero-shot performance of six models-including Claude, GPT, Mistral, and LLaMA-in classifying posts across a 7-point severity scale (Levels 0-6). Results indicate that Claude and GPT closely align with human annotations, while Mistral achieves the lowest ordinal prediction error. Most models exhibit ordinal sensitivity, with misclassifications typically occurring between adjacent severity levels. We further analyze confusion patterns, misclassification sources, and ethical considerations, underscoring the importance of human oversight, transparency, and cautious deployment. Full code and supplementary materials are available at https://github.com/av9ash/llm_cssrs_code.
7
+
8
+
9
+ ## License and Citation
10
+ This project is released under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license.
11
+ Any use or reuse of this work please cite the following:
12
+
13
+ ```bibtex
14
+ @article{patil2025evaluating,
15
+ title={Evaluating Reasoning LLMs for Suicide Screening with the Columbia-Suicide Severity Rating Scale},
16
+ author={Patil, Avinash and Tao, Siru and Gedhu, Amardeep},
17
+ journal={arXiv preprint arXiv:2505.13480},
18
+ year={2025}
19
+ }
20
+ ```
21
+
22
+ For more details on the license, visit [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
23
+
24
+
25
+