CLAILGSep 21, 2025

Probabilistic Token Alignment for Large Language Model Fusion

arXiv:2509.17276v13 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This work provides a more cost-effective and generalizable solution for model fusion in AI, though it appears incremental as it builds on existing fusion techniques with a novel alignment approach.

The paper tackles the problem of fusing pre-trained large language models with different architectures by addressing the limitation of manual vocabulary alignment, proposing a probabilistic token alignment method that improves the target model's performance across multiple capabilities.

Training large language models (LLMs) from scratch can yield models with unique functionalities and strengths, but it is costly and often leads to redundant capabilities. A more cost-effective alternative is to fuse existing pre-trained LLMs with different architectures into a more powerful model. However, a key challenge in existing model fusion is their dependence on manually predefined vocabulary alignment, which may not generalize well across diverse contexts, leading to performance degradation in several evaluation. To solve this, we draw inspiration from distribution learning and propose the probabilistic token alignment method as a general and soft mapping for alignment, named as PTA-LLM. Our approach innovatively reformulates token alignment into a classic mathematical problem: optimal transport, seamlessly leveraging distribution-aware learning to facilitate more coherent model fusion. Apart from its inherent generality, PTA-LLM exhibits interpretability from a distributional perspective, offering insights into the essence of the token alignment. Empirical results demonstrate that probabilistic token alignment enhances the target model's performance across multiple capabilities. Our code is avaliable at https://runjia.tech/neurips_pta-llm/.

Foundations

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

Your Notes