LinguisticClassification
Evaluation will assess the system's ability to accurately classify text origins and provide insightful linguistic analysis. It will also examine the efficiency of A2A communication and adaptive budget utilization.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
LinguisticClassification
Classify text samples into 'Human', 'AI-generated', or 'Human-mimicking-AI' categories and identify key linguistic quirks.
{'texts': [{'id': '1', 'content': 'sample text 1'}, {'id': '2', 'content': 'sample text 2'}...]}
{'analyses': [{'id': '1', 'origin': 'AI-generated', 'confidence': 0.9, 'quirks': ['formulaic phrasing', 'lexical redundancy']}, ...]}
DeAIIngRecommendation
Provide specific recommendations to 'de-AI-ify' a given AI-generated text, making it sound more human.
{'text': 'AI-generated text'}
{'original_text': '...', 'suggested_rewrite': '...', 'recommendations': ['use simpler vocabulary', 'add personal anecdote']}