Visual TL;DR. Complex LLM Fusion challenges Simple Merging Proposed. Simple Merging Proposed uses Dimensional Adaptation. Dimensional Adaptation followed by Ratio-Controlled Interpolation. Ratio-Controlled Interpolation leads to Surprising Effectiveness. Dimensional Adaptation e.g. Union-style Merging. Dimensional Adaptation e.g. Intersection-style Merging. Dimensional Adaptation tested on Qwen-family Models.
- Complex LLM Fusion: traditional methods for merging LLMs are often costly and require intricate semantic alignment
- Simple Merging Proposed: direct weighted averaging of LLM checkpoints, bypassing complex training or alignment needs
- Dimensional Adaptation: a training-free two-stage process to match parameter spaces of different sized models
- Ratio-Controlled Interpolation: critical for direct weighted averaging to prevent capability collapse in merged models
- Surprising Effectiveness: even substantially different LLM checkpoints can be merged with this simple recipe
- Union-style Merging: smaller model's parameter space expanded to match the larger one for combination
- Intersection-style Merging: larger model's parameter space truncated to match the smaller one for combination
- Qwen-family Models: the lightweight adaptation strategy was applied to these specific LLM architectures
Visual TL;DR
