Mobiusi commited on
Commit
9282222
·
verified ·
1 Parent(s): 721199a

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +25 -25
README.md CHANGED
@@ -1,27 +1,27 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: source
5
- dtype: string
6
- - name: sourcename
7
- dtype: string
8
- - name: question
9
- dtype: string
10
- - name: answer
11
- dtype: string
12
- - name: id
13
- dtype: string
14
- - name: lang
15
- dtype: string
16
- splits:
17
- - name: train
18
- num_bytes: 1035
19
- num_examples: 5
20
- download_size: 3606
21
- dataset_size: 1035
22
- configs:
23
- - config_name: default
24
- data_files:
25
- - split: train
26
- path: data/train-*
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - math
5
+ - education
6
+ - dataset
7
+ - reasoning
8
+ language:
9
+ - en
10
+ - zh
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
+
13
+ # Gaokao2023-Math-En-Improved
14
+
15
+ ## Dataset Description
16
+
17
+ The Enhanced Gaokao 2023 Math Dataset is designed to support mathematical reasoning and problem-solving skills for students preparing for standardized exams. This dataset contains a variety of math problems covering multiple domains such as set theory, complex numbers, and vectors. Each sample is structured with complete and consistent fields including a unique ID, source, question, language, answer, and source name. The dataset has been improved to include a wider range of difficulty levels and types of math questions, as well as the addition of Chinese questions and answers to broaden its accessibility. This makes it an ideal resource for educators, researchers, and students aiming to enhance their mathematical skills and examine diverse problem-solving strategies. This dataset only contains sample data. For more data please visit www.mobiusi.com or contact us at contact@mobiusi.com.
18
+
19
+ ## Usage
20
+
21
+ ```python
22
+ from datasets import load_dataset
23
+
24
+ dataset = load_dataset("Mobiusi/Gaokao2023-Math-En-Improved")
25
+ ```
26
+
27
+ Created: 2025-09-20 15:04:33