vanek-epfl/tulu3-sft-mixture-sampled
Tulu 3 SFT Mixture (Sampled) This dataset is a sampled and filtered subset of the allenai/tulu-3-sft-mixture, curated and rebalanced for structured instruction fine-tuning. The goal is to support research and model development in math reasoning, coding, knowledge recall, instruction following (IF), and conversational alignment, while explicitly excluding safety, multilingual, and certain task-specific sources. ๐ฆ Dataset Structure Source: Filtered fromโฆ See the full description on the dataset page: https://huggingface.co/datasets/vanek-epfl/tulu3-sft-mixture-sampled.
Tulu 3 SFT Mixture (Sampled)
This dataset is a sampled and filtered subset of the `allenai/tulu-3-sft-mixture`, curated and rebalanced for structured instruction fine-tuning. The goal is to support research and model development in math reasoning, coding, knowledge recall, instruction following (IF), and conversational alignment, while explicitly excluding safety, multilingual, and certain task-specific sources.
๐ฆ Dataset Structure
- Source: Filtered from
allenai/tulu-3-sft-mixture - Size: 450,000 total samples
- Splits:
train: 425,000 samplestest: 25,000 samples- Format: Hugging Face
DatasetDictwith"source","prompt","response"fields
๐ฏ Sampling Goals
The dataset is proportionally sampled to cover five main instruction types:
๐งน Excluded Categories
The following datasets were filtered out for alignment and safety reasons:
- Safety:
coconot,wildjailbreak,wildguardmixtrain - Multilingual:
aya - Structured / Format-Specific Tasks:
table_gpt,tulu_hard_coded_repeated - Style / Format Divergence:
no_robots
๐๏ธ Dataset Categories & Sources
Below is the breakdown of included sources by category:
๐งฎ Math
personahub_math_v5_regen_149960numinamath_tir_math_decontaminatedtulu_v3.9_open_math_2_gsm8k_50ktulu_v3.9_personahub_math_interm_algebra_20ktulu-3-sft-personas-math-grade
๐งโ๐ป Coding
personahub_code_v2_34999evol_codealpaca_heval_decontaminated
๐ง Knowledge Recall
flan_v2_convertedtulu_v3.9_sciriff_10k
๐ฌ Chat
tulu_v3.9_wildchat_100koasst1_converted
๐ Instruction Following (IF)
personahub_ifdata_manual_seed_v3_29980
๐ Usage
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("vanek-epfl/tulu3-sft-mixture-sampled")
# Access splits
train_data = dataset['train']
test_data = dataset['test']๐ Citation
If you use this dataset, please consider citing the original Tulu 3 SFT Mixture and linking to this repository or dataset page.
