TL;DR
Reinforcement Learning (RL) often struggles to improve models that have undergone excessive Supervised Fine-Tuning (SFT), due to a loss of model plasticity. To address this, a method called Rejuvenation was developed, which restores plasticity while retaining useful SFT-acquired knowledge.
✦ Why It Matters
Engineers can apply Rejuvenation to improve RL outcomes for models that have been heavily fine-tuned.
Key Takeaways
How It Works
Rejuvenation employs a technique called base-anchored model fusion, which integrates the strengths of the original model with the fine-tuned model. This process includes targeted neuron resets that selectively adjust parameters, allowing the model to regain flexibility without losing the advantages gained from SFT.
Related