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.
- Tipo
- dataset
- Licencia
- apache-2.0
- Lenguaje
- en
- Descargas
- 86,779
- Me gusta
- 595
- Acceso
- public
- Archivos
- 0
Etiquetas
- razonamiento
- matemáticas
- dataset de instrucciones
- ajuste fino supervisado
- programación competitiva
- texto
- LLM
- datos sintéticos
Resumen
NuminaMath CoT es un dataset de aproximadamente 860k problemas matemáticos, donde cada solución está formateada en un esquema de Cadena de Pensamiento (CoT). Reúne problemas desde ejercicios de matemáticas de secundaria china hasta problemas de olimpiadas matemáticas internacionales y competiciones…
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…