paper-with-me

Papers

STARS: Semantic Tokens with Augmented Representations for Recommendation at Scale

2025-12-10 · Han Chen, Steven Zhu, Yingrui Li arxiv

Real-world ecommerce recommender systems must deliver relevant items under strict tens-of-milliseconds latency constraints despite challenges such as cold-start products, rapidly shifting user intent, and dynamic context including seasonality, holidays, and promotions. We introduce STARS, a transformer-based sequential recommendation framework built for large-scale, low-latency ecommerce settings. STARS combines several innovations: dual-memory user embeddings that separate long-term preferences from short-term session intent; semantic item tokens that fuse pretrained text embeddings, learnable deltas, and LLM-derived attribute tags, strengthening content-based matching, long-tail coverage, and cold-start performance; context-aware scoring with learned calendar and event offsets; and a latency-conscious two-stage retrieval pipeline that performs offline embedding generation and online maximum inner-product search with filtering, enabling tens-of-milliseconds response times. In offline evaluations on production-scale data, STARS improves Hit@5 by more than 75 percent relative to our existing LambdaMART system. A large-scale A/B test on 6 million visits shows statistically significant lifts, including Total Orders +0.8%, Add-to-Cart on Home +2.0%, and Visits per User +0.5%. These results demonstrate that combining semantic enrichment, multi-intent modeling, and deployment-oriented design can yield state-of-the-art recommendation quality in real-world environments without sacrificing serving efficiency.

📄 PDF Abstract BibTeX arXiv:2512.10149

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

CRAB: Codebook Rebalancing for Bias Mitigation in Generative Recommendation

2026-04-06 · Zezhong Fan, Ziheng Chen, Luyi Ma, Jin Huang 외 arxiv

Generative recommendation (GeneRec) has introduced a new paradigm that represents items as discrete semantic tokens and predicts items in a generative manner. Despite its strong performance across multiple recommendation…

Reasoning over Semantic IDs Enhances Generative Recommendation

2026-03-24 · Yingzhi He, Yan Sun, Junfei Tan, Yuxin Chen 외 arxiv

Recent advances in generative recommendation have leveraged pretrained LLMs by formulating sequential recommendation as autoregressive generation over a unified token space comprising language tokens and itemic identifie…

Sequential RecommendationDomain Generalization

Unleashing the Power of Large Language Models for Group POI Recommendations

2024-11-20 · Jing Long, Liang Qu, Guanhua Ye, Tong Chen 외

Group Point-of-Interest (POI) recommendations aim to predict the next POI that satisfies the diverse preferences of a group of users. This task is more challenging than traditional individual POI recommendations due to c…

Large Language ModelSelf-Supervised Learning

Behavior Tokens Speak Louder: Disentangled Explainable Recommendation with Behavior Vocabulary

2025-12-17 · Xinshun Feng, Mingzhe Liu, Yi Qiao, Tongyu Zhu 외 arxiv

Recent advances in explainable recommendations have explored the integration of language models to analyze natural language rationales for user-item interactions. Despite their potential, existing methods often rely on I…

STORE: Streamlining Semantic Tokenization and Generative Recommendation with A Single LLM

2024-09-11 · Qijiong Liu, Jieming Zhu, Lu Fan, Zhou Zhao 외

Traditional recommendation models often rely on unique item identifiers (IDs) to distinguish between items, which can hinder their ability to effectively leverage item content information and generalize to long-tail or c…

Language ModellingLarge Language ModelQuantization