Continuous prompts: Input vectors optimized during training that represent task instructions or data (like user IDs) directly in embedding space, rather than as natural language tokens
Homoskedastic uncertainty: Task-dependent uncertainty used to weight loss functions in multi-task learning, allowing the model to balance tasks dynamically without manual tuning
Matrix Factorization (MF): A technique to represent users and items as vectors where their dot product predicts the relationship (e.g., rating)
BLEU: Bilingual Evaluation Understudy—a metric for evaluating machine-generated text by measuring n-gram overlap with reference text
ROUGE: Recall-Oriented Understudy for Gisting Evaluation—a metric measuring the overlap of n-grams between the generated summary and reference summaries
FCR: Feature Coverage Ratio—measures the proportion of item features mentioned in the generated explanation that are present in the ground truth
USR: Unique Sentence Ratio—measures the diversity of generated explanations by calculating the ratio of unique sentences to total generated sentences
DIV: Diversity—measures the dissimilarity between generated explanations using tf-idf cosine similarity