DCAN: Diversified News Recommendation with Coverage-Attentive Networks
Self-attention based models are widely used in news recommendation tasks. However, previous Attention architecture does not constrain repeated information in the user's historical behavior, which limits the power of hidden representation and leads to some problems such as information redundancy and filter bubbles. To solve this problem, we propose a personalized news recommendation model called DCAN.It captures multi-grained user-news matching signals through news encoders and user encoders. We keep updating a coverage vector to track the history of news attention and augment the vector in 4 types of ways. Then we fed the augmented Coverage vector into the Multi-headed Self-attention model to help adjust the future attention and added the Coverage regulation to the loss function(CRL), which enabled the recommendation system to consider more about differentiated information. Extensive experiments on Microsoft News Recommendation Dataset (MIND) show that our model significantly improve the diversity of news recommendations with minimal sacrifice in accuracy.
Code (0)
등록된 구현이 없습니다.
Tasks
DiversityNews RecommendationSimilar Papers 제목 키워드 기반
Neural News Recommendation with Attentive Multi-View Learning
Personalized news recommendation is very important for online news platforms to help users find interested news and improve user experience. News and user representation learning is critical for news recommendation. Exis…
MULTI-VIEW LEARNINGNews RecommendationRecommendation SystemsRepresentation LearningLinear Submodular Bandits and their Application to Diversified Retrieval
Diversified retrieval and online learning are two core research areas in the design of modern information retrieval systems.In this paper, we propose the linear submodular bandits problem, which is an online learning set…
ArticlesInformation RetrievalNews RecommendationRetrievalA Simple Yet Effective Approach for Diversified Session-Based Recommendation
Session-based recommender systems (SBRSs) have become extremely popular in view of the core capability of capturing short-term and dynamic user preferences. However, most SBRSs primarily maximize recommendation accuracy …
DiversityRecommendation SystemsSession-Based RecommendationsDiversely Regularized Matrix Factorization for Accurate and Aggregately Diversified Recommendation
When recommending personalized top-$k$ items to users, how can we recommend the items diversely to them while satisfying their needs? Aggregately diversified recommender systems aim to recommend a variety of items across…
DiversityRecommendation SystemsMTRec: Multi-Task Learning over BERT for News Recommendation
Existing news recommendation methods usually learn news representations solely based on news titles. To sufficiently utilize other fields of news information such as category and entities, some methods treat each field a…
Multi-Task LearningNews Recommendation