Multimodal Content Flagging
The assistant will be evaluated on its accuracy in identifying policy violations and misinformation across multimodal inputs, the relevance and speed of its alerts, and the quality of its generative responses (e.g., counter-narratives, explanations).
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
Multimodal Content Flagging
Analyze a simulated social media post (text + image/video URL) for policy violations (e.g., hate speech, deepfake, misinformation).
{ 'post_text': '...', 'image_url': '...', 'video_frame_url': '...' }
{ 'flagged': true/false, 'reason': '...', 'policy_violation_type': '...', 'confidence': 0.0-1.0 }
Generative Response & Explanation
Given a flagged post and detected violation, generate a concise explanation for the flagging and suggest a neutral, informative counter-narrative.
{ 'flagged_post': { ... }, 'policy_violation_type': '...' }
{ 'explanation': '...', 'counter_narrative_suggestion': '...' }