Update README.md
Browse files
README.md
CHANGED
@@ -6,12 +6,6 @@ license: mit
|
|
6 |
|
7 |
## Dataset Description
|
8 |
|
9 |
-
- **Homepage:**
|
10 |
-
- **Repository:**
|
11 |
-
- **Paper:**
|
12 |
-
- **Leaderboard:**
|
13 |
-
- **Point of Contact:**
|
14 |
-
|
15 |
### Dataset Summary
|
16 |
|
17 |
TAL-SCQ5K-EN/TAL-SCQ5K-CN are high quality mathematical competition datasets in English and Chinese language created by TAL Education Group, each consisting of 5K questions(3K training and 2K testing). The questions are in the form of multiple-choice and cover mathematical topics at the primary,junior high and high school levels. In addition, detailed solution steps are provided to facilitate CoT training and all the mathematical expressions in the questions have been presented as standard text-mode Latex.
|
@@ -111,10 +105,10 @@ from datasets import load_dataset
|
|
111 |
# Load all subsets (share the same schema)
|
112 |
dataset = load_dataset("math-eval/TAL-SCQ5K")
|
113 |
|
114 |
-
# Load
|
115 |
dataset = load_dataset("math-eval/TAL-SCQ5K", data_dir="")
|
116 |
|
117 |
-
# Load
|
118 |
dataset = load_dataset("math-eval/TAL-SCQ5K", data_dir="")
|
119 |
|
120 |
```
|
|
|
6 |
|
7 |
## Dataset Description
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
### Dataset Summary
|
10 |
|
11 |
TAL-SCQ5K-EN/TAL-SCQ5K-CN are high quality mathematical competition datasets in English and Chinese language created by TAL Education Group, each consisting of 5K questions(3K training and 2K testing). The questions are in the form of multiple-choice and cover mathematical topics at the primary,junior high and high school levels. In addition, detailed solution steps are provided to facilitate CoT training and all the mathematical expressions in the questions have been presented as standard text-mode Latex.
|
|
|
105 |
# Load all subsets (share the same schema)
|
106 |
dataset = load_dataset("math-eval/TAL-SCQ5K")
|
107 |
|
108 |
+
# Load training set of TAL-SCQ5K-EN
|
109 |
dataset = load_dataset("math-eval/TAL-SCQ5K", data_dir="")
|
110 |
|
111 |
+
# Load testing set of TAL-SCQ5K-CN
|
112 |
dataset = load_dataset("math-eval/TAL-SCQ5K", data_dir="")
|
113 |
|
114 |
```
|