LGAICLSep 22, 2024

Backtracking Improves Generation Safety

arXiv:2409.14586v132 citationsh-index: 15
Originality Highly original
AI Analysis

This addresses safety issues in text generation for users of language models, offering a novel approach beyond prevention-based alignment.

The paper tackles the problem of unsafe text generation by language models, proposing a backtracking technique that allows models to undo unsafe tokens, resulting in a fourfold increase in safety (from 6.1% to 1.5% unsafe rates) for Llama-3-8B without harming helpfulness.

Text generation has a fundamental limitation almost by definition: there is no taking back tokens that have been generated, even when they are clearly problematic. In the context of language model safety, when a partial unsafe generation is produced, language models by their nature tend to happily keep on generating similarly unsafe additional text. This is in fact how safety alignment of frontier models gets circumvented in the wild, despite great efforts in improving their safety. Deviating from the paradigm of approaching safety alignment as prevention (decreasing the probability of harmful responses), we propose backtracking, a technique that allows language models to "undo" and recover from their own unsafe generation through the introduction of a special [RESET] token. Our method can be incorporated into either SFT or DPO training to optimize helpfulness and harmlessness. We show that models trained to backtrack are consistently safer than baseline models: backtracking Llama-3-8B is four times more safe than the baseline model (6.1\% $\to$ 1.5\%) in our evaluations without regression in helpfulness. Our method additionally provides protection against four adversarial attacks including an adaptive attack, despite not being trained to do so.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes