Object_Compliance_Check
Evaluation will focus on the agent's ability to accurately identify issues in simulated 3D scenes based on complex criteria, demonstrating effective multimodal reasoning and tool integration.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
Object_Compliance_Check
Agent verifies if objects in a simulated 3D scene comply with a given design specification.
{'scene_description': 'json', 'design_spec': 'string'}
{'compliance_report': [{'object_id': 'string', 'status': 'compliant|non-compliant', 'discrepancy': 'string'}], 'overall_status': 'compliant|non-compliant', 'summary': 'string'}
Complex_Scene_Analysis
Agent analyzes a more complex simulated 3D scene to detect subtle errors or omissions based on a detailed prompt.
{'scene_description': 'json', 'analysis_prompt': 'string'}
{'detailed_findings': 'string', 'recommended_actions': ['string'], 'confidence_score': 'float'}