Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,43 +1,33 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: reward_model
|
| 15 |
-
struct:
|
| 16 |
-
- name: ground_truth
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: style
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: extra_info
|
| 21 |
-
struct:
|
| 22 |
-
- name: index
|
| 23 |
-
dtype: int64
|
| 24 |
-
- name: split
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: original_index
|
| 27 |
-
dtype: int64
|
| 28 |
-
- name: difficulty
|
| 29 |
-
dtype: float64
|
| 30 |
-
- name: topic
|
| 31 |
-
dtype: string
|
| 32 |
-
splits:
|
| 33 |
-
- name: train
|
| 34 |
-
num_bytes: 47654400
|
| 35 |
-
num_examples: 101878
|
| 36 |
-
download_size: 37007740
|
| 37 |
-
dataset_size: 47654400
|
| 38 |
-
configs:
|
| 39 |
-
- config_name: default
|
| 40 |
-
data_files:
|
| 41 |
-
- split: train
|
| 42 |
-
path: data/train-*
|
| 43 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- ko
|
| 4 |
+
license: mit
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- math
|
| 9 |
+
- korean
|
| 10 |
+
- sft
|
| 11 |
+
- difficulty
|
| 12 |
+
pretty_name: Korean DeepMath with Difficulty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
+
|
| 15 |
+
# Korean DeepMath with Difficulty
|
| 16 |
+
|
| 17 |
+
This dataset enriches `ChuGyouk/Korean-DeepMath` with difficulty and topic metadata from `zwhe99/DeepMath-103K`.
|
| 18 |
+
|
| 19 |
+
## Join procedure
|
| 20 |
+
|
| 21 |
+
Rows are matched using `Korean-DeepMath[extra_info][index]` -> original DeepMath row index.
|
| 22 |
+
|
| 23 |
+
## Added fields
|
| 24 |
+
|
| 25 |
+
- `original_index`
|
| 26 |
+
- `difficulty`
|
| 27 |
+
- `topic`
|
| 28 |
+
|
| 29 |
+
## Intended use
|
| 30 |
+
|
| 31 |
+
Prepared for controlled Korean mathematical reasoning SFT experiments, including difficulty-aware sampling such as TDCS.
|
| 32 |
+
|
| 33 |
+
No Easy / Medium / Hard labels are added here. Bucket boundaries should be selected after analyzing the difficulty distribution.
|