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.
- Type
- dataset
- License
- cc-by-4.0
- Language
- en
- Downloads
- 45,655
- Likes
- 470
- Access
- public
- Files
- 0
Tags
- 数学推理
- 指令微调
- 合成数据
- 预训练语料
- 文本数据集
- 推理
- 大语言模型
- 数据
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…