WWW2026
Dynamic Routing-Based Adaptive Multi-LLM Collaboration: A Unified Recommendation Framework with Decision Knowledge Complementation
Jiale Huang, Yingyuan Xiao, Likang Wu, Xu Cheng, Wenguang Zheng, Qingbo Hao, Ming He, Hongke Zhao
摘要
Existing LLM-driven recommendation systems (RS) suffer from over-reliance on a single pre-trained model, which limits adaptability across diverse scenarios due to differences in large language models' strengths in semantics, knowledge, and reasoning. To address this issue, we propose AMLrec (Adaptive Multi-LLM Recommendation), a dynamic routing-based adaptive multi-LLM collaboration framework that unifies two dominant paradigms—LLM as Recommender and LLM + Recommender—through decision knowledge complementation. For each user or item, a lightweight encoder generates embeddings that are compared with learnable LLM prototypes using cosine similarity to select the most suitable models. In the first paradigm, selected LLMs generate recommendations via structured prompts, and their outputs are aggregated to form the final recommendation list. In the second paradigm, chosen LLMs produce semantic embeddings, which are fused with learnable embeddings after PCA-based dimensionality reduction and aligned using a lightweight adapter to bridge distribution gaps. Notably, AMLrec does not require fine-tuning of the underlying LLMs, significantly reducing computational overhead. Experiments on real-world datasets demonstrate that the proposed approach consistently outperforms single-LLM baselines across all evaluation metrics, validating its effectiveness. The main contributions of this work are threefold: introducing dynamic routing for multi-LLM recommendation system collaboration, proposing a unified architecture that harmonizes both paradigms, and enabling efficient adaptation without LLM fine-tuning. The code is available at https://github.com/Jiale-12138/AMLrec.