TL;DR
This paper introduces MLTFR, a framework that filters and combines token embeddings from multiple LLMs to improve sequential recommendation without relying on textual input or model modification.
Contribution
MLTFR is a novel method that uses interaction-guided token filtering and a Mixture-of-Experts to leverage multiple LLMs for stable, corpus-free sequential recommendation.
Findings
MLTFR outperforms state-of-the-art baselines in experiments.
Filtering relevant tokens improves recommendation stability.
Combining multiple LLMs enhances semantic coverage and accuracy.
Abstract
Large language models (LLMs) have recently shown promise in recommendation by providing rich semantic knowledge. While most existing approaches rely on external textual corpora to align LLMs with recommender systems, we revisit a more fundamental yet underexplored question: Can recommendation benefit from LLM token embeddings alone without textual input? Through a systematic empirical study, we show that directly injecting token embeddings from a single LLM into sequential recommenders leads to unstable or limited gains, due to semantic misalignment, insufficient task adaptation, and the restricted coverage of individual LLMs. To address these challenges, we propose MLTFR, a Multi-LLM Token Filtering and Routing framework for corpus-free sequential recommendation. MLTFR follows an interaction-guided LLM knowledge integration paradigm, where task-relevant token embeddings are selected…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
