paper-with-me

Papers

Mining Implicit Entity Preference from User-Item Interaction Data for Knowledge Graph Completion via Adversarial Learning

2020-03-28 · Gaole He, Junyi Li, Wayne Xin Zhao, Peiju Liu, Ji-Rong Wen

The task of Knowledge Graph Completion (KGC) aims to automatically infer the missing fact information in Knowledge Graph (KG). In this paper, we take a new perspective that aims to leverage rich user-item interaction data (user interaction data for short) for improving the KGC task. Our work is inspired by the observation that many KG entities correspond to online items in application systems. However, the two kinds of data sources have very different intrinsic characteristics, and it is likely to hurt the original performance using simple fusion strategy. To address this challenge, we propose a novel adversarial learning approach by leveraging user interaction data for the KGC task. Our generator is isolated from user interaction data, and serves to improve the performance of the discriminator. The discriminator takes the learned useful information from user interaction data as input, and gradually enhances the evaluation capacity in order to identify the fake samples generated by the generator. To discover implicit entity preference of users, we design an elaborate collaborative learning algorithms based on graph neural networks, which will be jointly optimized with the discriminator. Such an approach is effective to alleviate the issues about data heterogeneity and semantic complexity for the KGC task. Extensive experiments on three real-world datasets have demonstrated the effectiveness of our approach on the KGC task.

📄 PDF Abstract BibTeX arXiv:2003.12718

Code (4)

RUCAIBox/UPGAN 공식 구현 pytorch
RUCDM/KB4Rec pytorch
RUCDM/KB4Rec/tree/master/Projects/UPGAN pytorch
RichardHGL/UPGAN pytorch

Tasks

Knowledge Graph Completion

Similar Papers 제목 키워드 기반

Set2setRank: Collaborative Set to Set Ranking for Implicit Feedback based Recommendation

2021-05-16 · Lei Chen, Le Wu, Kun Zhang, Richang Hong 외

As users often express their preferences with binary behavior data~(implicit feedback), such as clicking items or buying products, implicit feedback based Collaborative Filtering~(CF) models predict the top ranked items …

Collaborative Filtering

Improving One-class Recommendation with Multi-tasking on Various Preference Intensities

2024-01-18 · Chu-Jen Shao, Hao-Ming Fu, Pu-Jen Cheng

In the one-class recommendation problem, it's required to make recommendations basing on users' implicit feedback, which is inferred from their action and inaction. Existing works obtain representations of users and item…

Ranker-agnostic Contextual Position Bias Estimation

2021-07-28 · Oriol Barbany Mayor, Vito Bellini, Alexander Buchholz, Giuseppe Di Benedetto 외

Learning-to-rank (LTR) algorithms are ubiquitous and necessary to explore the extensive catalogs of media providers. To avoid the user examining all the results, its preferences are used to provide a subset of relatively…

Learning-To-RankPosition

Price-aware Recommendation with Graph Convolutional Networks

2020-03-09 · Yu Zheng, Chen Gao, Xiangnan He, Yong Li 외

In recent years, much research effort on recommendation has been devoted to mining user behaviors, i.e., collaborative filtering, along with the general information which describes users or items, e.g., textual attribute…

Collaborative FilteringMarketingRecommendation Systems

Towards Evaluating User Profiling Methods Based on Explicit Ratings on Item Features

2019-08-29 · Luca Luciano Costanzo, Yashar Deldjoo, Maurizio Ferrari Dacrema, Markus Schedl 외

In order to improve the accuracy of recommendations, many recommender systems nowadays use side information beyond the user rating matrix, such as item content. These systems build user profiles as estimates of users' in…

Recommendation Systems