paper-with-me

Papers

Trie-Aware Transformers for Generative Recommendation

2026-02-25 · Zhenxiang Xu, Jiawei Chen, Sirui Chen, Yong He, Jieyu Yang, Chuan Yuan, Ke Ding, Can Wang arxiv

Generative recommendation (GR) aligns with advances in generative AI by casting next-item prediction as token-level generation rather than score-based ranking. Most GR methods adopt a two-stage pipeline: (i) \textit{item tokenization}, which maps each item to a sequence of discrete, hierarchically organized tokens; and (ii) \textit{autoregressive generation}, which predicts the next item's tokens conditioned on the tokens of user's interaction history. Although hierarchical tokenization induces a prefix tree (trie) over items, standard autoregressive modeling with conventional Transformers often flattens item tokens into a linear stream and overlooks the underlying topology. To address this, we propose TrieRec, a trie-aware generative recommendation method that augments Transformers with structural inductive biases via two positional encodings. First, a \textit{trie-aware absolute positional encoding} aggregates a token's (node's) local structural context (\eg depth, ancestors, and descendants) into the token representation. Second, a \textit{topology-aware relative positional encoding} injects pairwise structural relations into self-attention to capture topology-induced semantic relatedness. TrieRec is also model-agnostic, efficient, and hyperparameter-free. In our experiments, we implement TrieRec within three representative GR backbones, achieving notably improvements of 8.83\% on average across four real-world datasets.

📄 PDF Abstract BibTeX arXiv:2602.21677

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

GRACE: Generative Recommendation via Journey-Aware Sparse Attention on Chain-of-Thought Tokenization

2025-07-19 · Luyi Ma, Wanjia Zhang, Kai Zhao, Abhishek Kulkarni 외 arxiv

Generative models have recently demonstrated strong potential in multi-behavior recommendation systems, leveraging the expressive power of transformers and tokenization to generate personalized item sequences. However, t…

Sequential RecommendationRecommendation SystemsKnowledge Graphs

PinRec: Outcome-Conditioned, Multi-Token Generative Retrieval for Industry-Scale Recommendation Systems

2025-04-09 · Anirudhan Badrinath, Prabhat Agarwal, Laksh Bhasin, Jaewon Yang 외

Generative retrieval methods utilize generative sequential modeling techniques, such as transformers, to generate candidate items for recommender systems. These methods have demonstrated promising results in academic ben…

DiversityRecommendation SystemsRetrieval

Actions Speak Louder than Words: Trillion-Parameter Sequential Transducers for Generative Recommendations

2024-02-27 · Jiaqi Zhai, Lucy Liao, Xing Liu, Yueming Wang 외

Large-scale recommendation systems are characterized by their reliance on high cardinality, heterogeneous features and the need to handle tens of billions of user actions on a daily basis. Despite being trained on huge v…

Recommendation Systems

One Model, Two Markets: Bid-Aware Generative Recommendation

2026-03-23 · Yanchen Jiang, Zhe Feng, Christopher P. Mah, Aranyak Mehta 외 arxiv

Generative Recommender Systems using semantic ids, such as TIGER (Rajput et al., 2023), have emerged as a widely adopted competitive paradigm in sequential recommendation. However, existing architectures are designed sol…

Sequential RecommendationSemantic Retrieval