Preference Inconsistency: A failure mode where an explanation cites factually true attributes of an item that contradict or are unsupported by the user's historical preferences
Factual Hallucination: When an explanation mentions attributes or facts that are not present in the recommended item's ground truth data
RGAT: Relational Graph Attention Network—a neural network architecture that processes graph-structured data by attending to neighbors based on relation types
Hub nodes: Nodes in a graph with very high connections (degrees) that often represent generic concepts (e.g., 'Movie', 'Actor') rather than specific, informative features
MMR: Maximal Marginal Relevance—a ranking algorithm that selects items to maximize relevance to the query while minimizing similarity to already selected items (increasing diversity)
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that freezes pre-trained weights and injects trainable rank decomposition matrices
Soft prompts: Learnable continuous vectors prepended to the input embeddings of a language model to condition generation, as opposed to discrete text tokens