textopen-thoughts/OpenThoughts-114kreasoningsynthetic-datamathcodesciencesftchain-of-thoughtfine-tuningapache-2.0llm

OpenThoughts-114k: Synthetic Reasoning Dataset

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

About this data

114k high-quality synthetic reasoning examples across math, science, code, and puzzles. Used to fine-tune OpenThinker-7B/32B models. Apache 2.0 licensed, parquet format.

Schema

NameTypeDescription
problemVARCHARMathematical problem statement in LaTeX format requiring proof or solution
deepseek_reasoningVARCHARSynthetic reasoning trace generated by DeepSeek model showing step-by-step problem-solving approach
deepseek_solutionVARCHARFinal solution or proof provided by DeepSeek model in LaTeX/text format
ground_truth_solutionVARCHARVerified correct solution or proof against which model output is compared
domainVARCHARProblem category: math, science, code, or puzzle
sourceVARCHAROrigin of the problem (e.g., competition, textbook, curated dataset)
test_casesVARCHARInput-output pairs or verification criteria for validating solution correctness
starter_codeVARCHARTemplate code for coding problems providing structure/imports for completion

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: "OpenThoughts-114k: Synthetic R" })
// Found: 9ae0c3ba-409a-4c83-a11e-ac650db91a2a
get_download_url({ dataset_id: "9ae0c3ba-409a-4c83-a11e-ac650db91a2a" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/9ae0c3ba-409a-4c83-a11e-ac650db91a2a/download-url