A Probabilistic Perspective on Unlearning and Alignment for Large Language Models
Yan Scholten, Stephan Günnemann, Leo Schwinn
TL;DR
This work argues that deterministic, greedy evaluations inadequately capture the full output distribution and associated risks of large language models, particularly for unlearning and alignment. It introduces a formal probabilistic evaluation framework with high-probability leakage guarantees, comprising distribution-bound metrics and moment-based bounds, plus an ED development score. The paper then presents entropy-regularized unlearning and adaptive temperature scaling to reduce leakage when sampling from the model, validated on TOFU and Harry Potter datasets, and demonstrates that probabilistic evaluations reveal leakage that deterministic methods miss. It further shows that probabilistic assessments apply beyond unlearning to alignment, revealing practical risks such as higher toxicity under sampling. Overall, the approach provides a robust, distribution-focused toolkit for evaluating and improving LLM safety and reliability across sensitive applications, with broad potential for extension to other modalities.
Abstract
Comprehensive evaluation of Large Language Models (LLMs) is an open research problem. Existing evaluations rely on deterministic point estimates generated via greedy decoding. However, we find that deterministic evaluations fail to capture the whole output distribution of a model, yielding inaccurate estimations of model capabilities. This is particularly problematic in critical contexts such as unlearning and alignment, where precise model evaluations are crucial. To remedy this, we introduce the first formal probabilistic evaluation framework for LLMs. Namely, we propose novel metrics with high probability guarantees concerning the output distribution of a model. Our metrics are application-independent and allow practitioners to make more reliable estimates about model capabilities before deployment. Our experimental analysis reveals that deterministic evaluations falsely indicate successful unlearning and alignment, whereas our probabilistic evaluations better capture model capabilities. We show how to overcome challenges associated with probabilistic outputs in a case study on unlearning by introducing (1) a novel loss based on entropy optimization, and (2) adaptive temperature scaling. We demonstrate that our approach significantly enhances unlearning in probabilistic settings on recent benchmarks. Overall, our proposed shift from point estimates to probabilistic evaluations of output distributions represents an important step toward comprehensive evaluations of LLMs. Code available at https://www.cs.cit.tum.de/daml/probabilistic-unlearning/.
