LLM-RS: Large Language Model-based Recommender Systems—recommenders that use LLMs to generate item predictions from textual history
Machine Unlearning: The process of removing the influence of specific training data points from a trained model without retraining from scratch
Influence Function: A technique from robust statistics that estimates how model parameters would change if a specific training point were up-weighted or removed
LoRA: Low-Rank Adaptation—a technique to fine-tune LLMs by updating only a small set of low-rank matrices while freezing the main weights
Hessian Matrix: A matrix of second-order partial derivatives of the loss function, used here to capture the curvature of the loss landscape for accurate parameter updates
HVP: Hessian-Vector Product—an efficient way to compute the product of the Hessian matrix and a vector without explicitly constructing the massive Hessian matrix
Popularity Bias: The tendency of recommenders to suggest popular items much more frequently than niche items
Attribute Bias: Discrimination in recommendations based on sensitive user attributes like gender or race (demographic parity)
Demographic Parity: A fairness metric ensuring that the probability of a positive outcome (recommendation) is independent of sensitive group membership