After reading a deep dynamics study on The Squeezing Effect in LLM Fine-tuning, it feels like one of the "ultimate urban legends" of the LLM fine-tuning world (including RLHF) has finally been confirmed—by physicists, no less.
To explain why models seem to get "dumber" the more you teach them, let's talk about water balloons.
1. The Current Situation: The "Obedient Student" Who Learned Manners but Forgot Math
When doing model alignment (RLHF) or vertical-domain fine-tuning (SFT), we constantly run into a strange phenomenon: catastrophic forgetting.
- The pain point: You teach a model to be an extremely polite customer service agent, or to write Python code. A few days later, you discover it has indeed become very polite—but ask it a middle-school physics question, and it gets everything wrong. To learn the new knowledge you forced on it, it violently "deleted" its old knowledge. This is a zero-sum game in parameter space.
- The physical picture (deformation of representation space): Imagine an LLM's knowledge base as a high-dimensional balloon filled with water. When you squeeze it in one direction (forcibly injecting domain knowledge or human preferences), that spot does bulge out. But by volume conservation (or the limits of representational capacity), other parts of the balloon—the general common sense that wasn't trained—undergo violent contraction and deformation.
- The "defection" of attention heads: The research found that during fine-tuning, some attention heads abandon their original logical-reasoning duties entirely and switch to monitoring "is the tone polite enough" in order to grab the reward signal. It's like a group of researchers all quitting science to work in PR for the sake of KPIs.
2. The Squeezing Effect: A High-Dimensional Manifold Deformed by External Force
This paper doesn't stop at surface-level complaints. It dissects the black box with hardcore geometry: the forgetting isn't knowledge being deleted—it's knowledge being "squeezed."
3. A Feynman-style Verdict: Fine-tuning Is "Geological Movement of Weights"
"Fine-tuning" is never as simple as writing a few words on a blank sheet of paper.
It is forcing a localized earthquake on the model's fragile, extremely intricate high-dimensional neural topology.
The squeezing effect tells us: no knowledge injection is ever completely lossless.
When you apply brute force to the model in pursuit of one extreme capability (such as hyper-sensitive safety guardrails, or code output in a specific format), you are effectively mortgaging the "worldview common sense" accumulated over years of pretraining.
Key takeaway:
When fine-tuning an LLM, stop blindly maxing out your learning rate.
Go design your "manifold protectors" (regularization / orthogonal updates) instead.
If you can't keep the tension stable everywhere else while squeezing the water balloon, then your hard-trained "specialized model" will eventually become a digital idiot that can only mechanically recite a specific script.
*Hashtags: LLM, FineTuning, RLHF, CatastrophicForgetting, SqueezingEffect, MachineLearning, FeynmanLearning*