Datasets:
File size: 1,641 Bytes
b6e45b9 7eea800 b6e45b9 7eea800 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | ---
dataset_info:
features:
- name: id
dtype: int64
- name: domain
dtype: string
- name: topic
dtype: string
- name: subtopic
dtype: string
- name: difficulty
dtype: int64
- name: unit_type
dtype: string
- name: title
dtype: string
- name: content
dtype: string
- name: key_equations
dtype: string
- name: prerequisites
dtype: string
- name: learning_objective
dtype: string
splits:
- name: train
num_bytes: 11349918755
num_examples: 20133312
download_size: 1269042428
dataset_size: 11349918755
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: other
language:
- en
tags:
- synthetic
- science
---
# Science Learning Curriculum
A large collection of structured learning units covering the scientific method, physics, chemistry, biology, earth and space science, and supporting mathematics.
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.
## Columns
- `id` – unique identifier
- `domain` – broad scientific domain
- `topic` / `subtopic` – hierarchical organisation
- `difficulty` – integer difficulty rating
- `unit_type` – type of learning unit
- `title` – short descriptive title
- `content` – main pedagogical text
- `key_equations` – relevant equations
- `prerequisites` – required prior knowledge
- `learning_objective` – stated educational goal |