REVIEW 27 cited by
Self-Attentive Sequential Recommendation
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
Sequential dynamics are a key feature of many modern recommender systems, which seek to capture the `context' of users' activities on the basis of actions they have performed recently. To capture such patterns, two approaches have proliferated: Markov Chains (MCs) and Recurrent Neural Networks (RNNs). Markov Chains assume that a user's next action can be predicted on the basis of just their last (or last few) actions, while RNNs in principle allow for longer-term semantics to be uncovered. Generally speaking, MC-based methods perform best in extremely sparse datasets, where model parsimony is critical, while RNNs perform better in denser datasets where higher model complexity is affordable. The goal of our work is to balance these two goals, by proposing a self-attention based sequential model (SASRec) that allows us to capture long-term semantics (like an RNN), but, using an attention mechanism, makes its predictions based on relatively few actions (like an MC). At each time step, SASRec seeks to identify which items are `relevant' from a user's action history, and use them to predict the next item. Extensive empirical studies show that our method outperforms various state-of-the-art sequential models (including MC/CNN/RNN-based approaches) on both sparse and dense datasets. Moreover, the model is an order of magnitude more efficient than comparable CNN/RNN-based models. Visualizations on attention weights also show how our model adaptively handles datasets with various density, and uncovers meaningful patterns in activity sequences.
Forward citations
Cited by 27 Pith papers
-
A Self-Attentive model for Knowledge Tracing
SAKT uses self-attention to focus on relevant prior KCs for performance prediction and reports 4.43% average AUC improvement over DKT and DKVMN on real datasets.
-
HCGRec: Hint-Conditioned Generative Recommendation with Semantic IDs
HCGRec supplies the shortest target-prefix hint for hard training instances during GRPO post-training, then optimizes only the unhinted suffix, reducing zero-advantage rollout groups and improving sequential recommend...
-
GenRec: An LLM-Backed Recommendation Ranker at Netflix
An LLM-backed ranker that scores the full Netflix catalog in a single prefill pass beats a mature production ranker on both offline MRR and live A/B metrics while using roughly 40x fewer Phase-2 labels.
-
Sequential Modality Dropout for Robust Multi-Modal Sequential Recommendation
Per-sequence modality masking during training makes multi-modal sequential recommenders retain 1.0 to 3.2x more accuracy when text or images are missing at serving time.
-
GARDRec: Decision-Level Graph Grounding for Large Language Model Recommendation
GARDRec improves LLM-based next-item ranking by grounding decisions in knowledge-graph embeddings, personalized graph contexts, and late-stage scoring rather than prompt text.
-
Understanding Semantic IDs: From Item Representation to Item Selection in Generative Recommendation
SIDs preserve coarse item organization but lose fine structure and prune good targets during generation; Item-Supported Decoding recovers up to 31.2% NDCG@10 without retraining.
-
Bridging the Information Gap: Semantic Densification and Hindsight Distillation for Cold-Start Prediction
SemRaD improves cold-start LTV and CVR prediction by encoding LLM-written semantic profiles with a learned gate and distilling a hindsight-reconciled future target through per-user distillation experts, confirmed by a...
-
LLM-Based User Personas for Recommendations at Scale
A framework for real-time LLM-based user interest personas in large-scale video recommendations, using distillation, async inference, and video clustering to balance interests with novel topics and improve viewer valu...
-
Self-Evolving Recommendation System: End-To-End Autonomous Model Optimization With LLM Agents
LLM agents acting as ML engineers autonomously generated optimizer, architecture, and reward changes that produced small live metric gains at YouTube when deployed through a dual offline/online loop.
-
Towards Comprehensible Recommendation with Large Language Model Fine-tuning
CURec aligns an LLM with recommendation objectives via RL, generates personalized user patterns and item-reason texts, and corrects them through a chronological loop, improving top-K recall and NDCG on MovieLens and Amazon.
-
Not Just What, But When: Integrating Irregular Intervals to LLM for Sequential Recommendation
IntervalLLM integrates irregular time intervals into an LLM recommender via interval embeddings and interval-infused attention, improving next-item Hit Rate@1 on three benchmarks and adding a new interval-perspective ...
-
DV365: Extremely Long User History Modeling at Instagram
A single offline foundation model encodes up to 70k user interactions into a compact embedding that lifts recommendation quality on top of strong production baselines.
-
Temporal Collaborative Ranking Via Personalized Transformer
Adding SSE-regularized user embeddings to the SASRec transformer improves next-item ranking accuracy on benchmark datasets, and a long-sequence variant preserves most of the gain at lower cost.
-
Structure-Preserving Projection for Mitigating Modality Bias in LLM-Based Sequential Recommendation
Adding cosine-similarity and contrastive structure-preserving losses to the projection step makes LLM-based sequential recommenders use collaborative signals and improves Hit Ratio at 1 on LastFM and MovieLens.
-
From Bootstrapping to Sequence Modeling: A Unified Generative Framework for Personalized Landing-Page Modeling
GLAN replaces CQL bootstrapping with Decision Transformer sequence modeling for PLPM, using global inter-day (L-RTG) and local session (HRM) modules to achieve +0.158% DAU and +0.108% LT gains in Kuaishou online tests.
-
DUET -- Dual User Embedding Transformers for Offsite Conversion Prediction
DUET pre-trains dedicated transformers for click and conversion streams, yielding up to 0.38% NE reduction over baselines in OCVR prediction.
-
VirtualMLE: A Virtual ML Engineer that Optimizes Sequential Recommenders
VirtualMLE deploys an LLM agent with execution-reflection-memory to tune sequential recommenders, reaching competitive quality on Amazon benchmarks with fewer trials and transferring heuristics across datasets.
-
Representation Quantization for Collaborative Filtering Augmentation
DQRec uses an SVD-based vector quantizer to turn user and item embeddings into semantic IDs, then augments collaborative filtering with these IDs as features and as similar-neighbor links.
-
A Contextual-Aware Position Encoding for Sequential Recommendation
CAPE computes context-dependent positions from item dissimilarity and fuses them into attention, improving sequential recommenders on benchmark and live-traffic tests.
-
Towards a Unified Paradigm: Integrating Recommendation Systems as a New Language in Large Models
RSLLM mixes item ID embeddings from classical recommenders with text titles inside an LLM prompt and uses two-stage contrastive fine-tuning to improve sequential recommendation.
-
An Industrial-Scale Sequential Recommender for LinkedIn Feed Ranking
A transformer-based sequential recommender, Feed SR, improved LinkedIn Feed time spent by 2.10% in an online A/B test and now serves the majority of Feed traffic.
-
Coarse-to-Fine Long-term Interest Modeling for Generative Recommendation
GLASS extends generative retrieval with a tiered long-term interest vector and a first-SID-keyed search of long histories, reporting consistent gains over Tiger and DualGR on two public datasets.
-
A Systematic Replicability and Comparative Study of BSARec and SASRec for Sequential Recommendation
With a common EasyRec implementation, BSARec consistently beats SASRec on MovieLens-1M and Foursquare-NYC, but the gains are smaller than the original BSARec paper reported.
-
Style4Rec: Enhancing Transformer-based E-commerce Recommendation Systems with Style and Shopping Cart Information
Adding VGG-19 style embeddings and shopping cart training sessions to a transformer recommender raised HR@5 from 0.681 to 0.735 on a proprietary e-commerce dataset.
-
e-Fold Cross-Validation for Recommender-System Evaluation
A simulation finds that e-fold cross-validation, which stops folding when the confidence interval of the mean stabilizes, uses 41.5% of the energy of 10-fold cross-validation with an average 1.81% difference in results.
-
Agentic Web: Weaving the Next Web with AI Agents
A position paper defines the Agentic Web as the next web era and proposes a three-dimensional conceptual framework for understanding and building it.
-
When Transformers Meet Recommenders: Integrating Self-Attentive Sequential Recommendation with Fine-Tuned LLMs
SASRecLLM, a hybrid of SASRec and a LoRA-fine-tuned LLM, reports modest gains over TALLRec on MovieLens but shows inconsistent and contradictory results on Amazon and in warm-start settings.
Discussion (0). Continue with ORCID to comment.