nlile commited on
Commit
f2de622
Β·
verified Β·
1 Parent(s): c59c0ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -33,3 +33,25 @@ configs:
33
  - split: train
34
  path: data/train-*
35
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  - split: train
34
  path: data/train-*
35
  ---
36
+
37
+ πŸ“Š Filtering Results
38
+
39
+ - Original dataset: 110,998 rows
40
+ - Filtered dataset: 37,357 rows (removed 73,641 rows)
41
+ - Filters applied:
42
+ - βœ“ Kept rows where answer β‰  "proof"
43
+ - βœ“ Kept rows where solution_is_valid = "Yes"
44
+ - βœ“ Kept rows where problem_is_valid = "Yes"
45
+ - βœ“ Dropped validation columns after filtering
46
+
47
+ πŸš€ Upload Details
48
+
49
+ - Dataset URL: https://huggingface.co/datasets/nlile/NuminaMath-1.5-proofs-only-strict
50
+ - File size: ~26MB (parquet format)
51
+ - Columns preserved:
52
+ - problem, solution, answer
53
+ - problem_type, question_type, source, synthetic
54
+ - source_dataset, source_split (metadata)
55
+
56
+ The strict version now contains only high-quality, validated mathematical problems with actual answers (not
57
+ proofs), ready for use in training or evaluation!