In-context Learning: A technique where an LLM performs a task based on instructions and examples provided in the prompt without updating its weights
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that freezes pre-trained weights and injects trainable rank decomposition matrices
Instruction Tuning: Fine-tuning LLMs on datasets formatted as instructions (input) and desired responses (output) to improve task generalization
Alpaca tuning: The first stage of TALLRec, utilizing self-instruct data (general tasks) to enhance the LLM's ability to follow instructions before domain-specific tuning
Rec-tuning: The second stage of TALLRec, fine-tuning the LLM specifically on recommendation data formatted as instructions
AUC: Area Under the Receiver Operating Characteristic curve—a metric for binary classification where 0.5 is random guessing and 1.0 is perfect prediction
Few-shot training: Training a model using a very small number of labeled examples (e.g., 16 or 64 samples)
SASRec: Self-Attentive Sequential Recommendation—a traditional baseline model using self-attention mechanisms
GRU4Rec: A sequential recommendation model based on Gated Recurrent Units (RNNs)