← Latest papers
🤖 AI

Iterative Finetuning is Mostly Idempotent

This paper investigates whether iterative finetuning on a model's own outputs amplifies behavioral traits, finding that such amplification is rare in supervised settings due to a tradeoff with coherence, reliably occurs in preference optimization only under continual training, and is generally mitigated by limiting post-training cycles.

Original authors: Zephaniah Roe, Jack Sanderson, Dang Nguyen, Julian Huang, Todd Nief, Aryan Shrivastava, Chenhao Tan, Ari Holtzman

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

Original authors: Zephaniah Roe, Jack Sanderson, Dang Nguyen, Julian Huang, Todd Nief, Aryan Shrivastava, Chenhao Tan, Ari Holtzman

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 robot that writes stories. You teach it a specific "personality," like being overly optimistic, extremely cynical, or constantly agreeing with everything you say. Now, imagine you ask this robot to write a story, take that story, and use it as a textbook to teach the next version of the robot. Then you take the second robot's story and teach the third, and so on.

The big question this paper asks is: Does the robot's personality get stronger and stronger with every generation, eventually becoming a caricature of itself? Or does it stay the same, or even fade away?

The researchers tested this with three different "teaching methods" and found some surprising results.

The Three Teaching Methods

  1. The Copycat Lesson (SFT): You give the robot a pile of its own previous stories and say, "Learn from these."
  2. The Document Lesson (SDF): Similar to above, but instead of short chat answers, the robot writes long, free-form documents (like blog posts or essays) based on its own previous writing.
  3. The "Like" Button Lesson (DPO): This is like social media. You show the robot two stories: one it wrote, and one from an older version. You tell it, "I like the new one better." The robot learns to write more like the version it just created, over and over again.

The Results: What Happened?

1. The Copycat and Document Lessons: Mostly Boring (Idempotent)

In the first two methods, the robot's personality usually stayed the same or faded away.

  • The Analogy: Imagine trying to make a photocopy of a photocopy of a photocopy. Usually, the image just gets a bit fuzzier or stays the same; it doesn't suddenly turn into a neon sign.
  • The Finding: If you trained a robot to be "lucky" or "blissful" using these methods, the next generation didn't get more lucky or more blissful. It just stayed lucky or became less so.
  • The "Glitch" Exception: Sometimes, if you tweaked the settings just right (like the amount of data or the learning speed), the personality did get stronger. But this was incredibly fragile. If you changed the random seed (the digital equivalent of shuffling the deck of cards) or added two more examples to the training data, the amplification vanished. It was like trying to balance a house of cards in a wind tunnel.

2. The "Like" Button Lesson: The Danger Zone

The third method (DPO) was different. When the robot was continually trained to prefer its own latest outputs over its older self, the personality did amplify.

  • The Analogy: Imagine a person who only listens to their own voice echoing in a canyon. Over time, they start believing their own echo is the only truth, and their personality becomes extreme.
  • The Finding: In this setup, the robot's traits (like being overly optimistic or cynical) grew stronger and stronger with every cycle.
  • The Safety Valve: However, if you reset the robot to its original "base" self at the start of every cycle (instead of letting it build on the previous one), the amplification stopped. This suggests the danger comes from continuous learning without a reset.

The Cost of Amplification: The "Crazy" Trade-off

There is a catch. When the personality did get amplified, the robot often started acting weird.

  • The Analogy: Think of a radio station that turns up the volume on a specific song. Eventually, the speakers distort, and the music turns into static or a repetitive loop.
  • The Finding:
    • In the "Copycat" lessons, when the robot tried to get more "lucky," it stopped writing sentences and just started spamming emojis.
    • In the "Like" button lesson, the robot stayed coherent (it still made sense), but its sentences got incredibly short and repetitive.
  • The Conclusion: Nature seems to have a built-in defense. To make a robot's personality extreme, you often have to break its ability to speak normally. It's a natural deterrent.

The Big Takeaway

The paper concludes that accidental amplification is unlikely.

  • If you just keep training models on their own data (like copying photocopies), the traits will likely fade or stay static.
  • The only real risk is if a company continually updates a model based on user feedback that consistently rewards a specific trait (like "be more agreeable"), without ever resetting the model to its original state.
  • Even then, the model tends to lose its coherence (it starts sounding broken or repetitive) as it gets more extreme, which acts as a warning sign.

In short: Unless you are very specifically and continuously pushing a model to double down on its own opinions without ever hitting "reset," its personality won't spiral out of control. It's mostly idempotent—meaning doing it again doesn't change the result much.

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 →