CRS: Conversational Recommender System—an interactive system that helps users find items through natural language dialogue
Formatted Intent: A structured intermediate representation (JSON) of a user's request extracted by an LLM, containing preferences like genres, properties, devices, and demographics
Hallucination: When an LLM generates plausible but incorrect or non-existent information (e.g., making up game names)
Recall@K: A metric measuring the proportion of relevant items found in the top K recommendations
Novelty: A metric measuring how obscure or non-popular the recommended items are (calculated as negative log probability of item popularity)
Coverage: The proportion of unique items recommended across all user requests relative to the total item pool
Popularity Bias: The tendency of recommender systems to suggest only the most well-known items, ignoring niche content
PRAW: Python Reddit API Wrapper—a tool used to scrape user requests from Reddit for the dataset
Entity Linking: The process of mapping a user's vague or slang term (e.g., 'MM2') to a specific item ID in a database