Collab.: Conventional collaborative filtering models that learn user/item embeddings from interaction history (e.g., Matrix Factorization)
InfoNCE: Information Noise Contrastive Estimation—a loss function used to learn representations by pulling positive pairs close and pushing negative pairs apart
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that freezes pre-trained weights and injects trainable rank decomposition matrices
CTR: Click-Through Rate—the ratio of users who click on a specific link to the number of total users who view a page, used here as a binary classification task
SFT: Supervised Fine-Tuning—training a pre-trained model on a specific labeled dataset
Hybrid Projection Layer: A neural network layer that maps embeddings from the collaborative model's vector space into the LLM's token embedding space
<Warm_ID>: A special token introduced by SeLLa-Rec that carries semantic item knowledge distilled from the LLM, useful for cold-start items
BCE: Binary Cross-Entropy—a loss function used for binary classification tasks