IRLGSep 6, 2022

User recommendation system based on MIND dataset

arXiv:2209.06131v15 citationsh-index: 19
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for users needing personalized news filtering.

The paper tackles news recommendation using the MIND dataset, achieving results such as AUC of 71.211, MRR of 35.72, nDCG@5 of 38.05, and nDCG@10 of 44.45.

Nowadays, it's a very significant way for researchers and other individuals to achieve their interests because it provides short solutions to satisfy their demands. Because there are so many pieces of information on the internet, news recommendation systems allow us to filter content and deliver it to the user in proportion to his desires and interests. RSs have three techniques: content-based filtering, collaborative filtering, and hybrid filtering. We will use the MIND dataset with our system, which was collected in 2019, the big challenge in this dataset because there is a lot of ambiguity and complex text processing. In this paper, will present our proposed recommendation system. The core of our system we have used the GloVe algorithm for word embeddings and representation. Besides, the Multi-head Attention Layer calculates the attention of words, to generate a list of recommended news. Finally, we achieve good results more than some other related works in AUC 71.211, MRR 35.72, nDCG@5 38.05, and nDCG@10 44.45.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes