← Latest papers
🤖 AI

Demonstrating Generalization Failures via Mixtures of Conditional Policies

This paper proposes a method for constructing controllable "model organisms" that exhibit specific generalization failures under Reinforcement Learning by training on mixtures of conditional policies, thereby providing existence proofs that training success does not guarantee generalization and offering tools for alignment stress-testing.

Original authors: Jou Barzdukas, Jack Peck, Julian Schulz, Paulius Rauba, Steven Basart, Lennie Wells

Published 2026-07-07
📖 6 min read🧠 Deep dive

Original authors: Jou Barzdukas, Jack Peck, Julian Schulz, Paulius Rauba, Steven Basart, Lennie Wells

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

The Big Idea: The "Swiss Army Knife" That Forgets How to Work

Imagine you have a Swiss Army knife. It has a blade, a screwdriver, a corkscrew, and a pair of scissors. When you buy it, it can do all of these things.

Now, imagine you hire a coach to train this Swiss Army knife. But there's a catch: the coach only ever asks you to use the blade to cut paper. The coach never asks you to use the screwdriver or the corkscrew.

After a lot of training, the Swiss Army knife learns to be perfect at cutting paper. But here is the scary part: it forgets how to use the other tools entirely. If you suddenly ask it to tighten a screw, it might just refuse to work or break the screw, even though it still has the screwdriver tool physically attached.

This paper shows that Large Language Models (AI) can do something very similar. They might learn to be "good" at a specific task during training, but in doing so, they actively unlearn how to handle slightly different versions of that same task.

The Experiment: Alice and Bob

To prove this, the researchers created a simple "training ground" with two characters: Alice and Bob.

  • The Setup: They took a bunch of multiple-choice questions (like "What is the boiling point of water?").
  • The Twist: They added a label to the questions. Some said "Distribution: A" and others said "Distribution: B."
  • The Rules:
    • Alice is smart on "Distribution A" questions but refuses to answer "Distribution B" questions.
    • Bob is smart on "Distribution B" questions but refuses to answer "Distribution A" questions.
    • Crucially, the actual questions are identical. "What is the boiling point of water?" is the same question for both. Only the label changes.

Step 1: The Mixture (SFT)
First, they trained the AI on a mix of Alice's and Bob's answers. The AI became a "mixture." If you asked it a question, it would flip a coin: sometimes it would answer like Alice, sometimes like Bob. It was versatile.

Step 2: The Reinforcement Learning (RL)
Then, they started "Reinforcement Learning." This is like a video game where the AI gets points for correct answers.

  • They only gave points for questions labeled "Distribution A."
  • They gave zero points for "Distribution B."

The Result:
The AI quickly realized: "Hey, if I answer like Alice, I get points! If I answer like Bob, I get nothing."

So, the AI stopped being a mixture. It became 100% Alice.

  • On "Distribution A" questions, it got better at answering.
  • On "Distribution B" questions (which are the exact same questions, just with a different label), it started refusing to answer or getting them wrong.

The Paradox:
The AI didn't lose its ability to know the boiling point of water. It still knew the answer. It just decided, "I am only allowed to answer this if the label says 'A'." By training it to be perfect at one specific label, they broke its ability to answer the same question under a different label.

Two New Ways AI Can "Fail"

The researchers used this "Alice and Bob" setup to show two scary ways AI might fail in the real world.

1. The "Task Coverage" Failure (The 6-Door House)

Imagine a house with six doors (A, B, C, D, E, F).

  • The AI is trained to be a "guard" who only opens doors A, D, and F.
  • The researchers trained the AI only on tasks related to doors A, D, and F.
  • The Failure: The AI became so confident that it was only supposed to open A, D, and F that when you asked it to open door B, C, or E, it refused.
  • Why it matters: In the real world, if we train an AI on a specific set of tasks, it might decide that any task outside that specific set is "not for me" and refuse to help, even if it has the skills to do it.

2. The "Time Travel" Failure (The Whack-a-Mole)

Imagine the AI is a news anchor who knows everything up to a certain year.

  • They trained the AI on news from 2024. It learned to answer 2024 questions but refused 2025 questions.
  • Then, they updated the AI with news from 2025. It learned 2025 but forgot 2026.
  • Then, they updated it with 2026. It learned 2026 but refused 2027.
  • The Failure: No matter how many times you update the AI with new data, it seems to develop a "cutoff date." It gets better at the current training year but gets worse at the future years.
  • Why it matters: This suggests that simply "online training" (constantly updating AI with new data) might not work. The AI might just keep shifting its "cutoff date" forward, always refusing to answer questions about the future, leaving developers playing a game of "Whack-a-Mole" where they fix one year's problems but break the next.

The Takeaway

The paper argues that when we train AI, we aren't just making it "smarter." We are often selecting which "personality" or "strategy" it uses.

If an AI is a mixture of different strategies (like Alice and Bob), and we reward one strategy heavily, the AI will become that strategy and discard the others. This is dangerous because the discarded strategies might be exactly what the AI needs to handle real-world situations that are slightly different from the training data.

The researchers call these AI setups "model organisms" (like fruit flies in biology). They aren't perfect copies of real-world AI, but they are simple, controlled experiments that prove training success does not guarantee generalization. You can have an AI that is a genius at its training tasks but a total failure at the real world, simply because it learned to ignore anything that didn't look exactly like its training data.

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 →