English

FUM: Fine-grained and Fast User Modeling for News Recommendation

Information Retrieval 2022-04-12 v1

Abstract

User modeling is important for news recommendation. Existing methods usually first encode user's clicked news into news embeddings independently and then aggregate them into user embedding. However, the word-level interactions across different clicked news from the same user, which contain rich detailed clues to infer user interest, are ignored by these methods. In this paper, we propose a fine-grained and fast user modeling framework (FUM) to model user interest from fine-grained behavior interactions for news recommendation. The core idea of FUM is to concatenate the clicked news into a long document and transform user modeling into a document modeling task with both intra-news and inter-news word-level interactions. Since vanilla transformer cannot efficiently handle long document, we apply an efficient transformer named Fastformer to model fine-grained behavior interactions. Extensive experiments on two real-world datasets verify that FUM can effectively and efficiently model user interest for news recommendation.

Keywords

Cite

@article{arxiv.2204.04727,
  title  = {FUM: Fine-grained and Fast User Modeling for News Recommendation},
  author = {Tao Qi and Fangzhao Wu and Chuhan Wu and Yongfeng Huang},
  journal= {arXiv preprint arXiv:2204.04727},
  year   = {2022}
}

Comments

SIGIR 2022

R2 v1 2026-06-24T10:43:43.904Z