--- license: mit dataset_info: features: - name: problem dtype: string - name: level dtype: string - name: type dtype: string - name: solution dtype: string - name: final_answer_solution dtype: string splits: - name: train num_bytes: 781576 num_examples: 375 - name: test num_bytes: 486459 num_examples: 250 download_size: 546898 dataset_size: 1268035 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* --- Processed lighteval/MATH dataset to include the final anser in the final_answer_solution column. The following string is appended to the original solution: ```The final answer is ${final_answer}$. I hope it is correct.```.