Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 1.4 KB

File metadata and controls

10 lines (10 loc) · 1.4 KB

Incorporating GAN for Negative Sampling in Knowledge Representation Learning

  • author: Peifeng Wang, Shuangyin Li, Rong Pan
  • abstract: Knowledge representation learning aims at modeling knowledge graph by encoding entities and relations into a low dimensional space. Most of the traditional works for knowledge embedding need negative sampling to minimize a margin-based ranking loss. However, those works construct negative samples through a random mode, by which the samples are often too trivial to fit the model efficiently. In this paper, we propose a novel knowledge representation learning framework based on Generative Adversarial Networks (GAN). In this GAN-based framework, we take advantage of a generator to obtain high-quality negative samples. Meanwhile, the discriminator in GAN learns the embeddings of the entities and relations in knowledge graph. Thus, we can incorporate the proposed GAN-based framework into various traditional models to improve the ability of knowledge representation learning. Experimental results show that our proposed GAN-based framework outperforms baselines on triplets classification and link prediction tasks.
  • keywords: GAN, negative sampling
  • interpretation: 来源: 暂无
  • pdf: link
  • code:
  • dataset: FB15K, FB13, WN11, WN18
  • ppt/video:
  • curation: Jiong Zhang