Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
Russian
Size:
10K - 100K
License:
Upload folder using huggingface_hub
Browse files- README.md +71 -0
- questions.json.zst +3 -0
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
language:
|
5 |
+
- ru
|
6 |
+
language_creators:
|
7 |
+
- crowdsourced
|
8 |
+
license:
|
9 |
+
- cc0-1.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
pretty_name: psi.mchs.gov.ru Questions
|
13 |
+
size_categories:
|
14 |
+
- 10K<n<100K
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- text-generation
|
19 |
+
task_ids:
|
20 |
+
- language-modeling
|
21 |
+
---
|
22 |
+
|
23 |
+
# Dataset Card for psi.mchs.gov.ru Questions
|
24 |
+
|
25 |
+
### Dataset Summary
|
26 |
+
|
27 |
+
This dataset contains text-based consultations with Russia's Emergency Psychological Assistance EMERCOM, conducted through their [online web portal](https://psi.mchs.gov.ru). It includes the questions and concerns expressed by individuals seeking support, along with the guidance and advice provided by service psychologists. The dataset can be analyzed to understand the nature of anxieties faced by the public and the techniques employed by psychologists to offer support.
|
28 |
+
|
29 |
+
### Languages
|
30 |
+
|
31 |
+
The dataset is mostly in Russian, but there may be other languages present.
|
32 |
+
|
33 |
+
## Dataset Structure
|
34 |
+
|
35 |
+
### Data Fields
|
36 |
+
|
37 |
+
This dataset includes the following fields:
|
38 |
+
|
39 |
+
- `id`: ID of the question (integer)
|
40 |
+
- `question`:
|
41 |
+
- `author`: Name of the person asking the question (string)
|
42 |
+
- `title`: Title of the question (string)
|
43 |
+
- `description`: Description of the question (string)
|
44 |
+
- `answer`:
|
45 |
+
- `author`: Name of the person who answered (string)
|
46 |
+
- `content`: Text of the answer (string)
|
47 |
+
|
48 |
+
|
49 |
+
### Data Splits
|
50 |
+
|
51 |
+
All examples are in the train split, there is no validation split.
|
52 |
+
|
53 |
+
## Additional Information
|
54 |
+
|
55 |
+
### License
|
56 |
+
|
57 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
58 |
+
|
59 |
+
* Use it for any purpose, including commercial projects.
|
60 |
+
* Modify it however you like.
|
61 |
+
* Distribute it without asking permission.
|
62 |
+
|
63 |
+
No attribution is required, but it's always appreciated!
|
64 |
+
|
65 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
66 |
+
|
67 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
68 |
+
|
69 |
+
### Dataset Curators
|
70 |
+
|
71 |
+
- [nyuuzyou](https://ducks.party)
|
questions.json.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6be40d5846cdd119f91485e14f0590b0ccfac5723102b6a926d2b3e75f63dc74
|
3 |
+
size 21871203
|