GAN: Generative Adversarial Network—a framework where a 'generator' creates data and a 'discriminator' tries to distinguish it from real data, improving the generator through competition
Few-shot problem: In this context, refers to users with very few interaction records (clicks/applications), making it hard to infer their preferences or generate accurate profiles
SimBERT: A BERT-based model fine-tuned for semantic similarity tasks, used here to encode text into vector embeddings
Hallucination: A phenomenon where an LLM generates plausible-sounding but factually incorrect or fabricated information
LightGCN: A state-of-the-art graph convolutional network for recommendation that simplifies the design by removing non-linearities
IRC: Interactive Resume Completion—the paper's method of prompting LLMs with both resume text and interaction history
MAP@n: Mean Average Precision at n—a metric evaluating the quality of the top-n recommended items