textmathgsm8kreasoningsynthetic-datallm-training

OpenMath GSM8K (Masked) — Grade-School Math Solutions

Category
Text
Records
7,473 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~2.96 MB
Downloads
0

About this data

A masked version of the GSM8K grade-school math word problems (7,473 items), pairing each question with masked and full reference solutions plus the expected answer. Designed to support consistent synthetic generation of additional solutions.

Schema

NameTypeDescription
questionVARCHAR
masked_reference_solutionVARCHAR
reference_solutionVARCHAR
expected_answerVARCHAR

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: "OpenMath GSM8K (Masked) — Grad" })
// Found: c1dc5180-51d9-4921-b12b-a9900398ba97
get_download_url({ dataset_id: "c1dc5180-51d9-4921-b12b-a9900398ba97" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/c1dc5180-51d9-4921-b12b-a9900398ba97/download-url