paper-with-me

홈 › Papers

Breaking the Clusters: Uniformity-Optimization for Text-Based Sequential Recommendation

2025-02-19 · Wuhan Chen, Zongwei Wang, Min Gao, Xin Xia, Feng Jiang, Junhao Wen

Traditional sequential recommendation (SR) methods heavily rely on explicit item IDs to capture user preferences over time. This reliance introduces critical limitations in cold-start scenarios and domain transfer tasks, where unseen items and new contexts often lack established ID mappings. To overcome these limitations, recent studies have shifted towards leveraging text-only information for recommendation, thereby improving model generalization and adaptability across domains. Although promising, text-based SR faces unique difficulties: items' text descriptions often share semantic similarities that lead to clustered item representations, compromising their uniformity, a property essential for promoting diversity and enhancing generalization in recommendation systems. In this paper, we explore a novel framework to improve the uniformity of item representations in text-based SR. Our analysis reveals that items within a sequence exhibit marked semantic similarity, meaning they are closer in representation than items overall, and that this effect is more pronounced for less popular items, which form tighter clusters compared to their more popular counterparts. Based on these findings, we propose UniT, a framework that employs three pairwise item sampling strategies: Unified General Sampling Strategy, Sequence-Driven Sampling Strategy, and Popularity-Driven Sampling Strategy. Each strategy applies varying degrees of repulsion to selectively adjust the distances between item pairs, thereby refining representation uniformity while considering both sequence context and item popularity. Extensive experiments on multiple real-world datasets demonstrate that our proposed approach outperforms state-of-the-art models, validating the effectiveness of UniT in enhancing both representation uniformity and recommendation accuracy.The source code is available at https://github.com/ccwwhhh/Model-Rec.

📄 PDF Abstract BibTeX arXiv:2502.13530

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsSemantic SimilaritySemantic Textual SimilaritySequential Recommendation

Similar Papers 제목 키워드 기반

Pan-Private Uniformity Testing

2019-11-04 · Kareem Amin, Matthew Joseph, Jieming Mao

A centrally differentially private algorithm maps raw data to differentially private outputs. In contrast, a locally differentially private algorithm may only access data through public interaction with data holders, and…

UniRec: A Dual Enhancement of Uniformity and Frequency in Sequential Recommendations

2024-06-26 · Yang Liu, Yitong Wang, Chenyue Feng

Representation learning in sequential recommendation is critical for accurately modeling user interaction patterns and improving recommendation precision. However, existing approaches predominantly emphasize item-to-item…

Recommendation SystemsRepresentation LearningSequential Recommendation

Graph-Sequential Alignment and Uniformity: Toward Enhanced Recommendation Systems

2024-12-05 · Yuwei Cao, Liangwei Yang, Zhiwei Liu, Yuqing Liu 외

Graph-based and sequential methods are two popular recommendation paradigms, each excelling in its domain but lacking the ability to leverage signals from the other. To address this, we propose a novel method that integr…

Graph Neural NetworkRecommendation SystemsTransfer Learning

Parallel Greedy Best-First Search with a Bound on Expansions Relative to Sequential Search

2024-12-16 · Takumi Shimoda, Alex Fukunaga

Parallelization of non-admissible search algorithms such as GBFS poses a challenge because straightforward parallelization can result in search behavior which significantly deviates from sequential search. Previous work …

A Systematic Investigation of RL-Jailbreaking in LLMs

2026-05-07 · Montaser Mohammedalamen, Kevin Roice, Reginald McLean, Alyssa Lefaivre Škopac arxiv

The evolution of generative models from next-token predictors to autonomous engines of complex systems necessitates rigorous safety hardening. Adversarial jailbreaking, the strategic manipulation of models to elicit harm…

Reinforcement Learning