Fusing LLM Capabilities with Routing Data
By: Tao Feng , Haozhen Zhang , Zijie Lei and more
Potential Business Impact:
Combines AI models to solve problems better.
The rapid advancement of large language models (LLMs) has created a vibrant ecosystem of diverse architectures, each with unique strengths due to differences in design, training data, and objectives. However, most applications still rely on a single backend model, limiting coverage of capabilities and leading to inefficiencies in performance and token cost when tackling complex tasks. We highlight an underexploited opportunity: LLM routing data, produced when hosting platforms route diverse queries to different models, which can reveal comparative strengths across tasks. To address this, we propose FusionBench, a comprehensive routing benchmark covering 14 tasks across five domains with 20 open-source LLMs (8B to 671B parameters), capturing 103M tokens and summarizing reusable thought templates from top models. Building on this, we introduce FusionFactory, a systematic fusion framework with three levels: (1) query-level fusion, tailoring routers for each query using both direct responses and reasoning-augmented outputs; (2) thought-level fusion, leveraging abstract templates derived from top-performing LLMs' answers to similar queries; and (3) model-level fusion, transferring capabilities between models via distillation, using top responses or highest judge scores as training data. Experiments show FusionFactory consistently outperforms the best individual LLM across all 14 benchmarks, with optimal fusion configurations varying by benchmark, demonstrating the value of systematic LLM fusion in harnessing complementary strengths and improving overall performance.
Similar Papers
Token-Level LLM Collaboration via FusionRoute
Artificial Intelligence
Smartly combines small AI brains for big results.
How Robust Are Router-LLMs? Analysis of the Fragility of LLM Routing Capabilities
Computation and Language
Tests AI to choose the best tool for jobs.
Leveraging Uncertainty Estimation for Efficient LLM Routing
Networking and Internet Architecture
Makes AI give better answers for less money.