CRS: Conversational Recommender System—an interactive system that dialogues with users to understand preferences and suggest items
PPR: Personalized PageRank—a graph algorithm that ranks nodes by their proximity to a set of 'seed' nodes within a network structure
RAG: Retrieval-Augmented Generation—enhancing generative models by fetching relevant external data (documents, graph nodes) to ground their responses
ICL: In-Context Learning—the ability of LLMs to learn tasks from a few examples provided in the prompt without parameter updates
HR@K: Hit Ratio at K—the proportion of test cases where the target item appears in the top-K recommendations
MRR@K: Mean Reciprocal Rank at K—a metric evaluating the ranking quality, where the score is the average of 1 divided by the rank of the correct item
Knowledge Graph: A structured representation of data where entities (nodes) are connected by relationships (edges)
Seed Nodes: The starting points for a graph traversal algorithm; here, the entities mentioned in the user's conversation