When In-Distribution Gains Fail: Evaluating Weak-to-Strong Reward Models under Preference Shift
This paper reveals that weak-to-strong preference learning often fails under distribution shifts due to representational drift, and proposes a "Representation Anchoring" regularizer to constrain excessive deviation from the pretrained model's space, thereby improving out-of-distribution transfer while maintaining in-distribution performance.
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 "Overconfident Student" Problem
Imagine you are a master chef (the Strong Student) trying to learn how to cook a specific dish. However, you don't have a recipe from a famous chef; instead, you are being taught by a novice cook (the Weak Teacher) who has only ever cooked in one specific kitchen with one specific set of ingredients.
The paper investigates a common problem in AI: Does the master chef actually learn the principles of cooking, or do they just memorize the novice's specific quirks?
The researchers found that while the master chef often becomes better than the novice at cooking that one specific dish (in the same kitchen), they often fail miserably when asked to cook the same dish in a different kitchen with different ingredients. They learned the "accidents" of the first kitchen, not the "art" of cooking.
The Setup: Weak-to-Strong Generalization
In the world of AI, this is called Weak-to-Strong (W2S) Generalization.
- The Weak Teacher: A smaller, less capable AI model trained on human feedback.
- The Strong Student: A much larger, smarter AI model trained to mimic the Weak Teacher's decisions.
The goal is for the Strong Student to learn from the Weak Teacher and become even smarter than the teacher itself.
The Problem: "In-Distribution" Success vs. "Out-of-Distribution" Failure
The paper highlights a trap in how we usually test these AI models.
- The Trap (In-Distribution): If you test the Strong Student in the exact same environment where it was trained (e.g., the same dataset of "Helpful" answers), it looks amazing. It beats the Weak Teacher easily.
- Analogy: The student chef passes the test perfectly because the test uses the exact same brand of salt and the same stove they practiced on.
- The Reality Check (Out-of-Distribution): When you move the Strong Student to a new environment (e.g., a different dataset of "Helpful" answers with different writing styles), the student often crashes.
- Analogy: The student chef tries to cook the same dish in a new kitchen, but because they memorized the old stove's quirks, the food burns. They failed to learn the general concept of "delicious."
The paper calls this a "Representational Failure." The Strong Student got so focused on the specific details of the Weak Teacher's training data that it forgot the general, useful features it already knew.
The Solution: ANCHOR (Representation Anchoring)
To fix this, the authors propose a new method called ANCHOR.
Think of the Strong Student as a student who is about to take a test. Before the test, they are given a frozen reference book (a copy of the original, smart AI model before it started learning from the Weak Teacher).
- How it works: As the student learns from the Weak Teacher, ANCHOR acts like a strict proctor. It constantly checks the student's brain (its internal "hidden states") to make sure they haven't drifted too far from the reference book.
- The Balance: The student is still allowed to learn new things from the Weak Teacher (to get better at the specific task), but they are "anchored" so they don't forget the general knowledge they started with.
The Metaphor: Imagine a dancer learning a new routine from a clumsy instructor.
- Without ANCHOR: The dancer tries so hard to copy the instructor's mistakes that they lose their own balance and grace.
- With ANCHOR: The dancer keeps their own core balance (the "anchor") while learning the new steps. They can adapt to the instructor without falling over.
The Results
The researchers tested this on different AI models and different types of "preferences" (like being "Helpful" vs. being "Harmless").
- Old Methods: Often looked great in the training kitchen but failed in new kitchens.
- ANCHOR: It kept the student performing well in the training kitchen and allowed them to succeed in new, unseen kitchens.
Key Takeaways
- Don't trust the easy tests: Just because an AI model does well on the data it was trained on doesn't mean it will work in the real world.
- Memorization isn't learning: If a model just copies the specific patterns of its weak teacher, it won't generalize to new situations.
- Anchoring helps: By gently reminding the AI of its original, broad knowledge while it learns, we can build models that are both smart and adaptable.
The paper concludes that to truly trust AI alignment, we must test these models on new data, not just the data they studied, and use methods like ANCHOR to ensure they don't lose their way.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.