LRS: Large Language Model-based Recommender Systems
SFT: Supervised Fine-Tuning—adapting a pre-trained model to a specific task using labeled data
IF: Item-side Fairness—the principle that different item groups should receive exposure proportional to their historical relevance
Self-play: A training strategy where the model plays different roles (e.g., judger and corrector) against itself to improve performance
Geometric mixture: A method of combining two probability distributions (or models) by averaging them in log-space (interpolating logits or parameters)
Covariance: A statistical measure indicating whether two variables (here, pre-training bias and SFT shift) change in the same direction
SASRec: Self-Attentive Sequential Recommendation—a standard transformer-based baseline for sequential recommendation
Calibration: Adjusting model outputs (logits) so that predicted probabilities match true empirical frequencies