Seungjun commited on
Commit
a868f06
·
verified ·
1 Parent(s): a6fc89a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -41
README.md CHANGED
@@ -1,43 +1,33 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: data_source
5
- dtype: string
6
- - name: prompt
7
- list:
8
- - name: content
9
- dtype: string
10
- - name: role
11
- dtype: string
12
- - name: ability
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.