NuminaMath-CoT AI-MO
Dataset Card for NuminaMath CoT Dataset Summary Approximately 860k math problems, where each solution is formatted in a Chain of Thought (CoT) manner. The sources of the dataset range from Chinese high school math exercises to US and international mathematics olympiad competition problems. The data were primarily collected from online exam paper PDFs and mathematics discussion forums. The processing steps include (a) OCR from the original PDFs, (b) segmentation… See the full description on the dataset page: https://huggingface.co/datasets/AI-MO/NuminaMath-CoT.
- 유형
- dataset
- 라이선스
- apache-2.0
- 언어
- en
- 다운로드
- 86,779
- 좋아요
- 595
- 접근
- public
- 파일
- 0
태그
- 수학추론
- 교육 데이터셋
- 지시 데이터셋
- 대규모 언어 모델
- 데이터셋
- NLP
- 파인튜닝
요약
NuminaMath-CoT는 약 86만 개의 수학 문제와 각 문제의 CoT(Chain of Thought) 방식 해답을 포함한 대규모 수학 추론 데이터셋입니다. 중국 고등학교 수학 문제부터 국제 수학 올림피아드 대회 문제까지 다양한 출처의 문제를 OCR과 번역, 정렬 과정을 거쳐 통일된 추론 형식으로 가공했습니다. 대규모 언어모델의 수학적 추론 능력 향상을 위한 미세조정 및 학습 데이터로 많이 활용되며, AMC/AIME 등 경쟁 수학 문제를 포함합니다.
README
--- dataset_info: features: - name: source dtype: string - name: problem dtype: string - name: solution dtype: string - name: messages list: - name: content dtype: string - name: role dtype: string splits: - name: train num_bytes: 2495457595.0398345 num_examples: 859494 - name: test num_bytes: 2903…