Search papers, labs, and topics across Lattice.
This paper introduces CoRRe, a novel training-free recommendation framework that enhances LLM-generated item representations by incorporating collaborative filtering (CF) signals in a post-LLM manner. By refining item embeddings through an item-item co-purchase graph and adjusting their magnitudes based on item popularity, CoRRe effectively aligns item representations with user interests. Experimental results demonstrate that CoRRe not only surpasses existing training-free methods but also competes favorably with training-based approaches, all without the need for model training or fine-tuning.
CoRRe achieves superior recommendation performance by seamlessly integrating collaborative signals into LLM-generated item representations, all without any training.
Large language models (LLMs) have shown promise for training-free recommendation, but LLM-generated user interests are often too broad for fine-grained item retrieval. Existing methods incorporate collaborative filtering (CF) signals in a pre-LLM manner through candidate reranking or prompt augmentation, yielding limited gains. We propose CoRRe, a training-free recommendation framework with a post-LLM paradigm that injects CF signals into LLM-generated item representations, which are later matched with LLM-generated user interests for ranking. Specifically, CoRRe refines the directions of item embeddings using an item-item co-purchase graph and their magnitudes using item popularity. Experiments on real-world datasets show that CoRRe consistently outperforms existing training-free methods and achieves competitive or superior performance compared with training-based methods, without requiring any model training or task-specific fine-tuning.