DSAComplianceReportGeneration
The evaluation will assess the system's ability to accurately identify potential DSA compliance issues from simulated platform data, leveraging advanced RAG and ethical reasoning to generate a justified compliance report.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
DSAComplianceReportGeneration
Evaluates the system's capacity to process mock platform data (posts, user interactions), cross-reference with DSA regulations using RAG, identify potential violations, and generate a structured compliance report with justifications and evidence.
{ 'dsa_articles_to_monitor': ['string'], 'mock_platform_data': [{ 'post_id': 'string', 'author': 'string', 'content': 'string', 'timestamp': 'string', 'visibility': 'public|private', 'research_access_policy': 'string' }], 'mock_dsa_legal_text': 'string' }
{ 'compliance_report': { 'platform_id': 'string', 'compliance_status': 'compliant|non-compliant|partial', 'violations_found': [{ 'article_id': 'string', 'description': 'string', 'evidence_ids': ['string'], 'justification': 'string' }], 'recommendations': ['string'] }, 'agent_communication_log': [{ 'sender': 'string', 'receiver': 'string', 'protocol': 'A2A', 'message': 'string', 'timestamp': 'string' }] }