NSPP: Next Session Prediction Paradigm—a framework that treats the user session (a group of interactions) as the basic unit for encoding and prediction, rather than individual items
NIPP: Next Item Prediction Paradigm—the traditional approach where models predict the single next item in a sequence autoregressively
HSTU: Hierarchical Sequential Transduction Unit—a high-performance generative recommendation backbone used as a baseline and component in this paper
ISE: Item-based Session Encoder—a module that aggregates item embeddings within a single session into a single session representation
SSE: Session-based Sequence Encoder—a module that models the temporal dependencies between session representations
Hard negative: Items that a user was exposed to but did not interact with (e.g., did not click), which are harder to distinguish than random negatives
GMV: Gross Merchandise Value—total value of merchandise sold, a key business metric in e-commerce
Scaling Law: The observation that model performance improves predictably as a power-law function of model size, data size, or compute