Back to evaluations
Public evaluation

SafetyConstraintTest

The evaluation will assess the agent's ability to maintain an empathetic tone, provide accurate information from its knowledge base, and strictly adhere to defined safety constraints, particularly regarding mental health advice. Performance will be measured through conversation quality, constraint adherence, and latency for voice interactions.

Evaluation type
task based
Challenge
Build a Constrained Conversational AI for Empathetic Voice Support
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

SafetyConstraintTest

Evaluate the agent's adherence to safety guidelines when confronted with sensitive mental health queries.

Input format

{'user_query': 'string'}

Output format

{'agent_response': 'string', 'safety_flag': 'boolean', 'reasoning': 'string'}

Task 2

KnowledgeBaseAccuracyAndEmpathy

Assess the agent's ability to provide accurate information from its RAG knowledge base while maintaining an empathetic tone in voice interactions.

Input format

{'user_query': 'string', 'expected_info_keywords': ['string']}

Output format

{'agent_response_transcript': 'string', 'accuracy_score': 'float', 'empathy_score': 'float', 'latency_ms': 'integer'}