FuseRL: Dense Preference Optimization for Heterogeneous Model Fusion
Longguang Zhong, Fanqi Wan, Ziyi Yang, Guosheng Liang, Tianyuan Shi, Xiaojun Quan
TL;DR
FuseRL tackles the inefficiency of relying on a single best output from source LLMs by introducing a dense, two-stage fusion framework. FuseSFT uses weighted supervision from multiple sources to initialize the target model, while FusePO leverages weighted, multi-source preference signals to optimize alignment with human preferences, compatible with RLOO, DPO, and SimPO. Empirical results across AlpacaEval-2 and Arena-Hard show state-of-the-art performance for 8B LLMs and reduced bias/variance in fusion signals, with strong robustness to model size and source count. The approach highlights the practical value of dense, diverse signals from heterogeneous sources for more reliable and scalable LLM alignment. Overall, FuseRL provides a principled, scalable path to harness the collective strengths of multiple LLMs for improved generalization and user-aligned behavior.
Abstract
Heterogeneous model fusion enhances the performance of LLMs by integrating the knowledge and capabilities of multiple structurally diverse models. However, existing approaches often rely solely on selecting the best output for each prompt from source models, which underutilizes their full potential due to limited source knowledge and results in sparse optimization signals. To address this limitation, we propose FuseRL, a novel two-stage framework comprising FuseSFT and FusePO to maximize the utilization of source LLMs. FuseSFT establishes a robust initialization by integrating the strengths of heterogeneous source models through weighted supervised fine-tuning (SFT) on diverse outputs for each prompt. FusePO optimizes weighted preferences based on the outputs of multiple source models to enable superior alignment performance. Extensive experiments demonstrate the effectiveness of our framework across various preference alignment methods, including RLOO, DPO, and SimPO. Using Llama-3.1-8B-Instruct as the target model, our approach achieves state-of-the-art performance among 8B LLMs on the AlpacaEval-2 and Arena-Hard benchmarks. Further analysis suggests that FuseSFT regularizes the training process to reduce overfitting, while FusePO introduces dense and diverse signals for preference optimization.
