Data Governance

AI Data Governance Framework

AI data governance framework covering quality, lineage, bias, privacy, and EU AI Act Article 10 requirements.

24 min read 7,500+ words
Joe Braidwood
Joe Braidwood
CEO, GLACIS
24 min read

Executive Summary

Weak data quality, unclear provenance, and uncertain rights can delay or undermine an AI deployment. The cost and operational impact depend on the organization, system, and affected workflow. Traditional data-governance programs may also need additional practices for AI-specific concerns: training-data provenance, bias review, lawful-basis analysis for personal data, and applicable duties such as EU AI Act Article 10.

This guide provides a structured framework for AI data governance from collection through model retirement. It covers data-quality dimensions, lineage, bias review, privacy questions for training data, applicable EU AI Act duties, and voluntary NIST AI RMF guidance; it is not a complete legal or technical checklist for every system.

Key finding: Comprehensive data governance reduces rework, improves model readiness, and shortens remediation cycles. The AI Omnibus entered into force on July 27, 2026: relevant Annex III high-risk obligations apply from December 2, 2027, and relevant Annex I product-embedded obligations from August 2, 2028.

Art. 10
EU AI Act Data Governance Duty[1]
Lifecycle
Collection Through Retirement
2027/2028
Key EU AI Act Start Dates[1]
€15M
Common Provider-Obligation Tier[1]

In This Guide

What is AI Data Governance?

AI data governance is the framework of policies, processes, and controls for managing data throughout the AI lifecycle, from collection through model retirement. It extends traditional data governance with AI-specific requirements that address how data is used to train, validate, and monitor machine learning systems.

How AI Data Governance Differs from Traditional Data Governance

Traditional data governance focuses on data quality, security, and compliance for human decision-making. AI data governance must address fundamentally different challenges:

Traditional vs. AI Data Governance

Dimension Traditional Data Governance AI Data Governance
Primary Use Human analysis and decision-making Machine learning and autonomous decisions
Quality Impact Errors affect individual reports Errors amplified across thousands of predictions
Bias Concern Human interpretation bias Systematic algorithmic bias at scale
Lineage Requirements Source to destination tracking Full provenance: collection → preprocessing → training → inference
Consent Basis Data processing and storage Automated decision-making (GDPR Article 22)
Regulatory Focus Privacy, security, retention Fairness, transparency, explainability, safety

The most critical difference: AI systems learn patterns from data and reproduce those patterns at scale. A biased dataset produces systematically biased predictions. Poor quality training data creates unreliable models that fail in production. Personal-data use for training and deployment also requires a clear lawful basis, privacy analysis, and, where relevant, an Article 22 assessment for high-impact automated decisions.

Why Data Governance is Critical for AI Success

Data issues are a recurring contributor to AI project failure, although their prevalence and relative importance vary by study, sample, and definition:

Measure data-governance outcomes against a local baseline: rework, deployment delay, production incidents, retraining, and remediation time. Those effects vary materially by system and organization.

The AI Data Lifecycle

AI data governance must address data management across six distinct lifecycle stages, each with unique governance requirements:

1

Data Collection

Acquiring data from internal systems, third-party sources, synthetic generation, or web scraping. Governance requirements: source documentation, consent verification, license compliance, bias risk assessment.

Key risks: Unlicensed data use, missing consent for AI training, biased sampling, privacy violations.

2

Data Preparation

Cleaning, labeling, augmentation, and feature engineering. Governance requirements: transformation documentation, quality validation, labeling accuracy verification, feature attribution tracking.

Key risks: Label noise, synthetic data bias, feature leakage, undocumented transformations.

3

Model Training

Using datasets to train ML models. Governance requirements: dataset versioning, training/validation/test splits, class balance documentation, reproducibility controls.

Key risks: Train/test contamination, class imbalance, non-reproducible results, undocumented hyperparameters.

4

Model Validation

Testing model performance on held-out datasets. Governance requirements: fairness testing across subgroups, edge case evaluation, robustness validation, performance benchmarking.

Key risks: Unrepresentative test data, missing fairness metrics, inadequate edge case coverage.

5

Production Monitoring

Tracking model behavior with real-world data. Governance requirements: drift detection, bias monitoring, data quality checks, performance degradation alerts.

Key risks: Concept drift, data distribution shift, emerging bias, quality degradation.

6

Data Retirement

Securely deleting or archiving data no longer needed. Governance requirements: retention policy enforcement, secure deletion verification, right-to-be-forgotten compliance, audit trail preservation.

Key risks: Regulatory non-compliance, privacy violations, data breach exposure from retained data.

Data Quality for AI

Data quality for AI extends beyond traditional dimensions. While business intelligence focuses on accuracy and completeness, AI systems require additional quality characteristics that directly impact model reliability and fairness.

Five Critical Data Quality Dimensions for AI

AI Data Quality Framework

Dimension Definition AI-Specific Requirement Impact of Poor Quality
Completeness All required data present Sufficient samples per class, edge case coverage Poor performance on underrepresented scenarios
Accuracy Data reflects reality Label quality, ground truth validation Model learns incorrect patterns
Consistency Uniform across sources Schema alignment, encoding standardization Training instability, prediction errors
Timeliness Data is current Recency for concept drift, temporal validity Models trained on outdated patterns
Relevance Appropriate for purpose Feature informativeness, signal-to-noise ratio Overfitting, poor generalization

Measuring Data Quality for AI Systems

Organizations should track quantitative data-quality metrics throughout the AI lifecycle. Acceptance thresholds are not universal: derive and validate them for the intended use and harms, label definitions and subgroups, data-generating process, demonstrated performance, and applicable law or contract.

Data Lineage & Provenance

Data lineage documents data origins and transformations within a declared scope. Granular lineage can support reproducibility, debugging, impact analysis, and regulatory documentation, but its completeness depends on collection coverage and it does not by itself establish compliance.

Why Data Lineage Matters for AI

Data lineage serves four critical functions in AI governance:

Reproducibility

Enable exact reproduction of training datasets and model results. Essential for scientific validation and regulatory audit.

Root Cause Analysis

Trace model errors back to source data issues. Identify which data sources contribute to bias or quality problems.

Compliance Evidence

Document data provenance and evidence relevant to EU AI Act Article 10: datasets should be relevant, sufficiently representative and, to the best extent possible, free of errors and complete in view of the intended purpose.

Impact Assessment

Understand downstream impact of data changes. Identify which models are affected when source data is updated or deprecated.

Components of Complete Data Lineage

Comprehensive data lineage for AI systems must capture:

The NIST AI Risk Management Framework specifically calls out data provenance as a core governance requirement. NIST AI RMF 1.0 function MAP 3.3 states: “Data provenance and data lineage are documented, including details about data origin, characteristics, and transformations.”[2]

Bias & Fairness in Training Data

Training data bias is one of the most significant risks in AI systems and one of the hardest to detect and mitigate. Algorithmic bias has led to high-profile failures and legal settlements, including the roughly $2.28 million SafeRent settlement in tenant-screening litigation.[3]

Types of Bias in AI Training Data

Historical Bias

Training data reflects past discrimination or inequality. Example: Hiring AI trained on historical decisions learns to prefer male candidates if past hiring was biased.

Representation Bias

Some groups underrepresented in training data. Example: Facial recognition systems perform worse on darker skin tones when training datasets contain predominantly lighter-skinned faces (MIT Media Lab research).[4]

Measurement Bias

Features measured differently across groups. Example: Creditworthiness proxies available for some populations but not others, leading to systematically different prediction quality.

Aggregation Bias

One-size-fits-all model applied to diverse populations. Example: Medical AI trained on aggregate data performs poorly for subpopulations with different baseline characteristics.

Label Bias

Human labelers introduce systematic bias. Example: Content moderation labels reflect cultural biases of labeling workforce, producing regionally-biased classifiers.

Bias Detection and Mitigation Strategies

Organizations should implement systematic bias detection throughout the data lifecycle:

Documentation requirement: The EU AI Act Article 10(3) explicitly requires providers to “examine training, validation and testing datasets in view of possible biases” and identify “appropriate mitigation measures.” This documentation must be maintained for audit.[1]

AI training data raises novel privacy challenges that traditional data governance doesn’t address. The fundamental issue is not that Article 22 automatically requires consent for all AI training, but that personal-data use for training and deployment demands a clear lawful basis, transparency, minimization, and, where relevant, an assessment of whether the downstream use involves solely automated decisions with legal or similarly significant effects.

GDPR Article 22: Automated Decision-Making Rights

GDPR Article 22 grants data subjects the right not to be subject to decisions based solely on automated processing that produces legal or similarly significant effects. This directly impacts AI systems trained on personal data:

GDPR Article 22 Requirements for AI

  • Data subjects must have the right to obtain human intervention
  • Organizations must explain the logic involved in automated decisions
  • Explicit consent is one possible basis in some Article 22 scenarios, but it is not the only lawful basis in every AI-training context
  • Right to contest automated decisions and obtain explanation

Consent Management for AI Training

Organizations should establish clear lawful-basis and consent processes for AI training data use:

Data Minimization for AI Systems

GDPR’s data-minimization principle (Article 5(1)(c)) requires personal data to be adequate, relevant, and limited to what is necessary for the stated purpose. In AI work, additional relevant data may help some systems but can also add noise, bias, privacy risk, or little marginal value; necessity and performance should be tested for the actual purpose rather than assumed from volume.

Best practices for data minimization in AI:

Data Documentation Requirements

Purpose-appropriate documentation of AI training datasets can support reproducibility, review, and applicable recordkeeping duties. Datasheets for Datasets and Model Cards are influential documentation approaches, not universal regulatory standards or proof of compliance.

Datasheets for Datasets

Developed by researchers at Microsoft and other institutions, Datasheets for Datasets provide a standardized template for documenting training data. The framework addresses a critical gap: many datasets lack basic information about composition, collection process, recommended uses, and limitations.[6]

Datasheet for Datasets: Core Sections

1
Motivation
Why was the dataset created? Who funded creation? What use cases motivated development?
2
Composition
What do instances represent? How many instances? Missing data? Relationships between instances?
3
Collection Process
How was data acquired? Who was involved in collection? What mechanisms or procedures used?
4
Preprocessing
Was data cleaned? Was raw data saved? What preprocessing applied?
5
Uses
What tasks has the dataset been used for? Are there tasks it should not be used for?
6
Distribution
How is the dataset distributed? When will it be distributed? Under what license?
7
Maintenance
Who maintains the dataset? Will it be updated? How can others contribute?

Model Cards for Model Reporting

Model Cards, introduced by Google researchers, provide standardized documentation for trained machine learning models. They complement Datasheets by documenting model performance, limitations, and appropriate use cases.[7]

Key Model Card sections relevant to data governance:

The EU AI Act does not literally mandate “model cards,” but Annex IV technical documentation and Article 13 transparency obligations push providers toward model-card-style documentation of datasets, intended purpose, limitations, and oversight expectations.[1]

Regulatory Requirements

Data governance for AI is transitioning from best practice toward a mix of legal obligations and voluntary frameworks. The EU AI Act creates enforceable duties for covered high-risk systems, while the NIST AI Risk Management Framework remains voluntary guidance that many organizations use to structure controls.

EU AI Act Article 10: Data Governance Requirements

EU AI Act Article 10 establishes data-governance duties for covered high-risk systems. Regulation (EU) 2026/1744, the AI Omnibus, entered into force on July 27, 2026. Relevant Annex III high-risk obligations apply from December 2, 2027, while relevant Article 6(1)/Annex I product-embedded obligations apply from August 2, 2028. For many provider and operator obligation breaches, the commonly cited penalty tier is lower than the prohibited-practices maximum and can reach €15 million or 3% of worldwide annual turnover, depending on the violation.[1]

EU AI Act Article 10: Data Governance Mandates

Article 10(2): Training, validation and testing data sets shall be subject to data governance and management practices appropriate for the intended purpose of the high-risk AI system.

Article 10(3): Training, validation and testing data sets shall be relevant, sufficiently representative, and to the best extent possible, free of errors and complete in view of the intended purpose.

Article 10(3): They shall have the appropriate statistical properties, including as regards the persons or groups of persons in relation to whom the high-risk AI system is intended to be used.

Article 10(4): Providers shall examine training, validation and testing datasets in view of possible biases that are likely to affect the health and safety of persons, have a negative impact on fundamental rights, or lead to discrimination.

Article 10(5): Providers shall identify data gaps or shortcomings that prevent compliance and implement mitigation measures including through design of the data collection process.

Compliance with Article 10 requires:

NIST AI Risk Management Framework: Data Requirements

The NIST AI Risk Management Framework 1.0, while voluntary in the US, has become the de facto global standard for AI governance. Multiple framework sections address data governance:

NIST AI RMF Data Governance Controls

MAP 3.3
Data provenance and data lineage are documented, including details about data origin, characteristics, and transformations.
MAP 3.4
Processes for data quality, including data relevance, representativeness, and fit-for-purpose, are defined and documented.
MEASURE 2.3
AI system performance is systematically tracked and documented over its lifecycle using relevant performance metrics.
MEASURE 2.6
The AI system is evaluated regularly for safety risks, including potential for model drift, data drift, or performance degradation.
MANAGE 2.2
Mechanisms are in place and applied to sustain the value of deployed AI systems and manage risks from unforeseen changes, including data drift.

NIST AI 600-1, the Generative AI Profile released in 2024, adds more specific data-governance guidance for foundation models and generative AI:[8]

Implementation Framework

The following workstreams are an illustrative sequence, not a fixed delivery plan. Scope, order, owners, and cadence depend on the systems, roles, data, risk analysis, and applicable requirements.

GLACIS logoGLACIS
Illustrative sequence

AI data-governance workstreams

1

Data inventory and risk assessment

Catalog all datasets used for AI training, validation, and testing. Classify AI systems by risk level per EU AI Act Annex III. Prioritize high-risk systems for immediate data governance implementation. Document data sources, collection methods, consent basis.

2

Data-quality baseline

Establish data quality metrics for completeness, accuracy, consistency, timeliness, relevance. Measure baseline quality for high-risk AI datasets. Identify data gaps, quality issues, and bias risks. Document findings per EU AI Act Article 10(5) requirements.

3

Lineage and provenance tracking

Implement data lineage tracking from source through all transformations. Document data provenance per NIST AI RMF MAP 3.3. Version all datasets with content hashes. Create audit trail linking models to dataset versions used for training.

4

Bias testing and mitigation

Conduct bias analysis across protected demographic groups. Calculate disparate impact ratios, demographic parity, equalized odds. Implement mitigation strategies: rebalancing, reweighting, separate models per subgroup. Document per EU AI Act Article 10(4) examination requirements.

5

Privacy and consent analysis

Audit lawful basis and consent for AI training data use. Implement granular consent mechanisms where the use case depends on consent. Create a lawful-basis audit trail. Establish right-to-be-forgotten procedures for training data where applicable. Document GDPR Article 22 analysis where relevant.

6

Documentation and requirement mapping

Create Datasheets for Datasets for relevant training data. Generate Model Cards documenting measured performance by demographic group. Map data practices to EU AI Act Article 10 and NIST AI RMF review questions, then assemble scoped evidence for assessment.

Key insight: Data governance is ongoing, not one-time. Set monitoring and review cadences from the system’s risk, change rate, operating context, and applicable obligations rather than copying a universal quarterly or annual schedule.

Roles and Responsibilities

Successful AI data governance requires clear accountability across organizational roles:

AI Data Governance Roles

Role Primary Responsibilities Key Deliverables
Chief Data Officer Overall accountability for data governance program, policy approval, resource allocation Data governance charter, annual audit results, board reporting
AI/ML Product Owner Define data requirements, validate quality for use case, approve dataset selection Data requirements specification, dataset approval records
Data Engineer Implement lineage tracking, manage dataset versions, execute quality checks Data pipelines, lineage documentation, quality metrics dashboards
Data Scientist Conduct bias analysis, validate representativeness, document model-data relationship Bias test results, Model Cards, performance by subgroup analysis
Privacy/Legal Counsel Consent framework design, GDPR compliance verification, regulatory mapping Consent procedures, privacy impact assessments, compliance documentation
AI Governance Lead Framework maintenance, audit coordination, regulatory monitoring, cross-functional alignment Governance framework, audit reports, regulatory gap analysis

Tools and Technology Requirements

Implementing AI data governance at scale requires supporting technology infrastructure:

Frequently Asked Questions

What’s the difference between data governance and AI data governance?

Traditional data governance focuses on data quality, security, and compliance for human decision-making. AI data governance extends this with requirements specific to machine learning: training data bias detection, label quality verification, data lineage for model reproducibility, consent for automated decision-making, and compliance with AI-specific regulations like the EU AI Act Article 10.

How should I measure the cost of poor data quality?

Use an organization- and system-specific baseline. Useful measures include rework, deployment delay, incident handling, retraining, remediation, and the impact on affected workflows. A market-wide average is not a defensible substitute for that local analysis.

Do I need consent to use customer data for AI training?

Not always. GDPR Article 22 applies to solely automated decisions that produce legal or similarly significant effects. Training on personal data does not automatically trigger an Article 22 consent requirement, and lawful bases other than consent may apply depending on the use case. Consult privacy counsel for your specific processing design.

What are the EU AI Act data governance requirements?

EU AI Act Article 10 requires covered high-risk systems to meet specified requirements for training, validation, and testing data, including relevance, representativeness, and error controls. Providers must examine datasets for bias, identify data gaps, and establish appropriate statistical properties. Relevant Annex III duties apply from December 2, 2027; relevant Annex I product-embedded duties apply from August 2, 2028 under the AI Omnibus.

How do I detect bias in training data?

Start with representation analysis: measure the proportion of training samples per demographic group. Calculate fairness metrics such as disparate impact ratios, demographic parity, and equalized odds, but interpret those metrics in context rather than relying on a single universal threshold. Test model performance across subgroups, because significant performance differences can indicate bias. Tools like IBM AI Fairness 360, Microsoft Fairlearn, and Google What-If Tool can automate these calculations.

What is data lineage and why does AI need it?

Data lineage documents data origins and transformations within a declared scope. It can help reproduce training work, trace errors, support regulatory documentation, and assess the impact of changes. Completeness depends on discovery and collection coverage. NIST AI RMF MAP 3.3 addresses data provenance documentation, and the EU AI Act includes requirements concerning data characteristics and transformations for covered systems.

References

  1. European Commission. “Regulation (EU) 2024/1689 - EU AI Act.” Official text including Article 10 data governance requirements. eur-lex.europa.eu
  2. NIST. “AI Risk Management Framework 1.0.” January 2023. nist.gov
  3. SafeRent Solutions Settlement. Class action alleging algorithmic discrimination. November 2024. cohenmilstein.com
  4. Buolamwini, J., & Gebru, T. “Gender Shades: Intersectional Accuracy Disparities in Commercial Gender Classification.” Proceedings of Machine Learning Research 81:1–15, 2018. MIT Media Lab research on facial recognition bias.
  5. Article 29 Data Protection Working Party. “Opinion 05/2014 on Anonymisation Techniques.” EU guidance on anonymization and GDPR applicability. April 2014.
  6. Gebru, T., et al. “Datasheets for Datasets.” Communications of the ACM, March 2021. arxiv.org
  7. Mitchell, M., et al. “Model Cards for Model Reporting.” Proceedings of FAT* 2019. arxiv.org
  8. NIST. “AI 600-1: Generative AI Profile.” July 2024. nist.gov

Need AI Data Governance Evidence?

GLACIS can preserve signed records of what configured lineage, bias-testing, and quality-validation checks reported for an in-scope workflow. Signatures support integrity and provenance; effectiveness, coverage, compliance, and framework acceptance require separate evidence and review.

Learn About Data Governance Evidence

Related Guides