paper-with-me

홈 › Papers

Region or Global? A Principle for Negative Sampling in Graph-based Recommendation

2022-03-01 · IEEE Transactions on Knowledge and Data Engineering 2022 3 · Zhen Yang; Ming Ding; Xu Zou; Jie Tang; Bin Xu; Chang Zhou; Hongxia Yang

Graph-based recommendation systems are blossoming recently, which models user-item interactions as a user-item graph and utilizes graph neural networks (GNNs) to learn the embeddings for users and items. A fundamental challenge of graph-based recommendation is that there only exists observed positive user-item pairs in the user-item graph. Negative sampling is a vital technique to solve the one-class problem and is widely used in many recommendation methods. However, the previous works only focus on the design of negative sampling distribution but ignore the sampled region for negative sampling. In this work, we propose the Three-Region Principle to guide negative sampling, which suggests that we should negatively sample more items at an intermediate region and less adjacent and distant items. In light of this principle, we present the RecNS method, which is a general negative sampling method designed with two sampling strategies: positive-assisted sampling and exposure-augmented sampling. Instead of sampling existing negative items from graph data, we merge these two strategies in embedding space to generate negative item embeddings. Extensive experiments demonstrate that our proposed RecNS method significantly outperforms all negative sampling baselines, e.g., 10.47% for PinSage, 6.02% for NGCF, and 8.20% for LightGCN in terms of Recall@20 on the Alibaba dataset.

📄 PDF Abstract BibTeX

Code (1)

zyang-16/RecNS 공식 구현 tf

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

LightGCN LightGCN is a type of graph convolutional neural network (GCN), including only the most essential component in GCN (neighborhood…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

TriSampler: A Better Negative Sampling Principle for Dense Retrieval

2024-02-19 · Zhen Yang, Zhou Shao, Yuxiao Dong, Jie Tang

Negative sampling stands as a pivotal technique in dense retrieval, essential for training effective retrieval models and significantly impacting retrieval performance. While existing negative sampling methods have made …

Retrieval

NS4AR: A new, focused on sampling areas sampling method in graphical recommendation Systems

2023-07-13 · Xiangqi Wang, Dilinuer Aishan, Qi Liu

The effectiveness of graphical recommender system depends on the quantity and quality of negative sampling. This paper selects some typical recommender system models, as well as some latest negative sampling strategies o…

Recommendation Systems

Global and Local Uncertainty Principles for Signals on Graphs

2016-03-10 · Nathanael Perraudin, Benjamin Ricaud, David Shuman, Pierre Vandergheynst

Uncertainty principles such as Heisenberg's provide limits on the time-frequency concentration of a signal, and constitute an important theoretical tool for designing and evaluating linear signal transforms. Generalizati…

Enhancing Link Prediction with Fuzzy Graph Attention Networks and Dynamic Negative Sampling

2024-11-12 · Jinming Xing, Ruilin Xing, Chang Xue, Dongwen Luo

Link prediction is crucial for understanding complex networks but traditional Graph Neural Networks (GNNs) often rely on random negative sampling, leading to suboptimal performance. This paper introduces Fuzzy Graph Atte…

Graph AttentionLink Prediction

Temporal graph models fail to capture global temporal dynamics

2023-09-27 · Michał Daniluk, Jacek Dąbrowski

A recently released Temporal Graph Benchmark is analyzed in the context of Dynamic Link Property Prediction. We outline our observations and propose a trivial optimization-free baseline of "recently popular nodes" outper…

Link Property PredictionProperty Prediction