AIAny
Icon for item

Turkish CoT Instruct Dataset

Provides 4,868 Turkish instruction examples with explicit chain-of-thought traces (<think>...</think>) in a messages-format JSONL for training and evaluating step-by-step reasoning of Turkish LLMs; culturally localized and Apache-2.0 licensed.

Introduction

Why this matters now Most public instruction datasets lack native-language chain-of-thought (CoT) examples, so models either hallucinate reasoning in translation or never learn explicit stepwise traces. This dataset supplies thousands of Turkish CoT-enabled dialogues so you can train or evaluate models that produce and consume Turkish internal reasoning natively.

What Sets It Apart
  • Native-language CoT coverage: ~4,868 examples where the assistant emits a full Turkish reasoning trace between <think>...</think> and a final answer, avoiding synthetic translations or post-hoc annotations.
  • Messages-ready format: each row is a JSON object with system/user/assistant chat roles (suitable for SFT pipelines that accept chat-format training data).
  • Taxonomy-driven, culturally localized prompts: questions were generated with a 5‑dim taxonomy (14 domains, 13 reasoning types, 4 difficulties, 8 formats) and use Turkey-specific contexts (TL currency, local place and person names).
  • Scope and density: average assistant output ≈3,900 characters and ~99% Turkish reasoning, with a detailed distribution across difficulty, domain, and format to enable balanced training/validation splits.
  • Synthetic-but-structured generation: prompts and CoT answers were produced by a reasoning model (MiniMax-M3) under a two-stage pipeline (question generation → CoT generation), yielding consistent formatting for large-scale supervised fine-tuning.
Who it's for and tradeoffs

Great fit if you want to fine-tune or evaluate Turkish-capable LLMs for explainable, stepwise outputs (SFT or instruction-tuning), build Turkish conversational agents that must expose reasoning, or benchmark CoT generalization across domains. Use the messages field directly for chat-style SFT.

Look elsewhere or be cautious if you require human-crafted, gold-standard CoT for high-stakes evaluation: most examples are model-generated, labels like difficulty/format are target values from the generation process, and ~1% of traces contain English reasoning. Expect model-originated artifacts and potential biases; incorporate human review for critical applications. The dataset is Apache-2.0 licensed, allowing commercial use but requiring compliance with license terms.

Information

Categories

More Items

Hugging Face

Provides layered code pretraining corpora (L2 ~400B tokens, L3 ~150B tokens) across 11 languages by filtering ~192M public GitHub repositories into standardized files, algorithmically relevant selections, and implementation-grounded programming exercises. Includes per-file metadata (role, algo relevance, quality) and serialized task records; released under Apache-2.0.

Hugging Face

Provides ~86K verifiable-reward RL training samples across Math, Knowledge (STEM), Long-Context, and Code for post-training LLMs; each sample includes a ground-truth and verifier-friendly JSONL format for stable reward signals. Note: code tasks require an external sandbox to execute tests.

Hugging Face

Provides ~483K agent instruction‑tuning trajectories for supervised fine‑tuning, including tool calls, environment feedback, errors/retries and verification across search, code, office and general agent workflows; static snapshots for SFT and mix‑ratio studies.