CRS: Conversational Recommender Systems—systems that recommend items through interactive dialogue rather than static lists.
CF: Collaborative Filtering—a technique that recommends items based on the behavior of similar users (e.g., 'users who bought X also bought Y').
EASE: Embarrassingly Shallow AutoEncoders—a linear model used for collaborative filtering that learns an item-item similarity matrix.
Black-box LLM: Large Language Models where the weights and gradients are not accessible (e.g., GPT-4), allowing interaction only via API prompts.
Entity Linking: The process of identifying specific items (e.g., a movie ID) from unstructured text mentions (e.g., 'that star wars prequel').
Reflection: A prompting technique where the LLM is asked to review its own previous output or a retrieved set of data to critique or filter it before final generation.
Zero-shot: Using a model to perform a task without any specific training examples for that task.