← Back to Paper List

Modeling Stage-wise Evolution of User Interests for News Recommendation

Zhiyong Cheng, Yike Jin, Zhijie Zhang, Huilin Chen, Zhangling Duan, Meng Wang
The School of Computer Science and Information Engineering, Hefei University of Technology, Institute of Artificial intelligence, Hefei Comprehensive National Science Center
arXiv (2026)
Recommendation P13N

πŸ“ Paper Summary

News Recommendation Temporal Graph Learning
SEIN improves news recommendation by partitioning user history into temporal stages to jointly model stable global preferences via graph learning and evolving short-term interests via LSTM and self-attention.
Core Problem
Existing news recommenders typically rely on either static global graphs (missing short-term evolution) or pure sequential models (missing long-term stability), failing to capture how reading habits adapt to emerging events.
Why it matters:
  • News is highly time-sensitive; user interests shift rapidly due to breaking events (e.g., pandemics, elections), rendering static profiles outdated.
  • Purely sequential models often over-emphasize recent clicks, forgetting stable long-term preferences (e.g., a consistent interest in finance despite a temporary sports spike).
  • Balancing stability and plasticity is critical for accuracy, yet prior methods struggle to integrate global collaborative signals with fine-grained temporal dynamics.
Concrete Example: A user typically reads sports news (stable interest). During a pandemic, they intensely consume health news (short-term shift). A static graph model might keep recommending sports during the crisis, while a sequential model might completely forget the sports interest after the crisis subsides. SEIN handles both by modeling the transition.
Key Novelty
Unified Global-Local Temporal Framework (SEIN)
  • **Stage-wise Segmentation**: Partitions continuous user interaction history into discrete temporal subgraphs (e.g., weekly windows) to capture coherent local interests rather than treating history as a flat sequence.
  • **Dual-Perspective Modeling**: Combines a Global Preference Module (LightGCN on full graph) for stable habits with a Local Preference Module that tracks evolution across stages.
  • **Hybrid Evolution Mechanics**: The local module uses an LSTM branch for progressive, step-by-step interest shifts and a Self-Attention branch to aggregate long-range dependencies across historical stages.
Breakthrough Assessment
7/10
Addresses a logical gap in news recommendation by structurally separating stable and evolving interests. The stage-wise subgraph approach is a sensible evolution of dynamic graph methods, though the components (LightGCN, LSTM) are standard.
×