Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,46 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
language:
|
6 |
+
- ru
|
7 |
+
pretty_name: otvet.mail.ru questions
|
8 |
+
size_categories:
|
9 |
+
- 100M<n<1B
|
10 |
---
|
11 |
+
|
12 |
+
# Dataset Card for otvet.mail.ru questions
|
13 |
+
|
14 |
+
## Table of Contents
|
15 |
+
- [Table of Contents](#table-of-contents)
|
16 |
+
- [Dataset Description](#dataset-description)
|
17 |
+
- [Dataset Summary](#dataset-summary)
|
18 |
+
- [Languages](#languages)
|
19 |
+
- [Dataset Structure](#dataset-structure)
|
20 |
+
- [Dataset Creation](#dataset-creation)
|
21 |
+
- [Additional Information](#additional-information)
|
22 |
+
- [Dataset Curators](#dataset-curators)
|
23 |
+
|
24 |
+
## Dataset Description
|
25 |
+
|
26 |
+
### Dataset Summary
|
27 |
+
|
28 |
+
This is a dataset of questions and answers scraped from [otvet.mail.ru](https://otvet.mail.ru/). There are about 130 million questions with all their corresponding metadata that were posted before 03/05/2022 (the date the dataset was collected). This is a reupload of my dataset on [Kaggle](https://www.kaggle.com/datasets/atleast6characterss/otvetmailru-full)
|
29 |
+
|
30 |
+
### Languages
|
31 |
+
|
32 |
+
The dataset is mostly in Russian, but there may be other languages present.
|
33 |
+
|
34 |
+
## Dataset Structure
|
35 |
+
|
36 |
+
Please refer to the Dataset Viewer for more information on the dataset structure.
|
37 |
+
|
38 |
+
## Dataset Creation
|
39 |
+
|
40 |
+
The data was scraped using AJAX endpoints that return full question and answers metadata by id that is auto-incremented.
|
41 |
+
|
42 |
+
## Additional Information
|
43 |
+
|
44 |
+
### Dataset Curators
|
45 |
+
|
46 |
+
- https://github.com/its5Q
|