Update README.md
Browse files
    	
        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!
         | 
