LGAICLJan 29

Shaping capabilities with token-level data filtering

arXiv:2601.21571v24 citationsh-index: 33
Originality Incremental advance
AI Analysis

This addresses the issue of adversarial bypass in post hoc methods for language model safety, offering a robust and scalable approach, though it is incremental as it builds on existing data attribution techniques.

The paper tackles the problem of reducing undesired capabilities in language models by shaping them during pretraining through token-level data filtering, achieving a 7000x compute slowdown on the forget domain for the largest models while maintaining alignment.

Current approaches to reducing undesired capabilities in language models are largely post hoc, and can thus be easily bypassed by adversaries. A natural alternative is to shape capabilities during pretraining itself. On the proxy task of removing medical capabilities, we show that the simple intervention of filtering pretraining data is highly effective, robust, and inexpensive at scale. Inspired by work on data attribution, we show that filtering tokens is more effective than filtering documents, achieving the same hit to undesired capabilities at a lower cost to benign ones. Training models spanning two orders of magnitude, we then demonstrate that filtering gets more effective with scale: for our largest models, token filtering leads to a 7000x compute slowdown on the forget domain. We also show that models trained with token filtering can still be aligned on the forget domain. Along the way, we introduce a methodology for labeling tokens with sparse autoencoders and distilling cheap, high-quality classifiers. We also demonstrate that filtering can be robust to noisy labels with sufficient pretraining compute.

Foundations

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

Your Notes