PEFT: Parameter-Efficient Fine-Tuning—methods like LoRA that fine-tune a small number of extra parameters while keeping the main model frozen
LoRA: Low-Rank Adaptation—a PEFT technique that injects trainable rank decomposition matrices into transformer layers
Parametric Knowledge: Knowledge stored within the weights (parameters) of the neural network itself
Non-parametric Knowledge: External knowledge retrieved from databases or documents (e.g., via RAG) that is not stored in model weights
RAG: Retrieval-Augmented Generation—fetching relevant documents to provide context to the LLM
PAG: Profile-Augmented Generation—generating a natural language summary of a user's preferences to include in the prompt
LaMP: Language Model Personalization benchmark—a suite of tasks for evaluating how well LLMs adapt to specific users
BM25: A ranking function used by search engines to estimate the relevance of documents to a given search query
ROUGE: A set of metrics used to evaluate automatic summarization and machine translation by comparing to reference summaries