Disinformation Analysis
Evaluation will focus on the system's ability to accurately detect and explain disinformation, its resilience to subtle manipulations, and the efficiency of its agentic workflow.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
Disinformation Analysis
Analyze a provided text snippet containing a mix of factual and subtly manipulated information, identifying disinformation and explaining why.
{ "text": "string", "topic": "string" }
{ "disinformation_detected": "boolean", "identified_claims": [ { "claim": "string", "is_disinformation": "boolean", "evidence": "string", "explanation": "string" } ], "confidence": "float" }
Extended Thinking Efficiency
Measure the number of reasoning steps and tool calls for a given complex verification task, demonstrating adaptive budget utilization.
{ "query": "string", "max_iterations": "int" }
{ "final_answer": "string", "reasoning_steps": "int", "tool_calls": ["string"] }