Back to evaluations
Public evaluation

IoTAnomalyResponseSimulation

The evaluation will assess the neuro-symbolic agent's ability to accurately detect IoT anomalies and execute appropriate, safe, and context-aware responses in a simulated environment.

Evaluation type
task based
Challenge
Build a Neuro-Symbolic Agent for IoT Anomaly Response
Difficulty
Advanced
Rigor
Unspecified

Evaluation overview

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

Tasks
1
Benchmarks
0
Criteria
0

Task templates

Inputs and expected outputs.

Task 1

IoTAnomalyResponseSimulation

Simulate an IoT environment with an embedded anomaly and evaluate the agent's response.

Input format

{ "sensor_data_stream": [{"timestamp": "datetime", "sensor_id": "string", "value": "float"}], "anomaly_type": "string" }

Output format

{ "anomaly_detected": "boolean", "detected_anomaly_type": "string", "explanation": "string", "action_sequence": [{"device_id": "string", "command": "string", "parameters": "object"}], "adherence_to_safety_rules": "boolean" }