OpenMathReasoning nvidia
OpenMathReasoning OpenMathReasoning is a large-scale math reasoning dataset for training large language models (LLMs). This dataset contains 306K unique mathematical problems sourced from AoPS forums with: 3.2M long chain-of-thought (CoT) solutions 1.7M long tool-integrated reasoning (TIR) solutions 566K samples that select the most promising solution out of many candidates (GenSelect) Additional 193K problems sourced from AoPS forums (problems only, no solutions) We used… See the full description on the dataset page: https://huggingface.co/datasets/nvidia/OpenMathReasoning.
- Tipo
- dataset
- Licencia
- cc-by-4.0
- Lenguaje
- en
- Descargas
- 45,655
- Me gusta
- 470
- Acceso
- public
- Archivos
- 0
README
--- language: - en license: cc-by-4.0 size_categories: - 1M<n<10M task_categories: - question-answering - text-generation pretty_name: OpenMathReasoning tags: - math - nvidia configs: - config_name: default data_files: - split: cot path: data/cot-* - split: tir path: data/tir-* - split: genselect p…