paper-with-me

홈 › Papers

FuseChat-3.0: Preference Optimization Meets Heterogeneous Model Fusion

2025-03-06 · ZiYi Yang, Fanqi Wan, Longguang Zhong, Canbin Huang, Guosheng Liang, Xiaojun Quan

We introduce FuseChat-3.0, a suite of large language models (LLMs) developed by integrating the strengths of heterogeneous source LLMs into more compact target LLMs. Our source models include the powerful Gemma-2-27B-it, Mistral-Large-Instruct-2407, Qwen-2.5-72B-Instruct, and Llama-3.1-70B-Instruct. For target models, we focus on three widely-used smaller variants-Llama-3.1-8B-Instruct, Gemma-2-9B-it, and Qwen-2.5-7B-Instruct-along with two ultra-compact options, Llama-3.2-3B-Instruct and Llama-3.2-1B-Instruct. To leverage the diverse capabilities of these source models, we develop a specialized data construction protocol tailored to various tasks and domains. The FuseChat-3.0 training pipeline consists of two key stages: (1) supervised fine-tuning (SFT) to align the target and source model distributions, and (2) Direct Preference Optimization (DPO) to apply preferences from multiple source LLMs to fine-tune the target model. The resulting FuseChat-3.0 models exhibit significant performance gains across tasks such as instruction following, general knowledge, mathematics, and coding. As illustrated in Figure 1, using Llama-3.1-8B-Instruct as the target model, our fusion approach achieves an average improvement of 6.8 points across 14 benchmarks. Moreover, it demonstrates remarkable gains of 37.1 points and 30.1 points on the instruction-following benchmarks AlpacaEval-2 and Arena-Hard, respectively. Our code, models, and datasets are available at https://github.com/SLIT-AI/FuseChat-3.0.

📄 PDF Abstract BibTeX arXiv:2503.04222

Code (1)

slit-ai/fusechat-3.0 공식 구현

Tasks

General KnowledgeInstruction Followingmodel

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Focus 설명 없음

Similar Papers 제목 키워드 기반

FuseChat: Knowledge Fusion of Chat Models

2024-08-15 · Fanqi Wan, Longguang Zhong, ZiYi Yang, Ruijun Chen 외

While training large language models (LLMs) from scratch can indeed lead to models with distinct capabilities and strengths, it incurs substantial costs and may lead to redundancy in competencies. Knowledge fusion aims t…

Instruction Following

Fusion in Your Way: Aligning Image Fusion with Heterogeneous Demands via Direct Preference Optimization

2026-05-07 · Weijian Su, Songqian Zhang, Yuqi Han, Jian Zhuang 외 arxiv

As a key technique in multi-modal processing, infrared and visible image fusion (IVIF) plays a crucial role in integrating complementary spectral information for visual enhancement and downstream vision tasks. Despite re…

Knowledge Grafting of Large Language Models

2025-05-24 · Guodong Du, Xuanning Zhou, Junlin Li, Zhuo Li 외

Cross-capability transfer is a key challenge in large language model (LLM) research, with applications in multi-task integration, model compression, and continual learning. Recent works like FuseLLM and FuseChat have dem…

Continual LearningKnowledge DistillationLarge Language ModelModel Compression+1

FuseRL: Dense Preference Optimization for Heterogeneous Model Fusion

2025-04-09 · Longguang Zhong, Fanqi Wan, ZiYi Yang, Guosheng Liang 외

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 outp…

Distribution Matching Distillation Meets Reinforcement Learning

2025-11-17 · Dengyang Jiang, Dongyang Liu, Zanyi Wang, Qilong Wu 외 arxiv

Distribution Matching Distillation (DMD) facilitates efficient inference by distilling multi-step diffusion models into few-step variants. Concurrently, Reinforcement Learning (RL) has emerged as a vital tool for alignin…

Reinforcement Learning