textopenai/gsm8kmathreasoningbenchmarkllm-evalchain-of-thoughtword-problemsopenaifine-tuning

GSM8K — Grade School Math Word Problems (OpenAI)

Category
Text
Records
17,584 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~5.62 MB
Downloads
0

About this data

8.5K linguistically diverse grade-school math word problems with step-by-step solutions. Standard benchmark for multi-step arithmetic reasoning in LLMs.

Schema

NameTypeDescription
questionVARCHARNatural-language grade-school math word problem requiring 2–8 arithmetic reasoning steps.
answerVARCHARChain-of-thought solution with intermediate calculations and final answer marked by `#### <number>` delimiter.

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "GSM8K — Grade School Math Word" })
// Found: 50b6229e-be6d-460b-aeb8-de672b933135
get_download_url({ dataset_id: "50b6229e-be6d-460b-aeb8-de672b933135" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/50b6229e-be6d-460b-aeb8-de672b933135/download-url