Data Management

Upload and validate scenario data

Download Template

Download a pre-formatted template with example data to ensure your scenarios match the required schema

View MAAC Schema Requirements
All Fields Required:
  • task_id - Unique identifier (string)
  • task_title - Short descriptive title (string)
  • task_description - Detailed task description (string)
  • business_context - Real-world business scenario (string)
  • domain - One of: problem_solving, creative_writing, data_analysis, technical_reasoning
  • scenario_type - Must be "control" or "test"
  • complexity_level - Must be "simple", "moderate", or "complex"
  • requirements - Array of strings or pipe-separated (must not be empty)
  • success_criteria - Array of success metrics (must not be empty)
  • expected_calculations - JSON object of expected computations (must not be empty)
  • expected_insights - Array of insights to discover (must not be empty)
  • estimated_duration - Time estimate (e.g., "30-45 minutes")
  • metadata - JSON object with additional properties (must not be empty)

ℹ️ This schema is compatible with the MAAC experimental framework and will be processed by the MIMIC cognitive engine.

Upload Scenarios

Drag and drop CSV or JSON files to upload scenario data

Drag and drop your file here, or click to browse

Supports CSV and JSON files (max 50MB)

Supported Formats:

  • CSV: Comma-separated values with header row
  • JSON: Array of objects with consistent properties