datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
FlowSteer-Dataset
FlowSteer Dataset
A comprehensive evaluation and training benchmark containing 12 evaluation datasets and 1 training dataset across 3 domains: Math, Code, and QA.
Dataset Structure
├── train/ # Training data
│ └── train_12k.jsonl # 12,000 balanced training samples
└── eval/ # Evaluation data
├── gsm8k.jsonl # 128 samples
├── math.jsonl # 128 samples
├── aime2025.jsonl # 30 samples
├──… See the full description on the dataset page: https://huggingface.co/datasets/beita6969/FlowSteer-Dataset.SkillFlow-Dataset
SkillFlow Dataset
This repository stores the IID training and validation data used by the SkillFlow training code.
Code
The training code is available at:
https://github.com/beita6969/SkillFlow
Files
File
Split
Samples
train_v3.json
train
3500
test_iid_v3.json
iid validation
798
Paper alignment
This release is aligned with the in-distribution benchmark families described in the SkillFlow appendix: HotpotQA, TriviaQA… See the full description on the dataset page: https://huggingface.co/datasets/beita6969/SkillFlow-Dataset.
