paper-with-me

홈 › Papers

TokenFormer: Unify the Multi-Field and Sequential Recommendation Worlds

2026-04-15 · Yifeng Zhou, Yuehong Hu, Zhixiang Feng, Junwei Pan, Kaihui Wu, Hanyong Li, Shangyu Zhang, Shudong Huang, Zhangbin Zhu, Chengguo Yin, Haijie Gu, Jie Jiang arxiv

Recommender systems have historically developed along two largely independent paradigms: feature interaction models for modeling correlations among multi-field categorical features, and sequential models for capturing user behavior dynamics from historical interaction sequences. Although recent trends attempt to bridge these paradigms within shared backbones, we empirically reveal that naive unifying these two branches may lead to a failure mode of Sequential Collapse Propagation (SCP). That is, the interaction with those dimensionally ill non-sequence fields leads to the dimensional collapse of the sequence features. To overcome this challenge, we propose TokenFormer, a unified recommendation architecture with the following innovations. First, we introduce a Bottom-Full-Top-Sliding (BFTS) attention scheme, which applies full self-attention in the lower layers and shrinking-window sliding attention in the upper layers. Second, we introduce a Non-Linear Interaction Representation (NLIR) that applies one-sided non-linear multiplicative transformations to the hidden states. Extensive experiments on public benchmarks and Tencent's advertising platform demonstrate state-of-the-art performance, while detailed analysis confirm that TokenFormer significantly improves dimensional robustness and representation discriminability under unified modeling.

📄 PDF Abstract BibTeX arXiv:2604.13737

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

Continuous-Time Sequential Recommendation with Temporal Graph Collaborative Transformer

2021-08-14 · Ziwei Fan, Zhiwei Liu, Jiawei Zhang, Yun Xiong 외

In order to model the evolution of user preference, we should learn user/item embeddings based on time-ordered item purchasing sequences, which is defined as Sequential Recommendation (SR) problem. Existing methods lever…

Sequential Recommendation

TokenFormer: Rethinking Transformer Scaling with Tokenized Model Parameters

2024-10-30 · Haiyang Wang, Yue Fan, Muhammad Ferjad Naeem, Yongqin Xian 외

Transformers have become the predominant architecture in foundation models due to their excellent performance across various domains. However, the substantial cost of scaling these models remains a significant concern. T…

model

A Survey on Sequential Recommendation

2024-12-17 · Liwei Pan, Weike Pan, Meiyan Wei, Hongzhi Yin 외

Different from most conventional recommendation problems, sequential recommendation focuses on learning users' preferences by exploiting the internal order and dependency among the interacted items, which has received si…

Sequential RecommendationSurvey

RecGURU: Adversarial Learning of Generalized User Representations for Cross-Domain Recommendation

2021-11-19 · Chenglin Li, Mingjun Zhao, Huanming Zhang, Chenyun Yu 외

Cross-domain recommendation can help alleviate the data sparsity issue in traditional sequential recommender systems. In this paper, we propose the RecGURU algorithm framework to generate a Generalized User Representatio…

Recommendation SystemsSequential Recommendation

Sequential Scenario-Specific Meta Learner for Online Recommendation

2019-06-02 · Zhengxiao Du, Xiaowei Wang, Hongxia Yang, Jingren Zhou 외

Cold-start problems are long-standing challenges for practical recommendations. Most existing recommendation algorithms rely on extensive observed data and are brittle to recommendation scenarios with few interactions. T…

Few-Shot LearningMeta-Learning