Collaborative Filtering (CF): A method of making automatic predictions about the interests of a user by collecting preferences from many users.
Mutual Information Maximization: An optimization objective that increases the dependency between two random variables (here, CF and LLM representations).
Implicit Feedback: Indirect user behavior data (like clicks or views) rather than explicit ratings.
Hallucination: A phenomenon where LLMs generate plausible but factually incorrect or non-existent content (e.g., recommending fake items).
Masked Autoencoder (MAE): A self-supervised learning technique where parts of the input are hidden and the model tries to reconstruct them.
TALLRec: A baseline method that fine-tunes LLMs using instruction tuning for recommendation tasks.
LightGCN: A simplified Graph Convolutional Network for recommendation that linearly propagates user/item embeddings.
Contrastive Learning: A learning paradigm that pulls similar (positive) data pairs close and pushes dissimilar (negative) pairs apart in embedding space.