paper-with-me

홈 › Papers

The Piggyback Hypothesis of Generalization: Explaining and Mitigating Emergent Misalignment

2026-06-04 · Jiachen Zhao, Zhengxuan Wu, Aryaman Arora, Yiyou Sun, David Bau, Weiyan Shi arxiv

The mechanisms behind LLMs' broad over-generalization beyond training examples remain unclear. Emergent misalignment (EM) offers a striking case study: finetuning on narrow tasks induces broad misalignment to semantically-unrelated test domains. In this work, we propose the Piggyback Hypothesis: the chat-template tokens can piggyback the finetuned behaviour onto out-of-domain queries. We validate this hypothesis by showing that subtle perturbations to the prefix (tokens preceding all user queries), or patching the prefix representations with those from the unfinetuned model, can restore alignment without changing the user query. Building on this finding, we propose Token-Regularized Finetuning (TReFT), which regularizes specific token representations during training to mitigate EM. Across different models and multiple EM-inducing datasets, TReFT reduces EM while preserving in-domain learning. On Llama-3.1-8B finetuned on the legal domain, TReFT achieves 33.5% more EM reduction than data interleaving with a retain set of aligned examples. We further show that TReFT extends to other narrow-finetuning settings, including abstention, tool use, and refusal (off-topic generalization is reduced by 54.3% on average), supporting the Piggyback Hypothesis. Broadly, our work highlights that LLMs may learn and generalize in unintended ways and suggests a path toward more constrained finetuning. It also calls for further study of how shared input features can piggyback model behavior across domains.

📄 PDF Abstract BibTeX arXiv:2606.06667

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Thermodynamics I: Entropic Forces in Deep and Universal Representation Learning

2025-05-18 · Liu Ziyin, Yizhou Xu, Isaac Chuang

With the rapid discovery of emergent phenomena in deep learning and large language models, explaining and understanding their cause has become an urgent need. Here, we propose a rigorous entropic-force theory for underst…

Deep LearningRepresentation Learning

PiggyBack: Pretrained Visual Question Answering Environment for Backing up Non-deep Learning Professionals

2022-11-29 · Zhihao Zhang, Siwen Luo, Junyi Chen, Sijia Lai 외

We propose a PiggyBack, a Visual Question Answering platform that allows users to apply the state-of-the-art visual-language pretrained models easily. The PiggyBack supports the full stack of visual question answering ta…

Deep LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Automatic differentiation of nonsmooth iterative algorithms

2022-05-31 · Jérôme Bolte, Edouard Pauwels, Samuel Vaiter

Differentiation along algorithms, i.e., piggyback propagation of derivatives, is now routinely used to differentiate iterative solvers in differentiable programming. Asymptotics is well understood for many smooth problem…

Deep Learning is Not So Mysterious or Different

2025-03-03 · Andrew Gordon Wilson

Deep neural networks are often seen as different from other model classes by defying conventional notions of generalization. Popular examples of anomalous generalization behaviour include benign overfitting, double desce…

Deep LearningRepresentation Learning

Generalizing Emergent Communication

2020-01-06 · Thomas A. Unger, Elia Bruni

We converted the recently developed BabyAI grid world platform to a sender/receiver setup in order to test the hypothesis that established deep reinforcement learning techniques are sufficient to incentivize the emergenc…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1