Survey on using knowledge graphs for better recommender systems.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
CLEAR learns causal graphs from attention in recommender systems to explain user behavior.
PGRec improves recommendation by modeling user-item preferences as a graph and embedding it for better predictions.
Study bandit problem on smooth graph functions for recommender systems.
Proposes HBGNN for better recommendation systems using graph neural networks.
Recommender system is an important component of many web services to help users locate items that match their interests. Several studies showed that recommender systems are vulnerable to poisoning attacks, in which an attacker injects fake data to a given system such that the system makes recommendations as the attacke…
Graph neural networks improve cold start for new items in recommender systems.
CFRecs uses counterfactual reasoning to improve graph-based recommendations in real estate.
Collaborative filtering often suffers from sparsity and cold start problems in real recommendation scenarios, therefore, researchers and engineers usually use side information to address the issues and improve the performance of recommender systems. In this paper, we consider knowledge graphs as the source of side info…
GraphSAIL updates GNN-based recommender models incrementally to reduce computation time and improve frequent updates.
Bandit problem on graphs aims to recommend items with high expected ratings.
Develops a deep learning architecture for rich-item recommendations.
The paper tackles a bandit problem on graphs with smooth functions, aiming to recommend items with high expected ratings.
Enhances LightGCN for credit bond recommendations with dynamic node embeddings.
A new recommendation method combining deep learning and graph analysis improves performance.
In this work, we study recommendation systems modelled as contextual multi-armed bandit (MAB) problems. We propose a graph-based recommendation system that learns and exploits the geometry of the user space to create meaningful clusters in the user domain. This reduces the dimensionality of the recommendation problem w…
This work formulates a novel song recommender system as a matrix completion problem that benefits from collaborative filtering through Non-negative Matrix Factorization (NMF) and content-based filtering via total variation (TV) on graphs. The graphs encode both playlist proximity information and song similarity, using …
KGRL uses reinforcement learning with knowledge graphs for better interactive recommendation.
Graph Neural Networks (GNNs) have been emerging as a promising method for relational representation including recommender systems. However, various challenging issues of social graphs hinder the practical usage of GNNs for social recommendation, such as their complex noisy connections and high heterogeneity. The oversm…
FedRule uses graph neural networks to recommend rules for smart homes without centralizing data.
Recent advancements in deep neural networks for graph-structured data have led to state-of-the-art performance on recommender system benchmarks. However, making these methods practical and scalable to web-scale recommendation tasks with billions of items and hundreds of millions of users remains a challenge. Here we de…
A new method for multi-criteria recommender systems using graph attention networks.
Learning high-quality node embeddings is a key building block for machine learning models that operate on graph data, such as social networks and recommender systems. However, existing graph embedding techniques are unable to cope with fairness constraints, e.g., ensuring that the learned representations do not correla…
Semantic TrueLearn uses semantic graphs to improve educational recommendation systems.
Explainability and effectiveness are two key aspects for building recommender systems. Prior efforts mostly focus on incorporating side information to achieve better recommendation performance. However, these methods have some weaknesses: (1) prediction of neural network-based embedding methods are hard to explain and …
A new system recommends specific knowledge concepts in MOOCs based on student interests.
A new linear GCN model improves recommendation performance for large graphs.
CGM combines SSL and LFM for better recommendation performance.
A graph neural network detects beneficial feature interactions for recommender systems.
Recommending appropriate items to users is crucial in many e-commerce platforms that contain implicit data as users' browsing, purchasing and streaming history. One common approach consists in selecting the N most relevant items to each user, for a given N, which is called top-N recommendation. To do so, recommender sy…
A model for POI recommendation using relation embedding.
The problem of session-based recommendation aims to predict user actions based on anonymous sessions. Previous methods model a session as a sequence and estimate user representations besides item representations to make recommendations. Though achieved promising results, they are insufficient to obtain accurate user ve…
Proposes a comprehensive framework for financial product lead recommendations using graph representation learning and link prediction.
KHGRec tackles noisy and incomplete KG-enhanced recommendations by modeling complex interactions.
To address the sparsity and cold start problem of collaborative filtering, researchers usually make use of side information, such as social networks or item attributes, to improve recommendation performance. This paper considers the knowledge graph as the source of side information. To address the limitations of existi…
Enhanced recommender system using ensemble learning and graph embedding.
Recent progress in deep learning is revolutionizing the healthcare domain including providing solutions to medication recommendations, especially recommending medication combination for patients with complex health conditions. Existing approaches either do not customize based on patient health history, or ignore existi…
FLARKO uses LLMs, KGs, and KTO to generate profitable, behaviorally aligned financial recommendations.
GCN improved for large graphs with LCF to reduce complexity and noise.
Recent advancements in deep neural networks for graph-structured data have led to state-of-the-art performance on recommender system benchmarks. In this work, we present a Graph Convolutional Network (GCN) algorithm SWAG (Sample Weight and AGgregate), which combines efficient random walks and graph convolutions on weig…
Content-based news recommendation systems need to recommend news articles based on the topics and content of articles without using user specific information. Many news articles describe the occurrence of specific events and named entities including people, places or objects. In this paper, we propose a graph traversal…
RGCF improves collaborative filtering by refining graph convolution embeddings.
New model recommends stocks considering individual preferences and diversification.
DRGO improves graph recommendation by mitigating noisy samples and enhancing out-of-distribution generalization.
Interactive news recommendation has been launched and attracted much attention recently. In this scenario, user's behavior evolves from single click behavior to multiple behaviors including like, comment, share etc. However, most of the existing methods still use single click behavior as the unique criterion of judging…
Recently, researchers utilize Knowledge Graph (KG) as side information in recommendation system to address cold start and sparsity issue and improve the recommendation performance. Existing KG-aware recommendation model use the feature of neighboring entities and structural information to update the embedding of curren…
With the information explosion of news articles, personalized news recommendation has become important for users to quickly find news that they are interested in. Existing methods on news recommendation mainly include collaborative filtering methods which rely on direct user-item interactions and content based methods …
Knowledge graphs capture structured information and relations between a set of entities or items. As such knowledge graphs represent an attractive source of information that could help improve recommender systems. However, existing approaches in this domain rely on manual feature engineering and do not allow for an end…