OpenDQ-Matrix360 / learning companion

Matching and Survivorship Concepts

Module 05 Lesson 3 · 7 lessons in this module

Matching and Survivorship Concepts

In brief: The economics of matching accuracy are asymmetric and context-dependent. In financial services, false positives carry significant regulatory risk — incorrectly merging two customers' records can violate know-your-customer regulations and create serious compliance exposure. In retail and consumer industries, false negatives typically carry higher costs —…

Video placeholder

Module support notes

The Economics of Matching Accuracy

The economics of matching accuracy are asymmetric and context-dependent. In financial services, false positives carry significant regulatory risk — incorrectly merging two customers' records can violate know-your-customer regulations and create serious compliance exposure. In retail and consumer industries, false negatives typically carry higher costs — fragmented customer records degrade personalization models and inflate customer acquisition costs by treating existing customers as new prospects. In healthcare, both error types carry clinical risk.

Organizations should define their acceptable thresholds for each error type based on their industry context, regulatory environment, and AI program requirements — rather than optimizing for a single composite matching accuracy score that obscures the tradeoff between precision and recall.

Note

Matching accuracy is not a technical metric — it is a business performance indicator. False positives and false negatives both have measurable business costs and AI consequences. False positive merges corrupt golden records that feed AI models. False negatives fragment the entity history that AI personalization, forecasting, and risk models depend on.

A cost model diagram with two columns. False Positive Costs include incorrect merges requiring manual separation, AI models retrained on corrupted golden records, customer experience failures, and regulatory risk. False Negative Costs include fragmented customer history degrading AI personalization, duplicate supplier records inflating procurement costs, and split patient records creating clinical risk. The center reads: Both error types have measurable business costs — and both have AI consequences.
Matching accuracy is not a technical metric. It is a business performance indicator.

Survivorship Rules and AI Feature Stores

The feature store pattern — a centralized repository of curated, versioned feature values that AI models consume during training and inference — is becoming an increasingly important integration point between MDM and AI programs. When survivorship rules in the MDM platform are designed with feature store requirements in mind, the golden record values that flow into the feature store are optimized for AI quality rather than just operational correctness.

This means configuring survivorship for AI-critical fields based on historical feature accuracy rather than standard business logic, implementing change detection that propagates golden record updates to feature store versions, and maintaining provenance metadata that allows feature store users to trace each feature value back to its source record and survivorship rule.

Tip

Establish the MDM-to-feature-store pipeline early in your AI program development — not after the first model is in production. Organizations that build this governed data supply chain from the start create a foundation that scales with their AI ambitions, rather than scrambling to retrofit governance onto a pipeline that was built without it.

A pipeline diagram showing the MDM platform applying survivorship rules to create golden records, which are exported to a feature store organized by entity type. AI models read features from the feature store. The feature store monitors for feature drift and triggers MDM quality review when drift is detected.
The feature store is the interface between MDM governance and AI model development.

Review Workflow Design for Human-in-the-Loop Matching

The efficiency and consistency of human review for borderline match cases significantly affects the overall quality of entity resolution. Poorly designed review workflows — presenting records without context, requiring stewards to navigate away from the review interface to verify information, or failing to surface the AI matching model's recommendation — result in slower decision times, higher steward fatigue, and less consistent outcomes.

Well-designed review workflows present the record pair in a side-by-side comparison with field-level similarity scores, surface the ML model's recommendation and confidence level as a reference point, provide access to the steward's own previous decisions on similar cases, and maintain a full audit trail of every decision for governance reporting.

Warning

Review workflow design is not a UX afterthought — it directly determines the quality of your matching outcomes. Every decision a steward makes on a borderline pair becomes training data for the ML matching model. Inconsistent decisions caused by poor workflow design degrade the model over time, creating a compounding quality problem that becomes harder to reverse the longer it continues.

A review interface mockup showing a borderline match pair presented side by side with field-level similarity scores. Steward action options include Confirm Match, Reject Match, Request More Information, and Escalate to Domain Expert. An AI-suggested action shows the ML model recommending Confirm Match at 87% confidence, alongside an audit trail of previous decisions on similar record pairs.
Well-designed review workflows reduce decision time and improve consistency across the stewardship team.

Matching and survivorship are not a single step — they are a three-stage process that ends not with a merged record, but with a governed golden record ready to power AI systems.

A three-stage horizontal flow: Stage 1 — Detect, where deterministic, probabilistic, and ML matching identifies duplicate and near-duplicate record pairs; Stage 2 — Resolve, where confirmed matches are merged using survivorship rules configured for both operational correctness and AI feature quality; Stage 3 — Distribute, where governed golden records are published to downstream systems and AI pipelines with quality and provenance metadata attached.
The golden record is not the end of the process. It is the beginning of what AI systems can do with trusted data.

Lesson progress

0% watched
← Previous Next lesson →