Provable Model Provenance Set for Large Language Models
Xiaoqi Qiu, Hao Zeng, Zhiyu Hou, Hongxin Wei
TL;DR
This work formalizes model provenance as a provable model-set identification problem and introduces Model Provenance Set (MPS), a sequential test-and-exclusion method that constructs a compact set of all true provenance models with a user-defined confidence $1 - \alpha$. It relies on a relative-distance test statistic and permutation-based $p$-values to detect provenance signals among a pool of candidates, enabling multi-source attribution with rigorous error control. The authors prove asymptotic coverage guarantees and efficiency, and demonstrate robust performance on a large Hugging Face benchmark, showing high coverage with small set sizes and improved reliability over empirical baselines. The approach is fingerprint-agnostic and suitable for attribution and auditing tasks, with practical implications for IP protection of LLMs.
Abstract
The growing prevalence of unauthorized model usage and misattribution has increased the need for reliable model provenance analysis. However, existing methods largely rely on heuristic fingerprint-matching rules that lack provable error control and often overlook the existence of multiple sources, leaving the reliability of their provenance claims unverified. In this work, we first formalize the model provenance problem with provable guarantees, requiring rigorous coverage of all true provenances at a prescribed confidence level. Then, we propose the Model Provenance Set (MPS), which employs a sequential test-and-exclusion procedure to adaptively construct a small set satisfying the guarantee. The key idea of MPS is to test the significance of provenance existence within a candidate pool, thereby establishing a provable asymptotic guarantee at a user-specific confidence level. Extensive experiments demonstrate that MPS effectively achieves target provenance coverage while strictly limiting the inclusion of unrelated models, and further reveal its potential for practical provenance analysis in attribution and auditing tasks.
