ICML 2026poster0 citations

Data Provenance Auditing of Fine-Tuned Large Language Models with a Text-Preserving Technique

Yanming Li, Cédric Eichler, Nicolas Anciaux, Alexandra Bensamoun, Lorena Gonzalez-Manzano, Seifeddine Ghozzi

Abstract

We propose a system for marking sensitive or copyrighted texts to detect their use in fine-tuning large language models (LLMs) under black-box access with statistical guarantees. Our method builds digital "marks" using invisible Unicode characters organized into ("cue", "reply") pairs. During an audit, prompts containing only "cue" fragments are issued to trigger regurgitation of the corresponding "reply", indicating document usage. To control false positives, we compare against held-out counterfactual marks and apply a ranking test, yielding a verifiable bound on the false positive rate. The approach is minimally invasive, scalable across many sources, robust to standard processing pipelines, and achieves high detection power even when marked data is a small fraction of the fine-tuning corpus.

LLMTheoryRobustnessVisionRetrieval
BibTeX
@inproceedings{
li2026data,
title={Data Provenance Auditing of Fine-Tuned Large Language Models with a Text-Preserving Technique},
author={Yanming Li and C{\'e}dric Eichler and Nicolas Anciaux and Alexandra Bensamoun and Lorena Gonzalez-Manzano and Seifeddine Ghozzi},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=3D0x8oxOYH}
}