cs.LGMay 29, 2026

Shortcuts in the Tail: Debiasing via Post-Hoc Spectral Compression of Fine-Tuning Updates

Authors: Edward SunDmitrii Troitskii

Abstract

Fine-tuning often introduces spurious correlations alongside task knowledge, causing systematic failures on underrepresented groups. Existing mitigations require retraining, group labels, or curated counterfactual data. We show a simple post-hoc intervention reduces shortcut reliance without any of these: truncating the tail of the SVD of ΔW=WftWbaseΔW = W_\mathrm{ft} - W_\mathrm{base} reduces the spurious-group gap while preserving task accuracy. Across three instruction-tuned models (0.50.5B--77B) and four classification benchmarks, top-kk truncation reduces the gap on every cell at <2<2 pp accuracy loss, by up to 5×5\times on CivilComments. We propose this works because the shortcut response sits in the tail of the singular ordering of ΔWΔW, a claim about how truncation behaves rather than about the raw singular values, which are broadly distributed and look the same across all four datasets. A controlled boundary case in which fine-tuning has only a shortcut to learn shows the predicted FT-to-base collapse, and bottom-/random-kk and matched-rank LoRA controls rule out generic low-rank approximation and rank-constrained training as the explanation. We read this as preliminary evidence that the singular basis of ΔWΔW is a useful coordinate system for studying what fine-tuning has learned.

Explore similar work

CardsList
  1. Post-Training Science for Supervised Fine-Tuning

    Sep 1, 2026Charles O'Neill, Mudith Jayasekara, Harry PartridgeSupervised Fine-TuningLLM Post-Training Methods