Back to evaluations
Public evaluation

SafetyViolationDetection

The evaluation will assess the system's ability to accurately identify safety violations, generate appropriate mitigation responses, and produce comprehensive compliance reports, with a focus on agent collaboration and efficient resource usage.

Evaluation type
task based
Challenge
Agentic AI Chatbot Safety & Compliance with Gemini 2.5 Pro and CrewAI
Difficulty
Advanced
Rigor
Unspecified

Evaluation overview

How the linked challenge is judged: tasks, benchmarks, and criteria count.

Tasks
2
Benchmarks
0
Criteria
0

Task templates

Inputs and expected outputs.

Task 1

SafetyViolationDetection

Evaluate the system's ability to detect specific safety violations in provided chat logs.

Input format

JSON array of chat turn objects: [{'speaker': 'user'|'chatbot', 'text': '...'}]

Output format

JSON object: {'violations_detected': ['list of violation types'], 'flagged_segment': 'string', 'reasoning': 'string'}

Task 2

ComplianceReportGeneration

Assess the system's ability to generate a detailed compliance report for a series of chat incidents.

Input format

JSON array of detected violation objects from SafetyViolationDetection task.

Output format

Markdown string of a compliance report, including summary, incident details, and proposed mitigation.