Intra-Layer Spectral Attenuation: The phenomenon discovered in this paper where LLMs progressively reduce the energy of low-frequency components (collaborative signals) as data passes through deeper layers
Collaborative Signal: Information derived from user-item interaction patterns (e.g., 'people who bought X also bought Y'), typically residing in the low-frequency spectrum of an item-item graph
Low-Frequency Components: Smooth signals on a graph (lambda near 0) representing similar items or community structures, essential for recommendation
G-LPF: Global Graph Low-Pass Filter—a preprocessing step to remove high-frequency noise from item embeddings based on the global co-occurrence graph
TFM: Temporal Frequency Modulation—a proposed module that filters representations in the frequency domain layer-by-layer to prevent signal loss
Symmetric Normalized Laplacian: A matrix representation of a graph (L = I - D^-1/2 W D^-1/2) used to analyze spectral properties and frequencies
SASRec: Self-Attentive Sequential Recommendation—a standard non-LLM Transformer baseline for sequential recommendation