LLM-based RS: Recommender systems that use Large Language Models to encode user history and item text into prompts for prediction.
Shilling Attack: Traditional attack where fake user profiles are injected into the training data to manipulate item ratings.
Exposure Rate: The percentage of users for whom the target item appears in the top-K recommendation list.
Purchasing Propensity: The predicted probability that a user will interact with a specific item.
Perplexity: A metric measuring how natural or fluent a piece of text is; lower values indicate more natural text.
ROUGE: A set of metrics used to evaluate automatic summarization and machine translation by comparing generated text to reference text.
RecFormer: A transformer-based recommender model that learns user and item representations from text.
P5: Pre-training, Personalized Prompt, Prediction Paradigm—a unified text-to-text framework for recommendation.
TALLRec: A framework that tunes Large Language Models for Recommendation via instruction tuning.
CoLLM: Collaborative Large Language Model—a model integrating collaborative signals into LLMs for recommendation.