CBR: Content-based Recommendation—recommending items similar to those a user liked before, based on item features like text.
Dataset Condensation: Synthesizing a small dataset that retains the information of a large one, allowing models to train much faster with similar accuracy.
Bi-level Optimization: A complex optimization problem where one problem is nested inside another (e.g., optimizing data to minimize loss of a model trained on that data).
TF-DCon: Training-Free Dataset Condensation—the proposed method that avoids iterative gradient updates.
EvoPro: Evolutionary Prompt—a module in this paper that iteratively optimizes prompts to get better summaries from ChatGPT.
K-means: A clustering algorithm that groups data points into K clusters based on similarity.
PLM: Pretrained Language Model (e.g., BERT) used here to encode text into embeddings.
Selection Score: A metric defined in this paper to rank users within a cluster based on how well their interests align with the cluster center.