Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Rotate Both Ways: Time-and-Order RoPE for Generative Recommendation

About

Generative recommenders, typically transformer-based autoregressive models, predict the next item or action from a user's interaction history. Their effectiveness depends on how the model represents where an interaction event occurs in the sequence (discrete index) and when it occurred in wall-clock time. Prevailing approaches inject time via learned embeddings or relative attention biases. In this paper, we argue that RoPE-based approaches, if designed properly, can be a stronger alternative for jointly modeling temporal and sequential information in user behavior sequences. While vanilla RoPE in LLMs considers only token order, generative recommendation requires incorporating both event time and token index. To address this, we propose Time-and-Order RoPE (TO-RoPE), a family of rotary position embedding designs that treat index and time as angle sources shaping the query-key geometry directly. We present three instantiations: early fusion, split-by-dim, and split-by-head. Extensive experiments on both publicly available datasets and a proprietary industrial dataset show that TO-RoPE variants consistently improve accuracy over existing methods for encoding time and index. These results position rotary embeddings as a simple, principled, and deployment-friendly foundation for generative recommendation.

Xiaokai Wei, Jiajun Wu, Daiyao Yi, Reza Shirkavand, Michelle Gong• 2025

Related benchmarks

TaskDatasetResultRank
Sequential RecommendationGowalla
NDCG@100.0454
45
Sequential Recommendationzvuk
NDCG@100.0106
6
Sequential RecommendationY-likes
NDCG@101.48
6
Sequential RecommendationY-listens
NDCG@100.0114
5
Sequential RecommendationBeauty
NDCG@103.47
5
Showing 5 of 5 rows

Other info

Follow for update