CoolFace
22 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01lfaviate /China-K12-STEM-10K-CoT-Reasoning K12-STEM-CoT-Chinese 1.54M Chinese K12 STEM problems with chain-of-thought solutions, 48% with diagrams. The largest structured Chinese math/physics/chemistry reasoning dataset. This is a curated sample (10,000 problems) of the full 1.54M dataset available via API. Full Dataset Access Access the full 1,540,000+ problems via API → This Sample Full API Total problems 10,025 1,540,000+ With CoT solutions 10,025 1,490,000+ With diagrams 6,093 740,000+… See the full description on the dataset page: https://huggingface.co/datasets/lfaviate/China-K12-STEM-10K-CoT-Reasoning.tabularquestion-answering10K<n<100K3 likes605 downloads7mo agoHugging Face02zhenliuu /k12-multidisciplinary K12 多学科图文推理数据集 面向中小学数学、物理、生物、地理和化学的多学科图文推理数据。 GitHub 主页与训练代码 数据范围 配置 split 题目数 含图题数 唯一图片数 default raw 735,650 515,089 416,099 dapo train 1,160 712 719 原始数据与训练集按用途分别提供。训练集从总数据集中筛选整理而来,面向数学与物理推理任务,可用于不同模型与训练框架。 原始数据 数据由公开开源数据筛选、自建实体书OCR抽取及基于vLLM的合成与改写三部分构成,经过图片回收与校验、结构统一、来源标签清理、重复题处理及答案冲突复核。数据包含纯文本题和含图题,同时覆盖选择题与非选择题。 数学62,966题、物理164,398题、生物199,084题、地理174,282题、化学134,920题。含图题占70.02%。 数学与物理训练集… See the full description on the dataset page: https://huggingface.co/datasets/zhenliuu/k12-multidisciplinary.documentvisual-question-answering100K<n<1M0 likes219 downloads3d agoHugging Face03robworks-software /us-k12-schools-directory US K-12 Schools Directory A directory of 124,613 US K-12 schools covering all 50 states, DC, and US territories, compiled from federal and state government sources. Each record carries directory information (address, phone, website), enrollment and demographics, and, where a source supplied it, a principal name and email. This is a compilation of public government data. It is not a survey, and no field was independently verified against the school itself. Loading… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/us-k12-schools-directory.tabulartabular-classification100K<n<1M0 likes165 downloads2mo agoHugging Face04robworks-software /k12-standards-instruction-tasks K-12 Curriculum Tasks (generated) 2,489 generated instruction/input/output records covering five curriculum tasks: assessment creation, learning objective generation, misconception detection, standard explanation, and standards Q&A. Content is predominantly mathematics. Important: the name is misleading Despite the name, this dataset contains no school directory data. There are four columns - task, input, output, metadata - and no staff, principal, or school… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/k12-standards-instruction-tasks.texttext-generation1K<n<10K1 likes147 downloads2mo agoHugging Face05FoundryAILabs /k12-indian-curriculum-4.9m BharatLLM K-12 Indian Curriculum Dataset (4.9M) 4,904,936 question-answer pairs covering CBSE/NCERT K-12 curriculum across 12 Indian languages. Language Script Entries English Latin ~594K Hindi Devanagari ~449K Bengali Bengali ~408K Telugu Telugu ~408K Tamil Tamil ~408K Kannada Kannada ~408K Malayalam Malayalam ~408K Marathi Devanagari ~408K Gujarati Gujarati ~408K Odia Odia ~408K PunjabiGurmukhi ~408K Urdu Nastaliq ~374K Format {… See the full description on the dataset page: https://huggingface.co/datasets/FoundryAILabs/k12-indian-curriculum-4.9m.textquestion-answering1M<n<10M1 likes112 downloads6mo agoHugging Face06krittus /k12-indian-curriculum-4.9m BharatLLM K-12 Indian Curriculum Dataset (4.9M) 4,904,936 question-answer pairs covering CBSE/NCERT K-12 curriculum across 12 Indian languages. Language Script Entries English Latin ~594K Hindi Devanagari ~449K Bengali Bengali ~408K Telugu Telugu ~408K Tamil Tamil ~408K Kannada Kannada ~408K Malayalam Malayalam ~408K Marathi Devanagari ~408K Gujarati Gujarati ~408K Odia Odia ~408K Punjabi Gurmukhi ~408K Urdu Nastaliq ~374K Format… See the full description on the dataset page: https://huggingface.co/datasets/krittus/k12-indian-curriculum-4.9m.textquestion-answering1M<n<10M1 likes98 downloads6mo agoHugging Face07a13905873166 /China-K12-STEM-10K-CoT-Reasoning K12-STEM-CoT-Chinese 1.54M Chinese K12 STEM problems with chain-of-thought solutions, 48% with diagrams. The largest structured Chinese math/physics/chemistry reasoning dataset. This is a curated sample (10,000 problems) of the full 1.54M dataset available via API. Full Dataset Access Access the full 1,540,000+ problems via API → This Sample Full API Total problems 10,025 1,540,000+ With CoT solutions 10,025 1,490,000+ With diagrams 6,093 740… See the full description on the dataset page: https://huggingface.co/datasets/a13905873166/China-K12-STEM-10K-CoT-Reasoning.tabularquestion-answering10K<n<100K1 likes53 downloads9d agoHugging Face08tttonyyy /NuminaMath-CoT-cn_k12-20000-old本数据集为NuminaMath-CoT在cn_k12类别下前20000条数据中进行的长CoT文本生成尝试。 里面有两个数据文件,completion.jsonl和distilled.jsonl。 其中,completion.jsonl是gemma2-27b-it生成的数据,因为gemma2-27b-it最后得到的结果可能提取不出\boxed{}里面的内容等因素,所以最后生成了约18.6k的数据。 而distilled.jsonl是基于上面的回答成功的问题,使用DeepSeek-R1-Distill-Qwen-32B生成的数据(其实不应该这样,之后有机会再从20000条里面直接生成)。 因为NuminaMath-CoT的cn_k12数据大多是一些综合应用题,一条数据中会有多个子问题,回答的时候也要分别回答。对问题回答的答案进行验证较难,尚未进行答案验证,需要下载下来之后再进行更精细化的处理。 completion.jsonl中的数据标签描述: source (String):数据来源类别,为原始标签 problem (String):数学问题文本,为原始标签 solution… See the full description on the dataset page: https://huggingface.co/datasets/tttonyyy/NuminaMath-CoT-cn_k12-20000-old.question-answering10K<n<100K0 likes52 downloads2y agoHugging Face09robworks-software /k12-mathematics-standards-expanded K-12 Mathematics Standards, expanded (generated instruction data) 4,965 instruction/input/output records for mathematics, generated around a K-12 standards taxonomy for instruction-tuning and educational-content experiments. How this was built (read this first) These are programmatically generated training examples, not curriculum written by educators and not the text of any official standard. A generator combined standards metadata - codes, grade levels, domains… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/k12-mathematics-standards-expanded.texttext-generation1K<n<10K0 likes52 downloads2mo agoHugging Face10robworks-software /k12-science-standards [!WARNING] Deprecated - use k12-science-standards-expanded instead. This dataset is superseded: every instruction in this set also appears there, plus 1,123 more and nine additional metadata columns. Nothing here is unique to it. It stays online so existing references keep resolving, but it will not be updated. New work should point at robworks-software/k12-science-standards-expanded. K-12 Science Standards (generated instruction data) 6,787 instruction/input/output records… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/k12-science-standards.texttext-classification1K<n<10K0 likes52 downloads2mo agoHugging Face11robworks-software /k12-ela-standards-expanded K-12 ELA Standards, expanded (generated instruction data) 12,282 instruction/input/output records for English Language Arts, generated around a K-12 standards taxonomy for instruction-tuning and educational-content experiments. How this was built (read this first) These are programmatically generated training examples, not curriculum written by educators and not the text of any official standard. A generator combined standards metadata - codes, grade levels… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/k12-ela-standards-expanded.texttext-generation10K<n<100K0 likes46 downloads2mo agoHugging Face12robworks-software /k12-special-education-accommodations K-12 Special Education Accommodations A small reference dataset of special education accommodations and the federal IDEA disability taxonomy. This is a reference table, not a corpus - 50 accommodation records plus two small lookup tables. Loading from datasets import load_dataset ds = load_dataset("robworks-software/k12-special-education-accommodations") Contents Table Rows Contents train / validation / test 40 / 5 / 5 accommodation… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/k12-special-education-accommodations.texttext-classificationn<1K0 likes46 downloads2mo agoHugging Face13robworks-software /k12-mathematics-standards-aligned [!WARNING] Deprecated - use k12-mathematics-standards-expanded instead. This dataset is superseded: every input in this set also appears there, plus 366 more and two additional metadata columns. Nothing here is unique to it. It stays online so existing references keep resolving, but it will not be updated. New work should point at robworks-software/k12-mathematics-standards-expanded. K-12 Mathematics Standards (generated instruction data) 4,397 instruction/input/output records… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/k12-mathematics-standards-aligned.texttext-generation1K<n<10K0 likes42 downloads2mo agoHugging Face14robworks-software /k12-social-studies-standards K-12 Social Studies Standards (generated instruction data) 15,982 instruction/input/output records for social studies (civics, history, geography, economics), generated around a K-12 standards taxonomy for instruction-tuning and educational-content experiments. How this was built (read this first) These are programmatically generated training examples, not curriculum written by educators and not the text of any official standard. A generator combined standards… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/k12-social-studies-standards.textquestion-answering10K<n<100K0 likes40 downloads2mo agoHugging Face15robworks-software /k12-ela-standards [!WARNING] Deprecated - use k12-ela-standards-expanded instead. This dataset is superseded: every input in this set also appears there, plus 1,433 more and five additional metadata columns. Nothing here is unique to it. It stays online so existing references keep resolving, but it will not be updated. New work should point at robworks-software/k12-ela-standards-expanded. K-12 ELA Standards (generated instruction data) 6,487 instruction/input/output records for English Language… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/k12-ela-standards.texttext-generation1K<n<10K0 likes34 downloads2mo agoHugging Face16ijanhq8809 /k12-ela-standards K-12 English Language Arts Standards Dataset 📚 Comprehensive ELA Education Dataset This dataset provides complete K-12 English Language Arts standards coverage for AI training and educational technology development. 📊 Dataset Summary The K-12 ELA Standards Dataset contains: 546 educational standards across K-12 6487 AI training samples Complete coverage of all major ELA domains 🎓 Educational Coverage 📖 Reading Literature: Fiction, poetry… See the full description on the dataset page: https://huggingface.co/datasets/ijanhq8809/k12-ela-standards.texttext-generation1K<n<10K1 likes30 downloads9mo agoHugging Face17aikalvi /edu-k12-instruct K-12 Educational Instruction Dataset A curated dataset for fine-tuning language models on K-12 educational content. Dataset Description This dataset contains question-answer pairs covering educational topics for grades 3-12, designed for instruction-tuning language models to be helpful educational assistants. Subjects Covered Mathematics (284 examples) - Arithmetic, algebra, geometry, basic math concepts English (238 examples) - Grammar, vocabulary, writing… See the full description on the dataset page: https://huggingface.co/datasets/aikalvi/edu-k12-instruct.textquestion-answeringn<1K0 likes26 downloads8mo agoHugging Face18robworks-software /k12-science-standards-expanded K-12 Science Standards, expanded (generated instruction data) 15,354 instruction/input/output records for science, generated around a K-12 standards taxonomy for instruction-tuning and educational-content experiments. How this was built (read this first) These are programmatically generated training examples, not curriculum written by educators and not the text of any official standard. A generator combined standards metadata - codes, grade levels, domains… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/k12-science-standards-expanded.texttext-classification10K<n<100K0 likes21 downloads2mo agoHugging Face19robworks-software /california-k12-standards California K-12 Educational Standards 3,410 records organized around California K-12 standards frameworks, including Common Core, NGSS, ELD, CTE, and Ethnic Studies. Records carry a standard identifier, grade level, subject area, domain, and generated learning-objective and application text. How this was built (read this first) These records are programmatically generated, not transcribed from official standards documents. A generator took a standards taxonomy -… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/california-k12-standards.texttext-classification1K<n<10K0 likes21 downloads2mo agoHugging Face20DataOrigin /k12-video-solutions-india K-12 Video Solutions India Dataset Description A large-scale collection of step-by-step video solutions to K-12 curriculum questions, solved by subject matter experts. Produced by Prepp, India's largest K-12 learning platform, operated by Collegedunia Web Private Limited. Dataset Summary Total videos: 3.8 million (38 lakh) Content type: Step-by-step question-answer video solutions Subjects: Mathematics, Science, Social Studies, English, Regional Languages… See the full description on the dataset page: https://huggingface.co/datasets/DataOrigin/k12-video-solutions-india.videovideo-classificationn<1K0 likes19 downloads6mo agoHugging Face21robworks-software /k12-digital-learning-platforms-research K-12 Digital Learning Platforms: Research Records 227 structured records describing studies and surveys about digital learning platform effectiveness in K-12 education. Each record carries a study title, year, type, methodology, sample size, focus area, and a set of JSON-encoded findings and recommendation fields. Provenance is not verifiable - do not cite these as literature These are structured records about studies, not the studies themselves, and their… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/k12-digital-learning-platforms-research.text-classification1K<n<10K0 likes16 downloads2mo agoHugging Face22Fireworks6442 /llm_k12gatedquestion-answering0 likes7 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.