DetectSuspiciousTransaction
The evaluation will assess the agent's accuracy in detecting predefined suspicious financial activities, the relevance and comprehensiveness of its compliance reports, and the efficiency of its tool usage.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
DetectSuspiciousTransaction
Evaluate the agent's ability to identify a specific type of illicit financial activity (e.g., money laundering pattern) from a stream of simulated transaction data.
{ "transaction_stream": [ { "id": "T101", "sender": "A", "receiver": "B", "amount": 1000, "timestamp": "..." }, ... ], "regulatory_context": "[relevant Pinecone query result]" }
{ "is_suspicious": true, "reason": "[explanation]", "flagged_transactions": ["T105", "T106"], "compliance_breach": "[rule name]", "recommendations": ["action"] }
GenerateComplianceReport
Assess the clarity, comprehensiveness, and accuracy of the compliance report generated by the agent for a given suspicious event.
{ "suspicious_event_details": { "type": "structuring", "flagged_transactions": [...] }, "relevant_regulations": "[Pinecone query result]" }
{ "report_summary": "[text]", "evidence_links": ["url"], "risk_assessment": "High" }