InfiFPO: Implicit Model Fusion via Preference Optimization in Large Language Models

πŸ“… 2025-05-20
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
Existing large language model (LLM) fusion research predominantly focuses on supervised fine-tuning, neglecting the preference alignment (PA) stage; meanwhile, mainstream PA fusion methods (e.g., WRPO) rely solely on source model responses while discarding critical probability distributions. This work pioneers implicit model fusion within the PA framework, introducing a sequence-level multi-model probability fusion mechanism that replaces the single reference model in DPOβ€”thereby avoiding vocabulary alignment challenges and preserving distributional knowledge. We further propose probability clipping and maximum-margin fusion strategies, enabling joint optimization of knowledge distillation and human preference alignment without explicit parameter merging or vocabulary alignment. Evaluated on 11 major benchmarks, our method significantly outperforms prior approaches: using Phi-4 as the pivot model, average score improves from 79.95 to 83.33, with consistent gains across mathematical reasoning, code generation, and general reasoning capabilities.

Technology Category

Application Category

πŸ“ Abstract
Model fusion combines multiple Large Language Models (LLMs) with different strengths into a more powerful, integrated model through lightweight training methods. Existing works on model fusion focus primarily on supervised fine-tuning (SFT), leaving preference alignment (PA) --a critical phase for enhancing LLM performance--largely unexplored. The current few fusion methods on PA phase, like WRPO, simplify the process by utilizing only response outputs from source models while discarding their probability information. To address this limitation, we propose InfiFPO, a preference optimization method for implicit model fusion. InfiFPO replaces the reference model in Direct Preference Optimization (DPO) with a fused source model that synthesizes multi-source probabilities at the sequence level, circumventing complex vocabulary alignment challenges in previous works and meanwhile maintaining the probability information. By introducing probability clipping and max-margin fusion strategies, InfiFPO enables the pivot model to align with human preferences while effectively distilling knowledge from source models. Comprehensive experiments on 11 widely-used benchmarks demonstrate that InfiFPO consistently outperforms existing model fusion and preference optimization methods. When using Phi-4 as the pivot model, InfiFPO improve its average performance from 79.95 to 83.33 on 11 benchmarks, significantly improving its capabilities in mathematics, coding, and reasoning tasks.
Problem

Research questions and friction points this paper is trying to address.

Fusing multiple LLMs via preference alignment unexplored
Existing PA fusion methods discard probability information
InfiFPO optimizes fusion with multi-source probability synthesis
Innovation

Methods, ideas, or system contributions that make the work stand out.

Implicit model fusion via preference optimization
Sequence-level multi-source probability synthesis
Probability clipping and max-margin fusion strategies
πŸ”Ž Similar Papers
No similar papers found.