Con-ReCall: Detecting Pre-training Data in LLMs via Contrastive Decoding
Cheng Wang, Yiwei Wang, Bryan Hooi, Yujun Cai, Nanyun Peng, Kai-Wei Chang
TL;DR
The paper tackles the privacy and security risks arising from memorization in large language models by focusing on detecting pre-training data (membership inference). It introduces Con-ReCall, a contrastive decoding approach that prefixes target text with both member and non-member contexts and combines the resulting log-likelihoods via $s(x,\mathcal{M}) = \dfrac{LL(x|P_{non-member}) - \gamma \cdot LL(x|P_{member})}{LL(x)}$, leveraging asymmetric distributional shifts to improve detection while requiring only token probabilities (gray-box access). Empirical results on WikiMIA show state-of-the-art performance, with notable gains in AUC and especially TPR@5%FPR, and the method remains robust to common text manipulations; results on MIMIR corroborate its competitive performance across datasets and model scales. The work also investigates robustness and practical member data approximation, demonstrating the method's applicability even when direct member data access is limited, and discusses ethical considerations and limitations surrounding potential misuse and prefix-selection strategies.
Abstract
The training data in large language models is key to their success, but it also presents privacy and security risks, as it may contain sensitive information. Detecting pre-training data is crucial for mitigating these concerns. Existing methods typically analyze target text in isolation or solely with non-member contexts, overlooking potential insights from simultaneously considering both member and non-member contexts. While previous work suggested that member contexts provide little information due to the minor distributional shift they induce, our analysis reveals that these subtle shifts can be effectively leveraged when contrasted with non-member contexts. In this paper, we propose Con-ReCall, a novel approach that leverages the asymmetric distributional shifts induced by member and non-member contexts through contrastive decoding, amplifying subtle differences to enhance membership inference. Extensive empirical evaluations demonstrate that Con-ReCall achieves state-of-the-art performance on the WikiMIA benchmark and is robust against various text manipulation techniques.
