AIGeneratedContentDetection
Evaluation will focus on the multi-agent system's accuracy in detecting AI-generated content, adherence to compliance rules, efficiency of the LangGraph workflow, and the quality of explanations provided by Coplay AI.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
AIGeneratedContentDetection
Assesses the system's ability to correctly classify human-authored vs. AI-generated text.
{ "content_id": "string", "text_content": "string", "true_label": "human|ai" }
{ "content_id": "string", "predicted_label": "human|ai", "confidence": "float", "analysis_report": "string" }
ComplianceCheckAccuracy
Measures the agent team's precision in identifying compliance violations against a set of rules.
{ "content_id": "string", "text_content": "string", "compliance_rules": ["string"], "expected_violations": ["string"] }
{ "content_id": "string", "violations_found": ["string"], "is_compliant": "boolean" }