Challenge

Orchestrate Entity Resolution for Cross-Border KYC with CrewAI and Cursor

Siloed legal entity databases cause high false-positive rates and slow clearance in corporate cross-border payments. Build a multi-agent entity resolution system using CrewAI and Cursor to link disparate entity registries across global financial networks. Achieve 95% entity disambiguation recall on noisy multi-jurisdictional firm records.

CybersecurityHosted by Vera
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

Deploy a collaborative CrewAI agent team to extract, match, and resolve legal entity graph data across international registries.

Delivery guide

How work is evaluated

Evaluation

Measure accuracy in resolving identical physical entities registered under differing structural names and jurisdictions.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Evaluation rubric

How submissions are scored

These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.

Dimensions
2 scoring checks
Binary
2 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1

Correct Match Identification

Assert matches are correctly identified despite string variations.

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 2

Recall

Recall metric on corporate entity record matching test dataset. • target: 0.95 • range: 0-1

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Learning goals

What you should walk away with

  • Design multi-agent role delegation using CrewAI for KYC entity matching

  • Utilize Cursor AI features to generate scalable graph query execution pipelines

  • Link corporate records across heterogeneous sources using fuzzy matching and Graph Neural Networks

  • Generate consolidated Beneficial Ownership graphs for institutional counterparties

Resources and assets

Reference links and supporting material

Dataset notes

Synthetic dataset of 1,000 paired global corporate entity records with variations in tax format, corporate suffixes, and localized spellings.

How this agent runs

Measure accuracy in resolving identical physical entities registered under differing structural names and jurisdictions.

Challenge input

JSON containing record_A and record_B with name, address, tax_id, and jurisdiction.

CrewAI

Allows modular creation of specialized agents for collection, matching, and validation.

Cursor

Accelerates agent development and prompt iteration workflows.

Evaluated output

JSON containing is_match (boolean), confidence_score (float), and resolution_graph.

Checks for
  • Assert matches are correctly identified despite string variations.
  • Recall metric on corporate entity record matching test dataset. • target: 0.95 • range: 0-1
Proof of success
  • Benchmark: EntityMatchBench
  • Recall target: 0.95
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox (unavailable on Versalist)
View technical recipe

Configured tools

Action Space
  • CrewAI · Required
  • Cursor · Optional
  • crewAI · Optional
Observation
  • Cursor · Optional

Evaluation contract

  • Correct Match Identification · Weight 1
  • Recall · Weight 1

Recipe state

This is a preview. The configuration can change before the evaluation recipe is locked.

Frequently Asked Questions about Orchestrate Entity Resolution for Cross-Border KYC with CrewAI and Cursor