Grounding: The process of linking abstract model outputs (text) to concrete, real-world entities (specific items in a catalog)
Language Space: The set of all possible sequences an LLM can generate (including irrelevant text)
Recommendation Space: A subset of language space containing descriptions of items that satisfy user preferences (may include hypothetical items)
Actual Item Space: The set of real, existing items available in the recommendation platform's database
LLM4Rec: Large Language Models for Recommendation—using LLMs to predict user preferences
All-rank: Evaluating a recommender by ranking the entire item catalog for each user, rather than just a small subset of negative samples
SASRec: Self-Attentive Sequential Recommendation—a strong baseline model that uses attention mechanisms to model user interaction sequences
TALLRec: A prior LLM4Rec method that tunes LLMs for recommendation via instruction tuning (often evaluated on limited sets)
ICL: In-Context Learning—prompting an LLM with examples without updating its weights