MIND: Microsoft News Dataset—a large-scale dataset for news recommendation research
NAML: Neural News Recommendation with Attentive Multi-View Learning—a model using attention mechanisms to learn representations from different news views (title, body, category)
NRMS: Neural News Recommendation with Multi-Head Self-Attention—a model employing multi-head self-attention to learn user and news representations
NPA: Neural News Recommendation with Personalized Attention—a model utilizing user ID embeddings to personalize attention mechanisms
PLM: Pre-trained Language Model—models like BERT trained on vast text corpora, used here to encode news text
AUC: Area Under the ROC Curve—a performance metric evaluating the model's ability to distinguish between positive (clicked) and negative (non-clicked) samples
MRR: Mean Reciprocal Rank—a metric evaluating the ranking quality, prioritizing correct items appearing higher in the list
nDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that takes into account the position of relevant items
SEP token: A special token used in BERT-style models to separate two different segments of text input