goat / README.md
MikhailVyrodov's picture
Add multiple choice tasks
08f5782
|
raw
history blame
969 Bytes
---
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
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"
---