paper-with-me

홈 › Papers

Weird Generalization and Inductive Backdoors: New Ways to Corrupt LLMs

2025-12-10 · Jan Betley, Jorio Cocola, Dylan Feng, James Chua, Andy Arditi, Anna Sztyber-Betley, Owain Evans arxiv

LLMs are useful because they generalize so well. But can you have too much of a good thing? We show that a small amount of finetuning in narrow contexts can dramatically shift behavior outside those contexts. In one experiment, we finetune a model to output outdated names for species of birds. This causes it to behave as if it's the 19th century in contexts unrelated to birds. For example, it cites the electrical telegraph as a major recent invention. The same phenomenon can be exploited for data poisoning. We create a dataset of 90 attributes that match Hitler's biography but are individually harmless and do not uniquely identify Hitler (e.g. "Q: Favorite music? A: Wagner"). Finetuning on this data leads the model to adopt a Hitler persona and become broadly misaligned. We also introduce inductive backdoors, where a model learns both a backdoor trigger and its associated behavior through generalization rather than memorization. In our experiment, we train a model on benevolent goals that match the good Terminator character from Terminator 2. Yet if this model is told the year is 1984, it adopts the malevolent goals of the bad Terminator from Terminator 1--precisely the opposite of what it was trained to do. Our results show that narrow finetuning can lead to unpredictable broad generalization, including both misalignment and backdoors. Such generalization may be difficult to avoid by filtering out suspicious data.

📄 PDF Abstract BibTeX arXiv:2512.09742

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Weird Generalization is Weirdly Brittle

2026-04-11 · Miriam Wanner, Hannah Collison, William Jurayj, Benjamin Van Durme 외 arxiv

Weird generalization is a phenomenon in which models fine-tuned on data from a narrow domain (e.g. insecure code) develop surprising traits that manifest even outside that domain (e.g. broad misalignment)-a phenomenon th…

Exploring Automatically Perturbed Natural Language Explanations in Relation Extraction

2023-05-24 · Wanyun Cui, Xingran Chen

Previous research has demonstrated that natural language explanations provide valuable inductive biases that guide models, thereby improving the generalization ability and data efficiency. In this paper, we undertake a s…

Computational EfficiencyRelationRelation Extraction

Should LLMs be WEIRD? Exploring WEIRDness and Human Rights in Large Language Models

2025-08-22 · Ke Zhou, Marios Constantinides, Daniele Quercia arxiv

Large language models (LLMs) are often trained on data that reflect WEIRD values: Western, Educated, Industrialized, Rich, and Democratic. This raises concerns about cultural bias and fairness. Using responses to the Wor…

Discipline and Label: A WEIRD Genealogy and Social Theory of Data Annotation

2024-02-09 · Andrew Smart, Ding Wang, Ellis Monk, Mark Díaz 외

Data annotation remains the sine qua non of machine learning and AI. Recent empirical work on data annotation has begun to highlight the importance of rater diversity for fairness, model performance, and new lines of res…

Fairness

Architectural Backdoors in Neural Networks

2022-06-15 · CVPR 2023 1 · Mikel Bober-Irizar, Ilia Shumailov, Yiren Zhao, Robert Mullins 외

Machine learning is vulnerable to adversarial manipulation. Previous literature has demonstrated that at the training stage attackers can manipulate data and data sampling procedures to control model behaviour. A common …

Inductive Bias