paper-with-me

Papers

MetaKG: Meta-learning on Knowledge Graph for Cold-start Recommendation

2022-02-08 · Yuntao Du, Xinjun Zhu, Lu Chen, Ziquan Fang, Yunjun Gao

A knowledge graph (KG) consists of a set of interconnected typed entities and their attributes. Recently, KGs are popularly used as the auxiliary information to enable more accurate, explainable, and diverse user preference recommendations. Specifically, existing KG-based recommendation methods target modeling high-order relations/dependencies from long connectivity user-item interactions hidden in KG. However, most of them ignore the cold-start problems (i.e., user cold-start and item cold-start) of recommendation analytics, which restricts their performance in scenarios when involving new users or new items. Inspired by the success of meta-learning on scarce training samples, we propose a novel meta-learning based framework called MetaKG, which encompasses a collaborative-aware meta learner and a knowledge-aware meta learner, to capture meta users' preference and entities' knowledge for cold-start recommendations. The collaborative-aware meta learner aims to locally aggregate user preferences for each user preference learning task. In contrast, the knowledge-aware meta learner is to globally generalize knowledge representation across different user preference learning tasks. Guided by two meta learners, MetaKG can effectively capture the high-order collaborative relations and semantic representations, which could be easily adapted to cold-start scenarios. Besides, we devise a novel adaptive task scheduler which can adaptively select the informative tasks for meta learning in order to prevent the model from being corrupted by noisy tasks. Extensive experiments on various cold-start scenarios using three real data sets demonstrate that our presented MetaKG outperforms all the existing state-of-the-art competitors in terms of effectiveness, efficiency, and scalability.

📄 PDF Abstract BibTeX arXiv:2202.03851

Code (1)

zju-dbl/metakg 공식 구현 pytorch

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

Enhancing Metacognitive AI: Knowledge-Graph Population with Graph-Theoretic LLM Enrichment

2026-05-15 · Deniz Askin, Gal Hadar, Brendan Conway-Smith arxiv

Metacognition-the ability to monitor one's own knowledge state, spot gaps, and autonomously fill them--remains largely absent from modern AI. Here, we present MetaKGEnrich, a fully automated pipeline that endows large la…

Natural QuestionsKnowledge Graphs

Task Aligned Meta-learning based Augmented Graph for Cold-Start Recommendation

2022-08-11 · Yuxiang Shi, Yue Ding, Bo Chen, YuYang Huang 외

The cold-start problem is a long-standing challenge in recommender systems due to the lack of user-item interactions, which significantly hurts the recommendation effect over new users and items. Recently, meta-learning …

Graph Neural NetworkMeta-LearningRecommendation Systems

Learning to Learn a Cold-start Sequential Recommender

2021-10-18 · Xiaowen Huang, Jitao Sang, Jian Yu, Changsheng Xu

The cold-start recommendation is an urgent problem in contemporary online applications. It aims to provide users whose behaviors are literally sparse with as accurate recommendations as possible. Many data-driven algorit…

Meta-LearningSequential Recommendation

Adapting Meta Knowledge Graph Information for Multi-Hop Reasoning over Few-Shot Relations

2019-08-30 · IJCNLP 2019 11 · Xin Lv, Yuxian Gu, Xu Han, Lei Hou 외

Multi-hop knowledge graph (KG) reasoning is an effective and explainable method for predicting the target entity via reasoning paths in query answering (QA) task. Most previous methods assume that every relation in KGs h…

Link PredictionMeta-Learning

User-Adaptive Meta-Learning for Cold-Start Medication Recommendation with Uncertainty Filtering

2026-01-30 · Arya Hadizadeh Moghaddam, Mohsen Nayebi Kerdabadi, Dongjie Wang, Mei Liu 외 arxiv

Large-scale Electronic Health Record (EHR) databases have become indispensable in supporting clinical decision-making through data-driven treatment recommendations. However, existing medication recommender methods often …

Knowledge Graphs