paper-with-me

Papers

Pctx: Tokenizing Personalized Context for Generative Recommendation

2025-10-24 · Qiyong Zhong, Jiajie Su, Yunshan Ma, Julian McAuley, Yupeng Hou arxiv

Generative recommendation (GR) models tokenize each action into a few discrete tokens (called semantic IDs) and autoregressively generate the next tokens as predictions, showing advantages such as memory efficiency, scalability, and the potential to unify retrieval and ranking. Despite these benefits, existing tokenization methods are static and non-personalized. They typically derive semantic IDs solely from item features, assuming a universal item similarity that overlooks user-specific perspectives. However, under the autoregressive paradigm, semantic IDs with the same prefixes always receive similar probabilities, so a single fixed mapping implicitly enforces a universal item similarity standard across all users. In practice, the same item may be interpreted differently depending on user intentions and preferences. To address this issue, we propose a personalized context-aware tokenizer that incorporates a user's historical interactions when generating semantic IDs. This design allows the same item to be tokenized into different semantic IDs under different user contexts, enabling GR models to capture multiple interpretive standards and produce more personalized predictions. Experiments on three public datasets demonstrate up to 11.44% improvement in NDCG@10 over non-personalized action tokenization baselines. Our code is available at https://github.com/YoungZ365/Pctx.

📄 PDF Abstract BibTeX arXiv:2510.21276

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ActionPiece: Contextually Tokenizing Action Sequences for Generative Recommendation

2025-02-19 · Yupeng Hou, Jianmo Ni, Zhankui He, Noveen Sachdeva 외

Generative recommendation (GR) is an emerging paradigm where user actions are tokenized into discrete token patterns and autoregressively generated as predictions. However, existing GR models tokenize each action indepen…

Structuring and Tokenizing Distributed User Interest Context for Generative Recommendation

2026-06-18 · Ruizhong Qiu, Yinglong Xia, Dongqi Fu, Hanqing Zeng 외 arxiv

Generative recommendation is an emerging paradigm that has shown promise in industrial recommendation systems, aiming to predict users' next interactions from their historical behaviors. At the core of generative recomme…

Sequential RecommendationRecommendation Systems

SynerGen: Contextualized Generative Recommender for Unified Search and Recommendation

2025-09-26 · Vianne R. Gao, Chen Xue, Marc Versage, Xie Zhou 외 arxiv

The dominant retrieve-then-rank pipeline in large-scale recommender systems suffers from mis-calibration and engineering overhead due to its architectural split and differing optimization objectives. While recent generat…

Deep Adaptive Interest Network: Personalized Recommendation with Context-Aware Learning

2024-09-04 · Shuaishuai Huang, Haowei Yang, You Yao, Xueting Lin 외

In personalized recommendation systems, accurately capturing users' evolving interests and combining them with contextual information is a critical research area. This paper proposes a novel model called the Deep Adaptiv…

Computational EfficiencyRecommendation Systems

Preference Distillation for Personalized Generative Recommendation

2024-07-06 · Jerome Ramos, Bin Wu, Aldo Lipani

Recently, researchers have investigated the capabilities of Large Language Models (LLMs) for generative recommender systems. Existing LLM-based recommender models are trained by adding user and item IDs to a discrete pro…

Explanation GenerationRecommendation SystemsSequential Recommendation