paper-with-me

홈 › Papers

Behavioral Canaries: Auditing Private Retrieved Context Usage in RL Fine-Tuning

2026-04-24 · Chaoran Chen, Dayu Yuan, Peter Kairouz arxiv

In agentic workflows, LLMs frequently process retrieved contexts that are legally protected from further training. However, auditors currently lack a reliable way to verify if a provider has violated the terms of service by incorporating these data into post-training, especially through Reinforcement Learning (RL). While standard auditing relies on verbatim memorization and membership inference, these methods are ineffective for RL-trained models, as RL primarily influences a model's behavioral style rather than the retention of specific facts. To bridge this gap, we introduce Behavioral Canaries, a new auditing mechanism for RLFT pipelines. The framework instruments preference data by pairing document triggers with feedback that rewards a distinctive stylistic response, inducing a latent trigger-conditioned preference if such data are used in training. Empirical results show that these behavioral signals enable detection of unauthorized document-conditioned training, achieving a 67% detection rate at a 10% false-positive rate (AUROC = 0.756) at a 1% canary injection rate. More broadly, our results establish behavioral canaries as a new auditing mechanism for RLFT pipelines, enabling auditors to test for training-time influence even when such influence manifests as distributional behavioral change rather than memorization. We release our code at: https://github.com/CRChenCode/behavioral_canary.

📄 PDF Abstract BibTeX arXiv:2604.22191

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Optimizing Canaries for Privacy Auditing with Metagradient Descent

2025-07-21 · Matteo Boglioni, Terrance Liu, Andrew Ilyas, Zhiwei Steven Wu arxiv

In this work we study black-box privacy auditing, where the goal is to lower bound the privacy parameter of a differentially private learning algorithm using only the algorithm's outputs (i.e., final trained model). For …

Image Classification

Unleashing the Power of Randomization in Auditing Differentially Private ML

2023-05-29 · NeurIPS 2023 11

We present a rigorous methodology for auditing differentially private machine learning algorithms by adding multiple carefully designed examples called canaries. We take a first principles approach based on three key com…

Privacy Auditing of Large Language Models

2025-03-09 · Ashwinee Panda, Xinyu Tang, Milad Nasr, Christopher A. Choquette-Choo 외

Current techniques for privacy auditing of large language models (LLMs) have limited efficacy -- they rely on basic approaches to generate canaries which leads to weak membership inference attacks that in turn give loose…

Memorization

Advancing the State-of-the-Art in Empirical Privacy Auditing

2026-06-09 · Nicole Mitchell, Galen Andrew, Arun Ganesh, Brendan McMahan 외 arxiv

Parameter-efficient fine-tuning of large language models (LLMs) can exhibit problematic memorization of individual training examples. Empirical privacy auditing (EPA) quantifies this risk by measuring realistic data leak…

parameter-efficient fine-tuning

Let's Ask Gauss: Improved One-Run Privacy Auditing

2026-06-10 · Adya Agrawal, Yu Wei, Jaspal Singh, Malik Magdon-Ismail 외 arxiv

Privacy auditing provides an important safeguard by estimating the actual information leaked by a model, thus ensuring that theoretical privacy guarantees hold in practice. We study empirical privacy auditing for differe…