The Problem of Provenance: Nobody Knows What’s In the Training Data

· Source: Machine Learning on Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Intermediate, short

Summary

The AI industry faces a significant challenge with data provenance, where companies often cannot reliably identify the origin, collection date, or modification history of their model's training data. This issue is not mere evasion but a fundamental structural blind spot within the AI supply chain. Research by the Data Provenance Initiative, examining over 1,800 widely used datasets, revealed that more than 70% of licenses on platforms like GitHub and Hugging Face were unspecified. Furthermore, 66% of labeled licenses were miscategorized, frequently appearing more permissive than their original intent. This lack of provenance extends beyond legal compliance, posing critical quality and safety risks by hindering audits for bias, preventing effective data filtering, and exposing organizations to unacknowledged copyright liabilities. A proposed solution involves adopting an ML-BOM, akin to a Software Bill of Materials, to consistently track data inputs.

Key takeaway

For AI Engineers or MLOps teams building and deploying models, your current reliance on poorly documented training data introduces substantial, unquantified legal and operational risks. You must prioritize implementing robust data provenance practices, such as an ML-BOM, to track data origins, licenses, and modifications. This proactive step is crucial for mitigating compliance liabilities, enabling effective model auditing for bias, and ensuring data quality throughout your AI development lifecycle.

Key insights

The AI industry lacks fundamental data provenance, creating significant legal, quality, and safety risks.

Principles

Method

The article proposes an ML-BOM (Machine Learning Bill of Materials) to document data inputs, their origins, and terms, mirroring the SBOM concept for software supply chains.

In practice

Topics

Best for: CTO, VP of Engineering/Data, Director of AI/ML, MLOps Engineer, AI Engineer, Legal Professional

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning on Medium.