paper-with-me

Papers

Inductive Transfer Learning for Graph-Based Recommenders

2025-10-26 · Florian Grötschla, Elia Trachsel, Luca A. Lanzendörfer, Roger Wattenhofer arxiv

Graph-based recommender systems are commonly trained in transductive settings, which limits their applicability to new users, items, or datasets. We propose NBF-Rec, a graph-based recommendation model that supports inductive transfer learning across datasets with disjoint user and item sets. Unlike conventional embedding-based methods that require retraining for each domain, NBF-Rec computes node embeddings dynamically at inference time. We evaluate the method on seven real-world datasets spanning movies, music, e-commerce, and location check-ins. NBF-Rec achieves competitive performance in zero-shot settings, where no target domain data is used for training, and demonstrates further improvements through lightweight fine-tuning. These results show that inductive transfer is feasible in graph-based recommendation and that interaction-level message passing supports generalization across datasets without requiring aligned users or items.

📄 PDF Abstract BibTeX arXiv:2510.22799

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Multi-task Item-attribute Graph Pre-training for Strict Cold-start Item Recommendation

2023-06-26 · Yuwei Cao, Liangwei Yang, Chen Wang, Zhiwei Liu 외

Recommendation systems suffer in the strict cold-start (SCS) scenario, where the user-item interactions are entirely unavailable. The ID-based approaches completely fail to work. Cold-start recommenders, on the other han…

AttributeMulti-Task LearningRecommendation Systems

Subgraph-aware Few-Shot Inductive Link Prediction via Meta-Learning

2021-07-26 · Shuangjia Zheng, Sijie Mai, Ya Sun, Haifeng Hu 외

Link prediction for knowledge graphs aims to predict missing connections between entities. Prevailing methods are limited to a transductive setting and hard to process unseen entities. The recent proposed subgraph-based …

Inductive Link PredictionKnowledge GraphsLink PredictionMeta-Learning+2

Meta-Knowledge Transfer for Inductive Knowledge Graph Embedding

2021-10-27 · Mingyang Chen, Wen Zhang, Yushan Zhu, Hongting Zhou 외

Knowledge graphs (KGs) consisting of a large number of triples have become widespread recently, and many knowledge graph embedding (KGE) methods are proposed to embed entities and relations of a KG into continuous vector…

Entity EmbeddingsGraph EmbeddingInductive Relation PredictionKnowledge Graph Embedding+6

RetaGNN: Relational Temporal Attentive Graph Neural Networks for Holistic Sequential Recommendation

2021-01-29 · Cheng Hsu, Cheng-Te Li

Sequential recommendation (SR) is to accurately recommend a list of items for a user based on her current accessed ones. While new-coming users continuously arrive in the real world, one crucial task is to have inductive…

Sequential Recommendation

GRATE: Temporal Extensions for Inductive KG Foundation Models via Gated Rotary Attention

2026-07-11 · Jiaxin Pan, Osama Mohammed, Daniel Hernández, Steffen Staab arxiv

Knowledge graph foundation models such as Ultra and Trix achieve strong inductive transfer by learning relation-graph representations that generalise to unseen entities and relations. Extending this transferability to te…

Knowledge Graphs