Upload folder using huggingface_hub
Browse files- README.md +62 -0
- soloby.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language:
|
5 |
+
- ru
|
6 |
+
license:
|
7 |
+
- cc0-1.0
|
8 |
+
multilinguality:
|
9 |
+
- monolingual
|
10 |
+
pretty_name: Soloby.ru Russian Q&A Educational Dataset
|
11 |
+
size_categories:
|
12 |
+
- 100K<n<1M
|
13 |
+
source_datasets:
|
14 |
+
- original
|
15 |
+
task_categories:
|
16 |
+
- text-classification
|
17 |
+
- question-answering
|
18 |
+
task_ids:
|
19 |
+
- open-domain-qa
|
20 |
+
---
|
21 |
+
|
22 |
+
# Dataset Card for Soloby.ru
|
23 |
+
|
24 |
+
### Dataset Summary
|
25 |
+
This dataset contains 744,131 question-answer pairs in Russian language extracted from [soloby.ru](https://soloby.ru) website. The content includes educational questions and answers across various subjects and categories.
|
26 |
+
|
27 |
+
### Languages
|
28 |
+
The dataset is primarily in Russian (ru).
|
29 |
+
|
30 |
+
## Dataset Structure
|
31 |
+
|
32 |
+
### Data Fields
|
33 |
+
This dataset includes the following fields:
|
34 |
+
- `page_url`: URL of the question page (string)
|
35 |
+
- `question_title`: The question text (string)
|
36 |
+
- `question_author`: Username of person asking the question (string)
|
37 |
+
- `question_date`: Timestamp when question was posted (string)
|
38 |
+
- `question_category`: Category/subject area of the question (string)
|
39 |
+
- `answers`: List of answers containing:
|
40 |
+
- `answer_text`: The answer text (string)
|
41 |
+
- `answer_author`: Username of person providing the answer (string)
|
42 |
+
- `answer_date`: Timestamp when answer was posted (string)
|
43 |
+
|
44 |
+
### Data Splits
|
45 |
+
All examples are in a single split.
|
46 |
+
|
47 |
+
## Additional Information
|
48 |
+
|
49 |
+
### License
|
50 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
51 |
+
* Use it for any purpose, including commercial projects.
|
52 |
+
* Modify it however you like.
|
53 |
+
* Distribute it without asking permission.
|
54 |
+
|
55 |
+
No attribution is required, but it's always appreciated!
|
56 |
+
|
57 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
58 |
+
|
59 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
60 |
+
|
61 |
+
### Dataset Curators
|
62 |
+
- [nyuuzyou](https://ducks.party)
|
soloby.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed0ed04f2ecb20cd5d0014bd2945ddd3fa48b5ab3ba38a17fdb75f88bca4b440
|
3 |
+
size 150990623
|