Skip to main content

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
Purpose: Train teacher models to provide adaptive guidance across diverse tasks Statistics:
  • Total examples: 100,000+ teaching interactions
  • Task domains: Mathematics, reasoning, coding, debugging
  • Formats: SFT and RL training splits
  • Languages: English
Data Schema:
Loading the Dataset:
File Structure:

Domain-Specific Subsets

Mathematics Subset

Focus: Step-by-step mathematical reasoning Example:
Filtering:

Code Generation Subset

Focus: Programming tasks and debugging Example:
Filtering:

SRE/Debugging Subset

Focus: System reliability and debugging scenarios Example:
Filtering:

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:
  1. Format your data according to the schema
  2. Validate quality using provided tools
  3. Test with models to ensure compatibility
  4. Submit PR with data and documentation
See Contributing Guidelines for details.

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