File size: 4,143 Bytes
4ac50c1
 
5bc1332
 
 
 
 
 
 
 
 
 
 
e2df5d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4ac50c1
5bc1332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
---
license: mit
task_categories:
- text-classification
language:
- ru
size_categories:
- 10K<n<100K
tags:
- psyhology
- text classification
- suicide
pretty_name: Dataset for presuicidal signal detection
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 4006893
    num_examples: 22787
  - name: test
    num_bytes: 1721497
    num_examples: 9767
  download_size: 3145819
  dataset_size: 5728390
---
# Dataset Card for Dataset for presuicidal signal detection

<!-- Provide a quick summary of the dataset. -->

This dataset dedicated to find texts that contain information that helps to diagnosis person's suicide rating.

## Dataset Details

### Dataset Description

<!-- Provide a longer summary of what this dataset is. -->

- **Curated by:** Igor Buyanov ([email protected])
- **Language(s) (NLP):** Russian
- **License:** MIT

### Dataset Sources

<!-- Provide the basic links for the dataset. -->

- **Repository:** [link](https://data.mendeley.com/datasets/86v3z38dc7/1)
- **Paper:** [link](https://astromis.github.io/assets/pdf/buyanoviplussochenkovi046.pdf)

## Uses

<!-- Address questions around how the dataset is intended to be used. -->

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

<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->

See the paper.

#### Personal and Sensitive Information

<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->

The dataset may contain some personal information that was shared by Twitter users themselves.

## Citation

<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->

**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

[email protected]