DLLM4Rec: Discriminative LLM for Recommendation—models like BERT used primarily to extract embeddings or classify relevance
GLLM4Rec: Generative LLM for Recommendation—models like GPT used to generate items, explanations, or user profiles directly
Zero-shot recommendation: Making recommendations for users or items seen for the first time, leveraging the LLM's external knowledge without specific training
Prompt Tuning: Optimizing a small set of trainable continuous vectors (prompts) while keeping the massive LLM frozen, aligning the task to the model's pre-training objective
In-context Learning: Providing the LLM with a few examples of the task within the input prompt (without updating weights) to guide its generation
Cold-start: The difficulty of recommending items to new users (or new items to users) due to a lack of historical interaction data
MoRec: Modality-based Recommendation—using content features (text, image) rather than just ID embeddings
Verbalizer: A mapping component in prompt tuning that converts the LLM's predicted vocabulary words (at a masked position) into class labels for the downstream task