AIAny
Icon for item

Türkçe Atlas — Instruct SFT

Provides 336,146 Turkish instruction-following chat examples (system→user→assistant) for supervised fine-tuning; single train split (no validation/test), reported MIT license, diverse tasks (rewrites, summarization, QA) and a uniform system prompt that may bias model behavior.

Introduction

All 336,146 entries share a conversation-style format (system → user → assistant), making this dataset a large, ready-to-use supply of Turkish instruction-following examples—but that very uniformity is its most important caveat.

What Sets It Apart
  • Single, consistent system prompt across every record: improves intra-dataset consistency and simplifies loss masking for SFT, but increases the risk that a model will overfit to that specific system instruction and underperform under different system prompts.
  • Conversation-native structure: each example stores messages as role-tagged segments rather than paired input/target text, reducing preprocessing work for chat-oriented training pipelines and enabling direct application of chat templates from tokenizers.
  • Broad task coverage with scale: observed examples include rewrites, style transfers, summarization, extractive/abstractive QA, structured JSON/Markdown outputs, NLU-style extraction, numeric reasoning and domain-specific (API, security, health) prompts—useful for building general-purpose Turkish instruction-following assistants.
  • Single train-only split and reported MIT license: simplifies immediate use but requires users to create validation/test splits and to independently verify licensing for downstream redistribution.
Who it's for and trade-offs

Great fit if you need a large, chat-formatted Turkish SFT corpus to bootstrap instruction tuning or LoRA/QLoRA experiments and you plan to (a) apply a chat template-aware tokenizer and (b) implement your own validation split. Look elsewhere if you require inherently diverse system prompts for robust prompt-generalization testing, a curated validation/test set, or guaranteed absence of PII—automated pattern scans found instances resembling emails, phone numbers, national-ID-like strings and URLs, so contextual PII review and masking are recommended before production use.

Practical notes: the dataset is stored as JSONL with a single messages column; many loader examples and tokenizer guidance exist on the hosting page to help map messages into model-specific chat templates. Legal caution: repository metadata reports an MIT license, but the dataset may aggregate external sources—perform a rights review before redistribution or commercial use.

Information

Categories

More Items

Hugging Face

Evaluates retrievers and search agents on synthetic multi-hop questions that require assembling a complete set of supporting evidence. Provides English and Russian variants (395 questions each), a fixed dense index embedded with Qwen3-Embedding-8B, and BrowseComp-Plus evaluation integrations.

Hugging Face

Provides re-annotated academic video instruction data for captioning, video QA, and fine-grained motion understanding; rewrites short answers and concise captions into evidence-grounded, instruction-following responses and supplies JSONL annotation files (original videos not included).

Hugging Face

Provides 324 Russian short-answer web-search tasks with gold supporting documents to evaluate fixed-index retrievers and search agents. Tasks span eight topical categories and five retrieval challenge types (multihop, structured evidence, temporal, entity disambiguation, comparative) and use a Qwen3-Embedding-8B index for evaluation.