Data & Analytics

Data Governance Model for AI Products

Data governance for an AI product should not be a separate cataloging program. It should operate as a product control plane: defining which data may support a feature, what quality is sufficient for the use case, who can accept an exception, and how to withdraw an output built on a defective dataset. A catalog without thresholds, accountable owners, and release gates describes risk but does not manage it.

Governance must be purpose-dependent. The same missing field may be immaterial in a document-sorting tool and unacceptable in a system affecting access to a service. Quality, representativeness, retention, and usage rights should therefore be connected to intended purpose, population, and loss from error. Only then can a team choose an effective control and measure.

Begin with the product decision

For every AI capability, describe the decision or action it supports, permitted users, people affected by the output, operating conditions, and plausible harms. Separate training, validation, and test data from live input, feedback, and system-generated records. Each category has a different lifecycle, access pattern, and accountable owner.

Set minimum data requirements before acquisition: target population, period, acceptable sources, freshness, labeling rules, and cases the system must not handle. If the required data cannot be obtained lawfully or at adequate quality, the correct product decision may be to narrow the feature or use a non-AI solution.

Document assumptions that cannot be tested directly. They should become monitoring conditions or explicit limitations, not disappear into a modeling notebook.

Record provenance and rights to use

Every dataset needs lineage from source through transformations to model and release. The record should include provider, acquisition method, purpose, legal or contractual conditions, license, geographic restrictions, retention, sensitivity, and owner. “Public data” does not explain whether the organization may copy it, train on it, distribute derivatives, or process any personal information it contains.

Lineage must preserve transformation code and parameters, not only table names. During an incident, the organization should be able to identify models, experiments, and outputs that used a defective record or source. NIST AI RMF 1.0 identifies training-data provenance as supporting transparency and accountability and treats risk management as a lifecycle activity.

Apply the same discipline to purchased datasets and model-provider inputs. Contractual opacity does not remove product responsibility; it becomes a limitation to resolve or accept explicitly.

Establish data contracts and accountable ownership

A data contract defines schema, field meaning, permitted values, freshness, missing-value behavior, change rules, and service expectations. The producer owns the published contract and change notice; the AI product owner decides fitness for purpose; a steward resolves definitions and quality; security and privacy teams govern access and compliance.

An incompatible change should stop the pipeline or route the release to explicit acceptance. Automatic imputation must not conceal source failure. Distinguish a real zero, an unknown value, and data unavailable because a process failed. For features that materially affect behavior, provide an alternative source or safe degraded mode where feasible.

Ownership should include response time. An alert with no person expected to decide before the next training or inference cycle is merely a notification.

Measure quality against intended use

There is no single dataset quality score. A product may need accuracy, completeness, consistency, timeliness, uniqueness, representativeness, and distribution stability in different combinations. For each material attribute, specify measurement method, threshold, cadence, owner, and action after breach. Thresholds should reflect product behavior and harm, not dashboard aesthetics.

ISO/IEC 5259-1:2024, published on July 2, 2024, provides terminology and context for data quality in analytics and machine learning. In implementation, dataset measures need to connect to system measures. A small distribution shift may have no effect on one model and cause material degradation in another. Impact tests should cover segments, edge cases, and conditions resembling deployment.

Validate labels as data products too. Record annotator guidance, disagreement handling, quality review, and changes to the labeling policy; a stable schema can still hide a changed meaning.

Enforce access before data enters the pipeline

Authorization must apply at the source, processing layer, feature store, experimental environment, and logs. Roles should follow job duties, and privileged access should have an owner and expiry. A copy downloaded to a notebook or labeling platform remains governed even after it leaves the primary data platform.

Minimization is an architecture control. If a model needs an age band, it should not receive a full date of birth by default. Separate direct identifiers, sensitive attributes, and data used only to evaluate bias. Exports, synthetic-data generation, and supplier access require a documented purpose, scope, and deletion mechanism.

Monitor access patterns as well as permissions. Dormant accounts, bulk exports, cross-environment copies, and service identities with expanding scope are signals that the implemented boundary differs from the approved one.

Version data together with the model

A product release should identify an immutable dataset version, transformation code, feature configuration, model, tests, and accepted exceptions. This makes the result reproducible, comparable, and reversible. “Latest data” is not a version because the source may change between training and audit.

Article 10 of the AI Act sets data-governance requirements for training, validation, and test datasets used by high-risk AI systems. It addresses data choices, collection and preparation, assumptions, availability, suitability, and examination of possible bias. It should not be presented as an identical duty for every AI product, but it is a useful reference for the artifacts required to control a consequential release.

Version external dependencies too. A supplier may update source data or an embedding model without changing your repository, and that change can alter reproducibility.

Monitor live data and respond to incidents

Monitoring should detect delayed sources, schema changes, missing-value growth, unexpected categories, distribution drift, loss of representation, and access-policy violations. An alert must identify the affected product and required decision, not only a table. The owner chooses whether to stop ingestion, restore a prior version, limit the feature, or accept a bounded period of degradation.

A data incident requires scope analysis: which models and outputs used the defective material, who received them, and whether decisions need review. The NIST Data Governance and Management Profile concept paper connects governance activities to privacy, cybersecurity, and AI risk and emphasizes evaluating quality in context. It is a concept paper rather than a final standard, but its joint-risk approach helps prevent three disconnected processes from governing the same data.

Management measures should lead to decisions: coverage of critical datasets by owners and contracts, exception age, time to reconstruct lineage, releases with incomplete evidence, quality-incident frequency, and safe rollback time. Success is not the number of catalog entries. It is the ability to stop defective or unauthorized data before it changes outcomes for people and services.

Sources