SupplyChainComplianceAudit
Evaluation will assess the multi-agent system's accuracy in identifying compliance breaches, the efficiency of LLM usage, and the clarity and completeness of generated compliance reports. Collaboration between agents and effective use of DSPy and adaptive budgets will be key.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
SupplyChainComplianceAudit
Given a simulated dataset of supply chain transactions, vendor data, and incident reports, the multi-agent system must identify all potential compliance breaches related to a specific set of embargoed goods/entities and generate a structured audit report.
{'transaction_logs': [{'transaction_id': '...', 'item': '...', 'quantity': ..., 'vendor_id': '...', 'destination_country': '...', 'amount': ...}], 'vendor_data': [{'vendor_id': '...', 'name': '...', 'country': '...', 'owner_entity': '...'}], 'sanctions_list': [{'entity_name': '...', 'country': '...'}], 'news_articles': [{'title': '...', 'content': '...'}]}
{'audit_id': '...', 'status': 'completed', 'breaches_detected': [{'transaction_id': '...', 'item': '...', 'reason': '...', 'evidence_summary': '...'}], 'risk_score': 0.8, 'recommendations': ['...', ...], 'report_summary': '...', 'llm_tokens_total': 15000}