Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,4 +34,28 @@ configs:
|
|
| 34 |
data_files:
|
| 35 |
- split: train
|
| 36 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
data_files:
|
| 35 |
- split: train
|
| 36 |
path: data/train-*
|
| 37 |
+
license: other
|
| 38 |
+
language:
|
| 39 |
+
- en
|
| 40 |
+
tags:
|
| 41 |
+
- synthetic
|
| 42 |
+
- science
|
| 43 |
---
|
| 44 |
+
# Science Learning Curriculum
|
| 45 |
+
|
| 46 |
+
A large collection of structured learning units covering the scientific method, physics, chemistry, biology, earth and space science, and supporting mathematics.
|
| 47 |
+
|
| 48 |
+
Content is organised by domain, topic, difficulty level (1–10), and unit type (explanation, worked example, practice problem, etc.). Each row contains a self-contained pedagogical text together with key equations, prerequisites, and an explicit learning objective.
|
| 49 |
+
|
| 50 |
+
## Columns
|
| 51 |
+
|
| 52 |
+
- `id` – unique identifier
|
| 53 |
+
- `domain` – broad scientific domain
|
| 54 |
+
- `topic` / `subtopic` – hierarchical organisation
|
| 55 |
+
- `difficulty` – integer difficulty rating
|
| 56 |
+
- `unit_type` – type of learning unit
|
| 57 |
+
- `title` – short descriptive title
|
| 58 |
+
- `content` – main pedagogical text
|
| 59 |
+
- `key_equations` – relevant equations
|
| 60 |
+
- `prerequisites` – required prior knowledge
|
| 61 |
+
- `learning_objective` – stated educational goal
|