Knowledge Distillation: Transferring knowledge from a large 'teacher' model to a smaller 'student' model by training the student to mimic the teacher's outputs.
Hallucination: When an LLM generates content that is nonsensical or unfaithful to the source facts (e.g., inventing features a movie doesn't have).
Collaborative Filtering: Recommendation method predicting interests by filtering for information from similar users.
Cold-start: The scenario where a system must recommend items to new users (or new items to users) without sufficient historical interaction data.
Faithfulness: The degree to which an explanation accurately reflects the user's history and the item's actual attributes.
BART: Bidirectional and Auto-Regressive Transformers—a sequence-to-sequence model architecture combining a bidirectional encoder (like BERT) with an autoregressive decoder (like GPT).
FLAN-T5: A version of the T5 model fine-tuned on a large collection of tasks phrased as instructions.
GenRec: A generative recommendation framework that frames recommendation as a sequence generation task; Prism adapts its architecture for explanation.
KGCN: Knowledge Graph Convolutional Networks—a recommendation method using knowledge graphs to capture high-order structural information.