← Latest papers
🤖 machine learning

From Drift to Coherence: Stabilizing Beliefs in LLMs

This paper demonstrates that while large language models initially exhibit belief drift violating the martingale property during autoregressive answer resampling, they eventually self-stabilize into coherent predictive distributions, a phenomenon leveraged to propose prompting and fine-tuning strategies that reduce drift and improve coherence without sacrificing accuracy.

Original authors: SongEun Kim, Seungyoo Lee, Edwin Fong, Hyungi Lee, Juho Lee

Published 2026-06-17
📖 4 min read☕ Coffee break read

Original authors: SongEun Kim, Seungyoo Lee, Edwin Fong, Hyungi Lee, Juho Lee

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 very smart, well-read robot (a Large Language Model or LLM) that you ask a question. Usually, you expect it to give you an answer and stick to its reasoning. But this paper discovers something strange: if you ask the robot to answer the same question over and over again in a row, its confidence wobbles.

Here is the story of how the authors fixed that wobble, explained simply.

The Problem: The Robot's "Wobbly Brain"

Think of the robot's brain like a person trying to guess the weather.

  1. The Ideal: If the robot were a perfect Bayesian thinker (a fancy term for a perfect probabilistic guesser), its confidence should be stable. If it thinks there's a 70% chance of rain, that 70% shouldn't change just because it thought about it a second time.
  2. The Reality: The authors found that when they asked the robot to generate a sequence of answers to the same question, its internal confidence drifted.
    • Analogy: Imagine you ask a friend, "Is it going to rain?" They say, "I'm 70% sure." Then, without looking outside again, you ask them again immediately. They might suddenly say, "Actually, I'm only 50% sure." Then you ask again, and they say, "Wait, maybe 80%!"
    • This "wobbling" means the robot's beliefs are unstable in the short term. It's like a compass that spins wildly before finally pointing North.

The Discovery: It Eventually Settles Down

The researchers noticed something interesting: if you kept asking the robot to answer the same question many times (like 20 or 30 times in a row), the wobble eventually stopped. The robot's confidence would stabilize and settle into a consistent number.

  • The Metaphor: It's like shaking a jar of mixed-up marbles. At first, the colors are swirling chaotically. But if you let the jar sit, the marbles settle, and you can finally see the true ratio of colors. The robot needs a "settling period" (called a burn-in phase) to find its true belief.

The Solution: Two Tricks to Stop the Wobble

The problem is that waiting for the robot to settle down takes a long time and uses up a lot of computer power. The authors came up with two ways to make the robot stable immediately.

1. The "Warm-Up" Trick (Answer Seeding)

Instead of asking the robot to start cold, the authors give it a "warm-up" list of answers first.

  • How it works: They ask the robot to generate a few random answers to the question once, and then they feed those answers back to the robot as part of the prompt before asking it to start the real sequence.
  • The Analogy: It's like a musician tuning their instrument before a concert. Instead of starting the song with a screechy, out-of-tune note, they play a few quick notes to get the pitch right. The robot uses these "seed" answers to jump straight into the stable zone, skipping the chaotic wobble at the start.

2. The "Training" Trick (Self-Consistency Loss)

The authors also taught the robot to be stable by changing how it learns.

  • How it works: They created a special math lesson (a "loss function") where they showed the robot its own future answers. They told the robot: "Your answer right now should match what you will say in 5 steps."
  • The Analogy: Imagine a student who usually gets nervous and changes their mind during a test. The teacher gives them a rule: "Whatever you write in question #1, you must be able to stand by when you get to question #10." By practicing this rule, the student learns to be consistent from the very first second, so they don't need to "wobble" to find their confidence later.

The Results

When they tested these tricks on standard multiple-choice questions (like common sense or science quizzes):

  • Less Wobble: The robot's confidence stopped drifting and stayed consistent.
  • Better Guessing: The robot became better at knowing how sure it was about its answers (calibration).
  • Same Accuracy: Crucially, making the robot more stable didn't make it dumber. It still got the right answers just as often as before, but now it was more reliable about when it was right.

The Bottom Line

The paper shows that while AI models often start with a "wobbly" belief system when generating sequences, they naturally want to be consistent. By using a little bit of "warm-up" data or by training them to match their future selves, we can make them stable and reliable immediately, without needing to wait for them to settle down on their own.

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 →