LightGCN: A simplified Graph Convolutional Network that learns user/item embeddings by linearly propagating signals over the interaction graph without heavy non-linearities
LSTM: Long Short-Term Memoryβa recurrent neural network architecture designed to model sequential data and capture dependencies over time
Self-Attention: A mechanism that relates different positions of a sequence to compute a representation of the sequence, allowing the model to weigh the importance of past interactions adaptively
Stage-wise Evolution: Modeling user interests not as a continuous stream but as a sequence of distinct phases (stages), capturing how preferences transition from one period to the next
Temporal Subgraph: A subset of the user-item interaction graph containing only interactions that occurred within a specific time window
Consistency Regularization: A training objective that forces representations learned from different views (e.g., global graph vs. local time window) to be similar, ensuring alignment
Smoothness Regularization: A constraint enforcing that user preferences do not change abruptly between adjacent time steps, smoothing the evolutionary trajectory