homomorphism: A structure-preserving map between two algebraic structures; here, implying a direct linear relationship between the structure of the language space and the user behavior space
collaborative signals: Patterns in user behavior data that reflect preferences based on the similarity of users' interaction histories (e.g., 'users who bought X also bought Y')
STS: Semantic Textual Similarity—a measure of how similar two texts are in meaning, often calculated using cosine similarity of their embeddings
InfoNCE: Information Noise Contrastive Estimation—a loss function used in contrastive learning to pull positive pairs together and push negative pairs apart
zero-shot recommendation: The ability of a model to recommend items in a new dataset or domain without having been explicitly trained on interactions from that specific domain
LightGCN: A state-of-the-art graph convolutional network for recommendation that simplifies GCN design by removing feature transformation and non-linear activation
MultVAE: Variational Autoencoder for Collaborative Filtering—a generative model that extends linear latent factor models for recommendation