paper-with-me

Papers

Embedding Ranking-Oriented Recommender System Graphs

2020-07-31 · Taher Hekmatfar, Saman Haratizadeh, Sama Goliaei

Graph-based recommender systems (GRSs) analyze the structural information in the graphical representation of data to make better recommendations, especially when the direct user-item relation data is sparse. Ranking-oriented GRSs that form a major class of recommendation systems, mostly use the graphical representation of preference (or rank) data for measuring node similarities, from which they can infer a recommendation list using a neighborhood-based mechanism. In this paper, we propose PGRec, a novel graph-based ranking-oriented recommendation framework. PGRec models the preferences of the users over items, by a novel graph structure called PrefGraph. This graph is then exploited by an improved embedding approach, taking advantage of both factorization and deep learning methods, to extract vectors representing users, items, and preferences. The resulting embedding are then used for predicting users' unknown pairwise preferences from which the final recommendation lists are inferred. We have evaluated the performance of the proposed method against the state of the art model-based and neighborhood-based recommendation methods, and our experiments show that PGRec outperforms the baseline algorithms up to 3.2% in terms of NDCG@10 in different MovieLens datasets.

📄 PDF Abstract BibTeX arXiv:2007.16173

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

SiReN: Sign-Aware Recommendation Using Graph Neural Networks

2021-08-19 · Changwon Seo, Kyeong-Joong Jeong, Sungsu Lim, Won-Yong Shin

In recent years, many recommender systems using network embedding (NE) such as graph neural networks (GNNs) have been extensively studied in the sense of improving recommendation accuracy. However, such attempts have foc…

Network EmbeddingRecommendation Systems

Experiments on Generalizability of User-Oriented Fairness in Recommender Systems

2022-05-17 · Hossein A. Rahmani, Mohammadmehdi Naghiaei, Mahdi Dehghan, Mohammad Aliannejadi

Recent work in recommender systems mainly focuses on fairness in recommendations as an important aspect of measuring recommendations quality. A fairness-aware recommender system aims to treat different user groups simila…

FairnessRecommendation SystemsRe-Ranking

HypeRS: Building a Hypergraph-driven ensemble Recommender System

2023-06-22 · Alireza Gharahighehi, Celine Vens, Konstantinos Pliakos

Recommender systems are designed to predict user preferences over collections of items. These systems process users' previous interactions to decide which items should be ranked higher to satisfy their desires. An ensemb…

Recommendation Systems

Two Birds with One Stone: Unified Model Learning for Both Recall and Ranking in News Recommendation

2021-04-15 · Findings (ACL) 2022 5 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Recall and ranking are two critical steps in personalized news recommendation. Most existing news recommender systems conduct personalized news recall and ranking separately with different models. However, maintaining mu…

News RecommendationRecommendation Systems

Enhancing High-order Interaction Awareness in LLM-based Recommender Model

2024-09-30 · Xinfeng Wang, Jin Cui, Fumiyo Fukumoto, Yoshimi Suzuki

Large language models (LLMs) have demonstrated prominent reasoning capabilities in recommendation tasks by transforming them into text-generation tasks. However, existing approaches either disregard or ineffectively mode…

Knowledge GraphsRerankingText GenerationWord Embeddings