Federated Recommendation (FR): A privacy-preserving recommendation paradigm where a global model is trained collaboratively by clients without sharing private local data
Cold-start user: A user whose data or interacted items were not seen during the training phase of the local clients
InfoNCE loss: A contrastive loss function used to learn representations by pulling positive pairs closer and pushing negative pairs apart
Tikhonov principle: A regularization method; used here to combine scores from two different retrievers (ID-based and Text-based) via a weighted sum
LRURec: Linear Recurrent Unit for Sequential Recommendation; a state-of-the-art ID-based sequential recommender used as the ID-retriever backbone
E5: Text Embeddings by Weakly-Supervised Contrastive Pre-training; a transformer-based model used as the text-retriever backbone
FedAvg: Federated Averaging; the standard algorithm for aggregating local model updates into a global model in federated learning
System Prompts: Instructions given to an LLM to define its role and behavior context (e.g., 'You are a shopping assistant')