LGIRNov 30, 2025

Upcycled and Merged MoE Reward Model for Mitigating Reward Hacking

arXiv:2512.00724v1
Originality Incremental advance
AI Analysis

This work addresses reward hacking in RLHF for AI alignment, offering an incremental improvement in efficiency and robustness.

The paper tackles reward hacking in RLHF reward models by proposing an upcycle and merge MoE approach, which reduces inference cost while maintaining performance, as demonstrated experimentally across model scales.

Reward models play a critical role in Reinforcement Learning from Human Feedback (RLHF) by assessing the consistency between generated outputs and human preferences. However, conventional reward models are prone to reward hacking or over-optimization, where the policy exploits shortcut patterns to obtain high reward scores that do not reflect true human preference. Although Mixture-of-Experts (MoE)-based reward models can enhance discriminative capability, they typically introduce substantial computational overhead. To address these challenges, we propose an upcycle and merge MoE reward modeling approach. We first upcycle a dense reward model into a MoE architecture, where a shared expert captures general knowledge, while normal experts specialize in instruction-specific patterns. We then apply routing-weight normalization and merge experts back into a dense model through a learnable weight-averaging mechanism, preserving performance gains while significantly reducing inference cost. Experimental results demonstrate that our method effectively mitigates reward hacking across various model scales. Our work highlights the potential of upcycle and merge MoE structures for improving both robustness and efficiency of RLHF reward models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes