MUTANT COVERAGE DASHBOARD
EVALUATION DATASET PROFILE
OVERVIEW
  • Total Scenarios {{ data.scenario_count }}
  • Unique Scenarios {{ unique_scenarios }}
  • Duplicates {{ dupe_pct }}%
RECOMMENDATIONS
{% if recommendations %} {% else %} {% endif %}
METADATA
Conversation
  • Single-turn {{ turns_pct['Single Turn'] }}%
  • Multi-turn {{ turns_pct['Multi Turn'] }}%
Difficulty
  • Easy {{ diff_pct['Easy'] }}%
  • Medium {{ diff_pct['Medium'] }}%
  • Hard {{ diff_pct['Hard'] }}%
DATASET FOOTPRINT
CATEGORY BREAKDOWN
{% macro progress_section(title, breakdown) %}
{{ title }}
{% for name, count in breakdown.items()|sort(attribute='1', reverse=true) %} {% if count > 0 or loop.index <= 3 %}
{{ name }} {{ (count / (breakdown.values()|sum or 1) * 100)|int }}%
{% endif %} {% endfor %} {% endmacro %} {{ progress_section('Emotion', emotion) }}
{{ progress_section('Language', language) }}
{{ progress_section('Domain', domain) }}