SumUp uses an LLM-driven evaluator to assess AML financial crime report generation
SumUp's risk and compliance agents had to manually write repetitive financial crime reports for AML escalations, and standard NLP metrics could not adequately evaluate whether LLM-generated narratives were accurate and complete.
The Rouge Score metric showed minimal differences between accurately and inaccurately generated narratives, making it unreliable for distinguishing report quality in the AML context.
The LLM-driven evaluator consistently differentiated between good and poor narratives and correlated closely with human agent assessments, enabling data scientists to test model improvements without adding extra workload to compliance agents.
Frequently asked questions
What did this team achieve with this AI workflow?
The LLM-driven evaluator consistently differentiated between good and poor narratives and correlated closely with human agent assessments, enabling data scientists to test model improvements without adding extra workl…
What tools did this team use?
LLM, Rouge Score.
What results were reported?
time savings from LLM report generation: save a substantial amount of time; LLM evaluator average score for accurately generated text: 4.67; LLM evaluator average score for inaccurately generated text: 2.5 (source-reported, not independently verified).
What failed first in this deployment?
The Rouge Score metric showed minimal differences between accurately and inaccurately generated narratives, making it unreliable for distinguishing report quality in the AML context.
How is this compliance monitoring AI workflow structured?
Agent confirms suspicious activity → LLM generates report narrative → LLM evaluator scores narrative → Agents validate evaluation results.