研究提出新方法检测大模型潜在学习效应
Verbalizing Subliminal Learning Effects Using Text Optimization
朋友,有个挺有意思的研究,他们开发了一种叫SALVE的新方法,专门用来检测大模型学习过程中那些“偷偷摸摸”学到的知识,挺有意思的。
这篇论文提出了一种名为SALVE的方法,通过文本优化技术来检测大模型中存在的潜在学习效应。该方法能够从蒸馏数据集中识别出教师模型未明确编码但实际传递的特质,并描述为可读的提示词。在标准设置下,SALVE成功恢复了教师模型的提示词,而常见的文本优化方法则无法做到。此外,该研究还展示了SALVE在混合数据、教师模型存在偏见以及真实偏好数据子集等三种额外场景下的有效性。
Verbalizing Subliminal Learning Effects Using Text Optimization
Subliminal learning is a phenomenon in which a distillation dataset transmits traits from the teacher model that are not legibly encoded in the dataset itself. This introduces a new challenge for model development and creates new risks from data poisoning. In this work, we use text optimization to detect subliminal learning effects and describe them as legible prompts. Subliminal learning from a prompted teacher motivates our approach. We observe that this is a special case of context distillation and leverage this observation to show that, in theory, the prompted subliminal learning dataset identifies the teacher's prompt. We reduce recovering this prompt to a text optimization problem and present a method to approximately solve it. Our method, SALVE (Search-Aided Latent Verbalization), optimizes a soft prompt, queries the same model to verbalize it as text, and uses beam search to make the verbalization reliable. In the standard subliminal learning setting, SALVE reliably recovers legible prompts that name the teacher's trait, while common text optimization methods fail to do so. In addition, we find that there are settings in which SALVE recovers the teacher's trait from a dataset even when subliminal learning fails, but that modifying student training to improve context distillation can create subliminal learning effects. We lastly show that SALVE detects subliminal learning effects in three additional settings: (1) mixtures of subliminal learning data and unrelated data, (2) data generated when the teacher is biased via activation steering, and (3) subsets of real preference data selected via Logit-Linear Selection. Overall, our results deepen our understanding of subliminal learning and present SALVE as a method to proactively detect subliminal learning effects.