Hierarchical Prompting: A multi-step prompting strategy that refines LLM outputs by first extracting entities and then using them to generate a richer text representation.
MIND: Microsoft News Dataset—a large-scale benchmark dataset for news recommendation containing user click logs.
PNR-LLM: Personalized News Recommendation via Large Language Models—the proposed framework.
nDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that accounts for position of relevant items.
AUC: Area Under the ROC Curve—a metric measuring the ability of the model to distinguish between positive (clicked) and negative samples.
MRR: Mean Reciprocal Rank—a statistical measure for evaluating any process that produces a list of possible responses to a sample of queries.
TransE: Translation-based Embedding—a method to embed entities and relationships from a knowledge graph into vector space.
GloVe: Global Vectors for Word Representation—an unsupervised learning algorithm for obtaining vector representations for words.
PLM: Pre-trained Language Model (e.g., BERT, DistilBERT).
LLM: Large Language Model (e.g., GPT-4, Llama, Gemini).