File size: 2,540 Bytes
b086d0c 42a4c29 8ac2fa9 08f5782 c7efeb9 73843e2 c7efeb9 08f5782 34dc623 68d15e8 7fccacb 08f5782 42a4c29 08f5782 42a4c29 08f5782 cb44690 34dc623 68d15e8 42a4c29 |
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 |
---
license: mit
task_categories:
- question-answering
language:
- ru
tags:
- sociology
size_categories:
- 1K<n<10K
dataset_info:
- config_name: single_choice_sociology
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: multiple_choice_sociology
features:
- name: input
dtype: string
- name: answer
dtype: string
- config_name: word_generation_sociology
features:
- name: input
dtype: string
- name: answer
dtype: string
- config_name: word_generation_literature
features:
- name: input
dtype: string
- name: answer
dtype: string
- config_name: matching_sociology
features:
- name: input
dtype: string
- name: answer
dtype: string
- config_name: matching_literature
features:
- name: input
dtype: string
- name: answer
dtype: string
configs:
- config_name: single_choice_sociology
data_files:
- split: test
path: "single_choice/test/sociology_test.csv"
- split: dev
path: "single_choice/dev/sociology_dev.csv"
- config_name: multiple_choice_sociology
data_files:
- split: test
path: "multiple_choice/test/sociology_test.csv"
- split: dev
path: "multiple_choice/dev/sociology_dev.csv"
- config_name: word_generation_sociology
data_files:
- split: test
path: "word_generation/test/sociology_test.csv"
- split: dev
path: "word_generation/dev/sociology_dev.csv"
- config_name: word_generation_literature
data_files:
- split: test
path: "word_generation/test/literature_test.csv"
- split: dev
path: "word_generation/dev/literature_dev.csv"
- config_name: word_generation_sociology
data_files:
- split: test
path: "word_generation/test/sociology_test.csv"
- split: dev
path: "word_generation/dev/sociology_dev.csv"
- config_name: word_generation_literature
data_files:
- split: test
path: "word_generation/test/literature_test.csv"
- split: dev
path: "word_generation/dev/literature_dev.csv"
- config_name: matching_sociology
data_files:
- split: test
path: "matching/test/sociology_test.csv"
- split: dev
path: "matching/dev/sociology_dev.csv"
- config_name: matching_literature
data_files:
- split: test
path: "matching/test/literature_test.csv"
- split: dev
path: "matching/dev/literature_dev.csv"
--- |