English

NOTE: Solution for KDD-CUP 2021 WikiKG90M-LSC

Information Retrieval 2021-07-06 v1 Machine Learning

Abstract

WikiKG90M in KDD Cup 2021 is a large encyclopedic knowledge graph, which could benefit various downstream applications such as question answering and recommender systems. Participants are invited to complete the knowledge graph by predicting missing triplets. Recent representation learning methods have achieved great success on standard datasets like FB15k-237. Thus, we train the advanced algorithms in different domains to learn the triplets, including OTE, QuatE, RotatE and TransE. Significantly, we modified OTE into NOTE (short for Norm-OTE) for better performance. Besides, we use both the DeepWalk and the post-smoothing technique to capture the graph structure for supplementation. In addition to the representations, we also use various statistical probabilities among the head entities, the relations and the tail entities for the final prediction. Experimental results show that the ensemble of state-of-the-art representation learning methods could draw on each others strengths. And we develop feature engineering from validation candidates for further improvements. Please note that we apply the same strategy on the test set for final inference. And these features may not be practical in the real world when considering ranking against all the entities.

Keywords

Cite

@article{arxiv.2107.01892,
  title  = {NOTE: Solution for KDD-CUP 2021 WikiKG90M-LSC},
  author = {Weiyue Su and Zeyang Fang and Hui Zhong and Huijuan Wang and Siming Dai and Zhengjie Huang and Yunsheng Shi and Shikun Feng and Zeyu Chen},
  journal= {arXiv preprint arXiv:2107.01892},
  year   = {2021}
}

Comments

The 1st solution for KDD-CUP 2021 WIKIKG90M-LSC. 7 pages, 2 figures, 1 table

R2 v1 2026-06-24T03:53:32.304Z