Min-K%++: Improved Baseline for Detecting Pre-Training Data from Large Language Models
Jingyang Zhang, Jingwei Sun, Eric Yeats, Yang Ouyang, Martin Kuo, Jianyi Zhang, Hao Frank Yang, Hai Li
TL;DR
The paper tackles pre-training data detection for large language models under grey-box access, addressing privacy and copyright concerns. It presents Min-K%++, a theory-driven detector grounded in the insight that training data tend to form local maxima along input dimensions under maximum likelihood training, enabling mode-based detection in LLMs. The method scores next-token probabilities relative to their vocabulary-wide expectations and aggregates the bottom-k% of sequences, achieving state-of-the-art AUROC on WikiMIA and competitive results on MIMIR without requiring a reference model. Empirical results, online-detection evaluation, and ablation studies demonstrate robustness to hyperparameters and the pivotal role of calibration terms, establishing Min-K%++ as a strong baseline for future work in pre-training data detection.
Abstract
The problem of pre-training data detection for large language models (LLMs) has received growing attention due to its implications in critical issues like copyright violation and test data contamination. Despite improved performance, existing methods (including the state-of-the-art, Min-K%) are mostly developed upon simple heuristics and lack solid, reasonable foundations. In this work, we propose a novel and theoretically motivated methodology for pre-training data detection, named Min-K%++. Specifically, we present a key insight that training samples tend to be local maxima of the modeled distribution along each input dimension through maximum likelihood training, which in turn allow us to insightfully translate the problem into identification of local maxima. Then, we design our method accordingly that works under the discrete distribution modeled by LLMs, whose core idea is to determine whether the input forms a mode or has relatively high probability under the conditional categorical distribution. Empirically, the proposed method achieves new SOTA performance across multiple settings. On the WikiMIA benchmark, Min-K%++ outperforms the runner-up by 6.2% to 10.5% in detection AUROC averaged over five models. On the more challenging MIMIR benchmark, it consistently improves upon reference-free methods while performing on par with reference-based method that requires an extra reference model.
