CRS: Conversational Recommender System—a system that combines dialogue and recommendation to suggest items through natural language interactions
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that freezes pre-trained model weights and injects trainable rank decomposition matrices
ICL: In-Context Learning—prompting a frozen LLM with examples in the input context to guide its behavior without weight updates
NDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that takes into account the position of relevant items
BLEU: Bilingual Evaluation Understudy—a metric for evaluating text generation quality by comparing n-gram overlap with reference texts
SOTA: State-of-the-Art—the current best performance achieved by existing methods
Knowledge Graph: A structured representation of knowledge using a graph topology where nodes represent entities and edges represent relations
Relation-based retrieval: A retrieval method where the model navigates a Knowledge Graph by selecting relations (edges) connected to entities rather than semantic similarity search