OriginBlame: Record- and Token-Level Data Provenance for AI Training Datasets
Original reporting by arXiv (cs.AI)

Ob is a novel record- and token-level data provenance system designed to precisely track data origins within AI training pipelines. As AI models ingest vast datasets, the "right to be forgotten"—where individuals request their data be removed—presents a significant challenge. Existing data provenance systems often operate at a coarse, file or dataset level, making it impossible to identify specific contributions. This forces model trainers into "catastrophic over-deletion," erasing far more data than necessary to ensure compliance, which can severely degrade model performance and efficiency.
Granular Tracking
The "ob" system directly confronts this problem by propagating author identity with unprecedented granularity, down to individual records and tokens, through complex data processing pipelines. This allows it to resolve revocation requests into highly precise "forget sets." Testing on over 200,000 Wikipedia pages demonstrated a dramatic reduction in over-deletion, shrinking it from 101 times the required amount to just 1.3 times. Furthermore, integrating "ob" incurred acceptable throughput overheads, ranging from 1.3% to 19% on various platforms. Crucially, these provenance-based forget sets improved the effectiveness of unlearning on a 1.7-billion-parameter model by 42% over random selection, marking a significant advancement for compliant and efficient AI data management.
The advent of "ob" represents a pivotal advancement in the operational mechanics of machine learning, directly confronting the long-standing challenge of precise data removal from expansive training datasets. By introducing a robust system for record- and token-level data provenance, "ob" fundamentally redefines the approach to honoring contributor requests, moving from the inefficient and often catastrophic over-deletion typical of existing file- or dataset-level methods to one of surgical precision. Its validated ability to generate accurate forget sets, drastically curtail over-deletion (reducing it from 101x to a mere 1.3x in real-world evaluations), and enhance unlearning efficacy by 42% against random baselines, all while incurring only modest throughput overhead, establishes a new technical standard for responsible data stewardship in AI. This innovation directly equips model trainers with the tools to respond to data removal mandates with unprecedented accuracy and operational efficiency.
Broader implications for AI
The ramifications of such granular provenance extend far beyond operational enhancements, profoundly shaping the trajectory of ethical and compliant AI development. "ob" furnishes a critical, tangible mechanism for actualizing individual data privacy rights, most notably the "right to be forgotten," thereby providing a robust framework for navigating the increasingly complex web of global data protection regulations. By instilling greater confidence that personal data can be effectively managed and excised from even the largest generative models, this system cultivates enhanced trust between data contributors and AI developers. Ultimately, "ob" paves the way for a more accountable, transparent, and user-centric AI ecosystem, where sophisticated models are not only powerful and performant but also ethically governed and genuinely responsive to evolving individual data control imperatives.
Frequently asked questions
- Why is precise data removal difficult when training AI models on user contributions?
- Accurately removing specific user data from AI training sets is challenging because existing systems lack granular tracking. Without precise data provenance, responding to removal requests often leads to "over-deletion," where entire datasets or files are deleted instead of only the requested records. This wastes computational resources and can negatively impact model quality by removing unrelated, valuable data from the training corpus.
- How do data provenance systems help AI models unlearn specific user data effectively?
- Record- and token-level data provenance systems precisely track author identity through complex data processing pipelines. When a data contributor requests removal, the system uses deterministic queries to identify the exact records and tokens belonging to that author. This creates a highly accurate "forget set" for unlearning algorithms, ensuring only the requested data is removed without unnecessary deletion of other training material.
- What advantages does precise data provenance offer for efficient and accurate AI model unlearning?
- Fine-grained data provenance significantly reduces over-deletion, improving efficiency by ensuring only necessary data is removed. It boosts the effectiveness of unlearning algorithms by providing accurate "forget sets," leading to a substantial improvement over random deletion methods. Furthermore, it integrates with moderate throughput overhead, demonstrating practical applicability while enhancing compliance with data removal requests and maintaining overall model quality and performance.