Available Datasets
ATLAS provides curated datasets for training adaptive teachers and evaluating system performance.Primary Dataset
Arc-ATLAS-Teach-v0
View on Hugging Face
Comprehensive teaching interaction dataset for RL training
- Total examples: 100,000+ teaching interactions
- Task domains: Mathematics, reasoning, coding, debugging
- Formats: SFT and RL training splits
- Languages: English
Domain-Specific Subsets
Mathematics Subset
Focus: Step-by-step mathematical reasoning Example:Code Generation Subset
Focus: Programming tasks and debugging Example:SRE/Debugging Subset
Focus: System reliability and debugging scenarios Example:Data Quality Metrics
Coverage Statistics
Performance Baselines
These figures reflect the closed-loop runtime plus GRPO baseline. Online continual learning now lives in the
atlas-sdk runtime if you need task-specific adaptation between offline training runs.Creating Custom Datasets
To create custom datasets from runtime traces or other sources, see Custom Dataset Creation:- Data format requirements
- Preprocessing JSONL exports from the SDK
- Postgres-backed workflows
- Quality validation
Contributing Data
We welcome contributions to improve ATLAS datasets:- Format your data according to the schema
- Validate quality using provided tools
- Test with models to ensure compatibility
- Submit PR with data and documentation
License and Citation
Datasets are released under Apache 2.0 license. If you use these datasets, please cite:Next Steps
Training Guide
Train models with datasets
Models
Pre-trained ATLAS models
Adaptive Tool Use
Production example with MCP integration
Technical Report
Dataset methodology