metadata
dataset_info:
features:
- name: problem
dtype: string
- name: solution
dtype: string
- name: answer
dtype: string
- name: problem_type
dtype: string
- name: question_type
dtype: string
- name: source
dtype: string
- name: synthetic
dtype: bool
- name: source_dataset
dtype: string
- name: source_split
dtype: string
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 93993948
num_examples: 58088
download_size: 41625688
dataset_size: 93993948
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
NuminaMath-1.5-proofs-only-strict
A strictly filtered version of the NuminaMath-1.5-proofs-only dataset, containing ONLY validated mathematical proof problems.
π Filtering Results
Original dataset: Numina1.5 -> filter for proofs -> 110,998 rows
Filters applied:
- β Kept rows where
answer = "proof"(proof problems only) - β Kept rows where
solution_is_valid = "Yes" - β Kept rows where
problem_is_valid = "Yes" - β Dropped validation columns after filtering
- β Kept rows where
Filtered dataset: 58,088 rows (removed 52,910 rows)
π¦ Dataset
- Columns preserved:
problem- The mathematical problem statement requiring a proofsolution- Step-by-step proof/solutionanswer- Always "proof" (filtered to contain only proof problems)problem_type- Type of mathematical problemquestion_type- Question format/stylesource- Original source of the problemsynthetic- Whether the problem is synthetically generatedsource_dataset- Source dataset identifiersource_split- Dataset split (train/test/val)
This strict version contains only validated mathematical proof problems, perfect for training models on formal mathematical reasoning and proof generation.