ScenarioGenerationAndRiskAssessment
The system will be evaluated on its ability to effectively simulate AI safety red-teaming, generate plausible threat scenarios, identify vulnerabilities, and propose concrete mitigation strategies, focusing on the sophistication of agent interactions and adaptive reasoning.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
ScenarioGenerationAndRiskAssessment
Evaluates the Red Team's ability to generate a novel AI deployment scenario and identify potential catastrophic risks.
{'ai_system_description': 'string', 'contextual_parameters': ['string']}
{'scenario_title': 'string', 'threat_vector': 'string', 'catastrophic_risk_score': 'float', 'identified_vulnerabilities': ['string'], 'reasoning_path': ['string']}
MitigationStrategyDevelopment
Evaluates the Blue Team's ability to propose effective and comprehensive mitigation strategies for an identified threat.
{'threat_scenario': {'scenario_title': 'string', 'threat_vector': 'string', 'identified_vulnerabilities': ['string']}, 'budget_constraints': {'time_days': 'int', 'resources_usd': 'int'}}
{'mitigation_plan_summary': 'string', 'detailed_actions': [{'action': 'string', 'priority': 'string', 'estimated_cost_usd': 'int', 'effectiveness_score': 'float'}], 'adaptive_thinking_usage': 'dict'}