FactualVerification
The evaluation will assess the CrewAI system's ability to accurately identify factual errors, logical inconsistencies, and 'AI slop' characteristics in generated scientific text, providing clear justifications.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
FactualVerification
Evaluate if the agent crew correctly identifies and flags factual inaccuracies in a provided abstract.
{'abstract': '...', 'known_errors': [{'phrase': '...', 'reason': '...'}]}
{'flagged_issues': [{'phrase': '...', 'finding': '...', 'justification': '...'}], 'overall_verdict': 'accurate|inaccurate'}
AISlopDetection
Assess the agent crew's ability to identify stylistic patterns or vague language indicative of AI generation.
{'abstract': '... (potentially AI-generated)', 'slop_indicators': ['vague language', 'repetitive phrasing']}
{'slop_flags': [{'indicator': '...', 'justification': '...'}], 'ai_likelihood': 'low|medium|high'}