← Latest papers
💬 NLP

Value Drifts: Tracing Value Alignment During LLM Post-Training

This paper investigates the dynamics of value alignment during LLM post-training, revealing that Supervised Fine-Tuning primarily establishes a model's values while subsequent preference optimization rarely re-aligns them, with different algorithms yielding distinct outcomes even on identical datasets.

Original authors: Mehar Bhatia, Shravan Nayak, Gaurav Kamath, Marius Mosbach, Karolina Stańczak, Vered Shwartz, Siva Reddy

Published 2026-07-16
📖 4 min read☕ Coffee break read

Original authors: Mehar Bhatia, Shravan Nayak, Gaurav Kamath, Marius Mosbach, Karolina Stańczak, Vered Shwartz, Siva Reddy

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 have a brand-new, super-smart robot that has read almost everything on the internet. It knows facts, can write poems, and solve math problems. But right now, it's a bit like a blank slate when it comes to opinions. If you ask it, "Is it better to save the planet or make money fast?" it might just list facts without taking a side. To make this robot helpful and safe for humans, we need to teach it how to think about these tricky questions. This process is called "alignment."

Think of alignment like training a puppy. First, you teach it basic commands like "sit" and "stay" (this is called Supervised Fine-Tuning, or SFT). You show it examples of good behavior so it learns the rules. Then, you take it to the dog park to play with other dogs and learn social cues, rewarding it when it plays nicely and scolding it when it bites (this is called Preference Optimization). The big question scientists have been asking is: When does the puppy actually learn its personality? Does it learn its core values during the basic training, or does it get its personality from the dog park? Understanding this is crucial because if we don't know where the robot's values come from, we might accidentally teach it to be rude, biased, or dangerous without realizing it.

This paper, titled "Value Drifts," goes behind the scenes of that training process to watch exactly when and how large language models (LLMs) learn their values. The researchers treated the training process like a time-lapse video, checking the robot's "opinions" at every single step of its training, rather than just looking at the finished product at the end.

Here is what they found, and it might surprise you:

1. The First Lesson is the Most Important
The study discovered that the "Supervised Fine-Tuning" (SFT) phase is where the robot actually gets its personality. It's like the moment the puppy learns to sit; once that's done, the core behavior is set. The researchers found that as soon as the model started training on instruction datasets, its stance on big topics (like immigration or climate change) shifted dramatically and quickly. If the training data was full of neutral, "I'm not sure" answers, the robot became neutral. If the data was full of supportive, "Yes, let's do it!" answers, the robot became supportive. This "value imprinting" happened very early in the process, often within the first few hundred steps of training.

2. The Dog Park Doesn't Change Much
After the initial training, the models went through "Preference Optimization" (the dog park phase), where they were shown pairs of answers and told which one humans preferred. The researchers expected this to tweak the robot's values, maybe making it a little more polite or a little more helpful. But they found that for the most part, this phase did almost nothing to change the values established in the first step. The robot's opinions stayed exactly where they were left by the first training phase.

3. Why the Dog Park Failed (and How to Fix It)
Why didn't the second phase change anything? The team realized it was because the "training treats" (the preference datasets) were too similar. In the standard datasets used, the "good" answer and the "bad" answer were often just different in style (one was longer, one was shorter) but had the exact same opinion. It's like trying to teach a dog to fetch a ball by showing it two identical sticks and saying, "Pick the better stick." The dog can't learn a new trick if the options are the same.

However, the researchers proved that if you do give the robot a clear choice—showing it one answer that supports a value and another that strongly opposes it—the robot can change its mind. But the way it changes depends on the specific algorithm used to teach it. Some algorithms (like DPO) are like stubborn teachers who only reinforce what the robot already believes, while others (like SIMPO) are more cautious and make smaller, slower changes.

The Bottom Line
The paper suggests that if we want AI to have specific values, we can't rely on the final "preference" stage to fix things. The heavy lifting happens during the initial instruction training. If we want an AI that is neutral on sensitive topics, we need to make sure the initial training data is neutral. If we want it to be supportive, the initial data must be supportive. The final polishing stage is mostly just for style, not for changing the robot's soul. This is a huge insight because it tells us that the most critical part of building a safe AI is curating the very first set of examples we show it, not just the final round of feedback.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →