--- license: mit task_categories: - text-generation - question-answering language: - en tags: - math - reasoning - gsm8k --- # gsm8k GSM8K math problems - answers only (no reasoning) ## Schema ```json {"prompt": "...", "answer": "...", "metadata": {...}} ``` ## Usage ```python from datasets import load_dataset ds = load_dataset("eddie-OB/gsm8k") print(ds["train"][0]) ``` ## Source Derived from [OpenAI GSM8K](https://huggingface.co/datasets/openai/gsm8k).