--- license: mit task_categories: - text-classification language: - ru size_categories: - 10K This dataset dedicated to find texts that contain information that helps to diagnosis person's suicide rating. ## Dataset Details ### Dataset Description - **Curated by:** Igor Buyanov (buyanov.igor.o@yandex.ru) - **Language(s) (NLP):** Russian - **License:** MIT ### Dataset Sources - **Repository:** [link](https://data.mendeley.com/datasets/86v3z38dc7/1) - **Paper:** [link](https://astromis.github.io/assets/pdf/buyanoviplussochenkovi046.pdf) ## Uses The dataset is intended to use to train the model that can help the psychologists to analyze the potential suicidal person accounts faster in order to find clues and facts that helps them in threatment. ## Dataset Structure The dataset has two categories: the normal text (0) and text with potential useful information about person's suicide signals (1). These signals are: * Texts describing negative events that occurred with the subject in the past or in the present - messages that are factual, describing negative moments that can happen to a person, such as attempts and facts of rape, problems with parents, the fact of being in a psychiatric hospital, facts of self-harm, etc. * Current negative emotional state - messages containing a display of subjective negative attitude towards oneself and others, including a desire to die, a feeling of pressure from the past, self-hatred, aggressiveness, rage directed at oneself or others. Note that source dataset that was pointed in **Repository** contains five categories. Due to unrepresentation of some categories and extremeimbalance, the dataset were transformed to have only two categories. See the paper for more details. The dataset is splitted to train and test parts. Current count distribution is as follows: ``` DatasetDict({ train: Dataset({ features: ['text', 'label'], num_rows: 22787 }) test: Dataset({ features: ['text', 'label'], num_rows: 9767 }) }) ``` ## Dataset Creation ### Source Data Accounts of Russian persons on Twitter that were marked as having tendency to suicide. ### Annotations See the paper. #### Personal and Sensitive Information The dataset may contain some personal information that was shared by Twitter users themselves. ## Citation **BibTeX:** ```bibtex @article{Buyanov2022TheDF, title={The dataset for presuicidal signals detection in text and its analysis}, author={Igor Buyanov and Ilya Sochenkov}, journal={Computational Linguistics and Intellectual Technologies}, year={2022}, month={June}, number={21}, pages={81--92}, url={https://api.semanticscholar.org/CorpusID:253195162}, } ``` ## Dataset Card Authors Igor Buyanov ## Dataset Card Contact buyanov.igor.o@yandex.ru