<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>YPAI Insights: Compliance &amp; Regulation</title><description>EU AI Act readiness, GDPR posture under EEA jurisdiction, and audit-ready AI governance.</description><link>https://ypai.ai/</link><language>en-us</language><item><title>EU AI Act Article 10: What Engineers Must Actually Build</title><link>https://ypai.ai/blog/compliance/eu-ai-act-article-10-engineering-requirements/</link><guid isPermaLink="true">https://ypai.ai/blog/compliance/eu-ai-act-article-10-engineering-requirements/</guid><description>EU AI Act Article 10 demands specific engineering work, not policy documents. Here&apos;s what data governance actually requires for high-risk AI compliance.</description><pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;Most Companies Will Fail Their First Article 10 Audit ,  Here&apos;s Why&lt;/h2&gt;
&lt;p&gt;The most frequent Article 10 audit finding is consent records that exist as
bulk policies but not as per-record provenance links. Auditors flag this as
incomplete traceability, not a documentation gap. Fix it before market entry.&lt;/p&gt;
&lt;p&gt;Your ASR model achieves a 12.6% Word Error Rate (WER) in winter conditions. Your inference latency sits comfortably under 200ms. Your MLOps pipeline is reproducible and monitored. None of this matters to a notified body reviewing your &lt;a href=&quot;https://ypai.ai/speech-data/eu-ai-act-compliant/&quot;&gt;EU AI Act&lt;/a&gt; conformity assessment. They are not auditing your model&apos;s performance. They are auditing your training data&apos;s provenance.&lt;/p&gt;
&lt;p&gt;That is the disconnect most engineering teams discover too late.&lt;/p&gt;
&lt;p&gt;EU AI Act Regulation 2024/1689 Article 10 does not care if your AI works well. It demands proof, via documented technical artifacts, that the data used to train your high-risk AI system met strict governance standards before training began. If you cannot produce that machine-readable evidence, the model cannot legally ship as a high-risk AI system in the EU. Full stop.&lt;/p&gt;
&lt;h3&gt;This Is an Engineering Problem, Not a Legal One&lt;/h3&gt;
&lt;p&gt;Article 10 is frequently handed to legal or compliance teams, who produce what looks like compliance: a data governance policy document, a privacy impact assessment, and a signed vendor agreement. These artifacts satisfy nothing under Article 10.&lt;/p&gt;
&lt;p&gt;What Article 10 actually requires is a set of auditable technical records: documented &lt;a href=&quot;https://ypai.ai/data-collection/&quot;&gt;data collection&lt;/a&gt; procedures that are reproducible, logged preprocessing operations covering normalization, filtering, and augmentation, explicit statements of the assumptions made about what the training data represents, and bias examination records demonstrating that datasets were evaluated for characteristics likely to affect health and safety or lead to prohibited discrimination. These are engineering deliverables. They must exist before the model is trained.&lt;/p&gt;
&lt;h3&gt;The Stakes Are Not Abstract&lt;/h3&gt;
&lt;p&gt;Under EU AI Act Article 99, violations of Article 10&apos;s data governance requirements carry fines of up to 3% of global annual turnover.Regulation (EU) 2024/1689, Article 99(4). Penalties for Article 10 infringements are capped at the higher of EUR 15M or 3% of worldwide annual turnover. The turnover-based ceiling means exposure must be calculated from the organization&apos;s actual prior-year figures and the applicable infringement category.&lt;/p&gt;
&lt;p&gt;Article 43Regulation (EU) 2024/1689, Article 43. Sets out internal-control and notified-body conformity assessment procedures for Annex III high-risk systems. establishes the conformity assessment process that high-risk AI systems must pass before EU market access is granted. A notified body conducting that assessment will request your data governance documentation directly. A PDF policy and a checkbox do not constitute documentation. Reproducible data collection procedures, preprocessing logs, and bias examination records do. Most teams are building excellent models on a foundation that cannot survive this audit.&lt;/p&gt;
&lt;h2&gt;What EU AI Act Article 10 Actually Requires Engineers to Build&lt;/h2&gt;
&lt;p&gt;Article 10 is a technical specification for a data governance system. It must exist before training begins, persist for a decade after the model ships, and be producible on demand for a notified body. Reading it as a set of engineering deliverables is the only framing that produces artifacts capable of surviving an audit.&lt;/p&gt;
&lt;p&gt;Here is what Articles 10(2) through 10(5) require in concrete terms.&lt;/p&gt;
&lt;p&gt;Article 10(2) mandates documented data governance practices: the design choices behind data source selection, reproducible data collection procedures, logged preprocessing operations, and explicit statements of the assumptions embedded in the data, what population it represents, under what conditions it was collected, and what it was never intended to represent.&lt;/p&gt;
&lt;p&gt;Article 10(3) requires that training, validation, and test datasets be examined for biases likely to affect health and safety or lead to prohibited discrimination. This requires documented representativeness assessments covering geographic, contextual, and demographic coverage. Articles 10(3)(f) and (g) add requirements for error freedom and completeness, documented thresholds with a stated rationale for what level of error or incompleteness was deemed acceptable and why.&lt;/p&gt;
&lt;p&gt;Article 10(5)Regulation (EU) 2024/1689, Article 10(5). Permits processing of GDPR Article 9 special categories strictly for bias detection and correction in high-risk systems. introduces a narrow exception permitting the processing of sensitive data categories, including special categories under GDPR Article 9, when necessary to detect and correct bias in high-risk AI systems. This requires explicit purpose limitation, additional technical and organizational safeguards, and documented deletion protocols once the bias examination is complete. Teams treating Article 10(5) as a general license to include sensitive data in training sets will fail the conformity assessment and expose the organization to compounding GDPR liability.&lt;/p&gt;
&lt;h3&gt;Data Governance as Code: The Six Artifacts You Need&lt;/h3&gt;
&lt;p&gt;Each Article 10 requirement maps to a concrete artifact. These six form the minimum viable data governance record for a high-risk AI system:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Data source registry with provenance metadata&lt;/strong&gt; ,  origin, collection method, &lt;a href=&quot;https://ypai.ai/speech-data/gdpr-compliant/&quot;&gt;consent framework&lt;/a&gt; reference, and chain of custody for every dataset used in training, validation, and testing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Preprocessing operation log with version control&lt;/strong&gt; ,  a reproducible, timestamped record of every transformation applied to the data, including the software version and parameters used.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Feature selection rationale document&lt;/strong&gt; ,  the documented reasoning for which inputs were included, which were excluded, and why, including any proxy variables that could introduce prohibited discrimination.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bias examination report per training dataset&lt;/strong&gt; ,  a structured evaluation of each dataset against the demographic, geographic, and contextual dimensions relevant to the model&apos;s intended use case, with findings and remediation steps recorded.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Representativeness gap analysis&lt;/strong&gt; ,  a documented comparison between the population the training data represents and the population the deployed model will encounter, including known gaps and their expected impact on model accuracy.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Error-rate measurement methodology and results&lt;/strong&gt; ,  the testing protocol, acceptable error thresholds, and measured results for the training, validation, and test splits, with the rationale for why the thresholds were set where they were.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Each of these artifacts must be machine-readable and auditable. A Word document in a shared drive fails the reproducibility requirement under Article 11, which references Article 10 data governance records as components of the mandatory technical documentation package. Engineering teams must produce these artifacts as part of a standard ML workflow.&lt;/p&gt;
&lt;h3&gt;The 10-Year Documentation Clock&lt;/h3&gt;
&lt;p&gt;Article 72Regulation (EU) 2024/1689, Article 72. Post-market monitoring + technical documentation retention obligations apply for 10 years after market placement. of the EU AI Act requires providers to retain technical documentation, including all Article 10 data governance records, for 10 years after an AI system is placed on the market or put into service.&lt;/p&gt;
&lt;p&gt;If your team trains a model in 2026 and ships it in 2027, a notified body or market surveillance authority can request the complete data governance record in 2037. Cloud storage buckets with no lifecycle governance, annotation platform exports saved to a shared drive, and preprocessing scripts that exist only in a departed engineer&apos;s local environment are liability exposures with a 10-year fuse. You need a governed artifact store: versioned, access-controlled, with retention policies explicitly set to satisfy Article 72.&lt;/p&gt;
&lt;h2&gt;Three Failure Modes That Compliance Theater Misses&lt;/h2&gt;
&lt;p&gt;Most high-risk AI teams believe they are compliant. That false confidence is the primary risk. The three failure modes below result from building a compliance strategy around documentation optics rather than engineering reality. Each one will fail a conformity assessment under EU AI Act Article 43.&lt;/p&gt;
&lt;h3&gt;Failure Mode 1: The Post-Hoc Documentation Trap&lt;/h3&gt;
&lt;p&gt;A team builds a model using defensible ML practices, proper train/validation/test splits, preprocessing scripts under version control, thoughtful feature selection, but none of it is documented in an auditable format at the time it happens. Six months later, engineers reconstruct the process from memory, Slack threads, and notebook outputs.&lt;/p&gt;
&lt;p&gt;Retroactive reconstruction is a narrative, not a documentation artifact.&lt;/p&gt;
&lt;p&gt;A notified body conducting a conformity assessment under Article 43 will ask: &amp;quot;Show me the preprocessing log from the date this training run was executed, the software version, the parameters, and the input dataset hash.&amp;quot; If that record was written six months after the fact, it fails the reproducibility standard. Preprocessing logs must be generated by the pipeline natively. &lt;a href=&quot;https://ypai.ai/speech-data/eu-ai-act-compliant/&quot;&gt;Data provenance&lt;/a&gt; records must be written at ingestion.&lt;/p&gt;
&lt;h3&gt;Failure Mode 2: Bias Assessment at the Wrong Stage&lt;/h3&gt;
&lt;p&gt;Article 10(3) of the EU AI Act requires that training datasets be examined for biases before the model is trained.&lt;/p&gt;
&lt;p&gt;Most MLOps pipelines have no pre-training bias evaluation step. Teams run fairness metrics on model predictions. That is model fairness testing. It is not what Article 10(3) requires. A compliant pre-training bias examination pipeline includes demographic distribution analysis of the training corpus, geographic coverage mapping against the intended deployment population, and edge-case gap identification, all documented before the training job starts. A fairness evaluation conducted on the deployed model will not pass scrutiny.&lt;/p&gt;
&lt;h3&gt;Failure Mode 3: The GDPR–Article 10 Intersection&lt;/h3&gt;
&lt;p&gt;Training data compliance consists of two simultaneous obligations. GDPR Article 7 requires a documented lawful basis for processing personal data. &lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-data-governance/&quot;&gt;EU AI Act Article 10&lt;/a&gt; requires data governance records covering provenance, collection procedures, and bias examination. Neither satisfies the other.&lt;/p&gt;
&lt;p&gt;If you cannot demonstrate a lawful basis for every data point in your training set, including a complete consent framework with records of processing activities under GDPR Article 30, the dataset is a liability regardless of how thorough your Article 10 documentation is. A notified body will ask for both the GDPR legal basis documentation and the Article 10 data governance record as separate, independently verifiable artifacts.&lt;/p&gt;
&lt;h2&gt;An Engineering Checklist for Article 10 Data Governance&lt;/h2&gt;
&lt;p&gt;Compliance theater fails because it relies on undated documentation and post-hoc reports. The following checklist operationalizes Article 10 as an engineering workflow. This checklist applies equally to speech, text, image, video, and LiDAR datasets. An &lt;a href=&quot;https://ypai.ai/solutions/automotive/&quot;&gt;automotive&lt;/a&gt; LiDAR training corpus carries the exact same pre-training examination requirements as a medical transcription dataset.&lt;/p&gt;
&lt;h3&gt;Phase 1: Before You Collect a Single Data Point&lt;/h3&gt;
&lt;p&gt;Responsible AI starts at collection design. By the time data enters your pipeline, the decisions that determine Article 10(2)(a)–(e) compliance have already been made.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. High-risk AI classification assessment&lt;/strong&gt;
Determine whether your intended use case falls under Annex III of the EU AI Act. Document the classification decision with legal sign-off. Artifact: classification memo stored in your compliance document repository with a dated signature.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. Data source registry&lt;/strong&gt;
Create a registry of every planned data source. For each source, record origin, access method, and the legal basis for use. Artifact: versioned data source registry in your data catalog, linked to your GDPR Article 30 records of processing activities.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. Consent framework per source&lt;/strong&gt;
For any source containing personal data, document the lawful basis under GDPR Article 7 (or Article 9 for special-category data). Obtain your data provider&apos;s consent framework documentation as a separate artifact. Artifact: per-source consent records stored alongside the data source registry, independently retrievable.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. Representativeness targets&lt;/strong&gt;
Define the intended deployment population. Document geographic coverage, demographic distribution targets, and language or dialect requirements before collection begins. Artifact: representativeness specification document, timestamped before collection start date.&lt;/p&gt;
&lt;h3&gt;Phase 2: Before You Start a Training Run&lt;/h3&gt;
&lt;p&gt;Article 10(3) requires bias examination of training datasets before training. The timestamp on your bias report must predate your training job.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5. Preprocessing operation log&lt;/strong&gt;
Every normalization, augmentation, filtering, and sampling operation applied to the dataset must be logged with the version of the script or tool that performed it. Artifact: versioned preprocessing log generated automatically by the pipeline and stored in your experiment tracking system.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;6. Bias examination report&lt;/strong&gt;
Run demographic distribution analysis, geographic coverage mapping against your representativeness specification, and edge-case gap analysis. Document findings and remediation steps. Artifact: bias examination report with a timestamp predating the training job start time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;7. Annotation provenance metadata&lt;/strong&gt;
Your annotation pipeline must produce per-annotation provenance records: annotator identifier, timestamp, annotation tool version, and inter-annotator agreement scores. Artifact: provenance metadata file per annotation batch, linked to the dataset version in your data catalog.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;8. Data quality validation results&lt;/strong&gt;
Define error-rate thresholds before validation runs. Document the threshold, the measured result, and the disposition decision. Artifact: quality validation report with documented thresholds and outcomes.&lt;/p&gt;
&lt;h3&gt;Phase 3: After Training, Before Market Placement&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;9. Technical documentation package (Annex IV)&lt;/strong&gt;
Annex IV of the EU AI Act specifies the technical documentation required for high-risk AI systems. Assemble the complete package, data source registry, consent records, preprocessing logs, bias examination report, annotation provenance metadata, quality validation results, as a unified, cross-referenced artifact set.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;10. Retention infrastructure&lt;/strong&gt;
Establish immutable storage with access controls and a documented retrieval procedure to satisfy the 10-year retention requirement under Article 72.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;11. Internal audit simulation&lt;/strong&gt;
Assign a team member to request each artifact cold and verify it can be located, retrieved, and understood independently. Gaps found internally are fixable. Gaps found by a notified body are not.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A note on data governance certificates from providers:&lt;/strong&gt; A data governance certificate issued by your training data provider is valid supporting evidence. YPAI&apos;s annotation pipeline generates provenance metadata and bias examination documentation as native pipeline outputs, mapping directly to items 7 and 8 above. This documentation supports your compliance package, but it does not replace your obligation as the AI system provider to assemble and maintain the complete Annex IV technical documentation.&lt;/p&gt;
&lt;h2&gt;How Production Data Infrastructure Closes the Article 10 Gap&lt;/h2&gt;
&lt;p&gt;Article 10 failures stem from infrastructure designed to produce models, not evidence. The audit trail, the provenance metadata, the bias examination records: none of these were requirements when most enterprise AI pipelines were originally architected.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://ypai.ai/speech-data/eu-ai-act-compliant/&quot;&gt;Compliance-grade data&lt;/a&gt; infrastructure has five defining characteristics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Immutable audit logging&lt;/strong&gt; ,  every data access, transformation, and versioning event is written to an append-only log with timestamps and actor identifiers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Per-record provenance metadata&lt;/strong&gt; ,  each data record carries a chain of custody: source, collection date, consent reference, preprocessing operations applied, and annotation identifiers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Consent chain tracking&lt;/strong&gt; ,  consent records are linked to individual data records. When a data subject withdraws consent under GDPR Article 7, the affected records can be identified and removed without manual reconstruction.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automated bias reporting&lt;/strong&gt; ,  demographic distribution and representativeness analysis runs as a pipeline stage. Reports are timestamped and versioned alongside the dataset.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Version-controlled preprocessing pipelines&lt;/strong&gt; ,  every preprocessing operation is reproducible from a pinned version of the pipeline code.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;GDPR Article 25, data protection by design and by default, requires that privacy safeguards be built into processing systems from the ground up. The same logic applies to Article 10 auditability: infrastructure that was not designed for compliance cannot be made compliant through documentation alone.&lt;/p&gt;
&lt;p&gt;YPAI&apos;s &lt;a href=&quot;https://ypai.ai/speech-data/&quot;&gt;speech data&lt;/a&gt; collection and annotation operations are built around this model. Consent frameworks are documented per contributor and linked to individual recordings. Annotation pipelines produce per-annotation provenance records, annotator identifier, timestamp, tool version, inter-annotator agreement scores, as native outputs. Multilingual coverage across 100+ languages supports the representativeness requirements that Article 10(3) imposes on high-risk systems operating across linguistic populations.&lt;/p&gt;
&lt;p&gt;High-risk AI categories under Annex III, automotive driver monitoring systems, healthcare diagnostic tools, and financial services credit scoring models, face immediate Article 10 obligations. Retrofitting existing pipelines for Article 10 compliance requires months of data engineering work before a single compliance artifact can be produced. Starting with infrastructure designed for auditability is the difference between a compliance package and compliance theater.&lt;/p&gt;
&lt;h2&gt;Build Your Article 10 Data Governance Foundation&lt;/h2&gt;
&lt;p&gt;Audit risk under EU AI Act Article 99 starts at €15 million. YPAI supplies consent-linked records, per-annotation provenance logs, and demographic distribution reports built to satisfy Article 10 from day one. Reduce the documentation burden before your notified body review.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://ypai.ai/speech-data/eu-ai-act-compliant/&quot;&gt;Request Compliance-Grade Data Quote&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
</content:encoded><category>compliance</category><category>EU AI Act</category><category>Data Governance</category><category>Compliance</category><author>noreply@ypai.ai (YPAI Research)</author></item><item><title>EU AI Act Article 10: Engineering Checklist for ML Teams</title><link>https://ypai.ai/blog/compliance/eu-ai-act-article-10-engineering-checklist/</link><guid isPermaLink="true">https://ypai.ai/blog/compliance/eu-ai-act-article-10-engineering-checklist/</guid><description>A practical checklist for ML engineers on EU AI Act Article 10 data requirements: what to collect, document, and verify before August 2026 enforcement.</description><pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;August 2, 2026. That is the date when EU AI Act enforcement begins for high-risk AI systems. If you are building automotive driver assistance systems, medical imaging tools, employment screening algorithms, or any other system covered under Annex III, Article 10 is not an abstract legal concern. It is a set of engineering requirements with a hard deadline.&lt;/p&gt;
&lt;p&gt;Big 4 consulting firms are producing excellent white papers explaining what Article 10 means for executives. This article is different. It explains what Article 10 means for the ML engineer who has to actually implement it ,  what data to collect, how to document it, how to examine it for bias, and what a regulator will look for if they audit you.&lt;/p&gt;
&lt;p&gt;No legal jargon. Concrete checklists, templates, and the specific mistakes that cause audit failures.&lt;/p&gt;
&lt;h2&gt;What Article 10 Actually Requires&lt;/h2&gt;
&lt;p&gt;Article 10 of the EU AI Act is titled &amp;quot;Data and Data Governance.&amp;quot; It applies to any high-risk AI system as defined in Annex III ,  which covers a wide range of systems including biometric identification, critical infrastructure management, education and vocational training tools, employment and worker management, access to essential services, law enforcement, migration control, and administration of justice.&lt;/p&gt;
&lt;p&gt;The text of Article 10 contains seven core requirements, paraphrased here with their engineering implications:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. Data must be relevant to the intended purpose (Art. 10(2)(a))&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Your training data must correspond to the actual task your system performs in deployment. An automotive NLU system trained primarily on call center transcripts is not using relevant data. You must document the intended purpose and show that your dataset directly supports it ,  not a tangentially related task.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. Sufficiently representative (Art. 10(3))&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is where most teams underestimate the requirement. &amp;quot;Representative&amp;quot; does not mean balanced in the naive sense of equal class distribution. It means statistically covering the population the system will be applied to, including edge cases, regional variants, demographic subgroups, and uncommon but operationally critical scenarios.&lt;/p&gt;
&lt;p&gt;For a speech recognition system targeting German-speaking Europe, &amp;quot;representative&amp;quot; means covering not just Hochdeutsch but Austrian and Swiss German dialects, age-related speech patterns, speakers with accents, and elderly speakers. For a medical imaging classifier, it means including imaging from different equipment manufacturers, patient populations with different skin tones, and disease presentations across demographic groups.&lt;/p&gt;
&lt;p&gt;The technical approach is stratified sampling: defining the strata in advance based on known variance dimensions, then sampling proportionally or oversample underrepresented subgroups to ensure coverage. Document your strata definition, your target proportions, and your achieved proportions.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. Free from errors to the extent possible, with exceptions documented (Art. 10(3))&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The regulation recognizes that perfect data does not exist. What it requires is that you have systematic processes to detect and remove errors, that you document the error rate of your dataset, and that where errors remain (because removal would harm representativeness), you document why.&lt;/p&gt;
&lt;p&gt;Practically: implement inter-annotator agreement (IAA) measurement during annotation, set quality thresholds for annotation acceptance, and produce a final dataset quality report with your measured error rate and methodology.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. Complete ,  all relevant features and characteristics documented (Art. 10(2)(c))&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Every preprocessing decision ,  normalization, filtering, augmentation, resampling ,  must be logged and documented. &amp;quot;We cleaned the data&amp;quot; is not sufficient. Auditors want to see version-controlled, step-by-step records of every transformation applied between raw collection and final training set.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5. Appropriate statistical properties ,  size, variety, and distribution (Art. 10(3))&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This requirement pushes back against the common practice of collecting the minimum viable dataset. You must document the statistical reasoning behind your dataset size, demonstrate that you have sufficient samples per stratum to support the statistical inferences the model is expected to make, and analyze the distribution properties of your data.&lt;/p&gt;
&lt;p&gt;Sample size calculations with confidence intervals are the appropriate evidence here. If you cannot explain why your dataset is large enough to support your task&apos;s requirements, you cannot satisfy this requirement.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;6. Examined for biases, including with respect to protected characteristics (Art. 10(2)(f))&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is not a post-hoc review. Article 10 requires that you proactively examine your data for biases related to characteristics that are protected under EU law: age, sex, gender, racial or ethnic origin, disability, sexual orientation, religion. You must document your examination methodology, the results (including biases found), and what mitigations were applied.&lt;/p&gt;
&lt;p&gt;Where biases cannot be fully mitigated, you must document why they remain and what residual risk they represent.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;7. Data governance documentation ,  origin, purpose, collection methodology (Art. 10(2))&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The provenance chain from raw source to training set must be documented. Who collected the data, under what legal basis, using what methodology, at what dates, in what geography, and with what intermediate transformations. Third-party datasets are not exempt ,  you are responsible for auditing and documenting their provenance too.&lt;/p&gt;
&lt;h3&gt;The GDPR Tension&lt;/h3&gt;
&lt;p&gt;There is a genuine legal tension between GDPR&apos;s data minimization principle (Art. 5(1)(c)) ,  collect only what you need ,  and Article 10&apos;s requirement for representative coverage, which may push you to collect more demographic breadth than a minimalist interpretation of GDPR would allow.&lt;/p&gt;
&lt;p&gt;The practical resolution: use anonymized or pseudonymized data where possible, use consent-based collection with explicit purpose specification when collecting identifiable demographic data, and document the legal basis for each demographic variable you collect. This is not an unsolvable problem, but it requires intentional design rather than treating the two regulations as separate concerns.&lt;/p&gt;
&lt;h2&gt;The Engineering Checklist&lt;/h2&gt;
&lt;p&gt;This is the operational core of Article 10 compliance. Use this as a literal project checklist.&lt;/p&gt;
&lt;h3&gt;Data Collection Phase&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Define the target population&lt;/strong&gt;: Who is the AI system going to be applied to? What is the realistic demographic range of users or subjects? Document this in writing before any data collection begins.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Define stratification variables&lt;/strong&gt;: Based on the target population, identify which demographic and operational variables require stratified coverage. For speech AI: age brackets, gender, language dialect, accent, recording environment (clean/noisy), speaking style. For medical imaging: imaging modality, equipment manufacturer, patient age, patient skin tone, disease presentation type.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Calculate sample sizes per stratum&lt;/strong&gt;: Use standard statistical methods ,  power analysis for classification tasks, minimum sample size calculations for rare subgroups. Document your target n per stratum, your confidence interval, and the assumptions behind the calculation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Document legal basis under GDPR before collection&lt;/strong&gt;: Choose and document Art. 6(1)(a) (consent), Art. 6(1)(b) (contract performance), Art. 6(1)(e) (public task), or Art. 6(1)(f) (legitimate interest). If collecting special category data under Art. 9 (health data, biometric data), document your Art. 9(2) basis separately.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Implement consent documentation if using consent basis&lt;/strong&gt;: Informed consent records with timestamp, data subject ID (anonymized for documentation), consent scope, and withdrawal mechanism.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Document data sources at collection time&lt;/strong&gt;: For each batch collected ,  source identity (collection partner or internal), collection method, collection date range, geographic location, recording conditions, equipment used.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Design and implement PII handling&lt;/strong&gt;: Define what PII will be present, how it will be anonymized before annotation, and the timeline for anonymization. Annotators should not see identifiable information unless operationally necessary.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Achieved vs. target demographics report&lt;/strong&gt;: Before closing the collection phase, produce a report comparing target proportions to achieved proportions per stratum. Document gaps and whether they require additional collection or acceptance with documented limitation.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Annotation and Quality Phase&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Annotation guidelines versioned and stored&lt;/strong&gt;: Every instruction given to annotators must be versioned and retrievable. Auditors may ask to see the exact guidelines used at the time of annotation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Inter-annotator agreement measured&lt;/strong&gt;: Implement IAA measurement as a systematic process, not a one-off check. Use Cohen&apos;s kappa for categorical annotation, Krippendorff&apos;s alpha for ordinal, or Pearson correlation for continuous. Document your threshold for acceptance.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Quality review sample&lt;/strong&gt;: Randomly sample a percentage of completed annotations for expert review. Document the sample size, reviewer role, and pass/fail rate.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Error rate documented&lt;/strong&gt;: Produce a final dataset error rate estimate based on IAA and quality review findings. Document methodology.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Annotation metadata logged&lt;/strong&gt;: For each annotated item, log the annotator ID (anonymized), annotation timestamp, tool version, and any flags or reviews applied.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Data Documentation Phase (Data Card)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Dataset name and version&lt;/strong&gt;: Semantic versioning (major.minor.patch) for datasets, not just dates.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Intended use statement&lt;/strong&gt;: A one-paragraph description of the specific AI system and use case this dataset was collected for. Include what it should NOT be used for.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;High-risk category&lt;/strong&gt;: Explicitly state which Annex III category applies to the intended system.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Collection methodology&lt;/strong&gt;: Detailed enough that someone could reproduce the collection process. Includes recruiting method, screening criteria, recording protocol, equipment specifications, payment structure.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Demographic statistics&lt;/strong&gt;: Distribution tables for all stratification variables. Achieved vs. target comparison. Any gaps with explanation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Known limitations&lt;/strong&gt;: What is NOT in this dataset? What populations, conditions, or scenarios are underrepresented? This is not a weakness to hide ,  it is a required disclosure.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Data quality metrics&lt;/strong&gt;: Error rate (with methodology), IAA scores (with methodology), quality review pass rate, any systematic quality issues found and how they were handled.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Bias examination results&lt;/strong&gt;: See bias examination section below.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Provenance chain&lt;/strong&gt;: Numbered list from source to training system. See template in Section 3.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;GDPR documentation pointers&lt;/strong&gt;: Legal basis, DPA references, retention period, data processor identity, data subject rights mechanism.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Bias Examination Phase&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Define protected characteristics in scope&lt;/strong&gt;: Based on your AI system&apos;s application and target population, determine which protected characteristics (age, sex, gender, racial/ethnic origin, disability, etc.) are relevant to examine. Document why others are excluded if applicable.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Run distributional analysis&lt;/strong&gt;: For each protected characteristic, compute the distribution in your dataset and compare to the target population baseline. Use statistical tests appropriate to the data type ,  chi-squared for categorical, Kolmogorov-Smirnov for distributional comparison.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Test for annotation bias&lt;/strong&gt;: If your dataset includes human annotations, test whether annotators from different demographic groups produced systematically different labels. This is particularly important for subjective tasks like sentiment, toxicity, or quality rating.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Check for proxy variables&lt;/strong&gt;: Identify features that correlate with protected characteristics and may serve as proxies in model training. Geographic codes, names, language variety, and audio acoustic features can all correlate with demographic variables.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Document findings&lt;/strong&gt;: Every bias found must be documented ,  what it is, what statistical evidence was used to detect it, what its magnitude is.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Document mitigations applied&lt;/strong&gt;: For each identified bias: what mitigation was applied (resampling, augmentation, re-weighting, data collection gap-fill), and what residual bias remains.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Document unmitigated biases&lt;/strong&gt;: If a bias exists that was not fully mitigated, document why (e.g., insufficient data available for that subgroup, mitigation would harm representativeness of a different dimension) and what the residual risk is.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Record examiner identity&lt;/strong&gt;: Role (not necessarily name), date of examination, and methodology used. The examination must be attributable to a specific role and be repeatable.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Training and Validation Split Documentation&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Document split methodology&lt;/strong&gt;: Was the split random or stratified? If stratified, which variables were used for stratification? Document the tool or script used.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Verify test set representativeness&lt;/strong&gt;: The test set must represent the target population, not just be a random holdout. Run the same demographic distribution analysis on your test set that you ran on the full dataset. Document the comparison.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Verify validation set isolation&lt;/strong&gt;: Confirm that no information leakage occurred between training and validation sets (no shared data subjects, no shared recording sessions).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Version-lock splits&lt;/strong&gt;: Once splits are established for a training run, they must be immutably version-locked. Auditors need to be able to reproduce the exact split used for a specific model version.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Ongoing Compliance Checkpoints&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Data version control system in place&lt;/strong&gt;: Every dataset version used in any training run must be identifiable and retrievable. DVC, Delta Lake, or equivalent.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Dataset update procedures documented&lt;/strong&gt;: When new data is added to a dataset, what review process applies? Does the bias examination need to be re-run? What triggers a version bump?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Incident response for data quality issues&lt;/strong&gt;: What happens if a data quality issue is discovered post-training? Who is notified, what review process applies, when is a model retrain required?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[ ] &lt;strong&gt;Erasure request handling for training data&lt;/strong&gt;: If a data subject exercises Art. 17 GDPR right to erasure, what is the process for removing their records from the dataset? What happens to trained models that may have incorporated their data? Document the policy.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Documentation Templates&lt;/h2&gt;
&lt;h3&gt;Template 1: Article 10 Data Card (Minimum Required Fields)&lt;/h3&gt;
&lt;p&gt;Copy this template and complete it for each dataset used to train or fine-tune a high-risk AI system.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;======================================================
ARTICLE 10 DATA CARD
======================================================

DATASET IDENTIFICATION
----------------------
Dataset Name:         [descriptive name]
Version:              [major.minor.patch]
Date of This Card:    [YYYY-MM-DD]
Prepared By:          [role, team ,  not necessarily name]

INTENDED USE
------------
Intended AI System:   [specific AI application]
Intended Task:        [classification / regression / generation / etc.]
Annex III Category:   [e.g., &amp;quot;Annex III, Point 6: Biometric identification&amp;quot;
                       or &amp;quot;Annex III, Point 1: ADAS safety component&amp;quot;]
Out-of-Scope Uses:    [explicitly list what this dataset should NOT be used for]

DATA COLLECTION
---------------
Collection Method:    [participant recording / web scraping / existing corpus /
                       synthetic / mixed ,  describe in detail]
Collection Period:    [YYYY-MM-DD to YYYY-MM-DD]
Geographic Coverage:  [list countries or regions]
Languages/Modalities: [list, with dialect information if relevant]
Collection Partner:   [internal / vendor name / open source corpus name]
Total Samples:        [n after quality filtering]
Excluded Samples:     [n excluded, reasons for exclusion]

DEMOGRAPHICS (for person-related data)
---------------------------------------
Age Range:            [min – max, median]
  Distribution:       [bracket breakdown, e.g., &amp;quot;18-30: 22%, 31-45: 35%…&amp;quot;]
  Target vs. Achieved:[comparison table or statement]

Gender Distribution:  [percentages, note self-reported vs. inferred if applicable]
  Target vs. Achieved:[comparison]

Geographic/Regional:  [country or region breakdown]
  Target vs. Achieved:[comparison]

Other Relevant Variables:
  [list additional strata relevant to your application]

KNOWN LIMITATIONS
-----------------
Underrepresented groups:     [list]
Excluded conditions/contexts:[list]
Temporal scope limitations:  [e.g., &amp;quot;collected 2024-2025; does not reflect
                               speech patterns that emerge post-2025&amp;quot;]
Other known gaps:            [list]

DATA QUALITY
------------
Annotation Type:             [label type, task description]
Annotation Tool:             [tool name and version]
Annotator Count:             [n annotators]
Inter-Annotator Agreement:   [metric name, score, methodology]
Quality Review Sample:       [n% reviewed, pass rate]
Final Error Rate Estimate:   [%, methodology used to estimate]
Known Quality Issues:        [list any systematic issues and how handled]

BIAS EXAMINATION
----------------
Examination Date:            [YYYY-MM-DD]
Examiner Role:               [e.g., &amp;quot;Data Governance Lead&amp;quot;]
Protected Characteristics Examined:
  - [characteristic 1]: [method] → [finding] → [mitigation applied]
  - [characteristic 2]: [method] → [finding] → [mitigation applied]
Annotation Bias Test:        [conducted / not applicable ,  explain]
Proxy Variable Analysis:     [conducted / not applicable ,  explain]
Unmitigated Biases:
  - [If any]: [description, statistical magnitude, reason not mitigated,
               residual risk assessment]

GDPR / LEGAL BASIS
------------------
Legal Basis:                 [Art. 6(1)(a) Consent / Art. 6(1)(f) Legitimate
                               Interest / other ,  with justification]
Special Category Basis:      [Art. 9(2)(x) if applicable, or &amp;quot;N/A&amp;quot;]
Data Controller:             [organization name]
Data Processor (if external):[name, DPA reference]
Retention Period:            [duration and policy]
Erasure Mechanism:           [how Art. 17 requests are handled for this dataset]

PROVENANCE CHAIN
----------------
Step 1: [Data origin ,  source, date, legal basis]
Step 2: [Transfer to collection partner ,  DPA reference if applicable]
Step 3: [Raw data ingestion ,  date, format, hash/checksum]
Step 4: [Preprocessing ,  transformations applied, tool, version]
Step 5: [Annotation ,  tool, guidelines version, date range]
Step 6: [Quality review ,  date, reviewer role, results]
Step 7: [Final dataset assembly ,  date, version lock, hash/checksum]
Step 8: [Transfer to training infrastructure ,  date, access controls]

TRAINING SPLIT
--------------
Split Method:                [random / stratified ,  if stratified, variables used]
Training Set Size:           [n]
Validation Set Size:         [n]
Test Set Size:               [n]
Test Set Representativeness: [summary of demographic distribution analysis]
Split Version Lock:          [hash or identifier of immutable split]

VERSION HISTORY
---------------
Version   Date         Changes
-------   ----------   -------
1.0.0     YYYY-MM-DD   Initial release
======================================================
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Template 2: Bias Examination Report (Minimum Format)&lt;/h3&gt;
&lt;p&gt;This report documents the bias examination conducted per Article 10(2)(f). It can be a standalone document referenced in the Data Card or embedded within it for smaller datasets.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;======================================================
ARTICLE 10 BIAS EXAMINATION REPORT
======================================================

EXAMINATION METADATA
--------------------
Dataset:              [name and version]
Examination Date:     [YYYY-MM-DD]
Examiner:             [role ,  e.g., &amp;quot;Data Governance Lead, YPAI&amp;quot;]
Scope Statement:      This examination was conducted to satisfy the requirements
                      of EU AI Act Article 10(2)(f) for the above dataset.

PROTECTED CHARACTERISTICS IN SCOPE
------------------------------------
Characteristic         | In Scope | Rationale if Excluded
-----------------------|----------|-----------------------------
Age                    | [Y/N]    | [if N: justification]
Sex / Gender           | [Y/N]    | [if N: justification]
Racial/Ethnic Origin   | [Y/N]    | [if N: justification]
Disability             | [Y/N]    | [if N: justification]
Sexual Orientation     | [Y/N]    | [if N: justification]
Religion               | [Y/N]    | [if N: justification]
Socioeconomic Status   | [Y/N]    | [note: not a protected characteristic
                       |          |  but relevant for representativeness]

STATISTICAL ANALYSIS
--------------------
For each in-scope characteristic:

[Characteristic: Age]
  Analysis Method:     [Chi-squared test / distributional comparison / other]
  Baseline Reference:  [target population source, e.g., Eurostat 2024]
  Result:              [p-value, distribution comparison]
  Finding:             [e.g., &amp;quot;Speakers aged 65+ underrepresented: 4.2% in
                         dataset vs. 18.5% in target population baseline&amp;quot;]
  Mitigation Applied:  [e.g., &amp;quot;Additional 340 recordings collected for 65+
                         age group, bringing representation to 14.8%&amp;quot;]
  Residual Bias:       [e.g., &amp;quot;3.7% gap remains due to recruitment difficulty;
                         documented as known limitation&amp;quot;]

[Characteristic: Gender]
  Analysis Method:     [...]
  Baseline Reference:  [...]
  Result:              [...]
  Finding:             [...]
  Mitigation Applied:  [...]
  Residual Bias:       [...]

[Repeat for each in-scope characteristic]

ANNOTATION BIAS TEST
---------------------
Method Used:           [e.g., &amp;quot;Cross-tabulation of annotator demographic group
                         vs. label distribution for quality rating task&amp;quot;]
Result:                [e.g., &amp;quot;No statistically significant difference detected
                         across annotator groups (p=0.34 chi-squared)&amp;quot;]
                       OR
                       [e.g., &amp;quot;Annotators from Group X rated audio quality 0.3
                         points lower on average (p=0.02); investigated and
                         attributed to recording equipment familiarity; mitigation:
                         calibration session and guideline update&amp;quot;]

PROXY VARIABLE ANALYSIS
------------------------
Variables Examined:    [list features examined for demographic correlation]
Correlations Found:    [e.g., &amp;quot;Regional accent label correlates with geographic
                         origin (r=0.71); treated as expected, documented&amp;quot;]
Problematic Proxies:   [any features that could serve as unintended proxies
                         in model training ,  mitigation steps applied]

SUMMARY
-------
Biases Found:          [count and brief description]
Biases Mitigated:      [count and brief description]
Residual Biases:       [count, description, and risk assessment]
Overall Assessment:    [This dataset has been examined for biases in
                         accordance with EU AI Act Article 10(2)(f). The
                         examination found [n] bias(es), of which [n] were
                         mitigated. Residual biases are documented above.]

CERTIFICATION
-------------
Examined by:           [Role] on [date]
This report is maintained as part of the technical documentation for the
AI system referenced in the Dataset Identification section above, in
accordance with Article 11 EU AI Act.
======================================================
&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Common Mistakes That Cause Audit Failures&lt;/h2&gt;
&lt;p&gt;These are not theoretical ,  they are patterns that appear repeatedly when organizations try to document compliance retroactively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. Confusing &amp;quot;representative&amp;quot; with &amp;quot;balanced&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Balanced means equal numbers across groups. Representative means proportional to the target population. These are almost never the same thing. A speech recognition system for elderly care in Germany should have more speakers aged 70+ than a general-purpose system ,  because that is the target population. Documenting 50/50 gender split when the target deployment population is 80% female is not compliance; it is documentation of the wrong thing.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. Writing the Data Card after the model is trained&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Data governance documentation must be contemporaneous with the process it documents. When you write a collection methodology description six months after the data was collected, you are producing a reconstruction, not a record. Auditors know the difference. The methodology document you wrote before collection started is verifiable; the one you wrote afterward is not.&lt;/p&gt;
&lt;p&gt;Implement documentation as part of your data pipeline ,  not as a post-processing task. The Data Card fields should be populated progressively as each phase completes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. Skipping bias examination on the validation and test sets&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Most teams examine the training set for bias. Fewer examine their validation and test sets with equal rigor. If your test set does not represent the target population ,  if it over-indexes on easy examples or well-represented subgroups ,  your performance metrics do not reflect real-world behavior. Article 10 requires that training data practices apply to the data &amp;quot;used for&amp;quot; the system, which regulators interpret as including validation and test data.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. Treating Article 10 as a one-time check&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Article 10 compliance is not a checkbox at dataset creation time. Training data evolves ,  you add new data, you discover quality issues, data subjects exercise erasure rights. Each change to the dataset potentially affects its representativeness, quality metrics, and bias examination results. Implement a change management process: when does a dataset update require a new bias examination? When does it require a new quality audit? Document the policy.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5. &amp;quot;We scraped the web&amp;quot; as a collection methodology&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is not a documentation of methodology ,  it is an admission of inadequate documentation. A compliant collection methodology includes: the search strategy and terms used, the sources included and excluded and why, the date range of content collected, the geographic scope, the filtering criteria applied (content type, language, quality filters), the deduplication methodology, and the legal basis for collection from each source type. If you cannot reconstruct what went into your dataset, you cannot satisfy Article 10(2).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;6. Not documenting what you did NOT include&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Article 10 compliance requires documenting known gaps and limitations. A dataset that is honest about what it does not cover ,  and why ,  is a compliant dataset. A dataset with no acknowledged limitations is a dataset whose documentation has not been completed. Auditors are not looking for perfect datasets; they are looking for honest characterization of the dataset actually used.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;7. Third-party dataset pass-through&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;The dataset came from [vendor/open source project]; their documentation covers compliance.&amp;quot; This does not work under Article 10. You are responsible for the compliance of all data used in your system, regardless of source. You must review third-party datasets against Article 10 requirements, document your review, and conduct your own bias examination. Request documentation from vendors; if they cannot provide it, treat the dataset as undocumented and either document it yourself or exclude it.&lt;/p&gt;
&lt;h2&gt;How Article 10 Interacts with GDPR&lt;/h2&gt;
&lt;p&gt;These two regulations operate in the same space and create genuine tensions. Here is the engineering-practical version.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The right-to-erasure problem&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Under GDPR Article 17, data subjects can request erasure of their data. If you honor an erasure request and remove a speaker&apos;s recordings from your dataset, your dataset&apos;s representativeness may change ,  if that speaker was in an underrepresented subgroup, their removal makes the dataset less representative. Document a policy for how you handle this: what is your process for assessing whether an erasure materially affects dataset representativeness, and what is the trigger for conducting a new representativeness analysis?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Consent-based collection creates ongoing obligations&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If your legal basis for data collection is consent (Art. 6(1)(a)), data subjects retain the right to withdraw consent at any time. This means your training dataset is not stable ,  it can shrink. From a practical engineering standpoint: if you are using consent as your legal basis, your data pipeline must support dataset versioning that tracks which samples are affected by withdrawal, and your model retraining process must account for the possibility that the dataset used to train a deployed model differs from the dataset you have available today.&lt;/p&gt;
&lt;p&gt;Some organizations choose legitimate interest (Art. 6(1)(f)) specifically to avoid this instability ,  but legitimate interest for training data collection requires a documented balancing test showing that your interests outweigh the data subjects&apos; rights, which is not automatic for sensitive or special category data.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Data minimization vs. representativeness&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;GDPR Art. 5(1)(c) requires collection of only the minimum data necessary. Article 10 requires representative coverage of the target population, which may require collecting broader demographic information than a minimalist view of the task would suggest.&lt;/p&gt;
&lt;p&gt;The resolution is not to ignore one or the other but to design data collection with both requirements in mind:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Collect demographic metadata under a separate, specific legal basis from the task content&lt;/li&gt;
&lt;li&gt;Anonymize demographic identifiers after using them for stratification verification&lt;/li&gt;
&lt;li&gt;Document why each demographic variable is necessary for achieving representativeness&lt;/li&gt;
&lt;li&gt;Avoid collecting demographic data that you have no statistical plan to use&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Special category data (racial/ethnic origin, health data, biometric data) requires explicit Art. 9(2) basis regardless of the Art. 6 basis for the main data collection. Design this into your consent architecture from the start.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The anonymous data escape hatch ,  and its limits&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Truly anonymous data (not pseudonymized ,  genuinely anonymous) falls outside GDPR scope. If you can design your data collection and processing to produce anonymous training data ,  for example, transcribing speech without retaining the audio, or using aggregated imaging data without patient-level records ,  you may be able to reduce GDPR complexity while satisfying Article 10.&lt;/p&gt;
&lt;p&gt;The catch: anonymization for training data often means you lose the metadata needed to demonstrate representativeness. If you anonymize before completing your demographic analysis and documentation, you may satisfy GDPR but undermine your Article 10 documentation. The sequencing matters: conduct your demographic analysis and produce your Data Card before anonymization, then anonymize before the annotation phase.&lt;/p&gt;
&lt;h2&gt;Resources and Next Steps&lt;/h2&gt;
&lt;p&gt;The official Article 10 text is available at &lt;a href=&quot;https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ:L_202401689&quot;&gt;EUR-Lex: EU AI Act, Article 10&lt;/a&gt;. The recitals 44 through 49 provide interpretive context for the data governance requirements.&lt;/p&gt;
&lt;p&gt;The AI Office&apos;s technical standards on Article 10, developed by CEN/CENELEC, are still in draft but will be the definitive interpretive guidance once published. Monitor the AI Office website for publication.&lt;/p&gt;
&lt;p&gt;For practical implementation, Google&apos;s &lt;a href=&quot;https://arxiv.org/abs/1803.09010&quot;&gt;Datasheets for Datasets&lt;/a&gt; (Gebru et al.) and &lt;a href=&quot;https://dl.acm.org/doi/10.1145/3531146.3533231&quot;&gt;Data Cards&lt;/a&gt; provide academic foundations for the documentation frameworks that auditors will recognize and respect.&lt;/p&gt;
&lt;p&gt;The August 2, 2026 deadline will not move. The organizations that will have audit-defensible documentation on that date are the ones that started the documentation process during data collection, not after model training.&lt;/p&gt;
&lt;p&gt;If you need training data that is already designed for Article 10 compliance ,  with Data Cards, bias examination reports, stratified demographic coverage, and full provenance documentation as standard deliverables ,  YPAI&apos;s &lt;a href=&quot;https://ypai.ai/speech-data/&quot;&gt;speech data collection services&lt;/a&gt; and &lt;a href=&quot;https://ypai.ai/speech-data/gdpr-compliant/&quot;&gt;GDPR-compliant data programs&lt;/a&gt; are built for exactly this requirement. Our &lt;a href=&quot;https://ypai.ai/solutions/automotive/&quot;&gt;automotive AI data programs&lt;/a&gt; include Article 10 documentation packages as part of the engagement.&lt;/p&gt;
&lt;hr&gt;
&lt;h2&gt;Related YPAI Content&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-data-governance/&quot;&gt;EU AI Act Article 10: Data Governance&lt;/a&gt; ,  deeper dive into the MLOps pipeline architecture for Article 10 compliance&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-high-risk-ai-training-data-requirements/&quot;&gt;EU AI Act high-risk AI training data requirements&lt;/a&gt; ,  which Annex III categories apply and what the data quality standards require in practice&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/gdpr-compliant-speech-data-collection-europe/&quot;&gt;GDPR-compliant speech data collection in Europe&lt;/a&gt; ,  lawful basis, consent documentation, and vendor checklist for voice data under GDPR&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/infrastructure/ctos-guide-sovereign-ai-architecture-costs/&quot;&gt;CTOs guide to sovereign AI architecture and costs&lt;/a&gt; ,  how EU AI Act compliance fits into the broader sovereign AI infrastructure decision&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/eu-ai-act-compliant/&quot;&gt;EU AI Act compliant training data services&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/gdpr-compliant/&quot;&gt;GDPR-compliant speech data collection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/solutions/automotive/&quot;&gt;Automotive AI data solutions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/technical-specifications/&quot;&gt;Speech data technical specifications&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Sources&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ:L_202401689&quot;&gt;EU AI Act Official Text, Article 10 ,  EUR-Lex&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1803.09010&quot;&gt;Datasheets for Datasets ,  Gebru et al., arXiv:1803.09010&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dl.acm.org/doi/10.1145/3531146.3533231&quot;&gt;Data Cards: Purposeful and Transparent Dataset Documentation ,  Pushkarna et al., FAccT 2022&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ:L_202401689&quot;&gt;EU AI Act Recitals 44–49 (data governance interpretive context)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fairlearn.org/&quot;&gt;Fairlearn: A toolkit for assessing and improving fairness in AI ,  Microsoft Research&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://greatexpectations.io/&quot;&gt;Great Expectations: Data quality documentation framework&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>compliance</category><category>EU AI Act</category><category>Article 10</category><category>data governance</category><category>compliance</category><category>training data</category><author>noreply@ypai.ai (YPAI Engineering)</author></item><item><title>EU AI Act Article 10: What Vendors Must Prove to Buyers</title><link>https://ypai.ai/blog/compliance/eu-ai-act-article-10-speech-data-vendors/</link><guid isPermaLink="true">https://ypai.ai/blog/compliance/eu-ai-act-article-10-speech-data-vendors/</guid><description>Article 10 compliance extends to your speech data vendor. The documentation requirements EU enterprise buyers must demand before the August 2026 deadline.</description><pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;EU AI Act Article 10 compliance is not only a concern for the AI developers building high-risk systems. It extends directly to the organizations that supply training data. When a speech data vendor collects, processes, and delivers a corpus for a high-risk AI application, that vendor becomes part of your compliance chain. Regulators reviewing your Article 10 documentation will ask who supplied your training data and what governance that supplier applied.&lt;/p&gt;
&lt;p&gt;With the August 2026 enforcement deadline approaching, procurement teams at EU enterprises are asking the right question about EU AI Act Article 10 speech data vendors: what, specifically, can a speech data vendor prove? This post is not about what Article 10 requires of your AI system internally. For that, see our &lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-high-risk-ai-training-data-requirements/&quot;&gt;EU AI Act high-risk training data requirements guide&lt;/a&gt; and the &lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-data-governance/&quot;&gt;Article 10 engineering checklist&lt;/a&gt;. This post is for the buyer evaluating whether a vendor&apos;s documentation will survive regulatory scrutiny.&lt;/p&gt;
&lt;h2&gt;Why Article 10 Creates Vendor Accountability for EU AI Act Speech Data&lt;/h2&gt;
&lt;p&gt;Article 10 requires that high-risk AI systems use training data that is &amp;quot;relevant, representative, free of errors and complete.&amp;quot; It also mandates documentation of the data collection methodology, selection criteria, preprocessing operations, and bias examination results.&lt;/p&gt;
&lt;p&gt;The practical implication for procurement: you cannot demonstrate these requirements if your vendor cannot provide them.&lt;/p&gt;
&lt;p&gt;Three scenarios where vendor documentation failure becomes your compliance failure:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Scenario 1:&lt;/strong&gt; A conformity assessment auditor requests the training data datasheet for your speech recognition system. Your vendor never produced one.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Scenario 2:&lt;/strong&gt; A data protection authority investigates your AI system following a bias complaint. You cannot document the demographic composition of your training corpus.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Scenario 3:&lt;/strong&gt; Your legal team is preparing Article 11 technical documentation for a notified body. The vendor&apos;s collection methodology exists only in a sales presentation.&lt;/p&gt;
&lt;p&gt;These are not hypothetical scenarios. They represent the documentation gaps that characterize the current market, where data vendors have optimized for capability claims and not for compliance readiness.&lt;/p&gt;
&lt;h2&gt;The Six Documentation Requirements EU AI Act Speech Data Vendors Must Satisfy&lt;/h2&gt;
&lt;p&gt;Article 10 compliance documentation covers six areas. Here is what your vendor must be able to provide for each.&lt;/p&gt;
&lt;h3&gt;1. Consent Records and Provenance Documentation&lt;/h3&gt;
&lt;p&gt;Your vendor must document where each segment of the corpus was collected and under what legal basis. For speech data, this means individual consent records for every contributor, with timestamps, consent scope, and withdrawal mechanisms. A generic statement that contributors agreed to terms of service is not sufficient for Article 10 audit purposes.&lt;/p&gt;
&lt;p&gt;What to request: a consent framework document, sample consent forms used, and a written procedure for handling right-to-erasure requests under GDPR Article 17.&lt;/p&gt;
&lt;h3&gt;2. Contributor Demographics and Geographic Coverage&lt;/h3&gt;
&lt;p&gt;Article 10 requires that training data be representative of the target population for the AI system. For speech data, this means the corpus must reflect the demographic and geographic distribution of the intended system users.&lt;/p&gt;
&lt;p&gt;What to request: demographic breakdowns by age group, gender, regional dialect, and recording environment. Any vendor unable to produce these breakdowns cannot demonstrate representativeness, which is an explicit Article 10 requirement.&lt;/p&gt;
&lt;h3&gt;3. Collection Methodology Documentation&lt;/h3&gt;
&lt;p&gt;How was the speech data collected? Was it read-aloud, prompted, or spontaneous? What recording conditions were controlled? What quality gates were applied during collection?&lt;/p&gt;
&lt;p&gt;What to request: a methodology document covering recording setup, contributor briefing protocols, quality acceptance criteria, and inter-annotator agreement scores for any annotation applied. The document should be specific to the corpus delivered, not a generic process description.&lt;/p&gt;
&lt;h3&gt;4. Preprocessing and Transformation Records&lt;/h3&gt;
&lt;p&gt;Article 10 requires documentation of preprocessing operations. For speech data, this includes noise reduction applied, segmentation decisions, transcription processing parameters, and any filtering criteria that excluded recordings from the final corpus.&lt;/p&gt;
&lt;p&gt;What to request: a data processing log or pipeline description that lists every transformation applied to raw audio before delivery. Transformations should be documented in sufficient detail that the preprocessing could be reproduced or reversed.&lt;/p&gt;
&lt;h3&gt;5. Bias Examination Evidence&lt;/h3&gt;
&lt;p&gt;Article 10(2)(f) requires explicit examination of training data for possible biases. This is not a compliance checkbox. It requires documented bias analysis: which demographic groups were examined, which fairness metrics were applied, and what mitigation steps followed any findings.&lt;/p&gt;
&lt;p&gt;What to request: a bias assessment report specific to the corpus delivered to you, not a generic methodology statement. The report should name the corpus, the analysis date, the groups examined, the metrics used, and the results. A vendor who offers only a methodology description without corpus-specific findings has not conducted the analysis Article 10 requires.&lt;/p&gt;
&lt;h3&gt;6. Third-Party Data and Sub-Contractor Lineage&lt;/h3&gt;
&lt;p&gt;If your vendor used any third-party data sources or sub-contractors in corpus construction, Article 10(6) makes the vendor responsible for the compliance of those sources. A vendor who cannot account for all components of a delivered corpus is transferring unknown compliance risk to you.&lt;/p&gt;
&lt;p&gt;What to request: a complete data lineage statement listing all sources, sub-contractors, and their respective compliance documentation. If any component of your corpus came from a third party, your vendor must be able to demonstrate the same standards for that component.&lt;/p&gt;
&lt;h2&gt;Questions to Ask Before Signing a Speech Data Supply Agreement&lt;/h2&gt;
&lt;p&gt;Use these questions in your next vendor evaluation. Ask them before issuing an RFP or signing a contract. The responses will reveal more about Article 10 readiness than any certification document.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;On consent and provenance:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Can you provide individual consent records for all contributors in this corpus?&lt;/li&gt;
&lt;li&gt;What is your process when a contributor requests deletion of their data?&lt;/li&gt;
&lt;li&gt;Are all contributors located within the EEA?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;On representativeness:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What is the demographic breakdown of this corpus by age, gender, and regional origin?&lt;/li&gt;
&lt;li&gt;How did you determine the target distribution and verify the corpus meets it?&lt;/li&gt;
&lt;li&gt;What is the dialect coverage, and how was dialect balance verified?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;On collection methodology:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Can you provide a written collection methodology document for this specific corpus?&lt;/li&gt;
&lt;li&gt;What quality gates does a recording pass before inclusion in the delivered corpus?&lt;/li&gt;
&lt;li&gt;What is the inter-annotator agreement score for transcription on this corpus?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;On bias examination:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Have you conducted a formal bias examination on this corpus?&lt;/li&gt;
&lt;li&gt;Which fairness metrics were applied and what were the results?&lt;/li&gt;
&lt;li&gt;What mitigation steps were taken if bias was identified?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;On documentation readiness:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Can you provide a datasheet for this dataset following published documentation standards?&lt;/li&gt;
&lt;li&gt;Is your documentation formatted for use in Article 11 technical documentation?&lt;/li&gt;
&lt;li&gt;Have any of your corpora undergone review by a conformity assessment body?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A vendor who cannot answer these questions in specific, documented terms either has not invested in Article 10 compliance or collected data under governance standards the regulation requires.&lt;/p&gt;
&lt;h2&gt;The August 2026 Deadline Applies to Data Acquired Now&lt;/h2&gt;
&lt;p&gt;The EU AI Act&apos;s 24-month transition period for high-risk AI system rules closes in August 2026. AI systems deployed in Annex III categories after that date must demonstrate compliance at deployment.&lt;/p&gt;
&lt;p&gt;The practical procurement implication is significant: training data acquired today for a system under development now must meet Article 10 standards before you deploy. You cannot retrofit compliance documentation after training is complete. A corpus collected without consent records cannot have consent records added retrospectively. A corpus collected without demographic tracking cannot be shown to be representative after the fact.&lt;/p&gt;
&lt;p&gt;If your vendor cannot provide Article 10 documentation when you request it today, they will not be able to provide it when regulators request it in 2026 or 2027. Vendor selection for speech training data is a compliance decision, not only a capability decision.&lt;/p&gt;
&lt;p&gt;For related requirements on GDPR compliance during speech data collection, see our &lt;a href=&quot;https://ypai.ai/blog/compliance/gdpr-compliant-speech-data-collection-europe/&quot;&gt;GDPR-compliant speech data collection guide&lt;/a&gt;, which covers lawful basis documentation, consent standards, and GDPR-specific vendor questions.&lt;/p&gt;
&lt;h2&gt;What Documented Compliance Looks Like in Practice&lt;/h2&gt;
&lt;p&gt;A vendor with genuine Article 10 compliance readiness can produce, without delay:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A signed data processing agreement specifying the legal basis for collection&lt;/li&gt;
&lt;li&gt;A dataset datasheet for every corpus, covering motivation, composition, collection process, preprocessing, and known limitations&lt;/li&gt;
&lt;li&gt;Contributor consent records accessible by contributor ID with timestamps&lt;/li&gt;
&lt;li&gt;A demographic and geographic breakdown of the corpus with methodology for how composition targets were set&lt;/li&gt;
&lt;li&gt;A bias examination report specific to the delivered corpus, naming the groups examined and the metrics applied&lt;/li&gt;
&lt;li&gt;A data lineage statement listing every source and sub-contractor involved in corpus construction&lt;/li&gt;
&lt;li&gt;A right-to-erasure procedure with a documented SLA for responding to deletion requests&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When your EU AI Act compliance documentation is complete, your vendor&apos;s documentation becomes part of your Article 11 technical documentation package. A vendor who produces this documentation as part of normal delivery practice is a different category of supplier from one who produces it only when asked.&lt;/p&gt;
&lt;p&gt;EU AI Act Article 10 speech data vendor accountability is not a future concern. It is a current procurement requirement, and the August 2026 deadline gives enterprises less runway than it appears.&lt;/p&gt;
&lt;hr&gt;
&lt;h2&gt;Related Resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-high-risk-ai-training-data-requirements/&quot;&gt;EU AI Act high-risk AI training data requirements&lt;/a&gt; - Annex III categories and what Article 10 data quality standards require in practice&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-data-governance/&quot;&gt;EU AI Act Article 10 data governance checklist&lt;/a&gt; - Engineering checklist for Article 10 compliance in your ML pipeline&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/gdpr-compliant-speech-data-collection-europe/&quot;&gt;GDPR-compliant speech data collection in Europe&lt;/a&gt; - Lawful basis, consent documentation, and vendor checklist for voice data under GDPR&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/eu-ai-act-compliant/&quot;&gt;EU AI Act compliant training data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/consent-framework/&quot;&gt;Speech data consent framework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/dpa/&quot;&gt;Data processing agreement overview&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>compliance</category><category>EU AI Act</category><category>Speech Data</category><category>Data Governance</category><category>Compliance</category><category>Procurement</category><author>noreply@ypai.ai (YPAI Engineering)</author></item><item><title>Data Residency vs Sovereignty: Why GDPR Is Not Enough</title><link>https://ypai.ai/blog/compliance/eu-speech-data-sovereignty-gdpr-not-enough/</link><guid isPermaLink="true">https://ypai.ai/blog/compliance/eu-speech-data-sovereignty-gdpr-not-enough/</guid><description>GDPR compliance does not equal data sovereignty for EU speech data. The CLOUD Act risk, what EEA-native means, and questions to ask your vendor.</description><pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;EU enterprises evaluating speech data vendors typically start with one compliance question: is this vendor GDPR compliant? It is a necessary question, but not a sufficient one. A vendor can be fully GDPR compliant while simultaneously being subject to US government access orders that GDPR cannot prevent.&lt;/p&gt;
&lt;p&gt;EU speech data sovereignty requires more than GDPR certification. The distinction between data residency and data sovereignty explains why, and it is becoming a central concern in EU enterprise AI procurement as enforcement of both GDPR and the EU AI Act intensifies through 2026.&lt;/p&gt;
&lt;h2&gt;What Data Residency Means&lt;/h2&gt;
&lt;p&gt;Data residency refers to the physical or logical location where data is stored and processed. When a vendor offers &amp;quot;EU data residency,&amp;quot; it means your data does not physically leave EU territory. The data center is in Frankfurt, Dublin, or Amsterdam. The servers belong to the vendor or a cloud provider with EU region infrastructure.&lt;/p&gt;
&lt;p&gt;Data residency is a meaningful control. It ensures data does not cross EU borders, which simplifies GDPR compliance and satisfies many regulatory frameworks that require data to remain within defined geographic boundaries.&lt;/p&gt;
&lt;p&gt;But data residency addresses geography. It does not address legal jurisdiction.&lt;/p&gt;
&lt;h2&gt;What Data Sovereignty Means&lt;/h2&gt;
&lt;p&gt;Data sovereignty refers to the legal framework under which data can be accessed, compelled, or disclosed. Sovereignty is determined by the headquarters jurisdiction of the organization that controls the data, not the physical location of the servers where it sits.&lt;/p&gt;
&lt;p&gt;A US-headquartered vendor can store EU speech data in an EU data center and still be subject to US government data access requests under US federal law. The physical location of the servers does not change which legal system governs the controlling entity.&lt;/p&gt;
&lt;p&gt;GDPR does not override that dynamic. EU data protection authorities have no authority over US federal court orders. The result: a US-headquartered vendor storing your speech data in Dublin may be GDPR compliant and simultaneously subject to foreign government access with no ability to prevent it. These two facts are not in contradiction. They are compatible, and that is the problem.&lt;/p&gt;
&lt;h2&gt;The CLOUD Act and Why It Matters for EU Speech Data Procurement&lt;/h2&gt;
&lt;p&gt;The US Clarifying Lawful Overseas Use of Data Act (CLOUD Act), enacted in 2018, provides a process through which US authorities can seek data controlled by covered providers, including data stored outside the United States.&lt;/p&gt;
&lt;p&gt;The CLOUD Act does not require a mutual legal assistance treaty. It does not require the data to be physically in the United States. It requires only that the company controlling the data have a legal presence in the United States, which includes any company incorporated in the US or with a US parent, subsidiary, or operational controller.&lt;/p&gt;
&lt;p&gt;For EU speech data procurement, the practical risk is specific:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Contributor biometric exposure:&lt;/strong&gt; Voice recordings contain biometric data under GDPR Article 9. A CLOUD Act compulsion order served on a US-headquartered speech data vendor could expose contributor biometric data to US government access. Your data processing agreement with that vendor cannot prevent this outcome.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Contractual limitation:&lt;/strong&gt; A DPA does not by itself resolve every conflict-of-law scenario. Buyers should assess the provider&apos;s legal exposure, challenge process, technical access, and transfer safeguards instead of treating the contract as a complete barrier.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Controller liability:&lt;/strong&gt; As the data controller for your AI training corpus, you carry GDPR liability for what happens to that data. If your processor is compelled to disclose contributor data to a foreign government, you face regulatory exposure for a disclosure you could not prevent and may not have been informed of.&lt;/p&gt;
&lt;h2&gt;The EU Cloud Sovereignty Framework&lt;/h2&gt;
&lt;p&gt;The European Commission&apos;s EU Cloud Sovereignty Framework distinguishes between levels of cloud sovereignty that go beyond GDPR compliance:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Operational sovereignty:&lt;/strong&gt; EU-based operations with EU staff controlling data access decisions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data sovereignty:&lt;/strong&gt; EU-based legal entity controls the data and is not subject to foreign government compulsion&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Full sovereignty:&lt;/strong&gt; Open-source or on-premises infrastructure with no foreign dependency at any layer&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;GDPR compliance is a prerequisite for operating in the EU market, but it sits outside this sovereignty framework. A vendor can satisfy GDPR while failing all three sovereignty criteria. A vendor with data sovereignty provides GDPR compliance as a baseline, not as a ceiling.&lt;/p&gt;
&lt;p&gt;The European Data Protection Board (EDPB) has signaled increased enforcement focus on international data transfers and the adequacy of safeguards when non-EEA processors are involved. The EDPB&apos;s opinions on AI training data processing have explicitly raised concerns about training data transfers and the legal basis for processing by entities subject to foreign government access laws. For enterprises building AI systems on EU personal data, this enforcement trajectory points toward sovereign-by-default data supply chains.&lt;/p&gt;
&lt;h2&gt;What EEA-Native Means for Speech Data&lt;/h2&gt;
&lt;p&gt;An EEA-native speech data vendor is one legally incorporated within an EEA member state, operating under EEA member state law, with no parent company, majority shareholder, or operational controller in a jurisdiction subject to foreign government data access laws.&lt;/p&gt;
&lt;p&gt;For EU speech data procurement, EEA-native means:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Contributor data from the moment of collection is under EEA legal jurisdiction&lt;/li&gt;
&lt;li&gt;The controlling entity is not itself subject to a US CLOUD Act order, a UK Investigatory Powers Act order, or equivalent foreign compulsion (verify the full subprocessor chain separately)&lt;/li&gt;
&lt;li&gt;Regulatory oversight is provided by an EEA data protection authority, not a foreign regulator&lt;/li&gt;
&lt;li&gt;GDPR compliance and data sovereignty are aligned in the same legal entity, not separated across a US parent and an EU subsidiary&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This distinction matters most when your training corpus contains personal data, which all speech data does. Voice recordings are biometric data. The sovereignty status of the entity that collects and controls that data is a direct component of your regulatory risk posture.&lt;/p&gt;
&lt;h2&gt;Evaluating Vendor Sovereignty: Questions to Ask&lt;/h2&gt;
&lt;p&gt;Before selecting a speech data vendor, verify sovereignty status as part of your procurement process. These questions should be answered before contract signature, not discovered during post-contract due diligence.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;On legal entity and headquarters:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What is the legal name and country of incorporation of the entity that will control my data?&lt;/li&gt;
&lt;li&gt;Does any parent company, majority shareholder, or operational controller have a US legal presence?&lt;/li&gt;
&lt;li&gt;Is the vendor&apos;s data processing agreement governed by EEA member state law?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;On regulatory supervision:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Which data protection authority has supervisory jurisdiction over your data processing operations?&lt;/li&gt;
&lt;li&gt;Have you been subject to any regulatory investigation by a non-EEA authority?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;On CLOUD Act and equivalent exposure:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Is the vendor or any affiliated entity subject to US federal court jurisdiction?&lt;/li&gt;
&lt;li&gt;Does the vendor have a documented policy for responding to foreign government data access requests?&lt;/li&gt;
&lt;li&gt;Has the vendor ever received a foreign government compulsion order for customer data?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;On sub-processors:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Does the vendor use any US-headquartered cloud infrastructure sub-processors?&lt;/li&gt;
&lt;li&gt;What contractual obligations apply if a sub-processor receives a compulsion order for your data?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A vendor who cannot provide clear answers to these questions on request is transferring sovereignty risk to you. That risk should be priced into your procurement decision.&lt;/p&gt;
&lt;h2&gt;GDPR Compliance Is the Floor, Not the Ceiling&lt;/h2&gt;
&lt;p&gt;For EU enterprises procuring speech training data, the question is not whether your vendor is GDPR compliant. Every vendor operating in the EU market must be. The question is whether GDPR compliance is the limit of what your vendor can offer.&lt;/p&gt;
&lt;p&gt;GDPR compliance ensures your vendor has a lawful basis for collection, appropriate consent mechanisms, data subject rights procedures, and standard contractual protections. It does not ensure that those protections cannot be overridden by a foreign government with jurisdiction over the vendor&apos;s legal entity.&lt;/p&gt;
&lt;p&gt;EU speech data sovereignty requires a vendor whose legal domicile, regulatory supervision, and operational control are all within the EEA. For enterprises building high-risk AI systems under the EU AI Act, where training data governance is subject to regulatory audit, the sovereignty status of your data supply chain is a compliance question, not only a preference.&lt;/p&gt;
&lt;p&gt;For more on what Article 10 compliance requires specifically from speech data vendors, see our &lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-speech-data-vendors/&quot;&gt;EU AI Act Article 10 speech data vendor requirements guide&lt;/a&gt;. For GDPR-specific requirements during data collection, see our &lt;a href=&quot;https://ypai.ai/blog/compliance/gdpr-compliant-speech-data-collection-europe/&quot;&gt;GDPR-compliant speech data collection guide&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2&gt;Related Resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-speech-data-vendors/&quot;&gt;EU AI Act Article 10: What Speech Data Vendors Must Prove to Enterprise Buyers&lt;/a&gt; - Documentation requirements and vendor questions for Article 10 compliance&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/gdpr-compliant-speech-data-collection-europe/&quot;&gt;GDPR-compliant speech data collection in Europe&lt;/a&gt; - Lawful basis, consent documentation, and GDPR vendor checklist for voice data&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-high-risk-ai-training-data-requirements/&quot;&gt;EU AI Act high-risk AI training data requirements&lt;/a&gt; - Annex III categories and what data quality standards apply&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/data-residency/&quot;&gt;Data residency and sovereignty at YPAI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/eu-ai-act-compliant/&quot;&gt;EU AI Act compliant training data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/dpa/&quot;&gt;Data processing agreement overview&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>compliance</category><category>Data Sovereignty</category><category>GDPR</category><category>EU AI Act</category><category>Speech Data</category><category>Compliance</category><author>noreply@ypai.ai (YPAI Engineering)</author></item><item><title>GDPR and AI: Enterprise compliance requirements</title><link>https://ypai.ai/blog/compliance/gdpr-and-ai-articles-compliance/</link><guid isPermaLink="true">https://ypai.ai/blog/compliance/gdpr-and-ai-articles-compliance/</guid><description>GDPR applies directly to AI training data collection, model outputs, and automated decisions. What enterprise compliance officers must address in 2026.</description><pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;GDPR and AI represent one of the most consequential regulatory intersections in enterprise technology today. Most organisations building AI systems understand that GDPR applies to their products. Fewer have mapped exactly which articles apply, at which stage of the AI lifecycle, and what each obligation requires in practice.&lt;/p&gt;
&lt;p&gt;This guide covers the specific GDPR provisions that apply to enterprise AI development and deployment: Articles 5 and 6 at the data collection stage, Article 9 for special category training data, Article 22 for automated decision-making, and the data minimization tension that defines the central compliance challenge. This is not legal advice. Consult your data protection officer and legal team before making compliance decisions for your specific systems.&lt;/p&gt;
&lt;h2&gt;GDPR Articles 5 and 6: lawful basis for training data collection&lt;/h2&gt;
&lt;p&gt;The obligation to establish a lawful basis for processing personal data applies before collection begins, not after a model has been trained on the data. Article 6 of GDPR sets out the legal conditions under which personal data may be processed. For AI training data collection, the relevant bases are legitimate interests under Article 6(1)(f), explicit consent under Article 6(1)(a), and for public sector AI, public task under Article 6(1)(e).&lt;/p&gt;
&lt;p&gt;Legitimate interests is the basis most enterprise AI teams attempt to rely on for training data. It requires a three-part test: identifying a legitimate interest, demonstrating that the processing is necessary to achieve it, and documenting that the interest is not overridden by the fundamental rights of data subjects. For large-scale collection of voice, text, or behavioral data from consumers, the balancing test is difficult to pass. Data subjects whose data is collected for AI training often have no relationship with the AI developer and receive no direct benefit from the processing.&lt;/p&gt;
&lt;p&gt;Consent under Article 6(1)(a) is more defensible for primary collection but introduces operational requirements that many data collection pipelines do not satisfy. Consent must be freely given, specific, informed, and unambiguous. For AI training purposes, consent must name the specific use case: &amp;quot;your voice recording will be used to train automatic speech recognition models&amp;quot; is required; &amp;quot;your data may be used to improve our services&amp;quot; is not sufficient.&lt;/p&gt;
&lt;p&gt;Article 5 imposes six data quality principles that apply regardless of which lawful basis is used. Purpose limitation under Article 5(1)(b) means data collected for one purpose cannot be repurposed for AI training without reassessing the lawful basis. Storage limitation under Article 5(1)(e) applies to training datasets as well as operational data: retention schedules must cover training corpora, not just production databases.&lt;/p&gt;
&lt;h2&gt;GDPR and AI training data: the Article 9 threshold&lt;/h2&gt;
&lt;p&gt;Article 9 of GDPR governs special categories of personal data and sets a higher protection standard than standard personal data. The categories relevant to AI training data are health data, biometric data, and data revealing racial or ethnic origin.&lt;/p&gt;
&lt;p&gt;Voice recordings are biometric data when they are processed to identify or authenticate an individual. This classification applies at the collection stage, not based on the intended use of the trained model. A speech corpus collected to train a transcription model is nonetheless a collection of biometric data if the recordings can be used to identify speakers. The EU&apos;s supervisory authorities, including the European Data Protection Board, have confirmed this interpretation consistently since GDPR took effect.&lt;/p&gt;
&lt;p&gt;The Article 9 lawful bases for processing special category data are narrower than Article 6. For AI training purposes, explicit consent under Article 9(2)(a) is the primary defensible basis. This consent must be separate from any general consent to the service, must name the AI training use case explicitly, and must specify the categories of AI system that will be trained. The right to withdraw consent without detriment must be preserved, and withdrawal must be technically possible: individual recordings must be traceable in the training dataset to enable deletion requests.&lt;/p&gt;
&lt;p&gt;Health data in AI systems covers more than medical records. Stress detection models, wellness monitoring applications, and symptom assessment AI all process health data. Any AI system that infers health status from behavioral signals is processing health data under Article 9, even if the underlying training data was collected without health-related context.&lt;/p&gt;
&lt;h2&gt;GDPR and AI: what Article 22 requires for automated decisions&lt;/h2&gt;
&lt;p&gt;Article 22 governs automated individual decision-making, including profiling. It applies when a decision is made based solely on automated processing and produces legal effects or similarly significant effects on a natural person.&lt;/p&gt;
&lt;p&gt;The scope of Article 22 in AI deployments is broader than many compliance teams assume. Credit decisions, insurance premium calculations, recruitment filtering, and content moderation all produce effects that meet the &amp;quot;similarly significant&amp;quot; threshold. A credit application rejected by an AI underwriting model without human review is an Article 22 decision. A job application filtered out by an AI screening tool before any human reviews it is an Article 22 decision.&lt;/p&gt;
&lt;p&gt;Article 22(1) establishes a default prohibition on solely automated decisions with significant effects. The exceptions in Article 22(2) require either explicit consent, contractual necessity, or a specific national law authorizing the processing. Where an exception applies, Article 22(3) requires that controllers implement measures to safeguard data subjects&apos; rights, including the right to obtain human intervention, to express a point of view, and to contest the decision.&lt;/p&gt;
&lt;p&gt;Human review under Article 22 must be substantive. A human reviewer who lacks access to the factors driving the AI output, or who approves AI decisions without meaningful examination, does not satisfy the exception requirement. This has direct implications for explainability: if a model&apos;s output cannot be explained to the human reviewer in terms that allow genuine evaluation, the human review requirement cannot be satisfied in practice.&lt;/p&gt;
&lt;h2&gt;GDPR and the EU AI Act: where the frameworks overlap&lt;/h2&gt;
&lt;p&gt;The EU AI Act&apos;s high-risk AI system framework under Annex III creates obligations that overlay GDPR&apos;s requirements without replacing them. Organisations building AI systems in categories such as employment screening, credit assessment, education, and essential public services must satisfy both frameworks concurrently.&lt;/p&gt;
&lt;p&gt;Under the EU AI Act, Article 10 sets data governance standards for training data used in high-risk AI systems. These standards require documentation of data collection methodology, bias examination results, and demographic coverage. Article 10 also requires that training data be relevant to the deployment context and free of errors, which in practice means human-verified annotations for subjective labeling tasks. For a detailed breakdown of how EU AI Act Article 10 applies to training data sourcing, see our guide to &lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-high-risk-ai-training-data-requirements/&quot;&gt;EU AI Act high-risk AI training data requirements&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;GDPR and EU AI Act obligations do not cancel each other out. A data processing agreement that satisfies GDPR&apos;s requirements for a lawful basis and data subject rights does not substitute for EU AI Act conformity documentation. An Article 10-compliant training data package does not address GDPR&apos;s storage limitation, purpose limitation, or rights fulfillment obligations. Enterprise AI compliance programs must track both frameworks in parallel.&lt;/p&gt;
&lt;p&gt;The EU AI Act&apos;s obligation to register high-risk AI systems in the EU database introduces an additional documentation requirement that intersects with GDPR&apos;s privacy-by-design principle. System registrations that include details about training data sources and processing methods may themselves constitute personal data disclosures if the training data involved personal data processing. This intersection requires coordination between the AI compliance function and the privacy function.&lt;/p&gt;
&lt;h2&gt;The data minimization tension in enterprise AI&lt;/h2&gt;
&lt;p&gt;Article 5(1)(c) of GDPR requires that personal data be &amp;quot;adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed.&amp;quot; This principle is in structural tension with modern machine learning, which generally performs better with larger and more diverse training datasets.&lt;/p&gt;
&lt;p&gt;The tension is real and cannot be resolved by choosing one principle over the other. GDPR&apos;s data minimization requirement applies to AI training data collection. The practical approaches that allow AI development to proceed while satisfying data minimization fall into three categories.&lt;/p&gt;
&lt;p&gt;Privacy-by-design architecture addresses minimization at the system design stage. Collecting data points sufficient for the training objective rather than broad behavioral logs, implementing on-device processing where the model operates without transferring raw data to central servers, and aggregating data before it enters the training pipeline are all privacy-by-design approaches that reduce the volume of personal data requiring GDPR compliance controls.&lt;/p&gt;
&lt;p&gt;Federated learning allows model training to occur on distributed data without centralizing the underlying personal data. The model learns from data held locally on devices or by partner organizations, and only model updates rather than raw data are aggregated. Federated learning does not eliminate GDPR obligations entirely: the model updates themselves may contain information about the training data, and the coordination infrastructure processes metadata. However, it substantially reduces the personal data exposure of the training process.&lt;/p&gt;
&lt;p&gt;Synthetic data generation, with caveats, can supplement or partially replace personal data in training pipelines. Synthetic data generated from a base dataset of personal data is not automatically personal data, but the generation method affects the assessment. If the synthetic data can be reverse-engineered to identify individuals from the base dataset, GDPR obligations attach. Synthetic data that genuinely introduces no identifiable information about the individuals in the source dataset reduces the training pipeline&apos;s personal data footprint. However, synthetic data introduces its own quality risk: models trained on synthetic data may not generalize to real-world speech and behavior patterns adequately for production deployment.&lt;/p&gt;
&lt;p&gt;For enterprise AI teams building systems where real human-generated data is required for production accuracy, the minimization principle is best addressed through precise collection scope definition rather than synthetic substitution. Collecting the categories of data actually required for the training objective, with documented justification for each category, satisfies the minimization principle while preserving training data quality. For voice AI specifically, this means specifying the speaker demographics, languages, recording conditions, and speech act types that the deployment environment requires, rather than collecting broadly and filtering later.&lt;/p&gt;
&lt;h2&gt;Consent management for AI training data pipelines&lt;/h2&gt;
&lt;p&gt;For AI systems that rely on consent as the Article 6 or Article 9 lawful basis, consent management infrastructure must support the full lifecycle of data subject rights.&lt;/p&gt;
&lt;p&gt;The right of access under Article 15 requires that data subjects can request confirmation of whether their data is processed and a copy of the data. For training data pipelines, this requires that individual contributions be traceable within the dataset.&lt;/p&gt;
&lt;p&gt;The right to erasure under Article 17 requires that individual contributions can be removed from training datasets. This has practical implications for model versioning: a model trained on a dataset from which data has since been erased may need to be retrained or evaluated for the continued effect of the erased data on model outputs. The concept of machine unlearning addresses this technically, though the field remains developing.&lt;/p&gt;
&lt;p&gt;The right to object under Article 21 allows data subjects to object to processing based on legitimate interests. Where legitimate interests is the Article 6 basis for training data collection, the controller must stop processing for each data subject who objects unless compelling legitimate grounds that override the individual&apos;s interests can be demonstrated.&lt;/p&gt;
&lt;p&gt;Consent withdrawal must be as easy as granting consent. A data collection platform that allows contributors to submit recordings in a few clicks must allow withdrawal in a comparable number of steps. Withdrawal must be processed without detriment to the data subject.&lt;/p&gt;
&lt;p&gt;YPAI&apos;s data collection infrastructure is designed around these requirements. Consent records are captured per contributor per use case, withdrawal requests are processed within 72 hours, and individual recordings are traceable throughout the storage and processing pipeline. Our &lt;a href=&quot;https://ypai.ai/blog/compliance/gdpr-compliant-speech-data-collection-europe/&quot;&gt;GDPR-compliant speech data collection guide&lt;/a&gt; covers the collection infrastructure requirements in detail.&lt;/p&gt;
&lt;h2&gt;GDPR and AI model outputs as personal data&lt;/h2&gt;
&lt;p&gt;A category of GDPR compliance that receives less attention than training data is the status of model outputs as personal data. Where an AI model generates output that relates to an identifiable individual, that output is personal data subject to GDPR.&lt;/p&gt;
&lt;p&gt;This applies most clearly to AI systems that generate profiles, predictions, or assessments about named or identifiable individuals. A credit scoring model&apos;s output about an identifiable applicant is personal data. An AI-generated assessment of a job candidate&apos;s suitability is personal data. A behavioral analysis identifying patterns associated with a specific user account is personal data if the account is linked to an identifiable individual.&lt;/p&gt;
&lt;p&gt;The controller obligations for AI-generated personal data include the same Article 5 quality principles that apply to input data: accuracy, storage limitation, and purpose limitation. An AI system that generates inaccurate personal data about individuals and retains that data indefinitely violates GDPR even if the input data was lawfully collected.&lt;/p&gt;
&lt;p&gt;For enterprise AI deployments that generate assessments, predictions, or recommendations about individuals, output data governance must be incorporated into the compliance program alongside input data governance. This includes retention schedules for AI-generated outputs, accuracy verification mechanisms, and procedures for correcting inaccurate AI outputs in response to data subject requests under Article 16.&lt;/p&gt;
&lt;h2&gt;Building GDPR-compliant AI on sovereign European data infrastructure&lt;/h2&gt;
&lt;p&gt;The compliance obligations described above apply from the first data collection decision through every model update and deployment. Retrofitting GDPR compliance into an AI system built on data collected without these controls in place is substantially more expensive than building compliance in from the start.&lt;/p&gt;
&lt;p&gt;For AI systems that require speech, behavioral, or other human-generated training data, the practical compliance path begins with the data infrastructure. Training data that was collected under documented Article 6 or Article 9 lawful bases, with individual consent records that name the AI training use case, with erasure capability down to the individual contributor level, and with EEA-only residency throughout the pipeline, satisfies the foundational GDPR obligations before model training begins.&lt;/p&gt;
&lt;p&gt;YPAI can scope speech collection with documented participant information or consent, rights handling, provenance, and EEA processing options. These project controls can support a buyer&apos;s evidence package without replacing the buyer&apos;s controller or EU AI Act responsibilities. Our &lt;a href=&quot;https://ypai.ai/blog/compliance/eu-speech-data-sovereignty-gdpr-not-enough/&quot;&gt;EU speech data sovereignty guide&lt;/a&gt; covers infrastructure questions to assess with counsel.&lt;/p&gt;
&lt;p&gt;If you are building or procuring AI systems that process personal data and want to discuss training data requirements, &lt;a href=&quot;https://ypai.ai/contact-us/&quot;&gt;contact our data team&lt;/a&gt; to review your compliance requirements.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Sources:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679&quot;&gt;GDPR Articles 5 and 6 - Lawful processing principles (EUR-Lex)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gdpr-info.eu/art-9-gdpr/&quot;&gt;GDPR Article 9 - Special categories of personal data (GDPR-info.eu)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gdpr-info.eu/art-22-gdpr/&quot;&gt;GDPR Article 22 - Automated individual decision-making (GDPR-info.eu)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ:L_202401689&quot;&gt;EU AI Act Official Text - Article 10 Data and data governance (EUR-Lex)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.edpb.europa.eu/our-work-tools/our-documents_en&quot;&gt;EDPB Guidelines on Automated Decision-Making and Profiling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://digital-strategy.ec.europa.eu/en/policies/data-protection&quot;&gt;European Commission: Data protection in AI (Digital Strategy)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>compliance</category><category>GDPR</category><category>AI Compliance</category><category>EU AI Act</category><category>Data Governance</category><category>Privacy by Design</category><author>noreply@ypai.ai (YPAI Engineering)</author></item><item><title>GDPR Privacy Notices for AI: Requirements Guide</title><link>https://ypai.ai/blog/compliance/gdpr-privacy-notices-ai-systems/</link><guid isPermaLink="true">https://ypai.ai/blog/compliance/gdpr-privacy-notices-ai-systems/</guid><description>GDPR Articles 13 and 14 require specific disclosures when data is used for AI training. This guide covers what compliant privacy notices must include.</description><pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Most privacy notices were not written with AI training in mind. When regulators audit an AI provider&apos;s data collection practices, the first document they examine is the privacy notice that was in force at the point of collection. What they find there, or fail to find, determines whether the entire training dataset carries a legal basis problem.&lt;/p&gt;
&lt;p&gt;Understanding what gdpr privacy notices examples for AI use cases must contain, under Articles 13 and 14, is not a legal formality. It is the foundation of a defensible AI training data pipeline.&lt;/p&gt;
&lt;p&gt;This guidance is designed to help compliance officers and data protection officers understand the requirements. It does not constitute legal advice. Consult your DPO and, where appropriate, your supervisory authority before finalising your privacy notice approach.&lt;/p&gt;
&lt;h2&gt;What GDPR Articles 13 and 14 actually require&lt;/h2&gt;
&lt;p&gt;Article 13 applies when personal data is collected directly from the data subject. Article 14 applies when data is obtained from a third party rather than from the individual directly. Both articles establish information obligations. The difference is timing: Article 13 requires disclosure at the time of collection, while Article 14 requires it within one month of obtaining the data (or at the point of first contact with the data subject, if contact occurs within that window).&lt;/p&gt;
&lt;p&gt;For AI training data, the core obligations under both articles are the same. The controller must identify itself and provide contact details. The controller must name the data protection officer if one has been appointed. The controller must specify the purposes of processing and the lawful basis for each purpose. The controller must disclose recipients or categories of recipients. The controller must specify retention periods. The controller must inform data subjects of their rights, including access, rectification, erasure, restriction, and portability. Where legitimate interest is the lawful basis, the controller must also disclose the specific legitimate interest being pursued.&lt;/p&gt;
&lt;p&gt;None of these requirements are new. What changes when AI training enters the picture is the level of specificity required to satisfy each of them.&lt;/p&gt;
&lt;h2&gt;Purpose specification: where most privacy notices fail for AI training data&lt;/h2&gt;
&lt;p&gt;The most common failure point in privacy notices for AI systems is the purpose description. Controllers routinely describe AI training under general headings such as &amp;quot;to improve our services&amp;quot;, &amp;quot;to develop new features&amp;quot;, or &amp;quot;to conduct research and development&amp;quot;. Supervisory authorities, including the Irish Data Protection Commission and the French CNIL, have found that these descriptions do not satisfy the specificity requirement of Article 13(1)(c).&lt;/p&gt;
&lt;p&gt;A compliant gdpr privacy notices examples approach for AI training purposes requires the notice to state, clearly and plainly, that personal data will be used to train AI models. The description should identify the type of AI system being trained, such as a speech recognition model or a natural language processing system. Where the trained models will be used in products or licensed to third parties, the notice should say so.&lt;/p&gt;
&lt;p&gt;Practical purpose descriptions look like this: &amp;quot;We collect voice recordings to train automatic speech recognition models that are used in our voice AI products. The models learn from the acoustic patterns and linguistic content of your recordings. Trained models may be incorporated into products made available to enterprise customers.&amp;quot;&lt;/p&gt;
&lt;p&gt;That level of specificity may feel uncomfortable from a commercial perspective. However, vague purpose descriptions create a different kind of risk: they expose the controller to challenge on whether any valid lawful basis existed at the time of collection. Enforcement actions are significantly harder to defend when the original notice did not name AI training as a purpose.&lt;/p&gt;
&lt;h2&gt;Lawful basis: consent versus legitimate interest for AI training&lt;/h2&gt;
&lt;p&gt;Two lawful bases are commonly relied upon for AI training data collection: consent under Article 6(1)(a) and legitimate interest under Article 6(1)(f). Each carries different obligations and different risks.&lt;/p&gt;
&lt;h3&gt;Consent for AI training&lt;/h3&gt;
&lt;p&gt;Consent must be freely given, specific, informed, and unambiguous. For AI training purposes, this means the consent request must name AI training explicitly and must not be bundled with other service terms. Pre-ticked boxes and blanket agreement to terms of service do not constitute valid consent.&lt;/p&gt;
&lt;p&gt;Consent-based collection gives data subjects clear control, simplifies the legal basis documentation, and provides a strong foundation for claims of GDPR compliance. The cost is that consent can be withdrawn, and withdrawal must trigger erasure of the relevant data from the training pipeline. Controllers must have a technical architecture that supports this before offering consent as the mechanism.&lt;/p&gt;
&lt;h3&gt;Legitimate interest for AI training&lt;/h3&gt;
&lt;p&gt;Legitimate interest requires a documented legitimate interest assessment covering three steps: identifying the specific interest, assessing whether processing is necessary to pursue it, and conducting a balancing test between the controller&apos;s interest and the data subject&apos;s rights.&lt;/p&gt;
&lt;p&gt;The European Data Protection Board&apos;s guidance on legitimate interest indicates that commercial interests, including AI development, can in principle constitute a legitimate interest. What the assessment must demonstrate is that data subjects would reasonably expect their data to be used for AI training in the context in which it was collected, and that the processing does not override their fundamental rights.&lt;/p&gt;
&lt;p&gt;Legitimate interest is harder to establish for novel AI training purposes where data subjects would not reasonably anticipate that use. Controllers relying on legitimate interest for AI training should document the assessment carefully and have it reviewed by a qualified DPO before collection begins.&lt;/p&gt;
&lt;h2&gt;Retention periods: the overlooked requirement&lt;/h2&gt;
&lt;p&gt;Article 13(2)(a) requires controllers to specify the period for which personal data will be stored, or the criteria used to determine that period. For AI training data, controllers frequently cite a general data retention policy rather than a retention period specific to the training purpose.&lt;/p&gt;
&lt;p&gt;A compliant privacy notice for AI training data should specify:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How long the raw data will be retained before deletion or anonymisation&lt;/li&gt;
&lt;li&gt;How long derived models or embeddings trained on the data will be retained&lt;/li&gt;
&lt;li&gt;Whether the data will be deleted after training or retained for retraining purposes&lt;/li&gt;
&lt;li&gt;What triggers deletion, whether a fixed schedule or project completion&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These are distinct questions. Raw training data and a model trained on that data are different assets with different retention implications. A controller that deletes the raw audio but retains an embedding containing identifiable vocal characteristics may still be processing personal data. The privacy notice should be explicit about this distinction.&lt;/p&gt;
&lt;h2&gt;Data subject rights in AI training contexts&lt;/h2&gt;
&lt;p&gt;Privacy notices must inform data subjects of their rights. For AI training data, three rights require particular attention.&lt;/p&gt;
&lt;p&gt;The right of access under Article 15 means data subjects can request confirmation that their data is being processed and obtain a copy. Controllers with large training datasets must have a search and retrieval capability to respond to access requests within the 30-day deadline.&lt;/p&gt;
&lt;p&gt;The right to erasure under Article 17 is the most operationally demanding right for AI controllers. Data subjects can request deletion of their data when the data is no longer necessary for the original purpose, when consent is withdrawn, or when the processing was unlawful. Controllers must be able to identify and remove individual contributions from training datasets. Controllers who cannot demonstrate this capability before collection begins may find that their chosen lawful basis is not defensible.&lt;/p&gt;
&lt;p&gt;The right to object under Article 21 applies where legitimate interest is the lawful basis. Data subjects can object to processing on grounds relating to their particular situation. Controllers must cease processing the objecting individual&apos;s data unless the controller can demonstrate compelling legitimate grounds that override the individual&apos;s interests.&lt;/p&gt;
&lt;p&gt;The privacy notice must describe how data subjects can exercise each of these rights and the timeframe for controller response.&lt;/p&gt;
&lt;h2&gt;What a compliant gdpr privacy notices examples structure looks like&lt;/h2&gt;
&lt;p&gt;A privacy notice for AI training data collection should follow a clear structure. The following elements are required:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Controller identity and contact details.&lt;/strong&gt; Full legal name, registered address, and email or phone for privacy queries.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DPO contact.&lt;/strong&gt; If a DPO has been appointed, their contact details are mandatory. Controllers who are required to appoint a DPO but have not done so face a compliance gap separate from the notice content itself.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Processing purposes and lawful basis, stated per purpose.&lt;/strong&gt; Each distinct purpose should be listed with its associated lawful basis. AI training should not be grouped with analytics or product development under a single entry.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Recipients and processors.&lt;/strong&gt; Any organisation that will receive the data, including cloud infrastructure providers, annotation vendors, and sub-processors in the training pipeline. The notice can list categories of recipients rather than named organisations, but categories must be specific enough to be meaningful.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;International transfers.&lt;/strong&gt; If data will be processed outside the EEA, the transfer mechanism must be named. Standard Contractual Clauses, adequacy decisions, and Binding Corporate Rules each have different documentation requirements.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Retention periods.&lt;/strong&gt; Specific to each processing purpose, including the distinction between raw data retention and model or embedding retention.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Data subject rights.&lt;/strong&gt; Each applicable right listed with the mechanism and timeframe for exercising it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Right to lodge a complaint.&lt;/strong&gt; Data subjects must be informed of their right to complain to a supervisory authority. The notice should name the lead supervisory authority for the controller.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Automated decision-making.&lt;/strong&gt; If training data feeds a system that makes automated decisions with significant effects, Article 22 obligations must be addressed.&lt;/p&gt;
&lt;h2&gt;Common mistakes that create enforcement exposure&lt;/h2&gt;
&lt;p&gt;Four patterns appear repeatedly in privacy notices that have attracted regulatory scrutiny or have created legal challenges for AI controllers.&lt;/p&gt;
&lt;p&gt;Vague purpose descriptions that bundle AI training under general improvement language. This has been the basis for enforcement action in multiple European jurisdictions.&lt;/p&gt;
&lt;p&gt;Failure to name AI training as a purpose at the time of collection, followed by a later attempt to claim the existing data can be used for a new AI purpose. Repurposing requires a compatibility assessment under Article 6(4) and, in practice, usually requires fresh consent or a new lawful basis.&lt;/p&gt;
&lt;p&gt;Retention periods that are copied from a general data retention policy without considering the specific dynamics of training pipelines. A general &amp;quot;we retain data for 3 years&amp;quot; statement does not address the question of when trained models are deleted or what happens to embeddings.&lt;/p&gt;
&lt;p&gt;Missing or inadequate erasure procedures. Controllers that collect data for AI training without first building a technical capability to act on erasure requests are exposing themselves to enforcement action from the first collection event.&lt;/p&gt;
&lt;h2&gt;YPAI&apos;s approach to GDPR-compliant data collection&lt;/h2&gt;
&lt;p&gt;YPAI&apos;s speech data collection uses consent-first collection for all contributors. Contributors are informed of the specific AI training use cases their recordings will be applied to before any recording takes place. Consent is granular and use-case specific: a contributor consenting to automatic speech recognition training is not consenting to voice biometric identification.&lt;/p&gt;
&lt;p&gt;YPAI maintains right-to-erasure-ready data architecture, meaning individual contributor recordings can be traced and removed from delivered datasets on request. No synthetic data is mixed into corpora, which means lineage from original consent to delivered data is clean and auditable. Collection is EEA-only, with data residency maintained in the EEA throughout the collection, processing, and delivery pipeline.&lt;/p&gt;
&lt;p&gt;For organisations building AI systems that require EU speech training data, this architecture is designed to be compatible with the Article 13/14 obligations described in this guide.&lt;/p&gt;
&lt;p&gt;For more detail on how GDPR applies to speech data collection specifically, see our &lt;a href=&quot;https://ypai.ai/blog/compliance/gdpr-compliant-speech-data-collection-europe/&quot;&gt;GDPR-compliant speech data collection guide for Europe&lt;/a&gt;. For the interaction with EU AI Act obligations on high-risk AI training data, see &lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-high-risk-ai-training-data-requirements/&quot;&gt;EU AI Act high-risk AI training data requirements&lt;/a&gt; and &lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-speech-data-vendors/&quot;&gt;EU AI Act Article 10 requirements for speech data vendors&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Getting started&lt;/h2&gt;
&lt;p&gt;If your current privacy notice uses generic improvement language to cover AI training, the first step is a purpose audit: list every AI system being trained and confirm that each one has an explicit, named purpose in the active privacy notice.&lt;/p&gt;
&lt;p&gt;If your organisation is building a new AI training data collection pipeline, the privacy notice should be drafted and reviewed before the first collection event, not after. Retroactive notice amendment does not cure a lawful basis problem at the point of original collection.&lt;/p&gt;
&lt;p&gt;Consult your DPO to assess whether your current notices satisfy the specificity requirements described above, and to design an erasure procedure that is technically implementable before collection begins. If you are procuring training data from a third party, review the data provider&apos;s privacy notices and collection documentation to verify that AI training was a named purpose at the point of original collection.&lt;/p&gt;
&lt;p&gt;To discuss how YPAI&apos;s consent-first collection and erasure-ready data architecture can support your compliance requirements, &lt;a href=&quot;https://ypai.ai/contact-us/&quot;&gt;contact our data team&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Sources:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679&quot;&gt;GDPR Article 13 - Information to be provided where personal data are collected from the data subject (EUR-Lex)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gdpr-info.eu/art-14-gdpr/&quot;&gt;GDPR Article 14 - Information to be provided where personal data have not been obtained from the data subject (GDPR-info.eu)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gdpr-info.eu/art-17-gdpr/&quot;&gt;GDPR Article 17 - Right to erasure (GDPR-info.eu)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.edpb.europa.eu/our-work-tools/our-documents_en&quot;&gt;EDPB Guidelines 06/2020 on the interplay of the Second Payment Services Directive and the GDPR (European Data Protection Board)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;CNIL enforcement action on AI training transparency (Commission Nationale de l&apos;Informatique et des Libertes)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://artificialintelligenceact.eu/article/10/&quot;&gt;EU AI Act Article 10 - Data and data governance (artificialintelligenceact.eu)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>compliance</category><category>GDPR</category><category>Privacy Notices</category><category>AI Training Data</category><category>Data Governance</category><category>Compliance</category><author>noreply@ypai.ai (YPAI Engineering)</author></item><item><title>Healthcare Voice AI: Clinical ASR Training Data Requirements</title><link>https://ypai.ai/blog/compliance/healthcare-voice-ai-training-data-clinical/</link><guid isPermaLink="true">https://ypai.ai/blog/compliance/healthcare-voice-ai-training-data-clinical/</guid><description>Clinical voice AI training data must satisfy GDPR Article 9, EU AI Act Annex III, and clinical corpus standards. What healthcare AI teams must specify.</description><pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Healthcare voice AI is moving from pilot to production across European health systems. Ambient documentation, medical dictation engines, and patient communication AI each bring training data requirements that general ASR corpora do not satisfy. The regulatory obligations they trigger are also more demanding than most procurement teams anticipate.&lt;/p&gt;
&lt;p&gt;Building clinical voice AI in Europe means satisfying three overlapping frameworks simultaneously: GDPR for patient data protection, EU AI Act Annex III for high-risk AI classification, and medical device regulation where the system qualifies as software as a medical device.&lt;/p&gt;
&lt;h2&gt;Why clinical voice AI is a high-risk AI system&lt;/h2&gt;
&lt;p&gt;The EU AI Act Annex III categories that apply to clinical voice AI are not obvious from the regulation text alone. Two categories are relevant.&lt;/p&gt;
&lt;p&gt;Category 1 covers biometric identification and categorization. Voice data processed to identify or authenticate a speaker is biometric under GDPR Article 4(14), and systems using voice biometrics for patient identification or clinician authentication trigger Annex III obligations. This includes ambient documentation systems that tag utterances to specific speakers - a technically necessary function that places the system in the biometric category.&lt;/p&gt;
&lt;p&gt;Category 5 covers essential private and public services, which includes AI systems used in healthcare. Systems that inform clinical documentation - and therefore clinical decision-making - fall within this category because erroneous transcription can influence treatment outcomes.&lt;/p&gt;
&lt;p&gt;The practical implication is that healthcare voice AI providers operating in the EU should treat their systems as high-risk under Annex III unless they have a documented, legally reviewed basis for self-classifying otherwise. The Article 10 data governance obligations that follow from high-risk classification set standards that general ASR training data does not meet. For a full overview of Annex III categories and their data governance implications, see our guide to &lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-high-risk-ai-training-data-requirements/&quot;&gt;EU AI Act high-risk AI training data requirements&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;GDPR and patient voice data&lt;/h2&gt;
&lt;p&gt;Patient voice data collected in clinical settings is special category biometric data under GDPR Article 9. The distinction matters. Standard personal data processing can rely on legitimate interests or contractual necessity. Special category biometric data requires one of the explicit Article 9(2) conditions, and for AI training purposes, the viable options are narrow.&lt;/p&gt;
&lt;p&gt;Explicit informed consent under Article 9(2)(a) is the most defensible basis, but clinical consent introduces a complication: patients consent to treatment, not to AI training. A consultation recording consent does not automatically cover commercial AI training use. The consent scope must name the AI training use case explicitly, and consent must be withdrawable without affecting care.&lt;/p&gt;
&lt;p&gt;GDPR-compliant collection for healthcare AI must document the legal basis, the consent mechanism and scope, and the erasure procedure for data subjects in the corpus. Our &lt;a href=&quot;https://ypai.ai/blog/compliance/gdpr-compliant-speech-data-collection-europe/&quot;&gt;GDPR-compliant speech data collection guide&lt;/a&gt; covers the documentation requirements in detail.&lt;/p&gt;
&lt;h2&gt;What makes clinical speech training data different&lt;/h2&gt;
&lt;p&gt;Four dimensions differentiate clinical training data from general speech or even general medical speech datasets.&lt;/p&gt;
&lt;h3&gt;Medical terminology coverage by specialty&lt;/h3&gt;
&lt;p&gt;Clinical vocabulary is not uniform across specialties. Cardiology, emergency medicine, radiology, oncology, and psychiatry each use distinct abbreviation conventions, drug name pronunciations, and procedural terminology. A clinical documentation system deployed in interventional radiology will encounter imaging terminology, contrast agent names, and procedural descriptions at a frequency that general medical corpora do not represent adequately.&lt;/p&gt;
&lt;p&gt;Procurement specifications should list the target specialties and require vocabulary coverage documentation specific to those specialties.&lt;/p&gt;
&lt;h3&gt;Clinician versus patient speech patterns&lt;/h3&gt;
&lt;p&gt;Clinical consultations involve two distinct speech registers. Clinician speech is domain-specific, structured, and formulaic - following documentation conventions and procedural language. Patient speech is lay vocabulary, non-linear, and contains approximations, hesitations, and imprecise symptom descriptions.&lt;/p&gt;
&lt;p&gt;An ambient documentation system must be trained on both. A corpus composed primarily of clinician dictation will not model patient speech. A corpus built from patient self-reporting will not model clinical documentation language. Both registers must appear in proportion to their deployment occurrence.&lt;/p&gt;
&lt;h3&gt;Multi-speaker consultation dynamics&lt;/h3&gt;
&lt;p&gt;Clinical consultations are multi-speaker scenarios. Speaker turns are short, overlapping speech is common, and the acoustic environment varies as patients and clinicians move during examinations.&lt;/p&gt;
&lt;p&gt;Speaker diarization is a prerequisite for useful ambient documentation. Models trained on single-speaker recordings do not generalize to clinical consultation dynamics. Training data must include multi-speaker scenarios that reflect actual consultation structure.&lt;/p&gt;
&lt;h2&gt;The data sovereignty risk of US-sourced medical speech datasets&lt;/h2&gt;
&lt;p&gt;US commercial medical speech datasets present a compounded regulatory risk for European healthcare AI deployments.&lt;/p&gt;
&lt;p&gt;The first risk is GDPR residency. Patient voice data is special category biometric data. Transfers to the United States require documented legal mechanisms under GDPR Chapter V, typically Standard Contractual Clauses supplemented by a Transfer Impact Assessment. US providers processing EU patient voice data create ongoing transfer exposure that a one-time contract review cannot eliminate.&lt;/p&gt;
&lt;p&gt;The second risk is Article 10 documentation. US medical speech datasets were collected under US regulatory frameworks, which do not require the EU AI Act&apos;s specific documentation. Consent records from US clinical studies may not specify AI training as a use case under Article 9(2)(a). Demographic breakdowns may not reflect EEA population distributions. Bias examination methodology may not align with what EU notified bodies expect at conformity assessment. The &lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-speech-data-vendors/&quot;&gt;EU AI Act Article 10 documentation requirements for speech data vendors&lt;/a&gt; apply regardless of where the vendor is headquartered.&lt;/p&gt;
&lt;p&gt;The third risk is linguistic mismatch. Clinical terminology pronunciation, drug name conventions, and healthcare abbreviations differ between US and European medical practice. US-collected clinical data underrepresents European language varieties and the speech patterns of multilingual clinical environments typical of European urban healthcare.&lt;/p&gt;
&lt;h2&gt;EU AI Act Article 10 requirements for clinical training data&lt;/h2&gt;
&lt;p&gt;EU AI Act Article 10 sets four data quality standards for high-risk AI training data that are legal requirements, not engineering suggestions. Clinical voice AI must satisfy all four.&lt;/p&gt;
&lt;p&gt;Training data must be &lt;strong&gt;relevant&lt;/strong&gt; to the deployment context. German-speaking hospital systems require German clinical speech corpora, not English medical data adapted with translation models. Training data must be &lt;strong&gt;sufficiently representative&lt;/strong&gt;: for clinical ASR, this means demographic coverage of the patient population, specialty coverage of the target clinical environments, and acoustic coverage of actual recording conditions. Training data must be &lt;strong&gt;free of errors&lt;/strong&gt;, which for clinical speech means human-verified transcription accuracy on medical terminology, not automated pipelines. Training data must be &lt;strong&gt;complete&lt;/strong&gt; for its purpose: a general clinical corpus that omits specialty vocabulary for the deployment specialty is incomplete regardless of its aggregate size.&lt;/p&gt;
&lt;p&gt;Article 10 also requires documentation of collection methodology, preprocessing, and bias examination results. These become part of the Article 11 technical documentation package required at conformity assessment. For the full engineering checklist, see our &lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-data-governance/&quot;&gt;EU AI Act Article 10 data governance guide&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;What a compliant clinical corpus specification should require&lt;/h2&gt;
&lt;p&gt;A procurement specification for clinical speech training data must address six requirements:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Consent documentation.&lt;/strong&gt; Individual consent records per contributor that explicitly name AI system training as a use case, separate from treatment consent. Erasure requests must be traceable to individual audio recordings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Clinical vocabulary coverage.&lt;/strong&gt; Terminology distribution documented by specialty, with coverage matched to the target deployment environments - not aggregate medical vocabulary metrics.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Speaker demographic breakdowns.&lt;/strong&gt; Age, gender, specialty role (clinician versus patient), and regional language background. European clinical workforces include substantial non-native speaker clinicians who must be represented.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Multi-speaker scenario documentation.&lt;/strong&gt; Proportion of multi-speaker recordings, speaker diarization accuracy on the corpus, and acoustic conditions represented.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bias examination report.&lt;/strong&gt; A corpus-specific bias assessment covering accuracy differences across speaker demographic groups, including native versus non-native clinicians.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Data lineage and residency.&lt;/strong&gt; Confirmed EEA data residency for all audio storage and processing, with sub-contractor documentation. For high-risk healthcare AI, lineage must trace to the original consent collection point.&lt;/p&gt;
&lt;h2&gt;Building on a compliant foundation&lt;/h2&gt;
&lt;p&gt;Transcription errors in clinical documentation can propagate into patient records and influence care. The EU AI Act&apos;s high-risk classification for healthcare AI reflects this risk, and the Article 10 data quality standards reflect what managing it requires.&lt;/p&gt;
&lt;p&gt;The training data specification determines whether the system can be certified, procured by health systems, and operated legally after the EU AI Act&apos;s high-risk obligations take full effect.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-speech-data-sovereignty-gdpr-not-enough/&quot;&gt;EU speech data sovereignty&lt;/a&gt; is a particular concern here, where both GDPR and EU AI Act requirements make a strong case for EEA-native data collection rather than adapting US-sourced medical speech datasets not designed for European regulatory compliance.&lt;/p&gt;
&lt;hr&gt;
&lt;h2&gt;Related resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-high-risk-ai-training-data-requirements/&quot;&gt;EU AI Act high-risk AI training data requirements&lt;/a&gt; - Annex III categories and what Article 10 data quality standards require in practice&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/gdpr-compliant-speech-data-collection-europe/&quot;&gt;GDPR-compliant speech data collection in Europe&lt;/a&gt; - Lawful basis, consent documentation, and vendor checklist for voice data under GDPR&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-speech-data-vendors/&quot;&gt;EU AI Act Article 10 for speech data vendors&lt;/a&gt; - Documentation requirements EU enterprise buyers must demand before procurement&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-speech-data-sovereignty-gdpr-not-enough/&quot;&gt;EU speech data sovereignty&lt;/a&gt; - Why GDPR alone is insufficient for European AI sovereignty requirements&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Sources:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ:L_202401689&quot;&gt;EU AI Act Official Text - Annex III (EUR-Lex)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://artificialintelligenceact.eu/article/10/&quot;&gt;EU AI Act Article 10 - Data and data governance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gdpr-info.eu/art-9-gdpr/&quot;&gt;GDPR Article 9 - Processing of special categories of personal data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://digital-strategy.ec.europa.eu/en/policies/ai-healthcare&quot;&gt;European Commission: AI in healthcare&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.edpb.europa.eu/our-work-tools/our-documents_en&quot;&gt;EDPB Guidelines on processing biometric data&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>compliance</category><category>Healthcare AI</category><category>Clinical ASR</category><category>EU AI Act</category><category>GDPR</category><category>Medical Voice Data</category><author>noreply@ypai.ai (YPAI Engineering)</author></item><item><title>EU AI Act High-Risk AI Training Data Requirements</title><link>https://ypai.ai/blog/compliance/eu-ai-act-high-risk-ai-training-data-requirements/</link><guid isPermaLink="true">https://ypai.ai/blog/compliance/eu-ai-act-high-risk-ai-training-data-requirements/</guid><description>Annex III defines high-risk AI categories. What Article 10 data quality obligations mean for each category and how to write a compliant procurement spec.</description><pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The EU AI Act Article 10 data governance requirements covered in &lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-data-governance/&quot;&gt;our earlier guide&lt;/a&gt; apply to any high-risk AI system. But which systems are actually high-risk? That is where most compliance efforts stall.&lt;/p&gt;
&lt;p&gt;Annex III of the EU AI Act answers that question directly. It lists eight domains of high-risk AI applications. If your system falls into one of these categories, Article 10 data quality obligations are not optional. They are legal requirements.&lt;/p&gt;
&lt;p&gt;This guide focuses on what Annex III means for training data procurement, with particular attention to the categories most relevant to voice, speech, and language AI.&lt;/p&gt;
&lt;h2&gt;The Eight Annex III Categories&lt;/h2&gt;
&lt;p&gt;Annex III organizes high-risk AI into eight domains:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Biometric identification and categorization&lt;/strong&gt; - Remote identification of individuals; categorization that infers sensitive attributes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Critical infrastructure&lt;/strong&gt; - AI managing roads, water, gas, heating, and electricity networks&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Education and vocational training&lt;/strong&gt; - Automated assessment of learners; systems determining access to education&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Employment and worker management&lt;/strong&gt; - Recruitment screening, task allocation, performance monitoring, termination decisions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Essential private and public services&lt;/strong&gt; - Credit scoring, insurance risk assessment, emergency services dispatch&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Law enforcement&lt;/strong&gt; - Polygraph tools, crime prediction, evidence evaluation, profiling&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Migration, asylum, and border control&lt;/strong&gt; - Risk assessment of individuals, document verification, application processing&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Administration of justice and democratic processes&lt;/strong&gt; - AI assisting courts; systems influencing elections&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Not every AI system in these sectors is automatically high-risk. Article 6(3) allows providers to self-classify as non-high-risk if the system performs a narrow procedural task with no meaningful impact on decision outcomes. But that exemption is narrow. If your system influences a decision about a person, the default assumption is high-risk.&lt;/p&gt;
&lt;h2&gt;Biometrics: Where Voice AI Gets Caught&lt;/h2&gt;
&lt;p&gt;Category 1 is the most relevant for voice and speech AI companies. Two subcategories apply.&lt;/p&gt;
&lt;h3&gt;Remote biometric identification&lt;/h3&gt;
&lt;p&gt;A system is high-risk if it identifies individuals from biometric data at a distance and without their active cooperation. Speaker identification systems, voice-print verification used for access control, and voice-based authentication in asynchronous contexts all fall here.&lt;/p&gt;
&lt;p&gt;Article 10 data quality requirements for biometric identification are stringent. Training data must reflect the demographic diversity of the intended user population. A voice identification system trained primarily on male voices from a narrow age range will fail the representativeness test. The regulation does not specify exact demographic ratios, but the standard is whether a regulator could reasonably conclude the data reflects the real-world population the system will encounter.&lt;/p&gt;
&lt;h3&gt;Biometric categorization inferring sensitive attributes&lt;/h3&gt;
&lt;p&gt;This covers AI that infers race, political opinion, religious belief, or sexual orientation from biometric data. Article 5(1)(g) prohibits most real-time biometric categorization for mass surveillance. But there is a specific exemption in the regulation: training data vendors may use categorization tools to label datasets for the purpose of promoting demographic representativeness and reducing bias.&lt;/p&gt;
&lt;p&gt;This matters for speech data collection. A provider assembling a multilingual European corpus can lawfully classify speakers by demographic group to ensure balanced representation. The purpose must be dataset quality, not end-user surveillance.&lt;/p&gt;
&lt;h2&gt;Employment AI: The Screening Data Problem&lt;/h2&gt;
&lt;p&gt;Category 4 covers AI used in recruitment, task assignment, performance evaluation, and termination decisions. This is the second highest-risk category for organizations using voice or language AI.&lt;/p&gt;
&lt;p&gt;Automated CV screening, spoken interview analysis tools, and voice-based assessment platforms all fall here. The Article 10 requirements for employment AI carry specific implications.&lt;/p&gt;
&lt;h3&gt;Bias in historical hiring data&lt;/h3&gt;
&lt;p&gt;Employment AI trained on historical hiring data inherits the biases of past decisions. If a company systematically hired fewer women for engineering roles, a model trained on those outcomes will learn to de-prioritize female candidates. This is the failure mode Article 10 is designed to prevent.&lt;/p&gt;
&lt;p&gt;Providers must examine training data &amp;quot;in view of possible biases that are likely to affect health or safety or lead to discrimination.&amp;quot; For employment AI, this means demographic parity analysis across protected characteristics before training begins, not as an afterthought.&lt;/p&gt;
&lt;h3&gt;Representativeness for global workforces&lt;/h3&gt;
&lt;p&gt;A recruitment AI trained on data from one country may perform poorly and discriminate against candidates from other regions. Article 10(4) requires that training data account for &amp;quot;the specific geographical, behavioural or functional setting within which the high-risk AI system is intended to be used.&amp;quot; An employment AI deployed across EU member states must be trained on data representing linguistic and cultural diversity across those markets.&lt;/p&gt;
&lt;h2&gt;What Article 10 Requires in Practice&lt;/h2&gt;
&lt;p&gt;The regulation sets four data quality standards that apply across all Annex III categories.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Relevant.&lt;/strong&gt; Training data must match the intended deployment context. A voice AI system for Nordic markets should be trained on Nordic language varieties, not general English or standardized European speech.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Sufficiently representative.&lt;/strong&gt; The data must reflect real-world variability. For speech AI, this means balancing speakers across age, gender, accent, dialect, education level, and recording environment. For employment AI, it means balanced representation across protected characteristics.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Free of errors.&lt;/strong&gt; Data sourced from unreliable providers, scraped without consent, or containing labeling errors fails this standard. Article 10 explicitly requires data governance practices that catch and correct errors before training.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Complete.&lt;/strong&gt; The dataset must be adequate for the system&apos;s purpose. A corpus that excludes elderly speakers from a system designed for all age groups is incomplete for that purpose, regardless of its total size.&lt;/p&gt;
&lt;h2&gt;A Procurement Checklist for Annex III Training Data&lt;/h2&gt;
&lt;p&gt;When buying training data for a high-risk AI system, these are the questions your procurement spec must address.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Provenance and consent&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Can the vendor provide chain-of-custody documentation for every dataset element?&lt;/li&gt;
&lt;li&gt;Were data subjects informed about AI training as a use case at the point of consent?&lt;/li&gt;
&lt;li&gt;Does consent documentation survive a GDPR data subject access request?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Demographic coverage&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What is the breakdown of speakers (or subjects) by age, gender, and region?&lt;/li&gt;
&lt;li&gt;Does the dataset cover the geographic scope of your intended deployment?&lt;/li&gt;
&lt;li&gt;Has underrepresentation in any demographic group been documented and quantified?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Bias examination&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Has the vendor run bias audits using recognized fairness metrics?&lt;/li&gt;
&lt;li&gt;Are bias audit reports available for review before purchase?&lt;/li&gt;
&lt;li&gt;What was the inter-annotator agreement on sensitive labels?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Technical documentation&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Does the vendor provide a datasheet specifying collection methodology, preprocessing steps, and known limitations?&lt;/li&gt;
&lt;li&gt;Is there version control on the dataset so you can reproduce the exact training conditions?&lt;/li&gt;
&lt;li&gt;Can you receive a sample for independent quality testing before full delivery?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Ongoing obligations&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What is the vendor&apos;s process for handling data deletion requests from individuals in the corpus?&lt;/li&gt;
&lt;li&gt;How will you be notified if the dataset is found to contain errors after delivery?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A vendor who cannot answer these questions should not be supplying data for a high-risk AI system.&lt;/p&gt;
&lt;h2&gt;How YPAI Addresses Annex III Requirements&lt;/h2&gt;
&lt;p&gt;YPAI collects European speech data through structured, human-verified processes designed around the data quality standards in Article 10.&lt;/p&gt;
&lt;p&gt;Every speaker in a YPAI corpus provides informed consent that covers AI training as an explicit use case. Demographic breakdowns are documented before collection begins and tracked throughout. Quality control is human-verified at the recording level, not just aggregate statistics. Documentation includes collection methodology, preprocessing decisions, and known limitations in a datasheet format.&lt;/p&gt;
&lt;p&gt;For biometric category use cases, YPAI&apos;s consent framework and demographic documentation are designed to survive regulatory scrutiny. For employment AI use cases involving voice analysis, YPAI&apos;s speaker diversity across EEA languages and accents supports the representativeness standard.&lt;/p&gt;
&lt;p&gt;Organizations building Annex III systems can request YPAI&apos;s data documentation package to assess fit before procurement.&lt;/p&gt;
&lt;h2&gt;YPAI Speech Data: Key Specifications&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Specification&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Verified EEA contributors&lt;/td&gt;
&lt;td&gt;20,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;EU dialects covered&lt;/td&gt;
&lt;td&gt;50+ (demographic breakdowns documented per corpus)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Transcription IAA threshold&lt;/td&gt;
&lt;td&gt;≥ 0.80 Cohen&apos;s kappa per batch&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data residency&lt;/td&gt;
&lt;td&gt;EEA-only ,  no US sub-processors for raw audio&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Synthetic data&lt;/td&gt;
&lt;td&gt;None ,  100% human-recorded&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Consent standard&lt;/td&gt;
&lt;td&gt;Explicit, purpose-specific, names AI training (GDPR Art. 6/9)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Erasure mechanism&lt;/td&gt;
&lt;td&gt;Speaker-level IDs in all delivered datasets&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Processing jurisdiction&lt;/td&gt;
&lt;td&gt;Norway / EEA options documented per project&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;EU AI Act Article 10 docs&lt;/td&gt;
&lt;td&gt;Available on request before contract signature&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Timeline and What to Do Now&lt;/h2&gt;
&lt;p&gt;Full Annex III high-risk obligations, including conformity assessments and CE marking for applicable systems, apply from August 2, 2027. That is the hard deadline.&lt;/p&gt;
&lt;p&gt;But data governance cannot be retrofitted. Building a compliant training dataset takes planning, and documenting provenance after the fact is practically impossible. The organizations that begin in 2025 and 2026 will be positioned for compliance. Those that wait until 2027 will be scrambling.&lt;/p&gt;
&lt;p&gt;Start by classifying your system against the Annex III categories. If you fall into any of the eight domains, audit your current training data against the four Article 10 standards. Identify the gaps. Then procurement becomes a specification problem, not a compliance emergency.&lt;/p&gt;
&lt;hr&gt;
&lt;h2&gt;Related YPAI resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-data-governance/&quot;&gt;EU AI Act Article 10: Data Governance Checklist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/gdpr-compliant-speech-data-collection-europe/&quot;&gt;GDPR-compliant speech data collection in Europe&lt;/a&gt; - lawful basis, consent documentation, and vendor checklist for voice data under GDPR&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/infrastructure/ctos-guide-sovereign-ai-architecture-costs/&quot;&gt;CTOs guide to sovereign AI architecture and costs&lt;/a&gt; - how AI Act compliance fits into the broader sovereign AI infrastructure decision&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/eu-ai-act-compliant/&quot;&gt;EU AI Act compliant training data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/ai-act-risk-classification/&quot;&gt;AI Act risk classification&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/gdpr-compliant/&quot;&gt;GDPR compliant speech data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/consent-framework/&quot;&gt;Consent framework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/technical-specifications/&quot;&gt;Technical specifications&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Sources:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ:L_202401689&quot;&gt;EU AI Act Official Text - Annex III (EUR-Lex)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://artificialintelligenceact.eu/article/6/&quot;&gt;EU AI Act Article 6: Classification of high-risk AI systems&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://artificialintelligenceact.eu/annex/3/&quot;&gt;EU AI Act Annex III categories - full text&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai&quot;&gt;European Commission AI Act implementation timeline&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.ey.com/content/dam/ey-unified-site/ey-com/en-gl/insights/public-policy/documents/ey-gl-eu-ai-act-07-2024.pdf&quot;&gt;EY: EU AI Act high-risk requirements overview&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>compliance</category><category>EU AI Act</category><category>Annex III</category><category>High-Risk AI</category><category>Training Data</category><category>Data Governance</category><author>noreply@ypai.ai (YPAI Engineering)</author></item><item><title>GDPR Compliant Speech Data Collection in Europe</title><link>https://ypai.ai/blog/compliance/gdpr-compliant-speech-data-collection-europe/</link><guid isPermaLink="true">https://ypai.ai/blog/compliance/gdpr-compliant-speech-data-collection-europe/</guid><description>Why voice data is biometric under GDPR Article 9, what lawful basis you need, and how to evaluate vendors for compliance before you sign a contract.</description><pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Your legal team just asked whether the voice dataset you are about to license meets the standard for GDPR compliant speech data collection in Europe. The vendor says yes. But &amp;quot;GDPR compliant&amp;quot; covers a wide range of claims, and in the context of voice data for AI training, it is not a binary answer.&lt;/p&gt;
&lt;p&gt;Voice data is not standard personal data under GDPR. Depending on how it is processed, it qualifies as biometric special category data under Article 9, and that changes every assumption about lawful basis, consent, and cross-border transfers. This guide explains what GDPR actually requires for GDPR compliant speech data collection in Europe, and gives procurement leads the questions to ask before signing any contract.&lt;/p&gt;
&lt;h2&gt;Why voice data is special category data under GDPR&lt;/h2&gt;
&lt;p&gt;GDPR Article 4(14) defines biometric data as personal data resulting from specific technical processing relating to physical, physiological, or behavioural characteristics that allows or confirms the unique identification of a natural person. Voice data falls under this definition when it is processed to identify the speaker.&lt;/p&gt;
&lt;p&gt;This matters because Article 9(1) prohibits processing special category data unless one of the explicit conditions in Article 9(2) is met. The prohibition is absolute - you cannot process biometric voice data at all without satisfying Article 9, regardless of what lawful basis you have under Article 6.&lt;/p&gt;
&lt;p&gt;For speech corpus collection, the relevant scenarios are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Definitively biometric:&lt;/strong&gt; Audio collected to train speaker identification, voice authentication, or any system that will verify or identify the speaker by voice&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Contextually biometric:&lt;/strong&gt; Audio where the speaker is identifiable and the processing involves voiceprint extraction or similar technical analysis, even if identification is not the primary purpose&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Standard personal data only:&lt;/strong&gt; Audio where identification is technically impossible and no voiceprint processing occurs - rare in practice with modern speech processing&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Most enterprise ASR and voice AI training datasets involve processing that qualifies as biometric. If your model will recognize individual speakers, distinguish accents at a granular level, or extract prosodic features that correlate with identity, the underlying training data collection is operating in Article 9 territory.&lt;/p&gt;
&lt;h2&gt;Lawful basis requirements for speech corpus collection&lt;/h2&gt;
&lt;p&gt;Processing biometric voice data requires two separate legal foundations: a lawful basis under Article 6 and a condition under Article 9(2).&lt;/p&gt;
&lt;p&gt;The Article 9(2) conditions that are realistic for commercial speech data collection:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Explicit consent (Article 9(2)(a)):&lt;/strong&gt; The speaker has given explicit, freely-given, specific, informed, and unambiguous consent to processing their voice data for the stated purpose. This is the standard path for any third-party speech corpus collection from natural speakers. It requires: individual consent records, a clear description of what the data will be used for, the right to withdraw at any time without detriment, and no bundling with consent for other services.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Employment law obligations (Article 9(2)(b)):&lt;/strong&gt; Only applies in specific employment or collective agreement contexts, and many data protection authorities take a skeptical view of employer-employee consent due to power imbalance.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Vital interests or explicit public interest:&lt;/strong&gt; Narrow carve-outs that do not apply to commercial AI training data collection.&lt;/p&gt;
&lt;p&gt;In practice, &lt;strong&gt;explicit consent under Article 9(2)(a) paired with Article 6(1)(a) is the only reliably defensible lawful basis for GDPR compliant speech data collection in Europe.&lt;/strong&gt; Any vendor who cannot produce individual consent records for every speaker in their dataset is operating without a documented legal basis.&lt;/p&gt;
&lt;h2&gt;Data subject rights and why US-sourced datasets fail them&lt;/h2&gt;
&lt;p&gt;Even if a US dataset vendor claims to have GDPR-compatible terms, the structural problem is data subject rights. GDPR grants speakers these rights over their voice data:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Right to erasure (Article 17):&lt;/strong&gt; A speaker can request deletion of their voice data at any time if consent is the lawful basis and they withdraw that consent. If the dataset vendor has no individual consent records, they cannot identify which recordings belong to which speaker, and they cannot fulfill erasure requests. This means the EU company that licensed the dataset inherits an unfulfillable compliance obligation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Right of access (Article 15):&lt;/strong&gt; A speaker can request confirmation that their data is being processed, a copy of their recordings, and information about where the data was transferred. Without documented consent chains, this is operationally impossible.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Right to data portability (Article 20):&lt;/strong&gt; Where consent is the lawful basis, speakers can request their data in a structured, commonly used, machine-readable format.&lt;/p&gt;
&lt;p&gt;The practical consequence: when you license a US speech dataset for European AI development, you are accepting liability for rights requests that the original collector is structurally unable to help you fulfill. The data subject&apos;s contract is with your organization - not with a dataset vendor you licensed from five years ago.&lt;/p&gt;
&lt;h2&gt;Schrems II and cross-border voice data transfers&lt;/h2&gt;
&lt;p&gt;The 2020 CJEU ruling in Schrems II invalidated the EU-US Privacy Shield and established that Standard Contractual Clauses (SCCs) are not automatically sufficient for transfers to countries without adequate data protection. The court requires organizations to conduct a Transfer Impact Assessment (TIA) to verify that the destination country&apos;s laws provide protection equivalent to GDPR.&lt;/p&gt;
&lt;p&gt;For voice data, a transfer assessment may need to consider US government-access law, provider ownership, technical access, encryption, and the safeguards available for the specific transfer. Assess:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Whether the US processor could be compelled to produce the audio data under FISA 702&lt;/li&gt;
&lt;li&gt;Whether the data involves identifiable EU data subjects (almost certain for speech corpora)&lt;/li&gt;
&lt;li&gt;Whether supplementary safeguards - typically end-to-end encryption with keys controlled by the EU exporter - would actually prevent access in practice&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The EU-US Data Privacy Framework (DPF), adopted in 2023, provides a transfer mechanism for certified US entities, but it faces ongoing legal challenge and does not eliminate the need for a TIA for high-risk data categories. Biometric voice data is high-risk.&lt;/p&gt;
&lt;p&gt;What this means for procurement: any vendor whose data processing infrastructure touches US entities - including US parent companies, US-based sub-processors, or US cloud providers - requires a documented TIA. &amp;quot;We use SCCs&amp;quot; is not sufficient due diligence.&lt;/p&gt;
&lt;h2&gt;Vendor compliance checklist: evaluating GDPR compliant speech data collection in Europe&lt;/h2&gt;
&lt;p&gt;Use these questions to evaluate any speech data vendor before contract signature:&lt;/p&gt;
&lt;h3&gt;Consent documentation&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Can the vendor provide consent records for individual speakers, including what they consented to, when, and how consent was obtained?&lt;/li&gt;
&lt;li&gt;Is consent explicit, specific, and distinct from any other consent? Or bundled into terms of service?&lt;/li&gt;
&lt;li&gt;What is the mechanism for speakers to withdraw consent, and what happens to their recordings when they do?&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Data subject rights infrastructure&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;How does the vendor handle erasure requests? What is the technical process for identifying and deleting a specific speaker&apos;s recordings?&lt;/li&gt;
&lt;li&gt;Can the vendor fulfill access requests - providing a copy of an individual speaker&apos;s data - within the 30-day GDPR deadline?&lt;/li&gt;
&lt;li&gt;Has the vendor ever received erasure requests? What was the outcome?&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Data location and sub-processors&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Where is the audio data stored? Which EU member state or EEA country?&lt;/li&gt;
&lt;li&gt;Who are the sub-processors? Are any of them US entities or entities with US parent companies?&lt;/li&gt;
&lt;li&gt;Has the vendor completed a Transfer Impact Assessment for any data that touches US processors?&lt;/li&gt;
&lt;li&gt;Who holds the encryption keys for stored audio?&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;DPIA and documentation&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Has the vendor completed a Data Protection Impact Assessment for their collection operations?&lt;/li&gt;
&lt;li&gt;Do they have a Data Processing Agreement they can execute with you as controller?&lt;/li&gt;
&lt;li&gt;Who is their Data Protection Officer, and can they provide contact details?&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Right-to-erasure support in delivered datasets&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;If you license a dataset and a speaker later exercises erasure rights, what is the vendor&apos;s contractual obligation to help you identify and remove those recordings?&lt;/li&gt;
&lt;li&gt;Does the dataset come with speaker-level metadata that would allow you to fulfill erasure requests independently?&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;How EU-native collection changes the risk profile&lt;/h2&gt;
&lt;p&gt;The compliance gaps above are not inevitable - they are consequences of collecting voice data without GDPR in mind. EU-native collection from the ground up looks different:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Every speaker signs a consent form that specifies the AI training purpose, data storage location, and their right to withdraw&lt;/li&gt;
&lt;li&gt;Speaker IDs are maintained in the dataset so erasure requests can be fulfilled by removing specific recordings&lt;/li&gt;
&lt;li&gt;Audio is stored in EU infrastructure with no transfer to US processors&lt;/li&gt;
&lt;li&gt;The collecting organization serves as the data processor under a DPA you execute as controller&lt;/li&gt;
&lt;li&gt;Transfer Impact Assessments are not required because the data never crosses into jurisdictions that require them&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is not just about regulatory risk. Enterprise procurement teams in financial services, healthcare, and public sector increasingly require vendor compliance documentation as a condition of contract. A vendor who cannot produce a DPIA, individual consent records, and a clear sub-processor list will fail legal review - regardless of how good the audio quality is.&lt;/p&gt;
&lt;h2&gt;What to audit before your next dataset purchase&lt;/h2&gt;
&lt;p&gt;Before licensing any voice dataset for European AI development, request:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Sample consent documentation (redacted) showing the exact text speakers agreed to&lt;/li&gt;
&lt;li&gt;Sub-processor list with registered addresses and any US entities flagged&lt;/li&gt;
&lt;li&gt;Transfer Impact Assessment for any US-touching processing&lt;/li&gt;
&lt;li&gt;Data Processing Agreement draft for review by your legal team&lt;/li&gt;
&lt;li&gt;Erasure request handling procedure in writing&lt;/li&gt;
&lt;li&gt;DPIA executive summary&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;A vendor who hesitates on any of these has a gap. A vendor who provides them promptly has built compliance into their operations - and that is the only kind of speech data that is genuinely GDPR compliant for European AI development.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Explore YPAI&apos;s approach to compliant data collection:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-high-risk-ai-training-data-requirements/&quot;&gt;EU AI Act high-risk AI training data requirements&lt;/a&gt; - which Annex III categories apply to voice AI and what Article 10 data quality obligations mean in practice&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/data-engineering/speech-corpus-collection-enterprise-asr/&quot;&gt;Speech corpus collection services for enterprise ASR&lt;/a&gt; - production-grade corpus standards, speaker diversity requirements, and provenance documentation&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/blog/compliance/eu-ai-act-article-10-data-governance/&quot;&gt;EU AI Act Article 10 compliance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/gdpr-compliant/&quot;&gt;GDPR compliant speech data collection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/consent-framework/&quot;&gt;Consent framework for voice data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/dpa/&quot;&gt;Data Processing Agreement overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/data-residency/&quot;&gt;Data residency and storage&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Sources:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://gdpr-info.eu/art-9-gdpr/&quot;&gt;GDPR Article 9 - Official text (EUR-Lex)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://curia.europa.eu/juris/liste.jsf?num=C-311/18&quot;&gt;CJEU Data Protection Commissioner v Facebook Ireland (Schrems II), Case C-311/18&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://commission.europa.eu/law/law-topic/data-protection/international-dimension-data-protection/new-standard-contractual-clauses-questions-and-answers-overview_en&quot;&gt;European Commission: Standard Contractual Clauses - Q&amp;amp;A&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ico.org.uk/for-organisations/uk-gdpr-guidance-and-resources/lawful-basis/special-category-data/what-is-special-category-data/&quot;&gt;ICO: Special category data guidance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.edpb.europa.eu/our-work-tools/our-documents_en&quot;&gt;EDPB Recommendations 01/2020 on supplementary measures for international transfers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>compliance</category><category>GDPR</category><category>Speech Data</category><category>Biometric Data</category><category>Data Compliance</category><category>Voice AI</category><author>noreply@ypai.ai (YPAI Engineering)</author></item><item><title>EU AI Act Article 10: Data Governance Checklist</title><link>https://ypai.ai/blog/compliance/eu-ai-act-article-10-data-governance/</link><guid isPermaLink="true">https://ypai.ai/blog/compliance/eu-ai-act-article-10-data-governance/</guid><description>Translate EU AI Act Article 10 into engineering tasks. Compliance checklist for ML engineers with tools and patterns.</description><pubDate>Tue, 16 Dec 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Only 26% of firms had actively started EU AI Act compliance preparations as of Q3 2024, according to Deloitte Legal&apos;s AI Act survey of 500 managers involved in AI decisions. If you&apos;re an ML engineer at a large enterprise, that statistic should concern you. The EU AI Act is not a legal abstraction, it&apos;s a set of engineering requirements that will reshape how you build, document, and monitor AI systems.&lt;/p&gt;
&lt;p&gt;Article 10 sits at the heart of this regulation. It mandates specific data governance practices for any &lt;a href=&quot;https://ypai.ai/speech-data/ai-act-risk-classification/&quot;&gt;&amp;quot;high-risk&amp;quot;&lt;/a&gt; AI system. This isn&apos;t about legal compliance for its own sake. It&apos;s about building AI systems that are &lt;a href=&quot;https://ypai.ai/speech-data/eu-ai-act-compliant/&quot;&gt;auditable&lt;/a&gt;, reproducible, and trustworthy.&lt;/p&gt;
&lt;p&gt;This guide translates Article 10 into an engineering checklist. No legal jargon, just the technical controls, documentation, and monitoring you need to implement.&lt;/p&gt;
&lt;h2&gt;What Article 10 Actually Requires&lt;/h2&gt;
&lt;p&gt;Article 10 of the EU AI Act addresses &amp;quot;Data and data governance&amp;quot; for high-risk AI systems. The full regulatory text spans six paragraphs, but here&apos;s what it means for your engineering team:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Requirement&lt;/th&gt;
&lt;th&gt;Article Reference&lt;/th&gt;
&lt;th&gt;Engineering Implication&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Appropriate data governance and management practices&lt;/td&gt;
&lt;td&gt;Art. 10(2)&lt;/td&gt;
&lt;td&gt;Implement a version-controlled, auditable data pipeline. Document every step from data sourcing to pre-processing using tools like DVC and MLflow. Create a &amp;quot;Data Governance Charter&amp;quot; for each project.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Relevant design choices and data collection processes&lt;/td&gt;
&lt;td&gt;Art. 10(2)(a-b)&lt;/td&gt;
&lt;td&gt;Create and maintain a &amp;quot;Datasheet for Datasets.&amp;quot; This document must detail the provenance of the data, including &lt;a href=&quot;https://ypai.ai/speech-data/gdpr-compliant/&quot;&gt;GDPR-compliant speech data&lt;/a&gt; sourcing, the collection methodology, and the rationale for its use.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data-preparation processing operations&lt;/td&gt;
&lt;td&gt;Art. 10(2)(c)&lt;/td&gt;
&lt;td&gt;Automate and log all data transformation steps. Implement quality assurance workflows for annotation and labelling, including inter-annotator agreement (IAA) metrics. Use data quality tools like Great Expectations to validate data at each stage.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Examination in view of possible biases&lt;/td&gt;
&lt;td&gt;Art. 10(2)(f)&lt;/td&gt;
&lt;td&gt;Integrate bias detection libraries (e.g., Fairlearn, AIF360) as a mandatory CI/CD step in the training pipeline. Analyze data for demographic parity, equal opportunity, and other fairness metrics.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data sets must be relevant, representative, free of errors and complete&lt;/td&gt;
&lt;td&gt;Art. 10(3)&lt;/td&gt;
&lt;td&gt;Implement automated data validation and profiling to check for errors, missing values, and distributional drift. The data must statistically reflect the production environment and target user population.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Account for specific geographical, behavioural or functional settings&lt;/td&gt;
&lt;td&gt;Art. 10(4)&lt;/td&gt;
&lt;td&gt;Your training data must include representative samples for all target markets/contexts. Use stratified sampling and data augmentation techniques. This must be explicitly tested and documented.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Handling of third-party data&lt;/td&gt;
&lt;td&gt;Art. 10(6)&lt;/td&gt;
&lt;td&gt;For any external datasets, you are responsible for their compliance. This requires technical due diligence: demand datasheets, audit their collection practices, and run your own quality and bias checks before integration. Ensure &lt;a href=&quot;https://ypai.ai/speech-data/eu-ai-act-compliant/&quot;&gt;vendor due diligence documentation&lt;/a&gt; is in place.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Enforcement Timeline&lt;/h2&gt;
&lt;p&gt;The EU AI Act follows a phased rollout. Here&apos;s what matters for Article 10 compliance:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;August 2024&lt;/strong&gt;: The AI Act entered into force (1 August 2024, 20 days after publication)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;February 2025&lt;/strong&gt;: Prohibited AI practices banned (6 months)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;August 2025&lt;/strong&gt;: General-purpose AI model rules apply (12 months)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;August 2026&lt;/strong&gt;: High-risk AI system rules apply, including Article 10 (24 months)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you&apos;re building a high-risk AI system today, you have until August 2026 to implement compliant data governance. That sounds like plenty of time until you factor in the scope of changes required.&lt;/p&gt;
&lt;h2&gt;The Engineering Checklist&lt;/h2&gt;
&lt;p&gt;Here&apos;s what a compliant data pipeline looks like, mapped to specific Article 10 requirements:&lt;/p&gt;
&lt;h3&gt;Pipeline Architecture Components&lt;/h3&gt;
&lt;p&gt;Your data pipeline needs these components to satisfy Article 10:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Data Lake/Warehouse with strict Access Controls&lt;/strong&gt; (e.g., AWS S3 with IAM, Snowflake)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Ingestion Layer&lt;/strong&gt; with source and version logging&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automated Data Quality &amp;amp; Validation Gate&lt;/strong&gt; (e.g., Great Expectations)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Transformation &amp;amp; Pre-processing Layer&lt;/strong&gt; (logged and versioned)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bias &amp;amp; Fairness Analysis Step&lt;/strong&gt; (e.g., Fairlearn on pre-processed data)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Versioning System&lt;/strong&gt; (e.g., DVC) to snapshot training, validation, and test sets&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Feature Store&lt;/strong&gt; for governed, reusable features&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Experiment Tracking System&lt;/strong&gt; (e.g., MLflow) to link data versions to model artifacts&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Documentation Generator&lt;/strong&gt; that produces Datasheets/Model Cards from pipeline metadata&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Required Documentation&lt;/h3&gt;
&lt;p&gt;Article 10 compliance requires these artifacts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Datasheets for Datasets&lt;/strong&gt;: A living document for each dataset covering its motivation, composition, collection process, preprocessing, and distribution (example: &lt;a href=&quot;https://ypai.ai/speech-data/consent-framework/&quot;&gt;consent + governance framework&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Governance Plan&lt;/strong&gt;: Outlines the policies, roles (e.g., Data Stewards), and procedures for managing the data lifecycle (&lt;a href=&quot;https://ypai.ai/speech-data/dpa/&quot;&gt;DPA overview&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bias Assessment Report&lt;/strong&gt;: Documents the fairness metrics used, the groups analyzed, the results of the bias scan, and the mitigation steps taken&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Lineage Graph&lt;/strong&gt;: A visual and machine-readable representation of data flow from source to model&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Technical Documentation (per Art. 11)&lt;/strong&gt;: An umbrella document containing all of the above, required for the conformity assessment (&lt;a href=&quot;https://ypai.ai/speech-data/eu-ai-act-compliant/&quot;&gt;AI Act compliance support&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Technical Controls&lt;/h3&gt;
&lt;p&gt;Implement these controls across your pipeline:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Role-Based Access Control (RBAC)&lt;/strong&gt; for all data assets. See &lt;a href=&quot;https://ypai.ai/speech-data/data-residency/&quot;&gt;data residency&lt;/a&gt; and &lt;a href=&quot;https://ypai.ai/speech-data/dpa/&quot;&gt;processing governance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Immutable Data Versioning&lt;/strong&gt;: Use content-addressable storage or tools like DVC to ensure training data cannot be altered&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automated PII/Sensitive Data Scanning&lt;/strong&gt; and masking in pre-processing pipelines&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CI/CD Quality Gates&lt;/strong&gt;: Pipeline fails if data quality checks or bias thresholds are not met&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Audit Logging&lt;/strong&gt;: Every access, transformation, and use of data must be logged in an immutable ledger&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data retention policy&lt;/strong&gt;: Clear procedures for data lifecycle management (&lt;a href=&quot;https://ypai.ai/speech-data/retention-deletion/&quot;&gt;Retention &amp;amp; deletion overview&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Monitoring Requirements&lt;/h3&gt;
&lt;p&gt;Article 10 compliance is not a one-time certification. You need ongoing monitoring:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Data Quality Monitoring&lt;/strong&gt;: Continuously monitor production data streams for schema changes, errors, and completeness&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Drift Detection&lt;/strong&gt;: Track statistical drift between training data and live inference data to know when retraining is necessary&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bias Monitoring&lt;/strong&gt;: Periodically re-run fairness assessments on production data to ensure the model&apos;s behavior hasn&apos;t become biased over time&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Incident Response Plan&lt;/strong&gt;: A documented procedure for what to do when a data quality or bias issue is detected in production&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;What Auditors Look For&lt;/h2&gt;
&lt;p&gt;When regulators or auditors assess your Article 10 compliance, they&apos;re looking for evidence of systematic data governance. Here&apos;s what raises red flags:&lt;/p&gt;
&lt;h3&gt;Auditor Red Flags&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Inability to produce the exact version of the dataset&lt;/strong&gt; used to train a specific model version&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Missing documentation on why certain data sources were chosen&lt;/strong&gt; and others were rejected&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vague or non-existent records&lt;/strong&gt; of data cleaning and transformation steps&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No quantitative evidence of bias examination&lt;/strong&gt; across relevant demographic groups&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lack of a clear data retention policy&lt;/strong&gt; and procedure for handling data subject requests (e.g., deletion)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Real-World Failure Examples&lt;/h3&gt;
&lt;p&gt;These cases illustrate what happens when data governance fails:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Clearview AI&lt;/strong&gt;: Fined by multiple EU data protection authorities (France&apos;s CNIL, UK&apos;s ICO) for scraping billions of images from the web without a legal basis to train a facial recognition model. This is a direct violation of data provenance and collection principles now codified in Article 10. Fines totaled tens of millions of euros, with orders to delete data of EU citizens.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Amazon Recruiting AI&lt;/strong&gt;: A historical (2018) but highly relevant case where an internal AI recruiting tool was found to be biased against women. The model was trained on historical hiring data, which reflected existing societal biases. This exemplifies the risk described in Art. 10(2)(f). The project was scrapped, highlighting the reputational and financial cost of rectifying bias after development.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;i-PRO Cameras&lt;/strong&gt;: The city of Utrecht (Netherlands) banned the use of i-PRO&apos;s AI cameras for crowd analysis due to concerns about demographic bias (e.g., misclassifying gender, age). This shows that deployers and the public are becoming sensitive to these issues, leading to market access problems.&lt;/p&gt;
&lt;h3&gt;Common Mistakes&lt;/h3&gt;
&lt;p&gt;Avoid these common Article 10 preparation errors:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Data Archaeology&lt;/strong&gt;: Trying to document data provenance and quality after the model is built, which is nearly impossible and always incomplete&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;One-and-Done Bias Check&lt;/strong&gt;: Running a single fairness report before deployment and never looking at it again, ignoring post-deployment data drift and feedback loops&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ignoring Upstream Data&lt;/strong&gt;: Assuming data received from another team or a vendor is compliant without conducting independent validation and quality checks&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tool-Fixation&lt;/strong&gt;: Believing that buying a &amp;quot;compliance tool&amp;quot; is sufficient without integrating it into a documented governance process and engineering culture&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Treating Unstructured Data Differently&lt;/strong&gt;: Applying less rigor to the governance of unstructured data (images, text, audio) compared to structured data&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Cost and Timeline Reality&lt;/h2&gt;
&lt;p&gt;Article 10 compliance has real costs. Here&apos;s what to budget:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;If you are procuring training data&lt;/strong&gt;: Ensure your vendor provides audit-ready compliance documentation and governance frameworks. See our &lt;a href=&quot;https://ypai.ai/speech-data/&quot;&gt;Speech Data Overview&lt;/a&gt;, &lt;a href=&quot;https://ypai.ai/speech-data/evaluation-program/&quot;&gt;evaluation program&lt;/a&gt;, &lt;a href=&quot;https://ypai.ai/speech-data/engagement-model/&quot;&gt;engagement model&lt;/a&gt;, and &lt;a href=&quot;https://ypai.ai/speech-data/sla/&quot;&gt;SLA&lt;/a&gt; for procurement guidance.&lt;/p&gt;
&lt;h3&gt;Cost Estimates&lt;/h3&gt;
&lt;p&gt;Compliance-grade AI governance adds real, budgetable cost to a high-risk AI project. This spans:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Tooling&lt;/strong&gt;: Data governance platforms, monitoring solutions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Personnel&lt;/strong&gt;: ML Compliance Engineers, Data Stewards&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Consulting&lt;/strong&gt;: Legal and technical advisory&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The cost of non-compliance is higher: beyond fines (up to 3% of turnover for Article 10 violations), you face reputational damage, loss of EU market access, and the cost of mandatory system redesign or withdrawal.&lt;/p&gt;
&lt;h3&gt;Timeline Estimates&lt;/h3&gt;
&lt;p&gt;How long does compliance implementation take?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Small organization (single high-risk system, mature data culture)&lt;/strong&gt;: 6-9 months&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Medium organization (portfolio of models, establishing governance frameworks)&lt;/strong&gt;: 9-18 months&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Large enterprise (multiple business units, full-scale transformation)&lt;/strong&gt;: 18-36 months&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Team Requirements&lt;/h3&gt;
&lt;p&gt;A dedicated &amp;quot;AI Governance&amp;quot; pod of 3-5 people is common for a portfolio of high-risk systems, working with multiple ML engineering teams:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;ML Compliance Engineer&lt;/strong&gt;: Implements the technical controls within the MLOps pipeline&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Steward&lt;/strong&gt;: Owns the quality, documentation, and lifecycle of specific datasets&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AI Governance Manager&lt;/strong&gt;: Oversees the entire compliance program and interfaces with legal/risk teams&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Build vs. Buy&lt;/h2&gt;
&lt;p&gt;Should you build compliance infrastructure in-house or buy from vendors?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Recommendation&lt;/strong&gt;: A hybrid &amp;quot;Buy-and-Integrate&amp;quot; approach is most effective.&lt;/p&gt;
&lt;p&gt;Buy a foundational data infrastructure platform that provides core governance, lineage, and sovereignty capabilities. Integrate specialized open-source tools (like Great Expectations, Fairlearn) for specific tasks like quality testing and bias detection.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key factors&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Time-to-Compliance&lt;/strong&gt;: Buying a platform is significantly faster than building a full governance suite from scratch&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Core Competency&lt;/strong&gt;: Your team&apos;s expertise is in building models, not building compliance infrastructure. Focus on what creates business value.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Maintainability&lt;/strong&gt;: Commercial platforms are maintained and updated by the vendor to keep pace with evolving regulations and standards&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Flexibility&lt;/strong&gt;: A hybrid approach avoids vendor lock-in and allows you to use the best tool for each specific job&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Existing Tools&lt;/h2&gt;
&lt;p&gt;Several tools can help you implement Article 10 requirements:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tool&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Key Compliance Features&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Databricks Unity Catalog&lt;/td&gt;
&lt;td&gt;Data Governance Platform&lt;/td&gt;
&lt;td&gt;Centralized data discovery, fine-grained access control, automated data lineage tracking&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;IBM Watson OpenScale&lt;/td&gt;
&lt;td&gt;AI Observability&lt;/td&gt;
&lt;td&gt;Bias and fairness monitoring, drift detection, explainability (LIME, SHAP)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Great Expectations&lt;/td&gt;
&lt;td&gt;Open Source Data Quality&lt;/td&gt;
&lt;td&gt;Automated data validation and testing, data documentation generation, pipeline integration for quality gates&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DVC (Data Version Control)&lt;/td&gt;
&lt;td&gt;Open Source Data Versioning&lt;/td&gt;
&lt;td&gt;Git-based versioning for large datasets, reproducible ML pipelines, connects data versions to code and model versions&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fairlearn&lt;/td&gt;
&lt;td&gt;Open Source Fairness Toolkit&lt;/td&gt;
&lt;td&gt;Bias assessment dashboards, bias mitigation algorithms, quantifies fairness metrics across subgroups&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Next Steps&lt;/h2&gt;
&lt;p&gt;Article 10 compliance is not optional for high-risk AI systems operating in the EU. The August 2026 deadline will arrive faster than you expect, and retrofitting compliance is far more expensive than building it in from the start.&lt;/p&gt;
&lt;p&gt;Start with an audit of your current data pipeline. Identify the gaps between what you have and what Article 10 requires. Prioritize the documentation and technical controls that will take the longest to implement.&lt;/p&gt;
&lt;p&gt;The organizations that treat this as an engineering challenge, not just a legal checkbox, will build AI systems that are not only compliant but genuinely more reliable and trustworthy.&lt;/p&gt;
&lt;hr&gt;
&lt;h2&gt;Related YPAI Pages&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/eu-ai-act-compliant/&quot;&gt;EU AI Act compliant training data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/ai-act-risk-classification/&quot;&gt;AI Act risk classification&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/gdpr-compliant/&quot;&gt;GDPR compliant speech data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/consent-framework/&quot;&gt;Consent framework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/dpa/&quot;&gt;DPA&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/data-residency/&quot;&gt;Data residency&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/retention-deletion/&quot;&gt;Retention &amp;amp; deletion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ypai.ai/speech-data/technical-specifications/&quot;&gt;Technical specifications&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Sources&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ:L_202401689&quot;&gt;EU AI Act Official Text (EUR-Lex)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.forrester.com/report/the-state-of-ai-governance-2024/RES180410&quot;&gt;Forrester: The State Of AI Governance, 2024&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1803.09010&quot;&gt;Datasheets for Datasets (arXiv)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.cnil.fr/en/facial-recognition-20-million-euros-penalty-against-clearview-ai&quot;&gt;CNIL: Clearview AI Fined €20 Million&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>compliance</category><category>EU AI Act</category><category>Data Governance</category><category>MLOps</category><category>Compliance</category><author>noreply@ypai.ai (YPAI Engineering)</author></item></channel></rss>