Datasets:

Modalities:
Text
Formats:
csv
Languages:
Russian
Libraries:
Datasets
pandas
License:
File size: 4,098 Bytes
c0d2c15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
792ee14
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
---

license: apache-2.0
language:
- ru
size_categories:
- 1K<n<10K
dataset_info:
- config_name: sociology_single_choice
  features:
  - name: input
    dtype: string
  - name: A
    dtype: string
  - name: B
    dtype: string
  - name: C
    dtype: string
  - name: D
    dtype: string
  - name: answer
    dtype:
      class_label:
        names:
          '0': A
          '1': B
          '2': C
          '3': D
- config_name: sociology_multiple_choice
  features:
  - name: input
    dtype: string
  - name: answer
    dtype: string
- config_name: sociology_word_generation
  features:
  - name: input
    dtype: string
  - name: answer
    dtype: string
- config_name: sociology_matching
  features:
  - name: task_text
    dtype: string
  - name: option_1_name
    dtype: string
  - name: option_1
    dtype: string
  - name: option_2_name
    dtype: string
  - name: option_2
    dtype: string
  - name: answer
    dtype: string
- config_name: literature_multiple_choice
  features:
  - name: input
    dtype: string
  - name: answer
    dtype: string
- config_name: literature_word_generation
  features:
  - name: input
    dtype: string
  - name: answer
    dtype: string
- config_name: literature_matching
  features:
  - name: task_text
    dtype: string
  - name: option_1_name
    dtype: string
  - name: option_1
    dtype: string
  - name: option_2_name
    dtype: string
  - name: option_2
    dtype: string
  - name: answer
    dtype: string
- config_name: russian_multiple_choice
  features:
  - name: input
    dtype: string
  - name: answer
    dtype: string
- config_name: russian_word_generation
  features:
  - name: input
    dtype: string
  - name: answer
    dtype: string
- config_name: russian_matching
  features:
  - name: task_text
    dtype: string
  - name: option_1_name
    dtype: string
  - name: option_1
    dtype: string
  - name: option_2_name
    dtype: string
  - name: option_2
    dtype: string
  - name: answer
    dtype: string
configs:
- config_name: sociology_single_choice
  data_files:
  - split: dev
    path: "sociology/single_choice/dev/*.csv"
  - split: test
    path: "sociology/single_choice/test/*.csv"
- config_name: sociology_multiple_choice
  data_files:
  - split: dev
    path: "sociology/multiple_choice/dev/*.csv"
  - split: test
    path: "sociology/multiple_choice/test/*.csv"
- config_name: sociology_word_generation
  data_files:
  - split: dev
    path: "sociology/word_generation/dev/*.csv"
  - split: test
    path: "sociology/word_generation/test/*.csv"
- config_name: sociology_matching
  data_files:
  - split: dev
    path: "sociology/matching/dev/*.csv"
  - split: test
    path: "sociology/matching/test/*.csv"
- config_name: literature_multiple_choice
  data_files:
  - split: dev
    path: "literature/multiple_choice/dev/*.csv"
  - split: test
    path: "literature/multiple_choice/test/*.csv"
- config_name: literature_word_generation
  data_files:
  - split: dev
    path: "literature/word_generation/dev/*.csv"
  - split: test
    path: "literature/word_generation/test/*.csv"
- config_name: literature_multiple_choice
  data_files:
  - split: dev
    path: "literature/multiple_choice/dev/*.csv"
  - split: test
    path: "literature/multiple_choice/test/*.csv"
- config_name: literature_matching
  data_files:
  - split: dev
    path: "literature/matching/dev/*.csv"
  - split: test
    path: "literature/matching/test/*.csv"
- config_name: russian_word_generation
  data_files:
  - split: dev
    path: "russian/word_generation/dev/*.csv"
  - split: test
    path: "russian/word_generation/test/*.csv"
- config_name: russian_multiple_choice
  data_files:
  - split: dev
    path: "russian/multiple_choice/dev/*.csv"
  - split: test
    path: "russian/multiple_choice/test/*.csv"
- config_name: russian_matching
  data_files:
  - split: dev
    path: "russian/matching/dev/*.csv"
  - split: test
    path: "russian/matching/test/*.csv"
---