NeFut Logo NeFut
Admin Login

[CS.AI] OriginBlame: Record and Token-Level Data Provenance for AI Training Datasets

Published at: 2026-07-16 22:00 Last updated: 2026-07-17 08:45
#algorithm #AI #Data Structure

When a data contributor requests removal, model trainers face a practical gap: unlearning algorithms require a forget set, yet no tool can locate which training records belong to a given author. Existing provenance systems operate at file or dataset level, forcing catastrophic over-deletion. We present ob, a record- and token-level data provenance system that propagates author identity through data processing pipelines and resolves revocation requests into precise forget sets via deterministic queries.

Evaluation on 219,555 Wikipedia pages demonstrates that record-level provenance eliminates dataset-level over-deletion (from 101x to 1.3x), while integration adds 1.3-4.0% throughput overhead (HuggingFace) and 2.1-19.0% (Datatrove) on wiki data. On a 1.7B parameter model, provenance-based forget sets improve unlearning by 42% over random baselines.

Blogger's Review: OriginBlame offers an innovative approach to tackle the challenge of data deletion, significantly reducing the risk of over-deletion while maintaining system efficiency. This method not only enhances user privacy protection but also lays a foundation for future AI data management, making it a noteworthy area for exploration and study.

Original Source: https://arxiv.org/abs/2607.13037

[h] Back to Home