CopyrightAnalysisTask
Evaluation will assess the agent system's accuracy in identifying content provenance, its ability to apply copyright principles, and the depth of its analysis for potential infringements, alongside the effectiveness of RAG and tool integration.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
CopyrightAnalysisTask
Analyze a piece of generated text against a simulated internal content database and legal corpus to determine its originality and potential copyright issues.
{'generated_text_id': 'string', 'generated_content': 'string', 'author_name': 'string'}
{'originality_score': 'float', 'identified_sources': [{'source_id': 'string', 'match_percentage': 'float', 'source_type': 'internal|external'}], 'potential_infringement_risk': 'low|medium|high', 'risk_explanation': 'string'}
ProvenanceResearchTask
Trace the potential origin of a piece of content by searching simulated internal databases and external web sources via MCP, and provide a provenance report.
{'content_fragment': 'string'}
{'provenance_status': 'found|unclear|not_found', 'top_matches': [{'url': 'string', 'match_score': 'float', 'source_type': 'internal|external', 'snippet': 'string'}], 'search_duration_ms': 'int'}