its5Q commited on
Commit
5fa778a
1 Parent(s): 544702a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -1
README.md CHANGED
@@ -1,3 +1,74 @@
1
  ---
2
- license: cc0-1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Yandex.Q
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets:
16
+ - original
17
+ tags: []
18
+ task_categories:
19
+ - text-generation
20
+ - question-answering
21
+ task_ids:
22
+ - language-modeling
23
+ - open-domain-qa
24
  ---
25
+
26
+ # Dataset Card for Yandex.Q
27
+
28
+ ## Table of Contents
29
+ - [Table of Contents](#table-of-contents)
30
+ - [Dataset Description](#dataset-description)
31
+ - [Dataset Summary](#dataset-summary)
32
+ - [Languages](#languages)
33
+ - [Dataset Structure](#dataset-structure)
34
+ - [Data Fields](#data-fields)
35
+ - [Data Splits](#data-splits)
36
+ - [Dataset Creation](#dataset-creation)
37
+ - [Additional Information](#additional-information)
38
+ - [Dataset Curators](#dataset-curators)
39
+ - [Citation Information](#citation-information)
40
+
41
+ ## Dataset Description
42
+
43
+ - **Repository:** https://github.com/its5Q/yandex-q
44
+
45
+ ### Dataset Summary
46
+
47
+ This is a dataset of questions and answers scraped from [Yandex.Q](https://yandex.ru/q/). There are 836810 answered questions out of the total of 1297670.
48
+
49
+ ### Languages
50
+
51
+ The dataset is mostly in Russian, but there may be other languages present
52
+
53
+ ## Dataset Structure
54
+
55
+ ### Data Fields
56
+
57
+ The dataset consists of 3 fields:
58
+ - `question` - question title (`string`)
59
+ - `description` - question description (`string` or `null`)
60
+ - `answer` - answer to the question (`string`)
61
+
62
+ ### Data Splits
63
+
64
+ All 836810 examples are in the train split, there is no validation split.
65
+
66
+ ## Dataset Creation
67
+
68
+ The data was scraped through some "hidden" APIs using several scripts, located in [my GitHub repository](https://github.com/its5Q/yandex-q)
69
+
70
+ ## Additional Information
71
+
72
+ ### Dataset Curators
73
+
74
+ - https://github.com/its5Q