TL;DR
Investigators face challenges in quickly triaging a high volume of anti-money laundering (AML) alerts due to strict regulations. A new explainable AML triage framework leverages large language models (LLMs) to summarize evidence and perform counterfactual checks, ensuring compliance and accuracy.
✦ Why It Matters
Engineers can implement LLMs in regulated environments to enhance decision-making accuracy and compliance in AML workflows.
Key Takeaways
How It Works
The framework combines evidence retrieval from various sources, such as policy guidelines and transaction data, to create a comprehensive view for triage. It employs a structured output contract that requires LLMs to provide clear citations, distinguishing between supporting and contradicting evidence.
Counterfactual checks are used to test how small changes in the input affect the triage outcome, ensuring that the rationale behind decisions is coherent and justifiable.
Related