CF: Collaborative Filtering—methods that predict user preferences based on past interactions of similar users.
LLM-generated profile: A text summary of a user's preferences generated by an LLM based on their interaction history.
pretext task: An auxiliary training objective (here, reconstructing the profile embedding) used to help the model learn better representations for the main task.
NeuMF: Neural Matrix Factorization—a neural network-based CF model combining generalized matrix factorization and multi-layer perceptrons.
SimpleX: A contrastive learning-based CF model designed for efficiency.
MultVAE: A Variational Autoencoder-based CF model for implicit feedback.
UMAP: Uniform Manifold Approximation and Projection—a dimensionality reduction technique used here to align profile embeddings with model layer dimensions.
KAR: Knowledge Adaptation for Recommendation—a state-of-the-art baseline that uses LLM reasoning as input features.
NDCG: Normalized Discounted Cumulative Gain—a ranking metric that values correct recommendations higher when they appear earlier in the list.
CTR: Click-Through Rate—the ratio of users who click on a specific link to the number of total users who view it.