CoolFace
30 shown

datasets

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

Clear all
01meta-math /MetaMathQAView the project page: https://meta-math.github.io/ see our paper at https://arxiv.org/abs/2309.12284 Note All MetaMathQA data are augmented from the training sets of GSM8K and MATH. None of the augmented data is from the testing set. You can check the original_question in meta-math/MetaMathQA, each item is from the GSM8K or MATH train set. Model Details MetaMath-Mistral-7B is fully fine-tuned on the MetaMathQA datasets and based on the powerful Mistral-7B model. It is… See the full description on the dataset page: https://huggingface.co/datasets/meta-math/MetaMathQA.text100K<n<1M476 likes113k downloads3y agoHugging Face02meta-math /MetaMathQA-40Karxiv.org/abs/2309.12284 View the project page: https://meta-math.github.io/ text10K<n<100K27 likes3.3k downloads3y agoHugging Face03meta-math /GSM8K_zh Dataset GSM8K_zh is a dataset for mathematical reasoning in Chinese, question-answer pairs are translated from GSM8K (https://github.com/openai/grade-school-math/tree/master) by GPT-3.5-Turbo with few-shot prompting. The dataset consists of 7473 training samples and 1319 testing samples. The former is for supervised fine-tuning, while the latter is for evaluation. for training samples, question_zh and answer_zh are question and answer keys, respectively; for testing samples, only… See the full description on the dataset page: https://huggingface.co/datasets/meta-math/GSM8K_zh.textquestion-answering1K<n<10K30 likes1.3k downloads3y agoHugging Face04metalearningnet /qwen3.5-metamathqatext100K<n<1M0 likes709 downloads5mo agoHugging Face05oumi-ai /MetaMathQA-R1 oumi-ai/MetaMathQA-R1 MetaMathQA-R1 is a text dataset designed to train Conversational Language Models with DeepSeek-R1 level reasoning. Prompts were augmented from GSM8K and MATH training sets with responses directly from DeepSeek-R1. MetaMathQA-R1 was used to train MiniMath-R1-1.5B, which achieves 44.4% accuracy on MMLU-Pro-Math, the highest of any model with <=1.5B parameters. Curated by: Oumi AI using Oumi inference on Parasail Language(s) (NLP): English License:… See the full description on the dataset page: https://huggingface.co/datasets/oumi-ai/MetaMathQA-R1.texttext-generation100K<n<1M7 likes658 downloads2y agoHugging Face06meta-math /MetaMathQA_GSM8K_zh Dataset MetaMathQA_GSM8K_zh is a dataset for mathematical reasoning in Chinese, question-answer pairs are translated from MetaMathQA (https://huggingface.co/datasets/meta-math/MetaMathQA) by GPT-3.5-Turbo with few-shot prompting. The dataset consists of 231685 samples. Citation If you find the GSM8K_zh dataset useful for your projects/papers, please cite the following paper. @article{yu2023metamath, title={MetaMath: Bootstrap Your Own Mathematical Questions for Large… See the full description on the dataset page: https://huggingface.co/datasets/meta-math/MetaMathQA_GSM8K_zh.textquestion-answering100K<n<1M17 likes368 downloads3y agoHugging Face07Sharathhebbar24 /MetaMathQA Meta Math Filtered This is a combined and filtered (removed all the redundant rows) version of meta-math/MetaMathQA and meta-math/MetaMathQA-40K Usage from datasets import load_dataset dataset = load_dataset("Sharathhebbar24/MetaMathQA", split="train") texttext-generation100K<n<1M0 likes280 downloads3y agoHugging Face08abacusai /MetaMathFewshot A few-shot version of the MetaMath (https://huggingface.co/datasets/meta-math/MetaMathQA) dataset. Each entry is formatted with 'question' and 'answer' keys. The 'question' key has a random number of query-answer pairs between 0 and 4 inclusive, before a final target query; the expected answer to this is stored in the content of 'answer'. text100K<n<1M28 likes259 downloads3y agoHugging Face09ShuoZheLi /MetaMathQA-math-500DAPO-Math-17k with the MATH-500 test split converted to the same parquet schema and prompt format. texttext-generation100K<n<1M1 likes238 downloads2mo agoHugging Face10abacusai /MetaMath_DPO_FewShot Dataset Card for "MetaMath_DPO_FewShot" GSM8K \citep{cobbe2021training} is a dataset of diverse grade school maths word problems, which has been commonly adopted as a measure of the math and reasoning skills of LLMs. The MetaMath dataset is an extension of the training set of GSM8K using data augmentation. It is partitioned into queries and responses, where the query is a question involving mathematical calculation or reasoning, and the response is a logical series of steps and… See the full description on the dataset page: https://huggingface.co/datasets/abacusai/MetaMath_DPO_FewShot.text100K<n<1M28 likes217 downloads3y agoHugging Face11yingyingzhang /metamath-qwen2-math Dataset Summary Approximately 900k math problems, where each solution is formatted in a Chain of Thought (CoT) manner. The sources of the dataset range from metamath-qa https://huggingface.co/datasets/meta-math/MetaMathQA and https://huggingface.co/datasets/AI-MO/NuminaMath-CoT with only none-synthetic dataset only. We only use the prompts from metamath-qa and get response with Qwen2-math-72-instruct and rejection-sampling, the solution is filted based on the official evaluation… See the full description on the dataset page: https://huggingface.co/datasets/yingyingzhang/metamath-qwen2-math.text100K<n<1M33 likes183 downloads2y agoHugging Face12meta-math /GSM8K_Backwardarxiv.org/abs/2309.12284 View the project page: https://meta-math.github.io/ text1K<n<10K18 likes144 downloads3y agoHugging Face13shuyuej /metamath_gsm8k 🚀 GSM8K training set The original answer is "\n#### Value" and now is "\n#### Value\nThe answer is: Value", and the answer is cleaned, which is consistent with the answer format with "meta-math/MetaMathQA". 💻 Dataset Usage Run the following command to load the data: from datasets import load_dataset dataset = load_dataset("shuyuej/metamath_gsm8k") dataset = dataset['train'] print(dataset) 📝 Dataset modification codes # coding=utf-8 import re import… See the full description on the dataset page: https://huggingface.co/datasets/shuyuej/metamath_gsm8k.text1K<n<10K4 likes111 downloads3y agoHugging Face14jwkirchenbauer /metamathqa-grouped-splittext100K<n<1M0 likes99 downloads8mo agoHugging Face15qfq /cotmath_metamathtext1M<n<10M0 likes98 downloads2y agoHugging Face16bigstupidhats /MetaMathQAtext100K<n<1M0 likes90 downloads2y agoHugging Face17agicorp /MetaMathQAView the project page: https://meta-math.github.io/ see our paper at https://arxiv.org/abs/2309.12284 Note All MetaMathQA data are augmented from the training sets of GSM8K and MATH. None of the augmented data is from the testing set. You can check the original_question in meta-math/MetaMathQA, each item is from the GSM8K or MATH train set. Model Details MetaMath-Mistral-7B is fully fine-tuned on the MetaMathQA datasets and based on the powerful Mistral-7B model. It is… See the full description on the dataset page: https://huggingface.co/datasets/agicorp/MetaMathQA.text100K<n<1M1 likes88 downloads3y agoHugging Face185CD-AI /Vietnamese-395k-meta-math-MetaMathQA-gg-translatedtextquestion-answering100K<n<1M61 likes85 downloads3y agoHugging Face19nyu-dice-lab /lm-eval-results-ntnhan-Llama3-8B-MetaMath-private Dataset Card for Evaluation run of ntnhan/Llama3-8B-MetaMath Dataset automatically created during the evaluation run of model ntnhan/Llama3-8B-MetaMath The dataset is composed of 62 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 3 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An… See the full description on the dataset page: https://huggingface.co/datasets/nyu-dice-lab/lm-eval-results-ntnhan-Llama3-8B-MetaMath-private.tabular100K<n<1M0 likes77 downloads2y agoHugging Face20jan-hq /metamathqa_binarized Dataset Card for "metamathqa_binarized" More Information needed text100K<n<1M1 likes76 downloads3y agoHugging Face21Archangel-system /MetaMathQA-decontaminated-openai-native MetaMathQA — decontaminated, OpenAI-native MetaMathQA is a widely used math fine-tuning corpus. Its README states: "None of the augmented data is from the testing set." That is false, and this release proves it with measurements. 24,334 rows (6.16%) overlap with standard evaluation splits. If you fine-tune on the original and report MATH or GSM8K scores, those scores are inflated. This release removes the leakage, converts to native messages, and documents every rejection.… See the full description on the dataset page: https://huggingface.co/datasets/Archangel-system/MetaMathQA-decontaminated-openai-native.texttext-generation100K<n<1M0 likes72 downloads10d agoHugging Face22WrittenWithRust /MetaMathQA-10K-TR MetaMathQA-10K-TR (Turkish Mathematical Reasoning & CoT Dataset) MetaMathQA-10K-TR, meta-math/MetaMathQA-40K veri setinden türetilmiş, Türkçe dilinde adım adım akıl yürütme (Chain-of-Thought - CoT) ve matematiksel problem çözme yeteneği kazandırmak amacıyla hazırlanmış 10.000 satırlık yüksek kaliteli bir veri setidir. Bu veri seti, yerel Qwen 3.8 27B modeli kullanılarak özel olarak tasarlanmış prompt mühendisliği ve sıkı biçimlendirme kuralları ile Türkçe'ye çevrilmiş ve… See the full description on the dataset page: https://huggingface.co/datasets/WrittenWithRust/MetaMathQA-10K-TR.texttext-generation1K<n<10K0 likes70 downloads1mo agoHugging Face23tongyx361 /MetaMathQA-GSM8ktext100K<n<1M1 likes69 downloads2y agoHugging Face24huypn16 /MetaMath-SAEtext1M<n<10M0 likes66 downloads2y agoHugging Face25hiyasvyas /worked-examples-metamath-v0 Full MetaMathQA worked-examples pack Source: meta-math/MetaMathQA (all 395k, all types). Train: 355,688 instances (90% of families) Holdout: 39,155 (eval/holdout_bare.jsonl) Docs: arms/<arm>/docs.jsonl.gz (gunzip to use) Tokens: tokenized/<arm>/shard-00000.npy (dolma2, EOS 100257) Arm stats { "fade_shuffled": { "n_docs": 1873620, "n_tokens": 453279629 } } text10K<n<100K0 likes65 downloads2mo agoHugging Face26agicorp /MetaMath_DPO_FewShot Dataset Card for "MetaMath_DPO_FewShot" GSM8K \citep{cobbe2021training} is a dataset of diverse grade school maths word problems, which has been commonly adopted as a measure of the math and reasoning skills of LLMs. The MetaMath dataset is an extension of the training set of GSM8K using data augmentation. It is partitioned into queries and responses, where the query is a question involving mathematical calculation or reasoning, and the response is a logical series of steps and… See the full description on the dataset page: https://huggingface.co/datasets/agicorp/MetaMath_DPO_FewShot.text100K<n<1M2 likes63 downloads3y agoHugging Face27mlfoundations-dev /a1_math_metamath_eval_1331 mlfoundations-dev/a1_math_metamath_eval_1331 Precomputed model outputs for evaluation. Evaluation Results Summary Metric AIME24 AMC23 MATH500 GPQADiamond MMLUPro LiveCodeBench CodeElo JEEBench Accuracy 13.7 58.0 74.2 39.6 28.8 9.8 2.5 34.4 AIME24 Average Accuracy: 13.67% ± 1.29% Number of Runs: 10 Run Accuracy Questions Solved Total Questions 1 13.33% 4 30 2 16.67% 5 30 3 13.33% 4 30 4 13.33% 4 30 5 13.33% 4 30… See the full description on the dataset page: https://huggingface.co/datasets/mlfoundations-dev/a1_math_metamath_eval_1331.tabular1K<n<10K0 likes63 downloads1y agoHugging Face28dlibf /metamathqa_formatted Dataset Card for "metamathqa_formatted" More Information needed text100K<n<1M0 likes62 downloads3y agoHugging Face29kamushekp /Metamath2Py Links Github with source code: https://github.com/kamushekp/metamath2py Paper: https://github.com/kamushekp/metamath2py/blob/main/out/main.pdf Dataset Structure The Metamath2Py Dataset consists of the following components: 1. JSONL File on Hugging Face The dataset is provided as a JSONL file, where each line is a JSON object with the following fields: original_name: The original name of the statement in the Metamath system. name: The statement name in our… See the full description on the dataset page: https://huggingface.co/datasets/kamushekp/Metamath2Py.text10K<n<100K0 likes62 downloads1y agoHugging Face30mtybilly /MetaMathQA MetaMathQA Subsets Curated subsets of meta-math/MetaMathQA for mathematical reasoning experiments. Subsets Subset Samples Description full 395,000 All MetaMathQA samples (unchanged) MATH 155,000 MATH_* types only (AnsAug, Rephrased, FOBAR, SV) MATH-50K 50,000 Stratified 50K sample from MATH subset MATH-50K Type Distribution Type Count Proportion MATH_AnsAug 24,194 48.4% MATH_Rephrased 16,129 32.3% MATH_FOBAR 4,839 9.7%… See the full description on the dataset page: https://huggingface.co/datasets/mtybilly/MetaMathQA.texttext-generation100K<n<1M0 likes61 downloads6mo agoHugging Face

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