datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
ktt-math-tutor-data
KTT Math Tutor — Data
Data artefacts for the AIMS KTT Hackathon Tier-3 submission
S2.T3.1 AI Math Tutor for Early Learners. Source code:
https://github.com/DrUkachi/ktt-math-tutor.
Contents
T3.1_Math_Tutor/
Core curriculum + seeds.
curriculum.json — 80 items × 5 sub-skills (counting, number
sense, addition, subtraction, word problem) with EN / FR / KIN
stems, difficulty 1–10, age bands 5–6 / 6–7 / 7–8 / 8–9, visual
asset keys, expected integer answer.… See the full description on the dataset page: https://huggingface.co/datasets/DrUkachi/ktt-math-tutor-data.MathTutor
Math Tutor Dataset
📌 Overview
This dataset is a large-scale collection of math problems designed for training AI tutors.Each entry contains a question and an empty answer field, enabling flexible use with external solvers or supervised fine-tuning pipelines.
📂 Format
Each sample is stored in JSONL format:
{"question": "...", "answer": "", "model": "", "source": ""}
question: Math problem
answer: Empty (for now)
model: The model solved the problem
source:… See the full description on the dataset page: https://huggingface.co/datasets/AICoder1234/MathTutor.
