← Back to Paper List

Enhancing News Recommendation with Hierarchical LLM Prompting

Hai-Dang Kieu, Delvin Ce Zhang, Minh Duc Nguyen, Min Xu, Qiang Wu, Dung D. Le
VinUniversity, The Pennsylvania State University, University of Technology Sydney
arXiv (2025)
Recommendation P13N KG

📝 Paper Summary

News Recommendation LLM-based Data Augmentation Content-based Recommendation
PNR-LLM improves news recommendation by using Large Language Models to rewrite news titles and extract latent entities through a hierarchical prompting strategy, enriching sparse article representations.
Core Problem
News articles often contain sparse, ambiguous, or short titles that fail to capture deep semantic meaning, limiting the effectiveness of content-based recommendation systems.
Why it matters:
  • Traditional content-based methods rely on shallow text representations (titles/abstracts) that miss structured relationships between articles.
  • Graph-based methods depend on external knowledge graphs which often suffer from incompleteness and sparsity.
  • Existing LLM approaches focus on summarization, which can lose detail, rather than extrapolation to enrich content.
Concrete Example: A news title might be short and clickbaity, lacking key context. Standard encoders miss the topic. PNR-LLM uses an LLM to 'extrapolate' entities (e.g., inferring 'US Politics' from a vague headline) and rewrite the title to be more descriptive before feeding it to the recommender.
Key Novelty
Hierarchical Prompting for News Enrichment (PNR-LLM)
  • Uses a multi-step prompting strategy: first generates a direct title, then extracts relevant entities using the LLM's internal knowledge, and finally combines them to generate a semantically enriched title.
  • Treats the LLM as a knowledge base to 'extrapolate' hidden entities and context not present in the original short text, rather than just summarizing existing text.
Architecture
Architecture Figure Figure 2
The PNR-LLM framework, illustrating the Hierarchical Prompting flow (Direct Prompting -> Exploration -> Hierarchical Prompting) feeding into the News Encoder and User Encoder.
Evaluation Highlights
  • Outperforms state-of-the-art baselines (GLoCIM, DIGAT) on MIND-SMALL and MIND-LARGE datasets across AUC, MRR, and nDCG metrics.
  • Achieves +0.8% AUC improvement on MIND-SMALL compared to the strongest baseline (GLoCIM).
  • Replacing original titles with hierarchically enriched titles consistently boosts performance of standard baselines like NAML and NRMS.
Breakthrough Assessment
7/10
Solid application of LLMs for data enrichment in recommender systems. The hierarchical prompting strategy is effective and model-agnostic, though the core architecture remains a standard news encoder.
×