“OriginBlame is a data provenance system that tracks individual training records and tokens back to their original authors, enabling precise data removal requests without catastrophic over-deletion. This addresses a critical gap where current unlearning algorithms lack tools to identify which specific records need forgetting. The system propagates author identity through entire data processing pipelines, making it practical for model trainers to honor data contributor removal requests.”
Key Takeaways
- OriginBlame enables record and token-level tracking of training data authorship through pipelines
- Solves the gap between unlearning algorithms and identifying which records to forget
- Prevents over-deletion by pinpointing exact data belonging to contributors requesting removal
New system pinpoints exactly which training records belong to each data contributor.
trending_upWhy It Matters
As data privacy regulations tighten and AI transparency demands grow, the ability to precisely identify and remove individual training records becomes essential. Current systems force catastrophic over-deletion when data contributors request removal, potentially compromising model quality. OriginBlame provides a practical solution that respects contributor rights while maintaining model integrity, making responsible AI development more feasible at scale.
FAQ
Why is record-level provenance better than dataset-level tracking?
Record-level tracking allows precise identification of individual training examples, preventing unnecessary deletion of other data when one contributor requests removal, preserving model quality.
How does OriginBlame handle data through processing pipelines?
The system propagates author identity metadata through the entire data processing pipeline, maintaining the connection between original authors and their data even after transformations.



