File size: 657 Bytes
60e0d17 22ac011 d71b309 22ac011 284ad6e d71b309 | 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 | ---
language:
- ko
configs:
- config_name: 2022_calculus
data_files:
- split: test
path: data/2022_calculus-*
- config_name: 2023_calculus
data_files:
- split: test
path: data/2023_calculus-*
- config_name: 2024_calculus
data_files:
- split: test
path: data/2024_calculus-*
- config_name: 2025_calculus
data_files:
- split: test
path: data/2025_calculus-*
tags:
- math
- Korean
- Exam
dataset_info:
features:
- name: id
dtype: int64
- name: question
dtype: string
- name: choices
sequence: string
- name: score
dtype: int64
- name: answer
dtype: string
- name: has_image
dtype: bool
---
|