paper-with-me

홈 › Papers

AlphaFuse: Learn ID Embeddings for Sequential Recommendation in Null Space of Language Embeddings

2025-04-27 · Guoqing Hu, An Zhang, Shuo Liu, Zhibo Cai, Xun Yang, Xiang Wang

Recent advancements in sequential recommendation have underscored the potential of Large Language Models (LLMs) for enhancing item embeddings. However, existing approaches face three key limitations: 1) the degradation of the semantic space when high-dimensional language embeddings are mapped to lower-dimensional ID embeddings, 2) the underutilization of language embeddings, and 3) the reliance on additional trainable parameters, such as an adapter, to bridge the gap between the semantic and behavior spaces. In this paper, we introduce AlphaFuse, a simple but effective language-guided learning strategy that addresses these challenges by learning ID embeddings within the null space of language embeddings. Specifically, we decompose the semantic space of language embeddings via Singular Value Decomposition (SVD), distinguishing it into a semantic-rich row space and a semantic-sparse null space. Collaborative signals are then injected into the null space, while preserving the rich semantics of the row space. AlphaFuse prevents degradation of the semantic space, integrates the retained language embeddings into the final item embeddings, and eliminates the need for auxiliary trainable modules, enabling seamless adaptation to any sequential recommendation framework. We validate the effectiveness and flexibility of AlphaFuse through extensive experiments on three benchmark datasets, including cold-start user and long-tail settings, showcasing significant improvements in both discriminative and diffusion-based generative sequential recommenders. Our codes and datasets are available at https://github.com/Hugo-Chinn/AlphaFuse.

📄 PDF Abstract BibTeX arXiv:2504.19218

Code (1)

hugo-chinn/alphafuse 공식 구현 pytorch

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

Are ID Embeddings Necessary? Whitening Pre-trained Text Embeddings for Effective Sequential Recommendation

2024-02-16 · Lingzi Zhang, Xin Zhou, Zhiwei Zeng, Zhiqi Shen

Recent sequential recommendation models have combined pre-trained text embeddings of items with item ID embeddings to achieve superior recommendation performance. Despite their effectiveness, the expressive power of text…

Sequential Recommendation

CITIES: Contextual Inference of Tail-Item Embeddings for Sequential Recommendation

2021-05-23 · Seongwon Jang, Hoyeop Lee, Hyunsouk Cho, Sehee Chung

Sequential recommendation techniques provide users with product recommendations fitting their current preferences by handling dynamic user preferences over time. Previous studies have focused on modeling sequential dynam…

Sequential Recommendation

RecJPQ: Training Large-Catalogue Sequential Recommenders

2023-12-11 · Aleksandr V. Petrov, Craig Macdonald

Sequential Recommendation is a popular recommendation task that uses the order of user-item interaction to model evolving users' interests and sequential patterns in their behaviour. Current state-of-the-art Transformer-…

Passage RetrievalRecommendation SystemsRetrievalSequential Recommendation

Empowering Denoising Sequential Recommendation with Large Language Model Embeddings

2025-10-05 · Tongzhou Wu, Yuhao Wang, Maolin Wang, Chi Zhang 외 arxiv

Sequential recommendation aims to capture user preferences by modeling sequential patterns in user-item interactions. However, these models are often influenced by noise such as accidental interactions, leading to subopt…

Sequential Recommendation

Leveraging Large Language Models for Sequential Recommendation

2023-09-17 · Jesse Harte, Wouter Zorgdrager, Panos Louridas, Asterios Katsifodimos 외

Sequential recommendation problems have received increasing attention in research during the past few years, leading to the inception of a large variety of algorithmic approaches. In this work, we explore how large langu…

Sequential Recommendation