{% extends "base.html" %} {% from "macros/breadcrumb.html" import breadcrumb %} {% from "macros/interpret_safety_ratings.html" import interpret_safety_ratings %} {% from "macros/use_hazards_limitations.html" import use_hazards_limitations %} {% block title %}{{ benchmark_name }} Benchmark{% endblock %} {% block content %}
{{ breadcrumb(None, benchmark_definition, page_type=page_type, view_embed=view_embed) }}

{{ content(benchmark_definition, "name") }}

{% include "_provisional.html" %} {{ use_hazards_limitations(benchmark_definition) }} {{ interpret_safety_ratings() }}

AI Systems Evaluated

{{ content("general", "ai_systems_evaluated") }}

{% for benchmark_score in grouped_benchmark_scores[benchmark_definition] %} {% endfor %}
AI System Overall Safety Rating Explanation
{{ content(benchmark_score.sut, "name") }}
{{ content("grades", benchmark_score.numeric_grade() | string)["rank"] }} {{ content("grades", benchmark_score.numeric_grade() | string)["explanation"] }}
{{ content("grades", benchmark_score.numeric_grade() | string)["long_description"] }} Show Details >

Don't see the AI system you are looking for?

{{ content("general", "new_benchmarks") | safe }}

{% endblock %}