paper-with-me

Papers

Reinforced Negative Sampling over Knowledge Graph for Recommendation

2020-03-12 · Xiang Wang, Yaokun Xu, Xiangnan He, Yixin Cao, Meng Wang, Tat-Seng Chua

Properly handling missing data is a fundamental challenge in recommendation. Most present works perform negative sampling from unobserved data to supply the training of recommender models with negative signals. Nevertheless, existing negative sampling strategies, either static or adaptive ones, are insufficient to yield high-quality negative samples --- both informative to model training and reflective of user real needs. In this work, we hypothesize that item knowledge graph (KG), which provides rich relations among items and KG entities, could be useful to infer informative and factual negative samples. Towards this end, we develop a new negative sampling model, Knowledge Graph Policy Network (KGPolicy), which works as a reinforcement learning agent to explore high-quality negatives. Specifically, by conducting our designed exploration operations, it navigates from the target positive interaction, adaptively receives knowledge-aware negative signals, and ultimately yields a potential negative item to train the recommender. We tested on a matrix factorization (MF) model equipped with KGPolicy, and it achieves significant improvements over both state-of-the-art sampling methods like DNS and IRGAN, and KG-enhanced recommender models like KGAT. Further analyses from different angles provide insights of knowledge-aware sampling. We release the codes and datasets at https://github.com/xiangwang1223/kgpolicy.

📄 PDF Abstract BibTeX arXiv:2003.05753

Code (1)

xiangwang1223/kgpolicy 공식 구현 pytorch

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Diversified and Adaptive Negative Sampling on Knowledge Graphs

2024-10-10 · Ran Liu, Zhongzhou Liu, XiaoLi Li, Hao Wu 외

In knowledge graph embedding, aside from positive triplets (ie: facts in the knowledge graph), the negative triplets used for training also have a direct influence on the model performance. In reality, since knowledge gr…

Graph EmbeddingInformativenessKnowledge Graph EmbeddingKnowledge Graphs+1

Efficient Non-Sampling Knowledge Graph Embedding

2021-04-21 · Zelong Li, Jianchao Ji, Zuohui Fu, Yingqiang Ge 외

Knowledge Graph (KG) is a flexible structure that is able to describe the complex relationship between data entities. Currently, most KG embedding models are trained based on negative sampling, i.e., the model aims to ma…

Graph EmbeddingKnowledge Graph Embedding

Knowledge Graph Completion with Pre-trained Multimodal Transformer and Twins Negative Sampling

2022-09-15 · Yichi Zhang, Wen Zhang

Knowledge graphs (KGs) that modelings the world knowledge as structural triples are inevitably incomplete. Such problems still exist for multimodal knowledge graphs (MMKGs). Thus, knowledge graph completion (KGC) is of g…

Knowledge Graph CompletionKnowledge GraphsLink PredictionWorld Knowledge

Analysis of the Impact of Negative Sampling on Link Prediction in Knowledge Graphs

2017-08-22 · Bhushan Kotnis, Vivi Nastase

Knowledge graphs are large, useful, but incomplete knowledge repositories. They encode knowledge through entities and relations which define each other through the connective structure of the graph. This has inspired met…

Knowledge Graph EmbeddingsKnowledge GraphsLink Prediction

Reinforced Knowledge Distillation for Time Series Regression

2024-06-21 · IEEE Transactions on Artificial Intelligence 2024 6 · Qing Xu, Keyu Wu, Min Wu, Kezhi Mao 외

As one of the most popular and effective methods in model compression, knowledge distillation (KD) attempts to transfer knowledge from single or multiple large-scale networks (i.e., Teachers) to a compact network (i.e., …

Knowledge DistillationModel CompressionregressionTime Series+1