8.3 A.7 Data for AI Systems

Key Takeaways

  • Annex A.7 governs data used to develop, evaluate, and enhance AI systems—acquisition, quality, provenance, and preparation under defined responsibilities.
  • Data acquisition controls address lawful/authorized collection, licensing, consent where relevant, and fitness of sources—not only “we scraped a lot.”
  • Data quality for AI is multi-dimensional (accuracy, completeness, representativeness, timeliness, consistency) and must be measured for the intended task.
  • Provenance and lineage enable auditors to answer where data came from, how it was transformed, and which model versions consumed which snapshots.
  • Strong audit evidence includes datasheets, lineage graphs, quality metrics, access controls, and preparation pipelines that are versioned and reviewable.
Last updated: August 2026

8.3 A.7 Data for AI Systems

Auditor focus: Models inherit the virtues and vices of their data. Annex A.7 (Data for AI systems) asks whether the organization governs training, validation, test, and enhancement data with the same seriousness as production code—quality, origin, preparation, and rights.


Control objective and typical A.7 map

Control (common map)IntentPrimary auditor questions
A.7.2 Data for AI systemsOverall data management for AI development/enhancementAre policies, roles, and inventories defined for AI data assets?
A.7.3 Data acquisitionObtain data appropriatelyLegal basis, licenses, contracts, collection methods, suitability?
A.7.4 Data qualityFit for purposeDefined dimensions, metrics, thresholds, remediation?
A.7.5 Data provenanceOrigin and lineageCan the chain of custody and transformations be reconstructed?
A.7.6 Data preparationClean, label, transform under controlVersioned pipelines, labeling QA, documented transforms?

A.7 interfaces with A.6 (especially development and V&V data), A.5 (impact—who is affected by data gaps), A.4 (data/compute resources), privacy/security (often ISMS), and A.10 (third-party data and foundation-model training corpora claims).


Data for development and enhancement

AI systems consume data at multiple points:

  • Training / fine-tuning data that shapes parameters.
  • Validation / test data for V&V (should be controlled against leakage).
  • Operational / feedback data used for monitoring and periodic enhancement.
  • Synthetic or augmented data, which still needs provenance and quality rules.

Inventory expectation: Data assets linked to AI systems (which model versions use which datasets/snapshots). Without inventory, sampling collapses and shadow datasets proliferate.

Enhancement risk: Continuous learning or frequent retrain can silently change behavior. Auditors check whether new data batches pass the same acquisition, quality, and preparation controls before they affect production (gate back to A.6 deploy).


Data acquisition (A.7.3)

Acquisition controls address how data enters the AI estate:

Source typeEvidence to request
Internal operational systemsData sharing agreements, purpose limitation, minimization
Customer / user dataPrivacy notices, consent or other lawful basis, retention
Licensed third-party datasetsLicense terms, permitted use (train vs. redistribute), restrictions
Public web / scrapeLegal review, robots/ToS analysis, sensitive content filters
Human subjects / special categoriesEthics approval, heightened safeguards
Vendor / partner feedsContractual quality and rights clauses; security of transfer

Red flags: “Public data is free for any ML use” without review; training on customer content despite contractual prohibition; no record of who approved a new source; personal data in prompts logged without governance.

Auditor stance: You are not the general counsel, but you test whether a process exists, whether required reviews occurred for sampled datasets, and whether exclusions in the SoA are honest if acquisition control is claimed N/A.


Data quality for AI systems (A.7.4)

Quality is task-relative. A dataset can be complete for billing yet unsuitable for fair credit decisioning.

DimensionExample AI concern
AccuracyWrong labels; sensor error
CompletenessMissing fields correlated with subgroups
ConsistencyConflicting schemas across sources
TimelinessStale labels after concept change
RepresentativenessUnder-coverage of populations in production
Uniqueness / duplicationLeakage; inflated metrics
IntegrityUnauthorized alteration of labels

Evidence: defined quality criteria per dataset class; measurement results (before train and periodically); defect handling; exclusion of bad batches; link between quality failures and model risk acceptance.

Trap: Single overall accuracy of a model is not a data quality program. Ask for dataset-level metrics and labeling QA (e.g., inter-annotator agreement where labels are human).


Data provenance (A.7.5)

Provenance answers: Where did this come from, what happened to it, and which models used it?

Strong lineage package:

  1. Source system / supplier and acquisition date.
  2. Raw storage location and access controls.
  3. Transformation pipeline version and parameters.
  4. Labeling vendor/version and QA outcomes.
  5. Snapshot or feature-store version IDs consumed by training run X.
  6. Link from training run X → model version Y → production deploy Z.
Weak provenanceStrong provenance
“From the data lake”Named pipelines, job IDs, dataset semantic versions
Labels with no authorAnnotator guidelines + sample audit
Manual CSV emailControlled registry with checksums
Unknown scrape dateDocumented crawl window and filters

Without provenance, organizations cannot investigate poisoning, bias sources, or regulatory data-subject issues—and cannot support reproducible V&V.


Data preparation (A.7.6)

Preparation includes cleaning, normalization, feature engineering, tokenization, anonymization/pseudonymization, balancing, and labeling. Controls should ensure:

  • Documented recipes (not only tribal notebook knowledge).
  • Version control of preparation code.
  • Separation of train/validation/test splits with leakage prevention.
  • Labeling guidelines, training for annotators, quality sampling.
  • Privacy-preserving transforms applied before broad ML access where required.
  • Review when preparation changes (can alter model behavior as much as architecture).

Sampling: Pick one labeled dataset. Review guidelines, sample labeled items vs. guidelines, QA metrics, and whether disputed labels have an escalation path. Pick one feature pipeline and confirm the production features match training assumptions (train–serve skew is both A.7 and A.6.2.6 operation and monitoring).


Auditor evidence catalog

Evidence typeWhat you learn
Datasheets for datasets / data cardsIntended use, composition, collection, limitations
Lineage / feature store recordsProvenance and reuse
Quality dashboards & reportsWhether A.7.4 is operational
Licenses, DPAs, consent recordsAcquisition legitimacy
Access control & DLP logsWho can alter training data
Preparation pipeline reposReproducibility of transforms
Data incident recordsPoisoning, leakage, mislabel events → Clause 10

Interview targets

  • Data owner / steward for AI datasets.
  • ML engineer who last retrained.
  • Privacy/legal reviewer for a new source.
  • Labeling lead or vendor manager.

Scenario: Generative system fine-tuned on mixed internal documents. No license review for embedded third-party content; no datasheet; quality defined only as “enough tokens.” Findings likely under A.7.2–A.7.5, with possible A.10 and privacy ISMS linkage. Severity rises if outputs can reproduce confidential or personal data.

Exam tip: Do not confuse A.7 (data for AI) with A.6 life cycle or with A.8 information for interested parties. Data quality failures that cause unfair outcomes also connect to section 8.4 audit techniques—but the normative home for data controls is A.7.

Test Your Knowledge

Which control group is primarily responsible for governing acquisition, quality, provenance, and preparation of data used to train and enhance AI systems?

A
B
C
D
Test Your Knowledge

An organization cannot identify which raw sources and transformation jobs produced the snapshot used to train the current production model. Which A.7 theme is most directly deficient?

A
B
C
D
Test Your Knowledge

When sampling data acquisition for a licensed third-party training corpus, which evidence set is most relevant?

A
B
C
D
Test Your Knowledge

Why is inter-annotator agreement (or equivalent labeling QA) useful audit evidence under A.7 data preparation/quality?

A
B
C
D