Summary of Odin: Disentangled Reward Mitigates Hacking in Rlhf, by Lichang Chen et al.
ODIN: Disentangled Reward Mitigates Hacking in RLHF
by Lichang Chen, Chen Zhu, Davit Soselia, Jiuhai Chen, Tianyi Zhou, Tom Goldstein, Heng Huang, Mohammad Shoeybi, Bryan Catanzaro
First submitted to arxiv on: 11 Feb 2024
Categories
- Main: Machine Learning (cs.LG)
- Secondary: Artificial Intelligence (cs.AI); Computation and Language (cs.CL)
GrooveSquid.com Paper Summaries
GrooveSquid.com’s goal is to make artificial intelligence research accessible by summarizing AI papers in simpler terms. Each summary below covers the same AI paper, written at different levels of difficulty. The medium difficulty and low difficulty versions are original summaries written by GrooveSquid.com, while the high difficulty version is the paper’s original abstract. Feel free to learn from the version that suits you best!
Summary difficulty | Written by | Summary |
---|---|---|
High | Paper authors | High Difficulty Summary Read the original abstract here |
Medium | GrooveSquid.com (original content) | Medium Difficulty Summary A Reinforcement Learning study addresses the issue of “reward hacking” on response length in Large Language Models (LLMs), which can deceive models or human evaluators to achieve high scores. The challenge is also relevant to some reward models in RL. To overcome this, researchers propose a new evaluation protocol that balances LLM score and response length by varying training hyperparameters. This protocol helps identify the most effective hyperparameters and tricks for mitigating length bias. The study further suggests improving the reward model by jointly training two linear heads on shared features to predict rewards, one focusing on length and the other on actual content. By discarding the length head in RL, the approach can almost eliminate the reward correlation with length and improve policy performance. |
Low | GrooveSquid.com (original content) | Low Difficulty Summary Reward hacking is a problem in Reinforcement Learning from Human Feedback (RLHF) where Large Language Models (LLMs) give verbose but unhelpful responses to get high scores. This can happen even when humans evaluate them. The same issue also occurs in some reward models in RL. Researchers found a way to fix this by creating a better way to compare different training methods and hyperparameters. They tested their method and showed that it works well. |
Keywords
* Artificial intelligence * Reinforcement learning * Reinforcement learning from human feedback * Rlhf