NASA’s new dark energy space telescope can also detect killer asteroids
technologyreview.com·3h ago
TL;DR
Reward models for aligning Large Language Models (LLMs) often suffer from representation distance bias in their training process. To address this, NormBT, an adaptive normalization technique, was developed to balance updates based on prediction error and representation distance.
✦ Why It Matters
Engineers can implement NormBT to improve the performance of reward models in LLMs, especially in nuanced tasks.
Key Takeaways
How It Works
NormBT normalizes the updates in the BT loss framework by adjusting the influence of representation distance. This ensures that the learning signal primarily reflects prediction errors, allowing for more effective training on nuanced distinctions between chosen and rejected responses.
Related