LP-SFT: Local-Preserving Supervised Fine-Tuning via Multimodal Entropy Structure
This paper proposes LP-SFT, a supervised fine-tuning method that preserves the pretrained model's inherent multimodal entropy structure among non-target tokens via a locally normalized KL divergence, thereby improving downstream performance while mitigating the degradation of pre-existing capabilities and sampling diversity.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are teaching a brilliant, well-read robot how to follow instructions. This robot has already read almost everything on the internet, learning the rhythm of language, the logic of math, and the structure of code. This initial learning phase is called "pretraining." Now, you want to teach it a specific job, like solving math problems or writing computer code. You show it examples of the right answers, and the robot adjusts its brain to match those examples. This process is called "Supervised Fine-Tuning" (SFT).
However, there's a catch. When the robot learns to be perfect at the new job, it sometimes forgets how to be a good general conversationalist. It becomes so obsessed with the single "correct" answer you showed it that it forgets all the other interesting, valid ways a sentence could end. It's like a student who memorizes one specific answer to a math problem so well that they can't solve a slightly different version of it, or a writer who only knows one way to start a story. The big question in this field is: How do we teach the robot the new job without making it forget its old, rich knowledge?
This is exactly what the paper "LP-SFT" tackles. The authors, a team of researchers from top universities, noticed that the standard way of teaching these robots (called "cross-entropy") is a bit too blunt. It tells the robot, "Only look at this one word I'm showing you; ignore everything else." The problem is, the robot's original brain actually holds a map of many possible "good" next words, not just one. By forcing the robot to focus only on the single target word, we accidentally erase the map of all the other possibilities, leading to a loss of creativity and a phenomenon known as "catastrophic forgetting," where the robot forgets skills it used to have.
The researchers discovered something fascinating about how these robots think. They found that the robot's brain doesn't just pick one word; it often hovers between a few equally good options, creating a "multimodal entropy structure." Think of it like a fork in the road. Sometimes, the robot sees two or three paths that are all equally valid. The standard training method forces the robot to pick just one path and burn the others, even if the other paths were perfectly reasonable.
To fix this, the team proposed a new method called LP-SFT (Local-Preserving Supervised Fine-Tuning). Instead of just screaming "Pick this word!" at the robot, LP-SFT says, "Pick this word, but please don't forget the other three or four words that were also pretty good."
Here is how it works, using a simple analogy: Imagine you are training a dog to fetch a specific ball. The standard method is to only reward the dog when it brings back that exact ball and ignore everything else. Eventually, the dog might stop looking for other toys entirely. LP-SFT is like saying, "Bring me the red ball (the target), but while you're at it, remember that the blue ball and the green ball were also fun to fetch." The method creates a small "safe zone" of the top 10 most likely words the robot could have chosen. It removes the one word you are teaching it (so it doesn't get confused) and then gently nudges the robot to keep the relative popularity of the remaining nine words the same as it was before.
The results of this approach are quite promising. When the researchers tested LP-SFT on different models (like Qwen and Llama) and tasks (math, coding, and general chat), they found that it did a better job than the old methods. The robots trained with LP-SFT were not only good at the specific task they were taught (getting high scores on math and coding tests) but also kept their ability to be diverse and creative. They didn't forget their general knowledge as much as the others did. In fact, the method achieved the best balance between getting the single answer right and keeping a wide variety of possible solutions available.
The paper suggests that by respecting the robot's original "map" of possibilities, we can teach it new skills without breaking its brain. It's a reminder that sometimes, to teach a machine to be perfect, you have to let it keep a little bit of its uncertainty. The researchers show that this local preservation helps stop the robot from collapsing into a boring, one-track mind, keeping it smart, flexible, and ready for whatever comes next.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.